The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Hi here,
I have a problem with the hack I created for vb3.5 (the only one for now :devious: ) Well, in my admincp, in forums part, I have a code that create a function when saving a forum I've placed this code in the forumdata_start (hook location) and this is the code that causes the problem : PHP Code:
If I turn off this plugin, it works What's the problem ? Why do forumdata_start is used when we reply ? This is what I don't understand |
|
#2
|
||||
|
||||
|
UP pliz
|
|
#3
|
||||
|
||||
|
Forum Data (lastpost, posts, thrhreads.) etc. needs to be updated when you make a post, so the Datamanager gets called
![]() If you just want to Code to run when in ACP, wrap it in if (VB_AREA == 'AdminCP') or better yet use forumadmin_update_save |
|
#4
|
||||
|
||||
|
Thanks Kirby
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|