Problem about permissions
- Nully
- Donator
- Posts: 258
- Joined: 15 Mar 2010, 00:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
- Contact:
Problem about permissions
Hello,
I have a forum where everybody can post, but the messages need to be approved before being displayed.
After the installation of Top Stats, messages not approved are displayed.
How can I fix this ?
I have a forum where everybody can post, but the messages need to be approved before being displayed.
After the installation of Top Stats, messages not approved are displayed.
How can I fix this ?
- Blackwolf
- BBCoder IV
- Posts: 272
- Joined: 04 Dec 2010, 12:36
- BBCodes: 101
- Favourite BBCode: Dropcap
- Favourite MOD: mchat
- Location: Melbourne Australia
Problem about permissions
Is this when your logged in? Are they viewable as a guest?Nully wrote:Hello,
I have a forum where everybody can post, but the messages need to be approved before being displayed.
After the installation of Top Stats, messages not approved are displayed.
How can I fix this ?
This was fixed in version 1.0.8
1.0.8 (Post by Blackwolf #10588)
Ultimate Edition, Ultimate Edition Oz, Oz Unity
“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
“We are Anonymous. We are Legion. We do not forgive. We do not forget. Expect us.”
- Nully
- Donator
- Posts: 258
- Joined: 15 Mar 2010, 00:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
- Contact:
Problem about permissions
Yes, viewable as guest. This is the problem !
I have the last version 1.0.8.
I have the last version 1.0.8.
- Nully
- Donator
- Posts: 258
- Joined: 15 Mar 2010, 00:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
- Contact:
Problem about permissions
Help please. I just deleted 3 posts about different generics for all illnesses
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Problem about permissions
Im not at my pc at the moment so i have no ftp or file access.
But check the version number of the topstats.php file you are using. You might have forgotten to update it.
But check the version number of the topstats.php file you are using. You might have forgotten to update it.
Board rules! No PM support
- Nully
- Donator
- Posts: 258
- Joined: 15 Mar 2010, 00:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
- Contact:
Problem about permissions
I downloaded and installed version 1.0.8 from your forum on sunday february 19th, 2012.
I can see
I can see
Code: Select all
@version $Id: install_top_stats.php, v1.0.8 20011/06/12 Stoker $
- Nully
- Donator
- Posts: 258
- Joined: 15 Mar 2010, 00:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
- Contact:
Problem about permissions
Includes/functions_top_stats.php :
May be you mean I should have to install version 1.0.3 and then update ?@version $Id: functions_top_stats.php v1.0.8 20011/06/12 Stoker $
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Problem about permissions
Now I get it.
Open functions_top_stats.php and find:
Replace with:
Open functions_top_stats.php and find:
Code: Select all
WHERE ' . $db->sql_in_set('t.forum_id', $flist) . ' AND t.topic_moved_id = 0
Code: Select all
WHERE ' . $db->sql_in_set('t.forum_id', $flist) . ' AND t.topic_moved_id = 0 AND t.topic_approved = 1
Board rules! No PM support
- Nully
- Donator
- Posts: 258
- Joined: 15 Mar 2010, 00:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
- Contact:
Problem about permissions
Thanks a lot.
It works, I made a test
It works, I made a test