Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 07-29-2009, 12:03 PM
Spinball's Avatar
Spinball Spinball is offline
 
Join Date: Feb 2002
Location: Telford, England
Posts: 705
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Specific style for home page

Guys, I want to put a specific style on the home page (forums/index.php) only.
Over vb.com they say it can't be done with the standard software.
Is it possible with a modification?
Reply With Quote
  #2  
Old 07-29-2009, 02:08 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It may be possible with a plugin. Try the fetch_style (or is it style_fetch?) hook location and try a condition like:
PHP Code:
if (THIS_SCRIPT == 'index') $styleid = xx; 
Reply With Quote
  #3  
Old 07-29-2009, 02:19 PM
Spinball's Avatar
Spinball Spinball is offline
 
Join Date: Feb 2002
Location: Telford, England
Posts: 705
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, Lynne, I'll give it a try.

--------------- Added [DATE]1248887381[/DATE] at [TIME]1248887381[/TIME] ---------------

PHP Code:
if (THIS_SCRIPT == 'index') {
  $styleid = 26;
} 
Works brilliant, thanks. style_fetch is the one.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:24 AM.


Powered by vBulletin® Version 3.9.0
Copyright ©2000 - 2017, vBulletin Solutions Inc.