3.1 & 3.2 & 3.3 Extensions Database 3.1 / 3.2 ⇒ Special title
-
clight77
- Donator

- Posts: 507
- Joined: 24 Sep 2015, 16:23
Re: Special title
martin wrote: 27 May 2016, 09:11 Use this listenerSpecial title or your have alot os sql's running.
Is that fix still required in the latest download version ?
Changed it anyhow :)
-
martin
- Admin

- Posts: 5123
- Joined: 06 Apr 2014, 16:12
Re: Special title
As far as i know NO but if you install the ext and the sql number in the footer is 100+ then your need the fix. 
-
slimshady
- Users

- Posts: 5
- Joined: 12 Aug 2016, 02:28
Re: Special title
Hello ! I'm trying to make a football community , and i have this extension , good one , but i have one problem with it , it does not work properly wen i use @Mention extension . At the moment i'm trying to make things work on the localhost , and i can't give you a link to the issue , but i can show you a printscreen . If you want to help me please , i would appreciate it . I really want to keep both of them . Thanks and sorry for my english .
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
DaNnIbOi
- Users

- Posts: 12
- Joined: 10 Oct 2016, 23:44
Re: Special title
Any chance of getting this updated for 3.1.10?
-
DaNnIbOi
- Users

- Posts: 12
- Joined: 10 Oct 2016, 23:44
Re: Special title
I couldn't seem to get it to work.....
[ Post made via iPad ]

-
martin
- Admin

- Posts: 5123
- Joined: 06 Apr 2014, 16:12
Re: Special title
Works perfect on 3.1.10 install the ext then set up what groups can use it.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
DaNnIbOi
- Users

- Posts: 12
- Joined: 10 Oct 2016, 23:44
Re: Special title
I stand corrected, thank you Martinmartin wrote: 19 Oct 2016, 12:42 Works perfect on 3.1.10 install the ext then set up what groups can use it.
-
martin
- Admin

- Posts: 5123
- Joined: 06 Apr 2014, 16:12
Re: Special title
bumping this post as some users have not applied the fix and have huge sql calls to the database.martin wrote: 28 Mar 2016, 17:16 Small fix
dmzx/specialtitle/event/listener.phpFind This may be a partial find and not the whole lineCode: 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))lowers the sqlReplace with Replace the preceding lines with the followingCode: 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))
-
DaNnIbOi
- Users

- Posts: 12
- Joined: 10 Oct 2016, 23:44
Re: Special title
Can someone please confirm if it is possible to just allow certain groups to be able to use this? if so, please provide a step by step guide on how to do this please!
-
dmzx
- Founder

- Posts: 6485
- Joined: 13 Jan 2014, 21:45
Re: Special title
Yes you can, check the group permissions for this.DaNnIbOi wrote: 12 Nov 2016, 22:53 Can someone please confirm if it is possible to just allow certain groups to be able to use this? if so, please provide a step by step guide on how to do this please!
Default is Administrator only.
-
DaNnIbOi
- Users

- Posts: 12
- Joined: 10 Oct 2016, 23:44
Re: Special title
Thanks a lot man, found them now and sorted it :)dmzx wrote: 13 Nov 2016, 08:17Yes you can, check the group permissions for this.DaNnIbOi wrote: 12 Nov 2016, 22:53 Can someone please confirm if it is possible to just allow certain groups to be able to use this? if so, please provide a step by step guide on how to do this please!
Default is Administrator only.
[ Post made via iPhone ]

-
1nv1s1bl3
- Users

- Posts: 3
- Joined: 30 Jan 2017, 10:56
Re: Special title
Hey,
Any plans to update to 3.2.x soon :)?
Any plans to update to 3.2.x soon :)?

