The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove ?do=main
hey how can i remove so the main page on this script isn?t info.php?do=main just info.php?
hope you understand what i mean. PHP Code:
PHP Code:
|
#2
|
|||
|
|||
It should just work because this peice of code:
PHP Code:
I don't see why it would not work. |
#3
|
||||
|
||||
The rules part of the file is dead then isn't it?
|
#4
|
|||
|
|||
Quote:
i never tried that but it works when i use the first code anyway. |
#5
|
||||
|
||||
Are you planning on using the file for the rules too or just the main part?
|
#6
|
|||
|
|||
im planning on using the rules pages to
|
#7
|
||||
|
||||
The second file code you posted should work how you want it to then. Otr try this:
Code:
// build navbar $navbits = array(); $navbits[''] = 'vBInfo'; $navbits = construct_navbits($navbits); eval('$navbar = "' . fetch_template('navbar') . '";'); eval('print_output("' . fetch_template('vBInfo') . '");'); Without the do wrap. |
#8
|
|||
|
|||
I'm confused as to what you want to do...
|
#9
|
||||
|
||||
I think he wants to have the file default to the first code without any do= and still be able to have it do do=rules.
|
#10
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|