3.1 & 3.2 & 3.3 Extensions Database 3.1 / 3.2Special title

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: Special title

Post by dmzx »

Just to be sure you need to delete data if you change the files.

User avatar

Zerondar
Users
Users
Posts: 12
Joined: 05 Dec 2015, 13:22
    Windows 10 Firefox

Re: Special title

Post by Zerondar »

I was an idiot

dmzx/specialtitle/styles/prosilver/template/event/ucp_profile_profile_info_before.html
and
dmzx/specialtitle/adm/style/event/acp_users_profile_after.html

have 2 lines that needed to be changed not 1

:)

works perfectly now

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Android Chrome

Re: Special title

Post by dmzx »

:thumbup:

[ Post made via Samsung Galaxy S4 ] Image

User avatar

Zerondar
Users
Users
Posts: 12
Joined: 05 Dec 2015, 13:22
    Windows 10 Firefox

Re: Special title

Post by Zerondar »

Is it possible that only admins can set titles?
as at the moment it seems it's only possible to allow people to have and change their title,
but not possible to set it to "allow to show title, but not set it"

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: Special title

Post by dmzx »

Zerondar wrote:is it possible that only admins can set titles?
as at the moment it seems it's only possible to allow people to have and change their title,
but not possible to set it to "allow to show title, but not set it"
Check the permissions for the groups.
Admins can set title in ACP.

User avatar

Zerondar
Users
Users
Posts: 12
Joined: 05 Dec 2015, 13:22
    Windows 10 Firefox

Re: Special title

Post by Zerondar »

Yeah
i noticed from earlyer replies appearantly you have to set a group colour for it to show up
default usergroup color and no title shows up (strange)

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: Special title

Post by dmzx »

Zerondar wrote:yeah
i noticed from earlyer replies appearantly you have to set a group colour for it to show up
default usergroup color and no title shows up (strange)

Yes the group must have default colour to show title.

User avatar

Zerondar
Users
Users
Posts: 12
Joined: 05 Dec 2015, 13:22
    Windows 10 Firefox

Re: Special title

Post by Zerondar »

No it does not show up when using default colour

it does show when you have designated a member group colour though

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: Special title

Post by dmzx »

Zerondar wrote:no it does not show up when using default colour

it does show when you have designated a member group colour though
What I mean is:

Yes the group must have default a different colour to show title. :wink:

User avatar

nelflucifer
Users
Users
Posts: 70
Joined: 03 Jan 2016, 12:24
    Windows 7 Opera

Re: Special title

Post by nelflucifer »

ru.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Image
Learn to read people's thoughts, not forgetting about their.
The extension translate from English to Russian...
English Forums
Available 251 extension with translation into Russian language...

User avatar

Sprinklestar
Users
Users
Posts: 32
Joined: 27 Jan 2016, 08:03
    Windows 10 Firefox

Re: Special title

Post by Sprinklestar »

I am on latest phpbb but it want show for me :(

i have phpbb seo usu installed can that be the trouble maker?

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Windows 10 Chrome

Re: Special title

Post by martin »

Small fix

dmzx/specialtitle/event/listener.php
Find This may be a partial find and not the whole line

Code: Select all

$sql = 'SELECT *
			FROM ' . USERS_TABLE . '
			WHERE user_id = ' . (int) $user_id;
		$result = $this->db->sql_query($sql);
		while ($row = $this->db->sql_fetchrow($result))
Replace with Replace the preceding lines with the following

Code: Select all

$sql = 'SELECT *
			FROM ' . USERS_TABLE . '
			WHERE user_id = ' . (int) $user_id;
		$result = $this->db->sql_query($sql, 30);
		while ($row = $this->db->sql_fetchrow($result))
lowers the sql
Image

User avatar

Matrixer
Users
Users
Posts: 21
Joined: 22 May 2016, 17:52
    Mac OS X Safari

Re: Special Title v1.0.1

Post by Matrixer »

Hi Dmzx,

I installed your special title ext on a 3.1.8 installation, but apart the Admin, nobody can see his own special title?

Is there a permission anywhere apart of using special title the ability to see it?

Do I miss something maybe....

Thanks again in advance for your help.

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Special title

Post by dmzx »

Matrixer wrote: 24 May 2016, 18:02 Is there a permission anywhere apart of using special title the ability to see it?
Yes check the MISC Tab for this.

User avatar

clight77
Donator
Donator
Posts: 502
Joined: 24 Sep 2015, 16:23
    Windows 10 Chrome

Re: Special title

Post by clight77 »

Hehehehehe got around to installing this :)

Post Reply Previous topicNext topic