3.1 & 3.2 Extensions Database 3.1 / 3.2Topic Author

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

iorG19
Translators
Translators
Status: Offline
User theme: Dark
Posts: 60
Joined: Dec 10th, '14, 20:50
    Android Chrome

Re: Topic Author

Post by iorG19 »

I don't see it in extension tab.

[ Post made via Android ] Image
Image Some [romanian] and [spanish] translations of extensions.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5113
Joined: Apr 6th, '14, 14:12
    Ubuntu Chrome

Re: Topic Author

Post by martin »

It has no settings thats why.
Image

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

iorG19
Translators
Translators
Status: Offline
User theme: Dark
Posts: 60
Joined: Dec 10th, '14, 20:50
    Android Chrome

Re: Topic Author

Post by iorG19 »

martin wrote: Mar 18th, '17, 16:04 It has no settings thats why.
So how can i see it in this cute apareance like here ? ( With color background )

[ Post made via Android ] Image

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5113
Joined: Apr 6th, '14, 14:12
    Ubuntu Chrome

Re: Topic Author

Post by martin »

I stand corrected yes it does show under the ext tab and have settings (the first version did not)

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

iorG19
Translators
Translators
Status: Offline
User theme: Dark
Posts: 60
Joined: Dec 10th, '14, 20:50
    Android Chrome

Re: Topic Author

Post by iorG19 »

I just download the current ( 1.0.4 ) and i can't extract files.

[ Post made via Android ] Image

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5113
Joined: Apr 6th, '14, 14:12
    Windows 10 Chrome

Re: Topic Author

Post by martin »

Try this one

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Topic Author
dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6472
Joined: Jan 13th, '14, 20:45
    Windows 10 Chrome

Re: Topic Author

Post by dmzx »

martin wrote: Mar 18th, '17, 16:38try this one
Changed zip in first post.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5113
Joined: Apr 6th, '14, 14:12
    Ubuntu Chrome

Re: Topic Author

Post by martin »

:thumbup: Files was fresh from my acp if you used them.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

John Mates
Users
Users
Status: Offline
User theme: Dark
Posts: 12
Joined: Mar 29th, '17, 08:04
    Windows 10 Chrome

Re: Topic Author

Post by John Mates »

Great ext :mml: but could I suggest that Topic Authors who are Guests are ignored from this Ext? otherwise every time a Guest starts a thread then every guest in the Thread (with all their different names) is shown as the Topic Author :oops: which looks a little lame
Capture.GIF
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Topic Author
dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6472
Joined: Jan 13th, '14, 20:45
    Windows 10 Chrome

Re: Topic Author

Post by dmzx »

John Mates wrote: Mar 29th, '17, 19:20 great ext :mml: but could I suggest that Topic Authors who are Guests are ignored from this Ext? otherwise every time a Guest starts a thread then every guest in the Thread (with all their different names) is shown as the Topic Author :oops: which looks a little lame
Capture.GIF
Will look into this!

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Mommike
Users
Users
Status: Offline
User theme: Dark
Posts: 12
Joined: Mar 24th, '17, 15:05
    Windows 10 Chrome

Re: Topic Author

Post by Mommike »

Nice extension!

How can I enter little bit longer text to this label? Right now seems 10 characters is the limit.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Topic Author
dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6472
Joined: Jan 13th, '14, 20:45
    Windows 10 Chrome

Re: Topic Author

Post by dmzx »

Mommike wrote: Apr 2nd, '17, 06:58 Nice extension!

How can I enter little bit longer text to this label? Right now seems 10 characters is the limit.
check the maxlength in acp_topicauthor_config.html

Line:

Code: Select all

<input name="topicauthor_text_field" type="text" id="topicauthor_text_field" class="inputbox autowidth" value="{TOPICAUTHOR_TEXT_FIELD}" maxlength="10" />
Make 10 a other value and clear cache. ;)

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Mommike
Users
Users
Status: Offline
User theme: Dark
Posts: 12
Joined: Mar 24th, '17, 15:05
    Windows 10 Chrome

Re: Topic Author

Post by Mommike »

Thank worked fine!

One more question. It capitalize every word. How do modify that it showing exactly this way, as I write inside ACP.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Topic Author
dmzx
Founder
Founder
Status: Offline
User theme: Dark
Posts: 6472
Joined: Jan 13th, '14, 20:45
    Windows 10 Chrome

Re: Topic Author

Post by dmzx »

Mommike wrote: Apr 2nd, '17, 09:01 Thank worked fine!

One more question. It capitalize every word. How do modify that it showing exactly this way, as I write inside ACP.
This should not be, what did you add in ACP?

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Mommike
Users
Users
Status: Offline
User theme: Dark
Posts: 12
Joined: Mar 24th, '17, 15:05
    Windows 10 Chrome

Re: Topic Author

Post by Mommike »

dmzx wrote: Apr 2nd, '17, 09:08
Mommike wrote: Apr 2nd, '17, 09:01 Thank worked fine!

One more question. It capitalize every word. How do modify that it showing exactly this way, as I write inside ACP.
This should not be, what did you add in ACP?
Sorry, my bad. It is under the extensions tab, Topic author - Adjust topic author text. How to modify that it showing the text exactly this way, as I write inside this field.