The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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?
|
#2
|
||||
|
||||
![]()
You can edit the $styleid variable in the style_fetch (or was that fetch_style) hook. Off the top of my head...
PHP Code:
|
#3
|
|||
|
|||
![]()
do i put that in the register.php file?
|
#4
|
||||
|
||||
![]()
Create a new plugin using the style_fetch hook with the above code.
|
#5
|
|||
|
|||
![]()
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? |
#6
|
||||
|
||||
![]()
When I get home tomorrow I will take a look for you. No code here.
![]() |
#7
|
|||
|
|||
![]()
Thank you
|
#8
|
|||
|
|||
![]()
I hate to be a nag, but I still haven't figured it out. Could anyone help, please
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|