PDA

View Full Version : How To: Add a page in vbulletin


PAINTBALLM
12-03-2004, 01:36 PM
I need to make a page for store in vbulletin. In vb2, I was able to add a bit to misc.php and then add a template and it would call from it to display.

I need to set up two pages, and I would like to call them merch.php and merch_premium.php.

I would like to to use all vbulletin controls.

On the page, I would like to use an if statement to determine if they are in a special usergroup or not. If they ARE in the subscribing usergroup, it would display certain content, if they are NOT a subscribing member, it will show different information (basically beacuse I want to give subscribers discounts).

Can someone please help me with creating a php page that uses vbulletin's template system? :-/

Thanks
Justin

Zachery
12-03-2004, 03:38 PM
I need to make a page for store in vbulletin. In vb2, I was able to add a bit to misc.php and then add a template and it would call from it to display.

I need to set up two pages, and I would like to call them merch.php and merch_premium.php.

I would like to to use all vbulletin controls.

On the page, I would like to use an if statement to determine if they are in a special usergroup or not. If they ARE in the subscribing usergroup, it would display certain content, if they are NOT a subscribing member, it will show different information (basically beacuse I want to give subscribers discounts).

Can someone please help me with creating a php page that uses vbulletin's template system? :-/

Thanks
Justin
Check the Mini Howto in my sig :)

PAINTBALLM
12-09-2004, 10:52 AM
thank you