Time2Dine.co.nz is Online Restaurant Booking
 
 New Zealand Restaurants Forum
Restaurant Forum | Contact Time2Dine | Book Online & Save | About Time2Dine

Go Back   New Zealand Restaurants & Food Forum > Search Engine Optimisation > SEO vBulletin
Register

Reply
 
LinkBack (5) Thread Tools
  #161  
Old 22nd Apr 05, 10:52 AM
Junior Reviewer
 
Join Date: Apr 2005
Posts: 2
bold is on a distinguished road
Default

Quote:
Originally Posted by T2DMan
Use the following as replacement in your version 3.0.3
Code:
if ($newpost['visible"])
		{
			$postid=$newpost[postid];
			numberofpages();
			set_bbarray_cookie('posted', 1, 1);	 
				if($pagenumber>1){
				 $url = "showthread.php?$session[sessionurl]t=$threadid&page=$pagenumber#post$newpost[postid]";
				} else {
				  $url = "showthread.php?$session[sessionurl]t=$threadid#post$newpost[postid]";
				}	
		 }
it is basically the same as before, but it excludes the new line that the later versions added.
ie excludes the following:
Code:
if (($tview = fetch_bbarray_cookie('thread_lastview', $threadinfo['threadid"])) != $threadinfo['lastpost"])
i get this error:

Parse error: parse error, unexpected $ in /home/public_html/forums/newreply.php on line 621
Reply With Quote
  #162  
Old 23rd Apr 05, 06:03 PM
Junior Reviewer
 
Join Date: Apr 2005
Location: USA - CT
Posts: 7
Richieboy67 is on a distinguished road
Default

How did you get the similiar threads etc in the footer??? Is that listed???
Reply With Quote
  #163  
Old 23rd Apr 05, 06:30 PM
T2DMan's Avatar
Administrator
 
Join Date: Apr 2004
Location: Auckland, New Zealand
Posts: 7,839
T2DMan is on a distinguished road
Default Similar Threads

To enable similar threads:

admin section

vboptions

thread display options

show similar threads

- then follow the instructions on that section

Why use Similar threads

They are an excellant way of getting 5 extra links into each thread, and they are generally great for the user, since they will show relevant threads for them to next visit.
Reply With Quote
  #164  
Old 23rd Apr 05, 06:47 PM
Junior Reviewer
 
Join Date: Apr 2005
Location: USA - CT
Posts: 7
Richieboy67 is on a distinguished road
Default

I did enable it in vb options but it is not working....... almost 3 am here so I am a bit slow...lol



Thanks
Reply With Quote
  #165  
Old 23rd Apr 05, 11:29 PM
T2DMan's Avatar
Administrator
 
Join Date: Apr 2004
Location: Auckland, New Zealand
Posts: 7,839
T2DMan is on a distinguished road
Default Similar threads

Once the similar threads have been enabled, then you need to rebuild the similar threads:

Import and maintenance
update counters
rebuild similar threads
Reply With Quote
  #166  
Old 23rd Apr 05, 11:34 PM
T2DMan's Avatar
Administrator
 
Join Date: Apr 2004
Location: Auckland, New Zealand
Posts: 7,839
T2DMan is on a distinguished road
Default Reply to RichieBoys PM-site review

re talkandmore

I love the look and feel of the site. Awesome skin.

Have a look at your titles - "action phrase, brandname" should be your actual action phrase and brandname or whatever you want to put on the title.

You have added the meta description details, but not taken the existing off the site - see my seo vb thread again.

I do like the look of my hacks when they have been well done as you have generally done on the forum.

Rather hard to see what you can optimize for regarding the website - what is the site trying to achieve??? Hard to know what search phrases it is targetting. Best I can think of is to generally get PR into the site, and hope that individual threads get found for their unique content. But you may be able to find something unique.

Have a good look around for instances where your index page is referred to as index.php? - I see one in the home link on all your pages - need to be deleted.

On the following:

vBulletin-Search Engine Optimize vBulletin-Page 2-top hack

i use style="padding-left:33px;" - delete that style, I use it for when I have polls.

Have a few more links across the bottom of your forum pages - ie to each of the archive pages (or main ones), and to each of the forums. Gets the PR distributed around better. Think in terms of PR less one for each click in and try and get as few clicks in to get to the threads.

www.ureside.com
  • Overall look and feel needs work
  • Needs my seo vb hacks that you have installed so well into the above forum
  • Needs thinking as to what search phrases it is targetting, and working on those phrases.
Submitting to search engines

Generally - submitting to search engines is not really necessary - but getting reciprocal links is very necessary. So build up a list of places where you can get good reciprocal links. Look at the backlinks on competitors, or anyones site. Google will show the ones that are PR4+ and so you can get the best ones that they have and approach them for links.

I paid for my site to be submitted to the search engines several years ago, and I got virtually no clicks from them, and virtually none were listed as backlinks on Google - worthless.

Glad to be of help

Last edited by T2DMan; 13th Mar 08 at 01:32 PM.
Reply With Quote
  #167  
Old 24th Apr 05, 09:23 AM
Junior Reviewer
 
Join Date: Jan 2005
Posts: 14
Bangthebook is on a distinguished road
Default

OK fixed my original problem. But I am confused about this part of the hack
$vboptions[forumhome].php

There are several instances in the archive/index.php and archive/global.php files where $vboptions[forumhome].php is mentioned. I have my forum set up in the root directory, and I don't want the root page to be referred to as index.php, rather the root directory.

Therefore do a search and replace in both archive/index.php and archive/global.php for:
$vboptions[forumhome].php

replace with "" - ie blank

There should be three instances in index.php, and two in global.php

I replaced everything instance with "" but get errors in the archive now. Does this have to be done only if its in the root directory?

Ryan

Last edited by Bangthebook; 24th Apr 05 at 01:34 PM.
Reply With Quote
  #168  
Old 24th Apr 05, 05:31 PM
T2DMan's Avatar
Administrator
 
Join Date: Apr 2004
Location: Auckland, New Zealand
Posts: 7,839
T2DMan is on a distinguished road
Default archive issues

What are you doing - replacing it with literal "" ie two quotes. Actually, I tried to clarify myself by saying blank, ie nothing, not the literal two quotes.

I have just had another look at the code, and can't see any issue with just deleting every instance of the string.

Is this your issue?
Reply With Quote
  #169  
Old 25th Apr 05, 01:44 AM
Junior Reviewer
 
Join Date: Jan 2005
Posts: 14
Bangthebook is on a distinguished road
Default

ok, got it now! Thanks for the help

Ryan
Reply With Quote
  #170  
Old 25th Apr 05, 04:20 AM
Junior Reviewer
 
Join Date: Apr 2005
Location: USA - CT
Posts: 7
Richieboy67 is on a distinguished road
Default

Quote:
Originally Posted by T2DMan
re talkandmore

I love the look and feel of the site. Awesome skin.

Have a look at your titles - "action phrase, brandname" should be your actual action phrase and brandname or whatever you want to put on the title.

You have added the meta description details, but not taken the existing off the site - see my seo vb thread again.

I do like the look of my hacks when they have been well done as you have generally done on the forum.

Rather hard to see what you can optimize for regarding the website - what is the site trying to achieve??? Hard to know what search phrases it is targetting. Best I can think of is to generally get PR into the site, and hope that individual threads get found for their unique content. But you may be able to find something unique.

Have a good look around for instances where your index page is referred to as index.php? - I see one in the home link on all your pages - need to be deleted.

On the following:

vBulletin-Search Engine Optimize vBulletin-Page 2-top hack

i use style="padding-left:33px;" - delete that style, I use it for when I have polls.

Have a few more links across the bottom of your forum pages - ie to each of the archive pages (or main ones), and to each of the forums. Gets the PR distributed around better. Think in terms of PR less one for each click in and try and get as few clicks in to get to the threads.

www.ureside.com
  • Overall look and feel needs work
  • Needs my seo vb hacks that you have installed so well into the above forum
  • Needs thinking as to what search phrases it is targetting, and working on those phrases.
Submitting to search engines

Generally - submitting to search engines is not really necessary - but getting reciprocal links is very necessary. So build up a list of places where you can get good reciprocal links. Look at the backlinks on competitors, or anyones site. Google will show the ones that are PR4+ and so you can get the best ones that they have and approach them for links.

I paid for my site to be submitted to the search engines several years ago, and I got virtually no clicks from them, and virtually none were listed as backlinks on Google - worthless.

Glad to be of help

I appreciate you taking the time to post such an inforativie and helpful post.... Looks like an article with me!! I will donate soon and I hope others here that have used all of this donate also

In response:

Thanks for the kind words. Yes, I have added many, many mods to the site. Additional Navbars etc and I like the way everything blends too. Thanks for the compliments..


[php]Have a good look around for instances where your index page is referred to as index.php? - I see one in the home link on all your pages - need to be deleted.[/php] I will fix this, thanks...

Some other things that I have done on my own to achieve my number 5 rating are as follows... Every person that ever came onto my site and posted a link.. I asked them to link back. I have also spent hours just asking other site owners to link back... I have added my site links to my signature in many of most of the forums I am a member of... there are over 20 of these.. I have gone into google usergroups and listed my site...

I have aslo added tons of content. I have the article system and many, many rss feeds. I believe these rss feeds are a major part of my site getting indexed... I got over 50 hits on my site from somebody searching for Wendis Chili Fries!! That content came from rss feeds.....


I have been trying to install an rss article bot but so far it has not worked. I am hoping this will add more content too....

Some other good tips...

Install Commbull and send HTML newsletters to all of your members.... I do this weekly.... By default, have members subscribed to threads....


Thanks again and I hope everyone here donates!! This has been one of the most helpful threads anywhere!!

Last edited by T2DMan; 13th Mar 08 at 01:32 PM.
Reply With Quote
Reply


LinkBacks (?)
LinkBack to this Thread: http://forum.time2dine.co.nz/seo-vbulletin/search-engine-optimize-vbulletin-98.html
Posted By For Type Date
Indian Ladies Forum | Indian Women Forum | Indian Culture-Indus Ladies This thread Refback 20th Jan 08 06:24 AM
How many SEO mods are available? This thread Refback 19th Jan 08 11:37 PM
How to SEO VBulletin? - vBulletin FAQ Forums This thread Refback 10th Jan 08 11:56 AM
Steel Blue 3.5.3 - vBulletin.org Forum This thread Refback 10th Jan 08 09:25 AM
Have you done these vBulletin SE optimizations? - vBulletin Community Forum This thread Refback 5th Jan 08 12:58 PM

Currently Active Users Viewing This Thread: 2 (0 members and 2 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Search Engine Optimize vBulletin 3.5 Discussion T2DMan SEO Discussion 54 12th Apr 07 10:08 AM
Search engine visits vBulletin Linknz SEO vBulletin 2 18th Aug 06 08:21 AM
Search Engine Optimize vBulletin 3.5 T2DMan SEO vBulletin 9 8th Sep 05 12:46 AM
Contract details for Search Engine Optimize vBulletin T2DMan SEO vBulletin 1 7th May 05 10:23 AM
Search Engine Optimizing vBulletin T2DMan SEO vBulletin 0 28th Oct 04 11:23 AM



Powered by: vBulletin Copyright ©2000 -2012, Jelsoft Enterprises Limited.
Search Engine Friendly URLs by vBSEO 3.2.0
© 2010 Time2Dine