PDA

View Full Version : Specific forum action - where can i find it in php code?


theCodero
09-12-2008, 09:37 AM
Hi, I want to make some modifications. I do know how to write it, I just do not know where can I find code that needs to be changed. Is there any description what does every file do?

For example, where can I find in code dropdown box on right down side of board, right after topic list with options to delete/stick thread, etc?

How can I figure out where in code is it?

Dismounted
09-12-2008, 09:56 AM
Turn on template commenting in the Admin CP - this will add HTML comments to the source allowing you to see what and where is template is. Then search the template's name in the vBulletin PHP files, this will reveal where it is being used.

theCodero
09-12-2008, 01:19 PM
Okay.

And tell me please where I can deal with JavaScript, found in thread list - the thread checking thing. I'd like to add one more information besides thread id to be sent when user press "Go" button.

mindhunter77
09-12-2008, 03:19 PM
Where is the location to turn on template commenting? I was interested in this topic as well

Lynne
09-12-2008, 03:44 PM
vboptions > General Settings > Add Template Name in HTML Comments > set to Yes