PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost How do I...? (http://www.photopost.com/forum/reviewpost-how-do-i/)
-   -   navbar doesnt show? (http://www.photopost.com/forum/reviewpost-how-do-i/127600-navbar-doesnt-show.html)

driller September 30th, 2006 10:13 PM

navbar doesnt show?
 
i wonder how come on the navbar doesnt show when i go to my review page is there something i need to enable in order to show the navbar?

Chuck S October 1st, 2006 08:23 AM

what do you mean? Please provide explicit examples by url what your issue is. By navbar I am assuming you mean integrated with vbulletin and as such I can provide such an example and the navbar shows

http://www.reeftalk.com/reviews/index.php

driller October 1st, 2006 09:26 PM

no where you log in the breadcrumb

Chuck S October 1st, 2006 09:32 PM

As noted you need to provide a url and complete description of what you mean.

where you log in the breadcrumb makes no sense to me what your trying to ask. First you say your navbar doesnt show up then I show you it does so I am not sure what your trying to say

driller October 1st, 2006 10:44 PM

Deleted

Chuck S October 2nd, 2006 08:16 AM

Thats easy. That box is not your navbar. Your navbar is that welcome box or you have some sort of conditional that prevents display of the box. We clearly parse and load the vbulletin navbar template

driller October 2nd, 2006 07:14 PM

than can i add it somewhere manually like create a custom template put the navbartemplate there and try to run it?

Chuck S October 2nd, 2006 07:20 PM

well what template is that in? You just need to figure out whats different about your style cause we load the header and navbar footer of vbulletin not custom templates so with more info I may be able to suggest something

driller October 8th, 2006 04:18 AM

ahh ok it is in header as you can see but as you know if i put my navbar code in header now i have 2 navbars on my site..... so what should i do add it custom? if so how? can you tell me the steps

Chuck S October 8th, 2006 09:39 AM

I dont see two navbars? where do you see two vb navbars?

driller October 8th, 2006 11:51 PM

on other pages there is two and only one on reviews because it doesnt read my navbar but my headerinclude anyways what should i do to add a navbar

Chuck S October 9th, 2006 09:23 AM

We pull only the header navbar and footer templates. If your using a custom style with custom variables they are not going to be recognized by reviewpost. You might need to contact the hack or styles author for assistance if this is your case. I assume your talking the black box

driller October 9th, 2006 12:58 PM

well isnt it this

Quote:

eval('$navbar = "' . fetch_template('navbar') . '";');

if ( $styleid == 2 ) $navbar = "<br />";

$headinclude = process_replacement_vars($headinclude);
$header = process_replacement_vars($header);
$navbar = process_replacement_vars($navbar);
what exactly you mean by custom variable i think i have all the same variables

Chuck S October 9th, 2006 01:16 PM

Right but that is not your navbar though. We do pull the navbar and if nothing is showing that is a custom variable or template

Easy way to show this is go and set your stylesheet to the default vbulletin one and you will see reviewpost loads the navbar

driller October 9th, 2006 01:53 PM

nope i puted the default template same thing only with the default template

Chuck S October 9th, 2006 06:13 PM

we clearly load the navbar

http://www.photopost.com/action/index.php?cat_id=17

You would need to post a test login and you sure you loaded the default vbulletin style? I still see your custom style

driller October 9th, 2006 10:25 PM

yes i put the default style for myself and saw it didnt work so i switched it back


username: lazybuz
password: test

just select the default vbulletin style

Chuck S October 10th, 2006 07:58 AM

I loads the navbar perfectly using the default style so this is an issue with your custom style as that black box is not the navbar

Select Default Style from your profile and go to the reviews the navbar shows fine

driller October 12th, 2006 02:47 PM

i see what should i do? so i should change

"' . fetch_template('navbar') . '";'); to VB_navbar or whatever it says in my phpadmin?

Chuck S October 12th, 2006 02:59 PM

No we already load the navbar as I have clearly shown. That black box is not the navbar but something custom it would appear. You might need to ask your style author about it where its located etc


All times are GMT -5. The time now is 08:29 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97