Status
Not open for further replies.
I know what the issue is, we changed around the navigation bar on our live site, it seems the changes went across too.

Go to the AdminCP > Styles and templates > (template name) > Blog > blog_navbar_link > ADD ALL THE FOLLOWING:

Code:
<vb:if condition="$vboptions['selectednavtab'] == 'vbblog'">
<li class="selected">
	<a class="navtab" href="{vb:raw $vboptions.vbblog_url}{vb:if "$vboptions['vbblog_url']", '/', ''}blog.php{vb:raw session.sessionurl_q}">{vb:rawphrase blogs}</a>
	<ul class="floatcontainer">
		{vb:raw template_hook.blog_navbar_start}
		<vb:if condition="$show['canpostitems']">
			<li><a href="{vb:link blog, {vb:raw bbuserinfo}, null, 'userid', 'blog_title'}">{vb:rawphrase your_blog}</a></li>
		</vb:if>
		{vb:raw template_hook.blog_navbar_after_your_blog}
		<li><a href="{vb:raw $vboptions.vbblog_url}{vb:if "$vboptions['vbblog_url']", '/', ''}blog.php?{vb:raw session.sessionurl}do=list">{vb:rawphrase recent_entries}</a></li>
		{vb:raw template_hook.blog_navbar_after_recent_entries}
		<li><a href="{vb:raw $vboptions.vbblog_url}{vb:if "$vboptions['vbblog_url']", '/', ''}blog.php?{vb:raw session.sessionurl}do=list&blogtype=best">{vb:rawphrase best_blog_entries}</a></li>
		{vb:raw template_hook.blog_navbar_after_best_entries}
		<li><a href="{vb:raw $vboptions.vbblog_url}{vb:if "$vboptions['vbblog_url']", '/', ''}blog.php?{vb:raw session.sessionurl}do=bloglist">{vb:rawphrase blog_list}</a></li>
		{vb:raw template_hook.blog_navbar_after_blog_list}
		<vb:if condition="$show['canpostitems']">
			<li><a href="{vb:raw $vboptions.vbblog_url}{vb:if "$vboptions['vbblog_url']", '/', ''}blog_usercp.php?{vb:raw session.sessionurl}do=editprofile">{vb:rawphrase blog_options}</a></li>
		</vb:if>
		{vb:raw template_hook.blog_navbar_end}
	</ul>
</li>
<vb:else />
	<li><a class="navtab" href="{vb:raw $vboptions.vbblog_url}{vb:if "$vboptions['vbblog_url']", '/', ''}blog.php{vb:raw session.sessionurl_q}">{vb:rawphrase blogs}</a></li>
</vb:if>

This will be patched in all future versions also.
 
Status
Not open for further replies.

Legacy DragonByte MMO

vBulletin 4.1.x vBulletin 4.2.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
151
Customer rating
0.00 star(s) 0 ratings
Back
Top