View Single Post
  #39  
Old 01-05-2006, 06:14 PM
Immortal Immortal is offline
 
Join Date: Jul 2005
Location: Cincinnati, OH
Posts: 403
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01175 seconds
  • Memory Usage 1,785KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete