- Wat is het probleem?
Wanneer ontstond het probleem?
Adres van je forum: http://
Geïnstalleerde mods:
Huidige template:
phpBB versie: 2.0.??
Waar is je forum gehost:
Heb je onlangs iets verandert aan je forum?
Heb je gezocht naar een antwoord? (Ja, welke zoekwoorden? Nee, probeer eerst eens te zoeken)
Berichtenaantal klopt niet..
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Berichtenaantal klopt niet..
Support template:
gr. riko 

Probeer eens de mod Post Count Resync te vinden en voer die mod eens uit! Grote kans dat dan de berichtenaantallen weer goed worden weergegeven omdat ze door deze mod weer worden rechtgezet.
Omschrijving van de mod:
Omschrijving van de mod:
Code: Selecteer alles
##############################################################
## MOD Title: Post Count Resync
## MOD Version: 1.2.1
## Author: R45 < adam at (@) rasadam.com > Adam Alkins - http://www.rasadam.com
## Description: This is an admin module for the ACP system. It will allow you to resync all user's post
## counts to their correct figure.
##
## Installation Level: Easy
## Installation Time: 2 Minutes
## Files To Edit: none
##
## Included Files: admin_post_count_resync.php, admin_pcount_resync_simple.tpl, admin_pcount_resync_adv.tpl
## lang_pcount_resync.php
##############################################################
## This MOD is released under the GPL License.
## Intellectual Property is retained by the MOD Author(s) listed above
##############################################################
## Please visit http://www.rasadam.com/phpbb.php?id=2 for the latest version of
## this MOD or the place you downloaded it from.
##############################################################
## Authors Notes:
## All you need to do is upload the appropriate files into their directories
## and it will show up in the Administration Panel under the User Admin Section.
##
## You can run this script as often as you want when you wish to resync the
## post counts.
##
## CHANGELOG
##
## --- 1.2.1 ---
## Fixed bug with incorrect function calls when getting post counts
##
## --- 1.2.0 ---
## Fixed hardcoded SID bug in the find username button
## Fixed bug if you tried to resync with no forums in advanced mode
## Fixed bug with "Find a username" function not selecting username
## Fixed bug with fixed path for the "Find a username" button
## Removed some function calling in the language files
##
## --- 1.1.1 ---
## Bug fixed which caused an SQL error when One forum is used to resync in advanced mode (Thanks to admin@thewiz.co.il for the heads up)
##
## --- 1.1.0 ---
## Complete Rewrite
## Now features a Batch mode to resync accounts in batch and resume at a point for large boards
## Allows specifying amount of account to resync per batch
## Resync only a specific user if you want
## Resync only in certain forums
## Faster queries
##
## --- 1.0.2 ---
## Fixed Body Language Variable Bug
## Fixed Result Bug (sprintf not called)
##
## --- 1.0.1 ---
## Added (Hopefully) MsSQL support (Slight syntax change)
## Added Language File Compatability
## Minor Code Cleanup
## Added GPL Headers
## Fixed Module Categorisation
##
## --- 1.0.0 ---
## Initial Release
##
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD