PDA

View Full Version : How to make the main catagory name unlinkable?


RC-Central
06-27-2011, 02:54 AM
I am wanting to unlink the catagory name so it is just a name, not a link, and the forums as normal under said catagory name. PLEASE help.:confused::confused:

mightysanta
06-28-2011, 09:05 PM
I would like this too

LifesGreatestGift
06-28-2011, 09:08 PM
search templates for {vb:link forum, {vb:raw forum}}

then remove a link attributes.

RC-Central
06-28-2011, 09:11 PM
search templates for {vb:link forum, {vb:raw forum}}

then remove a link attributes.

Remove what? Sorry I am not familiar with code. Which template would it be in?:confused:

Jeff Ledger
06-28-2011, 09:17 PM
<span class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></span>

just a example, the <bold> text is a link for your category's title.

Delete it and it will not be linked anymore. Like this

<span class="forumtitle">{vb:raw forum.title}</span>

The search action which The7.. mentioned just to find all the related template you should edit to make it works.

RC-Central
06-28-2011, 09:24 PM
<span class="forumtitle"><a href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a></span>

just a example, the <bold> text is a link for your category's title.

Delete it and it will not be linked anymore. Like this

<span class="forumtitle">{vb:raw forum.title}</span>

The search action which The7.. mentioned just to find all the related template you should edit to make it works.

This is what my search came up with. Edit all of these? Click on my sig and you will see the catagories link I am referring to.

RC-Central
06-28-2011, 09:33 PM
I edited forumhome_forumbit_level1_nopost and it took care of it globally.

Thanks! :up: