vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Show Thread Enhancements - [SEO] Remove breadcrumb from forum.php (https://vborg.vbsupport.ru/showthread.php?t=312151)

hoangserip 06-13-2014 10:00 PM

[SEO] Remove breadcrumb from forum.php
 
1 Attachment(s)
You would like to remove the breadcrumb from the forum home page ?

And here is how to remove it will be deleted from Forumdisplay and showthread

In file forumdisplay.php, find this:

PHP Code:

$navbits[fetch_seo_url('forumhome', array())] = $vbphrase['forum']; 

Change to:

PHP Code:

$navbits[$vbulletin->options['bburl']] = $vbphrase['forum']; 

AND file showthread.php do the same, find this:

PHP Code:

$navbits[fetch_seo_url('forumhome', array())] = $vbphrase['forum']; 

Change to:

PHP Code:

$navbits[$vbulletin->options['bburl']] = $vbphrase['forum']; 

done!!!

pls click install if you like this modification :D

hoangserip 06-14-2014 12:46 PM

Works great all version 4.x.x

Macgiber 06-18-2014 01:11 AM

what function this modification

mitch84 06-19-2014 06:01 PM

what's breadcrumb??

LordVader! 06-23-2014 10:56 AM

http://en.wikipedia.org/wiki/Breadcr...8navigation%29

here u go :)

DreadsUK 06-23-2014 01:34 PM

I;ve just made the changes but can still see the breadcrumbs

https://vborg.vbsupport.ru/external/2014/06/27.png

Is that right?
www.dreadsuk.com

hoangserip 06-23-2014 11:21 PM

you can demo online here http://webtailieu.org/forums/80-ngoai-ngu.html

dizzykmk 06-25-2014 09:41 AM

Quote:

Originally Posted by hoangserip (Post 2503396)

cậu share m?nh mod b?n t?i liệu đ? được kh?ng ?

ozzy47 06-25-2014 10:05 AM

Quote:

Originally Posted by dizzykmk (Post 2503636)
cậu share m?nh mod b?n t?i liệu đ? được kh?ng ?

Please keep all posts in English. :)

RichieBoy67 06-26-2014 10:30 PM

How does removal of this increase seo?

hoangserip 08-15-2014 03:10 PM

for you want to remove forum.php in breadcrumb ^^!

doctorsexy 08-15-2014 05:30 PM

Quote:

Originally Posted by mitch84 (Post 2502654)
what's breadcrumb??

Its the stuff you have on fish sometimes...:D

final kaoss 08-15-2014 06:08 PM

Quote:

Originally Posted by hoangserip (Post 2511405)
for you want to remove forum.php in breadcrumb ^^!

You still fail to mention how this is beneficial for seo.

hoangserip 08-16-2014 02:47 AM

when you advertise your website, you usually put links form

HTML Code:

http://yourdomain.com
on which the backlink to be pointer to the root directory more than forum.php

:) that will increase the trust's website


All times are GMT. The time now is 05:29 PM.

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.01089 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)bbcode_html_printable
  • (4)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (14)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