The quick 'n' dirty ultra simple vBulletin SEO hack

Reply

Join Date: Dec 2006
Posts: 1
Reputation: Xoligy is an unknown quantity at this point 
Solved Threads: 0
Xoligy Xoligy is offline Offline
Newbie Poster

Re: The quick 'n' dirty ultra simple vBulletin SEO hack

 
0
  #81
Apr 9th, 2007
I'll give it a go, thanks
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 143
Reputation: didier-fr is an unknown quantity at this point 
Solved Threads: 0
didier-fr's Avatar
didier-fr didier-fr is offline Offline
Junior Poster

Re: The quick 'n' dirty ultra simple vBulletin SEO hack

 
0
  #82
May 2nd, 2007
Originally Posted by Xyo View Post
Works fine with 3.6.5

But there is a big mistake in htaccess code.

Never forget the line RewriteBase / juste below RewriteEngine.

For example, if you use htaccess in the domain name base, just let /
But if your forum is accessible by www.yousite.com/board/, put /forum/
Hi, I have a 3.6.5 version and my forum is in the directory "forum", the Htaccess is with "
RewriteBase /forum/

and the url's are always such as:
showthread.php?t=8
and not: thread35147.html...
When I type the rewrited url, it's ok.

In include/functions.inc
On:
$output = preg_replace($search_array, $replace_array, $output);
function print_output($vartext, $sendheader = true)

I have the value " true", it's good?
Last edited by didier-fr; May 2nd, 2007 at 1:47 pm.
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 143
Reputation: didier-fr is an unknown quantity at this point 
Solved Threads: 0
didier-fr's Avatar
didier-fr didier-fr is offline Offline
Junior Poster

Re: The quick 'n' dirty ultra simple vBulletin SEO hack

 
0
  #83
May 3rd, 2007
Originally Posted by cscgal View Post
I have FINALLY upgraded DaniWeb to 3.5. I can now positively confirm that this hack will work fine as a plugin by using the global_complete hook and an .htaccess file.
Hi, what is the daniweb.com vBulletin version?
3.6.5?
with the "The quick 'n' dirty ultra simple vBulletin SEO hack" post 3=#1 ?
Last edited by didier-fr; May 3rd, 2007 at 11:34 am.
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,047
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 129
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: The quick 'n' dirty ultra simple vBulletin SEO hack

 
0
  #84
May 3rd, 2007
DaniWeb is using vB 3.6 right now but we're using the same hack that I posted about in post #3.
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 143
Reputation: didier-fr is an unknown quantity at this point 
Solved Threads: 0
didier-fr's Avatar
didier-fr didier-fr is offline Offline
Junior Poster

Re: The quick 'n' dirty ultra simple vBulletin SEO hack

 
0
  #85
May 3rd, 2007
Originally Posted by cscgal View Post
DaniWeb is using vB 3.6 right now but we're using the same hack that I posted about in post #3.
Thanks for your fast reply.

I have one question:
Why, when I write the rewrited url, it is ok, the good page is posted.
But url's are not written automatically...
The urls are always in this format: showthread.php? t=xxx
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 143
Reputation: didier-fr is an unknown quantity at this point 
Solved Threads: 0
didier-fr's Avatar
didier-fr didier-fr is offline Offline
Junior Poster

Re: The quick 'n' dirty ultra simple vBulletin SEO hack

 
0
  #86
May 4th, 2007
Originally Posted by didier-fr View Post
Thanks for your fast reply.

I have one question:
Why, when I write the rewrited url, it is ok, the good page is posted.
But url's are not written automatically...
The urls are always in this format: showthread.php? t=xxx
Resolved.
Thanks
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 143
Reputation: didier-fr is an unknown quantity at this point 
Solved Threads: 0
didier-fr's Avatar
didier-fr didier-fr is offline Offline
Junior Poster

Re: The quick 'n' dirty ultra simple vBulletin SEO hack

 
0
  #87
May 4th, 2007
I' have start a new thread:
vBulletin + SEO hack + vBadvanced CMPS
Problem on vBadvancedindex page, the url's of the treads are not rewrited...
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 143
Reputation: didier-fr is an unknown quantity at this point 
Solved Threads: 0
didier-fr's Avatar
didier-fr didier-fr is offline Offline
Junior Poster

Re: The quick 'n' dirty ultra simple vBulletin SEO hack

 
0
  #88
May 9th, 2007
Originally Posted by cscgal View Post
DaniWeb is using vB 3.6 right now but we're using the same hack that I posted about in post #3.
This hack don't rewrite the user's profile page?
Reply With Quote Quick reply to this message  
Join Date: Feb 2006
Posts: 5
Reputation: alphinho is an unknown quantity at this point 
Solved Threads: 0
alphinho alphinho is offline Offline
Newbie Poster

Re: The quick 'n' dirty ultra simple vBulletin SEO hack

 
0
  #89
May 23rd, 2007
hi
My ForumDisplay's numbered pages are unfortunately .php unlike yours. I mean, when I go to the 2nd page of any of my forums I see complicated php pages. How can I change this?
im having the same probleme , any help ? im using : vb 3.6.7
thanx
Last edited by alphinho; May 23rd, 2007 at 7:11 pm.
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 16
Reputation: karlm is an unknown quantity at this point 
Solved Threads: 0
karlm karlm is offline Offline
Newbie Poster

Re: The quick 'n' dirty ultra simple vBulletin SEO hack

 
0
  #90
May 28th, 2007
Hi cscgal,
judging from what I can see so far, this looks to be promising toy. However, I'm struggling a little with it and being greeted by internal server errors.
The php all works and is doing fine, but the moment I place the .htaccess file in place, I can display no pages at all from then on until I remove/rename the .htaccess, which is copy & pasted directly (having switched to plain text) from this thread into a notepad file.
This happens on my test forum, so as yet, I'm not going to apply it to my live forum until I know i can get it working.

I know my site can use the rewrite as my live site uses a .htaccess to rename member userid's into their names, so that doesnt' appear to be the issue.

Any advice would be greatly appreciated as I'd love to see this functionality on my site.

Regards,

Karl
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Existing Scripts Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC