Log in

View Full Version : Removing BreadCrumb on CMS


RivaCom
01-28-2010, 10:26 AM
I'm trying to figure out how to take out all the stuff between the navbar and first widget/articles on the front CMS page. I would like to keep the breadcrumb on the forum, but just remove everything from the Frontpage(IE: Breadcrumb, Create an article button, Notification for new users).

Any ideas?

Spiritvn
01-28-2010, 02:51 PM
Move it from navbar to somewhere else without cms like forum home and forum display

Lynne
01-28-2010, 02:55 PM
Put a condition around the stuff you don't want on the cms page:
<vb:if condition="THIS_SCRIPT != 'vbcms'">
stuff to show on all pages except cms
</vb:if>

Kr33p3r
02-25-2010, 11:56 PM
Hi,

Great thread!

In what template does the vbcms_toolbar "Create New Article" template get called from?

I've tried searching in navbar and templates for various keywords but this is eluding me!

Thanks!

InfoAddict
05-28-2010, 12:42 PM
Bump for brilliance. So simple, so handy.

YankForum
08-23-2010, 12:12 PM
Put a condition around the stuff you don't want on the cms page:
<vb:if condition="THIS_SCRIPT != 'vbcms'">
stuff to show on all pages except cms
</vb:if>

thank you so much!