![]() |
Different Style on Different Pages
I know you can change the style for different forums but for instances, I want a different style for the register page. Is there a way I can do this?
|
You can edit the $styleid variable in the style_fetch (or was that fetch_style) hook. Off the top of my head...
PHP Code:
|
do i put that in the register.php file?
|
Create a new plugin using the style_fetch hook with the above code.
|
I created a new hook using style fetch... I named it register and for code I used
if (THIS_SCRIPT == 'register') { $styleid = 2; } and I have a style 2 but it doesn't change, any ideas? |
When I get home tomorrow I will take a look for you. No code here. :(
|
Quote:
|
I hate to be a nag, but I still haven't figured it out. Could anyone help, please
|
All times are GMT. The time now is 09:27 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|