Home Forum  Search the forums : 
GFXstyles
Go Back   GFXstyles » Style forums » Articles / Plug ins
Articles / Plug ins from How to install a style and changes to the templates for our free styles to add them into plug ins.

Reply
 
LinkBack (3) Thread Tools Display Modes
Santai's Avatar
3ts'
Join Date: Mar 2006 Age: 52 Location: USA - tn Posts: 6,360 Blog Entries: 6 Santai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to behold Send a message via MSN to Santai Send a message via Yahoo to Santai Send a message via Skype™ to Santai Santai is offline
November 7th, 2006, 09:56 AM
Default Displaying the style outside of the forum

As styles come to you they are meant to be used for the forum only .

Some plug ins and programs will not always use the forum as there root dir , and still use the vBulletin template system and css .
vBadvanced , and links , photo post vBa Gallery .. .

Very easy to correct this with a few changes to the Main Css and image paths (StyleVars)

From your : Admin CP -- choose Styles and templates -- then styles -- from the style you wish to change from the drop down menu -- Main Css .

On this page most image paths will be written relative to the forum directory .
they can be in the Background Attributes , the additional CSS block .
Our styles they will be found in these 2 places .

to find them - they will be written :
- #f2f3f5 url(gfx_officed/misc/_bg_nav_lft.gif) no-repeat
- url(gfx_officed/misc/_bg_nav_lft.gif) no-repeat
- background:#f2f3f5 url(gfx_officed/misc/_bg_nav_lft.gif) no-repeat;

though not identical , or may have slightly different properties , what your looking for and need to change is just the path .

if its' "url(gfx_officed/ .. . ) this us what your after , the url(?? . - the questions being the directory the style was installed in .

we need to add a absolute path , or http path to the image location - do not up set or change any spacing or punctuation in these paths or they may not work !

if your forums are located in "forum" you need to add :
/forum/
or
http://domain.???/forum/ in front of the image location :

these for example :
- #f2f3f5 url(gfx_officed/misc/_bg_nav_lft.gif) no-repeat
- url(gfx_officed/misc/_bg_nav_lft.gif) no-repeat
- background:#f2f3f5 url(gfx_officed/misc/_bg_nav_lft.gif) no-repeat;
would be changed to :
- #f2f3f5 url(/forum/gfx_officed/misc/_bg_nav_lft.gif) no-repeat
- url(/forum/gfx_officed/misc/_bg_nav_lft.gif) no-repeat
- background:#f2f3f5 url(/forum/gfx_officed/misc/_bg_nav_lft.gif) no-repeat;
or
- #f2f3f5 url(http://domain.???/forum/gfx_officed/misc/_bg_nav_lft.gif) no-repeat
- url(http://domain.???/forum/gfx_officed/misc/_bg_nav_lft.gif) no-repeat
- background:#f2f3f5 url(http://domain.???/forum/gfx_officed/misc/_bg_nav_lft.gif) no-repeat;

then save the Main CSS .

From the drop down menu choose 'StyleVars' .

the bottom set of image paths need to be changed like we did above .
gfx_officed/???
would be changed to :
/forum/gfx_officed/??? or http://domain.???/forum/gfx_officed/???

save the StyleVars when finished .

From the drop down menu choose 'Replacement varables' .
check to see if they are used and correct also .

All thats to it .

this may or may not work for other styles you have purchased else where .
we use all StyleVars in the templates and css .
we can only tell you what we do and what will work .

Kenj
a certain amount of common sense is necessary to survive in this world !
insanity leaves you no restrictions !
// support is available via the forums, post the apparent discrepancy or help needed . \\
donations appreciated
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
Reply

Bookmarks

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?) LinkBack to this Thread: http://gfxstyles.com/forum/f18/displaying-style-outside-forum-665/


All times are GMT -5. The time now is 12:50 PM.
style developed @ GFXstyles
Content Relevant URLs by vBSEO 3.1.0
Copyright © 2006-2008 gfxstyles.com Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.