vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   How to make the main catagory name unlinkable? (https://vborg.vbsupport.ru/showthread.php?t=265847)

RC-Central 06-27-2011 02:54 AM

How to make the main catagory name unlinkable?
 
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
Code:

{vb:link forum, {vb:raw forum}}
then remove a link attributes.

RC-Central 06-28-2011 09:11 PM

Quote:

Originally Posted by TheWindows7Site (Post 2214261)
search templates for
Code:

{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

1 Attachment(s)
Quote:

Originally Posted by Jeff Ledger (Post 2214264)
<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:


All times are GMT. The time now is 10:43 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01014 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete