The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
For vB 2.0
This little hackette is a quick fix to allow search engine bots to spider your threads. Although this will allow the bots to index every thread on your site, it will not make the threads 'search engine optimized'. They will see exactly what you see when you visit your site. It simply removes the CGI bits from the URL's which prevents most search engine bots from spidering more than one level deep. If you want a hack that allows to fully customize how the thread will look to the search engine bot, you should look at Overgrows more complete hack here. The advantage of this hack over Overgrows is that it does not require htaccess support which can have performance issues. This could also be seen as a disadvantage though as my hack requires that you have mod_rewrite enabled on your Apache Server, whereas Overgrows method should work with just about any web host out there. Take yer pick Show Your Support
|
Comments |
#292
|
|||
|
|||
does this work for 2.3.2 without problems?
i need a .htaccess Version that works with 2.3.2. Please help me |
#293
|
|||
|
|||
Hey guys,
Having gone through this thread from the beginning to establish the definitive hack installation, the mention of vb3 caught my eye. Will vb3 have spider-friendly URLs by default? If so, when is it coming out, any ideas? Is it possible to download a beta? M. |
#294
|
||||
|
||||
Does this works for:
1) 2.3.2 2) vB3 beta 7 ? |
#295
|
|||
|
|||
Quote:
Quote:
but being cautious... i'd say don't do this until VB gets out of beta... they'd be too many releases and too much pain re-implementing on each version in between |
#296
|
|||
|
|||
hello,
I am using this hack, ... lierduh's instructions in this post https://vborg.vbsupport.ru/showpost....&postcount=223 and its is working fine with some minor problems. I have teh done exactly the same as you specified in that post excepting this change as i could not find that code in my online.php Quote:
Please check this page : http://hostmarket.hostbubble.com/f22.html It does show the multiple pages, but when i clcik on the second page, it shows all the threads and there is no links at the bottom for next or previous page. What wrong have i done. My forum is here : http://hostmarket.hostbubble.com Thanks much for any help Cheers |
#297
|
|||
|
|||
Okay, I think, i have solved the above mentioned problem and works fine.
However, i'll have to say that, what works on my forum is : for multi page nav - this is the urls : t3-5.html and not of this type t3-15-5.html ... and actually this t3-5.html works fine. Is that okay and should not have any other problems ??? Okay, another request though : is it possible to convert the forum jump url's and page navigation urls ( Marketplace > HostBubble Lounge > Suggestions & Feedback ) also to static using lierduh instructions and buro9 instructions. Thanks much |
#298
|
|||
|
|||
Help, found a little problem
When I try and Update my counters I get a error for: Update Thread Info Database error in vBulletin Control Panel 2.2.9: Invalid SQL: UPDATE thread SET lastpost=1055471230,replycount=9,postusername='tla ne', postuserid='2575', lastposter='GYMBRAT',attach= WHERE threadid=1999 mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE threadid=1999' at line 1 mysql error number: 1064 Date: Thursday 11th of December 2003 03:38:08 PM Script: http://www.intense-training.com/foru...dmin/misc.php3 Referer: http://www.intense-training.com/foru...ion=chooser&s= Thanks iceman |
#299
|
|||
|
|||
Quote:
Without the session ID, Googles etc will index the forums. Find sessions.php under includes. Note the codes already include disabling session ID for Googles. What I have done is: diff sessions.php~ sessions.php PHP Code:
With forums used my rewriterules. It is essential to modify the rewriterules so that an old link to the f123.html etc still works, search engine will have your old URL for the forums and threads, you need to make sure they work. I have: Code:
RewriteEngine on RewriteRule ^f([0-9]+)\.html$ forumdisplay.php?f=$1 [L] RewriteRule ^f([0-9]+)-([0-9]+)\.html$ forumdisplay.php?f=$1&page=$2&sort=lastpost&order=&pp=25&daysprune=1000 [L] RewriteRule ^t([0-9]+)\.html$ showthread.php?t=$1 [L] RewriteRule ^t([0-9]+)-([0-9]+)-([0-9]+)\.html$ showthread.php?t=$1&pp=$2&page=$3 [L] |
#300
|
|||
|
|||
I have noticed Google does not index the archive pages. Probably the contents of the url after the "index.php/" are ignored by Google. I have made a rewrite rule trying to overcome this.
RewriteRule ^arc/(.*)$ archive/index.php/$1 [L] All I need to do is including the above to my existing rules, and find "footer" template, change "archive/index.php/" to "arc/". Nothing else needs to be changed. The actual url for Google to see will be: http://www.mysite.com/arc/f-40 etc. Now if Google does not index this, I don't know what would they index. (I am using v3 Gamma at the moment). |
#301
|
||||
|
||||
I'm been hacking vB2 for quite a long time (about two years), but still I could not figure out all about the re-write function that some vb board use. And now with vb3 Gamma things have changed. What I could really use would be:
1) every forum (forumdisplay.php?f=55, for example) has another field called "description", let's say "sport", for example. 2) every subforum can be called as /forums/sport and it goes right to it, with no ".php?f=" between them 3) it should be as an on/off option admin could choose from Respect, Marco |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|