The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
How it works...
I'm a newbie to vBulletin, but very experienced in web development (over 7 years). I've install 3.0.3 and I'm trying to figure out how everything interacts with each other, specifically the TEMPLATES in the admin area and the .php files. Like for example, MEMBERINFO in the Templates area of the Admin and where is the call to MEMBERINFO in the member.php file? I mean I see the very last 2 lines is
$templatename = iif($quick, 'memberinfo_quick', 'MEMBERINFO'); eval('print_output("' . fetch_template($templatename) . '");'); But things that happen in one area of the site in the MEMBERINFO aren't happening in the User Profile, but they should be. Specifically talking about the Age in Profile hack. I appreciate any info or help in anyway. Thanks in advance. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|