Log in

View Full Version : making a custom vbulletin page?


BigJohnny
09-15-2010, 08:54 PM
I just put a small google search in my navbar and I need a results page, so I wanted to have it be a part of vbulletin, with the header, navbar, footer, etc, but instead of showing forums, would show the search results.

somewhere around here used to be a tutorial on how to do it but searching hasn't led me to it yet. There was also a mod if i recall?!

How do I make a custom vbulletin page so I can display the search results?

kh99
09-15-2010, 09:17 PM
I don't know where there's a tutorial or example, but you could use misc.php?do=something and then put your code in a plugin on misc_start. If you didn't want to do that you could probably start with misc.php and strip it down.

BigJohnny
09-15-2010, 11:45 PM
found the tutorial.