vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   It's all about the content (https://vborg.vbsupport.ru/showthread.php?t=103138)

gc1 12-17-2005 04:13 PM

It's all about the content
 
So this is what I am requesting for a Mod

Thread Title Prefix

For example in the ice cream forum

Thread title I like Rocky Road

would like that title to read

Ice Cream Topic : I like Rocky Road

I think this would make google index topics better and get better search engine placement.

Anybody know how to do this?

noppid 12-18-2005 03:28 PM

That is absolutly true. There is a good article with instructions on this at www.vbwebmaster.com. vBWebMaster is exclusively for vBulletin admins. They focus on the best bulletin board exclusively, vBulletin. You won't find the distractions other BB info while trying to find help for vBulletin.

kall 12-18-2005 04:01 PM

Or, considering that you are looking at SEO'ing your vBulletin, try www.vbseo.com .. or http://forum.time2dine.co.nz/seo-vbu...lletin-98.html ... you wont get distractions about other things like new photo galleries or the "fact" that Gmail accounts are insecure because they set your address as the default 'secondary address'..

noppid 12-18-2005 04:26 PM

Quote:

Originally Posted by kall
Or, considering that you are looking at SEO'ing your vBulletin, try www.vbseo.com .. or http://forum.time2dine.co.nz/seo-vbu...lletin-98.html ... you wont get distractions about other things like new photo galleries or the "fact" that Gmail accounts are insecure because they set your address as the default 'secondary address'..

Thanks for the heads up. They make some decent code. But, you can find my bug fixes to some of it in the appropreate threads.

Before you put your SEO eggs in anyone's basket, get some unbiased opinions of the pros and cons of any SEO method you may consider. SEO is not a trick, it's a job. It's work. There is not one do all end all solution and there is no solution that is permanent.

We discuss the dynamics of those things when we code any hack or vBulletin extention or SEO method at the forum as well. You get to decide, we don't tell you. You are smarter then that to be just told and take that as gospel. Use your mind, keep it open, and draw your conclusions from more then one source. Base your decisions on fact, not emotion.

Good luck with your SEO efforts. It's worth the work.

silurius 12-18-2005 06:11 PM

I'd be curious to hear how this one doesn't cover what you're looking for.

https://vborg.vbsupport.ru/showthread.php?t=99925

noppid 12-18-2005 07:33 PM

Quote:

Originally Posted by gc1
So this is what I am requesting for a Mod

Thread Title Prefix


For example in the ice cream forum


Thread title I like Rocky Road

would like that title to read

Ice Cream Topic : I like Rocky Road


I think this would make google index topics better and get better search engine placement.

Anybody know how to do this?

vBulletin 3.5.1
Open SHOWTREAD template.

Find:
PHP Code:

<title>$thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title

Change to:
PHP Code:

<title>$foruminfo[title] : $thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if></title



All times are GMT. The time now is 02:38 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.01085 seconds
  • Memory Usage 1,734KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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