MyBB Community Forums

Full Version: problem with theard counter ...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
my site is have Issue
the topic counter is not work ... and don't count a member visit
I'm turn off the Delayed Thread View Updates in Show Thread Options but don't solved this problem
please help me ...
You've posted this in the 'MyBB.com Community & Site Issues' forum which is for issues with this site, not yours. Moved to support.

What plugins do you have??
ACP > Tools and Maintenance > and Run "Recount and Rebuild" of "Rebuild Thread Counters".
(2011-03-10, 10:39 AM)MattRogowski Wrote: [ -> ]You've posted this in the 'MyBB.com Community & Site Issues' forum which is for issues with this site, not yours. Moved to support.

What plugins do you have??

thanks to you
my plugins list :
Add Spiders
Add Forum Options
Ad Randomizer system
Ads after first post
MyBB Advanced Portal v
quick reply
Akismet
MyBB Benzer Konu Kontrolü (Ajax)
Board Messages
Custom Forum Icons
robot
Contact Us For MyBB
Custom Copyright
Date of Birth on Registration
Fit on Page
gallery
Game Section
age of forum
Google Analytics
Google SEO

Hello World!
Highlight Own Threads
HotEditor For MyBB 1.6 & 1.4
HP / MP / EXP Statistics
imei> Hijri Shamsi (Jalali) Date!
html in post

Its My Birthday!
ip

My Awards
MyBlogs

NewPoints
News Ticker (1.0
Show the users that has been online today

Overview
Plugin Uploader

Post On Registration (1.1.4)
private message to admin
Profile Comments
Profil Sayacı (1.0
facebook on post bits
ProStats
Register Box
Registration Security Question
Last Posts
AJAX/RSS (1.0)
SEO Links!
Snowstorm
SR Forum SiteIcon (1.2
Today's Top Posters (1.0
thanks
Statistics Threads
Toolbar Container
Top Bar
Undo Delete
Usergroup legends
Users Browsing Forum
Users Browsing Thread

Welcome PM/Email
MyBB WYSIWYG Editor (1.0.2)


the bold one is active ...

(2011-03-10, 11:15 AM)Yaldaram Wrote: [ -> ]ACP > Tools and Maintenance > and Run "Recount and Rebuild" of "Rebuild Thread Counters".

thanks dude but don't work

To rule out plugins as a cause of this issue, please try the following. In ./inc/init.php, find the code:

define("TIME_NOW", time());

After this code, add this:

define("NO_PLUGINS", 1);

Then save and/or reupload this edited version of the file so the forum will run the new code.

This edit will stop plugins being run when a page on the forum is loaded; it will not edit, delete or reset any content the plugin has added or changed, it will just temporarily stop the plugins being loaded, so some features on your forum may be temporarily missing or broken whilst this code is in place. When you remove this code, plugins will work again exactly as they were before. This change helps us to see if a plugin is the cause of a problem, without you having to manually deactivate every single plugin, which would mean you may lose data from them.

If your issue is fixed when this code is added, then the cause of your issue is a plugin; please post a list of your plugins and we will try and help you find which one it may be. If the problem still happens with this code added, then it is unlikely a plugin is the cause, in which case we will investigate the issue further.

Thank you.