 | |  | | | ReviewPost How do I...? Wondering how to do something in ReviewPost? |
September 30th, 2006, 10:13 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Aug 2006
Posts: 33
| 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?
|
| |
October 1st, 2006, 08:23 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
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 |
| |
October 1st, 2006, 09:26 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Aug 2006
Posts: 33
|
no where you log in the breadcrumb
|
| |
October 1st, 2006, 09:32 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
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
|
| |
October 1st, 2006, 10:44 PM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Aug 2006
Posts: 33
|
Deleted
Last edited by Chuck S; October 29th, 2006 at 12:35 AM.
|
| |
October 2nd, 2006, 08:16 AM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
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
|
| |
October 2nd, 2006, 07:14 PM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Aug 2006
Posts: 33
|
than can i add it somewhere manually like create a custom template put the navbartemplate there and try to run it?
|
| |
October 2nd, 2006, 07:20 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
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
|
| |
October 8th, 2006, 04:18 AM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Aug 2006
Posts: 33
|
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
Last edited by Chuck S; October 29th, 2006 at 12:36 AM.
|
| |
October 8th, 2006, 09:39 AM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
I dont see two navbars? where do you see two vb navbars?
|
| |
October 8th, 2006, 11:51 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Aug 2006
Posts: 33
|
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
|
| |
October 9th, 2006, 09:23 AM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
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
|
| |
October 9th, 2006, 12:58 PM
|
#13 (permalink)
| | Member Verified Customer
Join Date: Aug 2006
Posts: 33
|
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
|
| |
October 9th, 2006, 01:16 PM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
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
|
| |
October 9th, 2006, 01:53 PM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Aug 2006
Posts: 33
|
nope i puted the default template same thing only with the default template
|
| |
October 9th, 2006, 06:13 PM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
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
|
| |
October 9th, 2006, 10:25 PM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Aug 2006
Posts: 33
|
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
|
| |
October 10th, 2006, 07:58 AM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
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
|
| |
October 12th, 2006, 02:47 PM
|
#19 (permalink)
| | Member Verified Customer
Join Date: Aug 2006
Posts: 33
|
i see what should i do? so i should change
"' . fetch_template('navbar') . '";'); to VB_navbar or whatever it says in my phpadmin?
|
| |
October 12th, 2006, 02:59 PM
|
#20 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,940
|
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
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 05:00 PM. | |