The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Currently, index.php points to "Viewing Forum Index" which is okay. I'd like to know if there's a way to make it so if they're on "index.php?page=example" that it would show "Viewing Page: Example" or something of the sort. I just can't figure out how to do it.
Thanks. |
#2
|
|||
|
|||
![]()
The way I learned how to do this;
Make a new plugin with any name hook it to online_location_process PHP Code:
hook to online_location_unknown PHP Code:
|
#3
|
||||
|
||||
![]()
Thanks for the reply. It doesn't appear to work though. I even tried adding to the first part.
Code:
if ($filename == 'index.php' && $_REQUEST_['page'] == 'example') |
#4
|
|||
|
|||
![]()
What you added looks like it'd work. But why the extra underscore?
PHP Code:
|
#5
|
||||
|
||||
![]()
Oh, I didn't mean to type that when I wrote it here. That doesn't work.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|