Welcome to GFXstyles
GFXstyles  
All times are GMT -5. The time now is 09:18 PM.
 »   GFXstyles » Style forums » Styles Support : free :

Styles Support : free : Help for getting your style set up and coded properly, plug in integration
Not for add ons or programs that dont' use the vBulletin template configuration

Reply
 
LinkBack Thread Tools Display Modes
Old October 8th, 2007, 12:21 PM
  post #1
Style Owner
 
Join Date: Sep 2007
Posts: 4
Rep Power: 11 @ 66
DirtyDog will become famous soon enough
Default Path problem

The path to my forum is /forums - but the GFX style header contains links to forum functions that show up on my site index page. The links are all incorrect : http://www.domain.com/memberlist.php instead of http://www.slopemonkey.com/forums/memberlist.php.

Where in the settings do I fix tis?
DirtyDog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old October 8th, 2007, 02:41 PM
  post #2
Style Owner
 
Join Date: Aug 2007
Posts: 328
Rep Power: 15 @ 66
fozo will become famous soon enough
Send a message via Yahoo to fozo
Default Re: Path problem

I am lost on your question. By hoving over the "Member List" on your site, I do see Slopemonkey - Members List

Unless I viewed your default style instead of gfx style
fozo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old October 8th, 2007, 03:05 PM
  post #3
3ts'
 
Santai's Avatar
 
Join Date: Mar 2006
Location: USA - tn
Age: 52
Posts: 6,276
Blog Entries: 6
Rep Power: 96 @ 666
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
Default Re: Path problem

am un unable to see the style but this could be the setting :

is probably not the problem but the setting is here :
admin cp -> vBulletin Options -> Site Name / URL / Contact Details :
in the forum url it should be " Slopemonkey - Snowboarding and Skiing Forums " .

if this only happens on the home page ? which i think it does :
- vBa will not always translate index.php this may need to be hard coded with the /forums/ added in the header template :
in the header find :
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.
change it to or add ( in red ) :
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.
or it the first one will not work :
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.
Quote:
$vboptions[forumhome].php$session[sessionurl_q]

change it to or add ( in red ) :

/forums/$vboptions[forumhome].php$session[sessionurl_q]

or it the first one will not work :

/forums/index.php$session[sessionurl_q]
< edit
took it out of the code brackets .. .
sometimes this happens, and it shouldnt' .. . is a vB permissive and we dont' catch posts so it should be fixed every time -- the few it dont' work with ?? . -
/ edit >

in the vBa CMPs settings -> default settings -> choose : vBadvanced Global Options .

copy the : Navbar Replacements : into the : Header Replacements : see the attachment - we have additional links added - yours may not be the same .

Quote:
Originally Posted by DirtyDog View Post
The path to my forum is /forums - but the GFX style header contains links to forum functions that show up on my site index page. The links are all incorrect : http://www.domain.com/memberlist.php instead of Slopemonkey - Members List.

Where in the settings do I fix tis?
would you please add the url of the site in your profile : public or private at bottom of the page - here please : http://gfxstyles.com/profile.php?do=editprofile
Attached Images
File Type: jpg vBa-settings.jpg (66.5 KB, 4 views)

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

Last edited by Santai; October 8th, 2007 at 03:22 PM. Reason: added with out code tags
Santai is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old October 8th, 2007, 03:15 PM
  post #4
Style Owner
 
Join Date: Sep 2007
Posts: 4
Rep Power: 11 @ 66
DirtyDog will become famous soon enough
Default Re: Path problem

I am logged in but it still says "You must be a member to view code ."
DirtyDog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old October 8th, 2007, 03:23 PM
  post #5
3ts'
 
Santai's Avatar
 
Join Date: Mar 2006
Location: USA - tn
Age: 52
Posts: 6,276
Blog Entries: 6
Rep Power: 96 @ 666
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
Default Re: Path problem

took it out of the code tags in the post .. .
happens some times when it should not have .. .
Quote:
Originally Posted by DirtyDog View Post
I am logged in but it still says "You must be a member to view code ."

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
Santai is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old October 8th, 2007, 06:46 PM
  post #6
Style Owner
 
Join Date: Sep 2007
Posts: 4
Rep Power: 11 @ 66
DirtyDog will become famous soon enough
Default Re: Path problem

Thanks that worked. One more thing - any idea why the bg isn't displaying properly on the VBA index page?

Slopemonkey
DirtyDog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old October 9th, 2007, 01:13 AM
  post #7
3ts'
 
Santai's Avatar
 
Join Date: Mar 2006
Location: USA - tn
Age: 52
Posts: 6,276
Blog Entries: 6
Rep Power: 96 @ 666
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
Default Re: Path problem

again - image paths -
vBa will catch a lot if not all of them - some times it wont'

is in the main css for the style - the images need the /forums/ or http: patht to the forums .

Displaying the style outside of the forum

and the vBa changes for this style is in the support area for the members x styles :
http://gfxstyles.com/f242/vba-cmps-v...-nav-bar-3917/

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
Santai is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to fix this problem? vara Styles Support : free : 1 July 5th, 2007 03:00 AM