vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vRewrite - SEOed URLs for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=104484)

Snake 01-05-2006 11:15 AM

I doubt it.
Yes, that's possible by editing the .htaccess of your site.
I believe so, yeah. And I would like to know how do I do that?

Yorixz 01-05-2006 11:18 AM

Can't answer your other questions but "Is this working with Non-English boards ?" -> I bet so, wouldn't know what's different exept for the names of topics/forums? Or do you mean a non-english forum as Hebrew or so?

COBRAws 01-05-2006 12:31 PM

Hope this makes more progress, I dont like the idea of paying more than an owned license of vB to vbSEO and just for 1 year, plus having a text add on every page :S

Gonna install when it comes to final, or close to final.

cclaerhout 01-05-2006 12:37 PM

Can you explain us how to modify the .htaccess file when vB is not at the root.
For example : www.mysite.com/forum

An exemple will be great :)

Cole2026 01-05-2006 02:35 PM

Quote:

Originally Posted by Aftermath
Just tested and installed the hack on my test board and guess what? I'm facing a mySQL error... :disappointed:

Hmm, looks like Tyler forgot to add Table Prefixes. I'm at school right now, so can't do anything, but I'll alert him when I get home.

Datacenter1.com 01-05-2006 05:58 PM

Looks like is working without problems in my spanish board !!!

http://www.webhostingforo.com

Nice hack

Thank you

Snake 01-05-2006 06:13 PM

Quote:

Originally Posted by Cole2026
Hmm, looks like Tyler forgot to add Table Prefixes. I'm at school right now, so can't do anything, but I'll alert him when I get home.

Cool, I'll be waiting for you then.

Immortal 01-05-2006 06:14 PM

Quote:

Originally Posted by Datacenter1.com
Is this hack work with non english (spanish) boards?

It should, but it will strip out some of the non-English characters in the thread/forum titles. But I can't see why it would pose a problem. If someone wants to confirm it works with their board, that'd be fantastic.

For everyone who wants to see a live demo of vRewrite, I've updated my post here to reflect that. Hosting Talk is not ran by myself but a friend of mine - I'm not sure if he has upgraded since yesterday's beta - I'll check and ask.

Quote:

Originally Posted by Aftermath
Just tested and installed the hack on my test board and guess what? I'm facing a mySQL error...

Quote:

Originally Posted by Cole2026
Hmm, looks like Tyler forgot to add Table Prefixes. I'm at school right now, so can't do anything, but I'll alert him when I get home.

Thanks for letting me know. I did indeed forget to add it, sorry. I'll try and release an update very shortly to fix this issue.

Quote:

Originally Posted by Lizard King
Is it possible to change rewrite from f-forumname-40.html to forumname/ or any other combination ?

Not currently, but I do hope to add it very soon.

Quote:

Originally Posted by Lizard King
Can we add custom rewrite rules for example , vbadvanced cmps , arcade , geek article and review system ?

You can do it yourself - I'll try and release a tutorial and intergrate some extra features to help make it easier in the next release (1.0). But, if you want to try and make it easier on yourself, you can always contact the author and ask to release an addon compatible with vRewrite. I'll try and get the tutorial up soon for y'all :)

Quote:

Originally Posted by COBRAws
Hope this makes more progress, I dont like the idea of paying more than an owned license of vB to vbSEO and just for 1 year, plus having a text add on every page :S

Gonna install when it comes to final, or close to final.

I will do my best to help you and others. I'm doing this all for free and with a day job it can be tricky. But I'm hoping that shouldn't cause any issues.

Quote:

Originally Posted by cclaerhout
Can you explain us how to modify the .htaccess file when vB is not at the root.
For example : www.mysite.com/forum

An exemple will be great

Using /forum as an example, your .htaccess file should read:

Code:

RewriteEngine On
RewriteBase /forum
RewriteRule ^f-(.*)-(.*).html forumdisplay.php?f=$2 [L]
RewriteRule ^u-(.*)-(.*).html member.php?u=$2 [L]
RewriteRule ^(.*)-(.*)-newpost.html showthread.php?goto=newpost&t=$2 [L]
RewriteRule ^(.*)/t-(.*)-(.*)-page-(.*).html showthread.php?t=$3&page=$4 [L]
RewriteRule ^(.*)/t-(.*)-(.*).html showthread.php?t=$3 [L]
RewriteRule ^markread.html forumdisplay.php?do=markread [L]
RewriteRule ^(.*)/p-(.*)-(.*).html#(.*) showthread.php?p=$3#post$4 [L]
RewriteRule ^print-(.*)-(.*).html printthread.php?t=$2 [L]
RewriteRule ^sendtofriend-(.*)-(.*).html sendmessage.php?do=sendtofriend&t=$2 [L]
RewriteRule ^search-(.*).html search.php?do=$1 [L]
RewriteRule ^(.*)-(.*)/newthread.php newthread.php?do=newthread&f=$2[L]
RewriteRule ^(.*)/newpostnoquote-(.*).php newreply.php?do=newreply&noquote=1&p=$2[L]
RewriteRule ^(.*)/newpost-(.*).php newreply.php?do=newreply&p=$2[L]
RewriteRule ^p-(.*).html showpost.php?p=$1&postcount=$1 [L]

Thanks everyone for their feedback so far. I'm hoping to make vRewrite much of a success :)

Snake 01-05-2006 06:40 PM

Quote:

Originally Posted by Immortal
Thanks for letting me know. I did indeed forget to add it, sorry. I'll try and release an update very shortly to fix this issue.

Alright, I'm waiting for you. I can't wait to get this hack working on my forums. :devious:

Also can you add the rewrite URLs for member profiles too?

(ie: https://vborg.vbsupport.ru/member.php?u=80490 changes to https://vborg.vbsupport.ru/member/aftermath.html)

That would be sweet!

Immortal 01-05-2006 06:45 PM

Quote:

Originally Posted by Aftermath
Alright, I'm waiting for you. I can't wait to get this hack working on my forums. :devious:

Also can you add the rewrite URLs for member profiles too?

(ie: https://vborg.vbsupport.ru/member.php?u=80490 changes to https://vborg.vbsupport.ru/member/aftermath.html)

That would be sweet!

Should already do that now :)

Ex: http://www.hosting-talk.com/u-test-user-6.html


All times are GMT. The time now is 09:03 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.02017 seconds
  • Memory Usage 1,755KB
  • 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_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete