![]() |
CSS problem on Navbar... I can't figure out why it cause... I turned VB3 integration on and I notice navbar template seem not correct... it like it insert link to CSS code, for example: <div id="http://www.demo.com/memberAreaBox"> when it should be <div id="memberAreaBox"> It just weird it added website link... Any idea? |
If this is some custom thing you entered in your navbar you may need to make it a full url to let Photopost find it. we only autotranslate the normal entries on the navbar for vb3 |
Hmm I'm not sure I'm following you... I means any "ID" or "CLASS" for stylesheet that not suppose attached to URL. Here's actually result code: Quote:
|
What I am saying is this! We autotranslate the NORMAL vb3 navbar links. If you have added links or any custom code to your VB3 navbar you would need to modify such code to full url You do not have a normal vb navbar so there is nothing our program is going to translate. You need to get rid of all the relative image and link tags in your custom navbar and put the full url to everything and you should be fine. |
Gee.. All right, look like I have figure it out myself... Thanks anyway. |
;) I have stated twice what you need to do to get your navbar links right. Yes help with code modifications or hacks is not a function of product support although we do try and give suggestions in some cases which I have done. You are using a custom navbar in VB3 and not the normal one try this below as an example of what you need to do as you have relative links instead of full url's <!-- BEGIN TEMPLATE: navbar --> <div id="membox"> <div class="bot"><div class="top"> <div id="memberAreaBox"> <img src="http://www.snowcraze.com//img_default/memarea.gif" alt="Member Area:" width="101" height="22" /> <ul id="memberLogon"> <li id="myprofile" title="Profile"><a href="http://www.snowcraze.com/member.php?u=1"></a></li> <li id="conpanel" title="Control Panel"><a href="http://www.snowcraze.com/usercp.php?"></a></li> <li id="myalbums" title="My Albums"><a href="http://www.snowcraze.com/gallery/showgallery.php?cat=500&ppuser=1"></a></li> <li id="favpixes" title="Favorite Pictures"><a href="http://www.snowcraze.com/gallery/showgallery.php?cat=fav"></a></li> <li id="myblog" title="My Blog"><a href="http://www.snowcraze.com/blog.php"></a></li> <li id="mypost" title="My Post"><a href="http://www.snowcraze.com/search.php?do=finduser&u=1"></a></li> |
Ok... i just put old header-inc.php and seem works right... but I stick to new one and still trying to figure out. Right now on navbar template: Quote:
Quote:
Well happy holiday! |
Ok look like I found what's wrong... it's header-inc.php and it ($headrepl or $headvars) looks for "member" so it found "memberLogon" (CSS) and "memberAreaBox" (CSS) and so it adds url there. I guess it better if I change CSS name, it should solve plm. Let me know if there's better way to alter on header-inc.php. Before I change CSS name tmw night. Thank you! |
Nope our product is coded to rewrite url's as stated based on the normal VB3 navbar. Go ahead and rename your coding that should work. |
Ok. I just decide to replace from "member" to "member.php" at $headvars and $headrepl from header-inc.php and it's fixed anyway. |
| All times are GMT -5. The time now is 03:46 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0