![]() |
|
#1
|
|||
|
|||
|
Hi there,
Is it possible to hide the breadcrumb on the CMPS index? I'd like it to display on every other CMPS page (for example, index.php?pageid=about), just not the main index. Thanks for your help |
|
#2
|
||||
|
||||
|
The easiest way would probably be to edit your 'navbar' template and wrap an <if condition> around the code you don't want displayed on your homepage.
Code:
<if condition="$pages['name'] != 'home'"> Code to be hidden on the homepage here </if> |
|
#3
|
|||
|
|||
|
Can you explain this a little more? I entered the following in my navbar_link template
PHP Code:
Thanks Josh |
|
#4
|
|||
|
|||
|
I gave this a go and it seems to have removed the breadcrumb completely.
|
|
#5
|
|||
|
|||
|
<if condition="THIS_SCRIPT != 'adv_index'"> Seems to work
|
|
#6
|
|||
|
|||
|
Quote:
<vb:if condition="THIS_SCRIPT != 'adv_index'"> |
|
#7
|
|||
|
|||
|
wat is bread crum?
__________________
Best Student Help Online |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| No breadcrumb on index page? | 7thGenCivic.com | Troubleshooting & Problems | 4 | 10-10-2005 12:17 AM |
| Remove Breadcrumb and welcome from index only | cgmojoco | "How Do I..." Questions | 8 | 06-03-2005 10:58 PM |
| hide the Breadcrumb on Forumhome? | moses | Troubleshooting / "How do I..." Questions | 1 | 05-03-2005 05:46 AM |
| How do I make CMPS my forums index page - i cant replace index.php | jilly | Troubleshooting / "How do I..." Questions | 4 | 09-22-2004 12:03 PM |
| have breadcrumb/login frame only show on forums and not index? | btappan | Troubleshooting / "How do I..." Questions | 5 | 08-01-2004 11:51 AM |