3.1 & 3.2 & 3.3 Extensions Database 3.1 / 3.2 ⇒ Special title
-
- Founder
- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Special title
Just to be sure you need to delete data if you change the files.
-
- Users
- Posts: 12
- Joined: 05 Dec 2015, 13:22
Re: Special title
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
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
-
- Founder
- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Special title

[ Post made via Samsung Galaxy S4 ]

-
- Users
- Posts: 12
- Joined: 05 Dec 2015, 13:22
Re: Special title
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"
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"
-
- Founder
- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Special title
Check the permissions for the groups.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"
Admins can set title in ACP.
-
- Users
- Posts: 12
- Joined: 05 Dec 2015, 13:22
Re: Special title
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)
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)
-
- Founder
- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Special title
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.
-
- Users
- Posts: 12
- Joined: 05 Dec 2015, 13:22
Re: Special title
No it does not show up when using default colour
it does show when you have designated a member group colour though
it does show when you have designated a member group colour though
-
- Founder
- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Special title
What I mean is:Zerondar wrote:no it does not show up when using default colour
it does show when you have designated a member group colour though
Yes the group must have default a different colour to show title.
-
- Users
- Posts: 70
- Joined: 03 Jan 2016, 12:24
Re: Special title
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

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...
-
- Users
- Posts: 32
- Joined: 27 Jan 2016, 08:03
Re: Special title
I am on latest phpbb but it want show for me :(
i have phpbb seo usu installed can that be the trouble maker?
i have phpbb seo usu installed can that be the trouble maker?
-
- Admin
- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Special title
Small fix
dmzx/specialtitle/event/listener.php
lowers the sql
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))

-
- Users
- Posts: 21
- Joined: 22 May 2016, 17:52
Re: Special Title v1.0.1
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.
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.
-
- Founder
- Posts: 6466
- Joined: 13 Jan 2014, 21:45
Re: Special title
Yes check the MISC Tab for this.Matrixer wrote: 24 May 2016, 18:02 Is there a permission anywhere apart of using special title the ability to see it?
-
- Donator
- Posts: 502
- Joined: 24 Sep 2015, 16:23
Re: Special title
Hehehehehe got around to installing this :)