The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
|||
|
|||
![]()
well, I don't know if it'll be of much help.. but try what I do:
First of all, install the comment script you like the most, it doesn't matter which one you choose. After you've got it up and running, you'll have to set permissions to the key file.. the key file is the one that'll allow people to post a comment. It can be either the html (or php) that you call to print the comment form on your page or the php file that processes the information entered at the form. This depends on the script you're using (which I recommend that it DO NOT require registration, since you'll need to hack it a little more...). Now that you have located the file, you'll now need to include the global file to that page. Code:
<?php include ('../foro/global.php'); ?> Code:
//change xx with the Guest Group ID. if($bbuserinfo['usergroupid']==xx){ echo "Please log-in or register!"; } else { //the rest of the code goes here Code:
<?php include ('../foro/global.php'); //change xx with the Guest Group ID. if($bbuserinfo['usergroupid']==xx){ echo "Please log-in or register!"; } else { //the rest of the code goes here //code //code //code //lol } ?> ![]() NOTE Remember that if you have HTML between the Code:
} else { ![]() EDIT Damn. I forgot one thing... before including global.php you must modify it a bit... every url the file has is like this: Code:
admin/functions.php Code:
/home/user/public_html/forum/admin/functions.php |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|