Sucher Alternative für den Activity Mod!
Verfasst: 11.12.2004 20:29
Jop, ist ziemlich dringend. Der Activity Mod funktioniert bei mir irgendwie nicht, habs auch schon 4mal probiert
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
aUsTiN @ phpBB-Amod.com hat geschrieben:You try to run the DB changes, nothing happens. Well thats been resolved along time ago yet it appears no one reads any of the sites or posts. So this is the last post i will make about it. Hope it helps.
You have 2 solutions.
1. Upload a common.php from 2.0.8 & run the db adjustments, then re-upload your common.php for the version you use.
2. File change
2a. 2.0.9 & 2.0.10 Users:
Code:
Open => Common.php
Find
unset($GLOBALS[$var_name]);
Replace With
//unset($GLOBALS[$var_name]);
Close & Save
2b. 2.011 Users:
Code:
Open => Common.php
Find (2 occurances)
unset($$var);
Replace With
//unset($$var);
Close & Save
Goto your ACP, run the Db Adjustments, after the DB has been done, open common.php & un-do the above.