3.1 & 3.2 Extensions Database 3.1 / 3.2 ⇒ Topic Author
-
- Users
- Posts: 21
- Joined: 05 Aug 2017, 19:13
Re: Topic Author
Hi sir,
Request! Only text, no box, no colour as 1.0.2. The images I've published are real ones from my live board.
In ACP > Ext > Topic Author
Select colour:
Is empty as I said, I've deleted numbers to see how it will be transparent. v1.0.4 (check the pictures so far)
Request! Only text, no box, no colour as 1.0.2. The images I've published are real ones from my live board.
In ACP > Ext > Topic Author
Select colour:
Is empty as I said, I've deleted numbers to see how it will be transparent. v1.0.4 (check the pictures so far)
-
- Users
- Posts: 20
- Joined: 04 Jul 2017, 16:05
Re: Topic Author
Italian translation:
O.T. demo:
..hidden advertising...
Nice extension.

..hidden advertising...


Nice extension.


You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
- VIP
- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: Topic Author
That could be a personal site link in each user's profile. Nice idea! 

-
- Users
- Posts: 6
- Joined: 13 Jan 2017, 22:13
Re: Topic Author
Dear ,
To change the Topic Author to Arabic by ACP, it doesn't allow because you made it very few/limited characters ( only 10 characters ).
The arabic translation needs 12 characters. So, plz allow 2 more characters.
To change the Topic Author to Arabic by ACP, it doesn't allow because you made it very few/limited characters ( only 10 characters ).
The arabic translation needs 12 characters. So, plz allow 2 more characters.
-
- Users
- Posts: 1
- Joined: 06 Feb 2017, 13:48
Re: Topic Author
Any idea how to modify this so topic authors who are guests don’t get marked as topic authors? If there are more then one guest posting in a thread, they all get marked as authors.. 
[edit]
Found a solution
:
in viewtopic_body_avatar_after.html
find:
replace with:
[/edit]
[edit]
Found a solution

in viewtopic_body_avatar_after.html
find:
Code: Select all
<!-- IF postrow.TOPICAUTHOR_ENABLED -->
Code: Select all
<!-- IF postrow.TOPICAUTHOR_ENABLED and postrow.POSTER_ID != '1' -->
-
- Users
- Posts: 12
- Joined: 14 Jan 2018, 10:25
Re: Topic Author
Simple and amazing extension to inform readers and posters the topic author is during replies. 

-
- Donator
- Posts: 69
- Joined: 16 Aug 2015, 08:37
Re: Topic Author
I was just going through all my extensions and updating a bunch of them and wondering, this one here shows v1.0.4 but the version in CDB at phpbb.com only shows 1.0.2. Assuming this one here is newer then the one over at phpbb?
"I went outside once. The graphics sucked but the game play was ok."
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Topic Author
No here is the version with ACP control, this one is not on .com.Hippie459MN wrote: 26 Mar 2018, 14:58 I was just going through all my extensions and updating a bunch of them and wondering, this one here shows v1.0.4 but the version in CDB at phpbb.com only shows 1.0.2. Assuming this one here is newer then the one over at phpbb?
-
- Users
- Posts: 39
- Joined: 04 Mar 2015, 17:26
FRENCH translation for the Topic Author extension
Hi,
this is the FRENCH translation for the Topic Author extension, available on phpBB.com and on the EzCom Community.
PR submitted on GitHub:
this is the FRENCH translation for the Topic Author extension, available on phpBB.com and on the EzCom Community.
PR submitted on GitHub:
- The field “Topic Author” for to enter the text is limited to 10 characters so it’s to short for FRENCH language by example,
- The CSS rule text-transform: capitalize; isn’t adapted to FRENCH language because we don’t use an upper-case at the beginning of each word.
-
- Users
- Posts: 6
- Joined: 13 Jan 2017, 22:13
Re: Topic Author
amrco wrote: 13 Nov 2017, 09:07 Dear ,
To change the Topic Author to Arabic by ACP, it doesn't allow because you made it very few/limited characters ( only 10 characters ).
The arabic translation needs 12 characters. So, plz allow 2 more characters.
Any help here ?
Is there a way to increase the number of Title characters ?
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Topic Author
open acp_topicauthor_config.html in topicauthor\adm\styleamrco wrote: 19 Sep 2018, 07:28amrco wrote: 13 Nov 2017, 09:07 Dear ,
To change the Topic Author to Arabic by ACP, it doesn't allow because you made it very few/limited characters ( only 10 characters ).
The arabic translation needs 12 characters. So, plz allow 2 more characters.
Any help here ?
Is there a way to increase the number of Title characters ?
Change this line:
<input name="topicauthor_text_field" type="text" id="topicauthor_text_field" class="inputbox autowidth" value="{TOPICAUTHOR_TEXT_FIELD}" maxlength="10" />
Save and purge cache.
-
- Users
- Posts: 6
- Joined: 13 Jan 2017, 22:13
Re: Topic Author
thanks alot sirdmzx wrote: 19 Sep 2018, 07:40
open acp_topicauthor_config.html in topicauthor\adm\style
Change this line:
<input name="topicauthor_text_field" type="text" id="topicauthor_text_field" class="inputbox autowidth" value="{TOPICAUTHOR_TEXT_FIELD}" maxlength="10" />
Save and purge cache.
-
- Users
- Posts: 67
- Joined: 14 Oct 2016, 05:10
Re: Topic Author
It would be really cool if you could enable/disable the display of this extension in each forum.