![]() |
Quote:
|
Quote:
|
Question - is it possible to add in an additional plugin (or just add into the code somewhere) a type of exclusion list?
Say i have a custom page i want to load, and in the php file i've defined the script using define('THIS_SCRIPT', 'myscript'); is there some way of disabling the vrewrite protocols from engaging with that script entirely, whilst leaving the others "as is"? I don't mind if the custom page urls aren't re-written, i just want to exclude any that conflict with vrewrite. EDIT: found an answer. Went to the "main script" plugin and replaced: if($vbulletin->options['vRewrite_on']) With: if(THIS_SCRIPT !== 'myscript' AND $vbulletin->options['vRewrite_on']) |
Yeah, I'm just really eager for them to get the fix out for the underscore and hopefully fix the 'latest visitors today' plugin too. hopefully it's soon...
|
[high]* Immortal hopes too :D[/high]
|
Quote:
|
Sorry everyone... please give me some time.... i'll fix everything I am able to, but it will be at least until mid to end week.
Sorry! |
Awesome, can't wait. Thanks for the update on the status of the next release :)
|
Quote:
|
Quote:
.htaccess file before..... RewriteRule ^u-(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L] or RewriteRule ^u-([A-Za-z0-9\-]+)-([0-9]+).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L] .htaccess file after the correction for _ .... RewriteRule ^u-([A-Za-z0-9\_\-]+)-([0-9]+).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L] you can see it working at www.abcphp.com |
All times are GMT. The time now is 02:09 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|