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)

jdingman 04-30-2006 11:46 PM

Quote:

Originally Posted by SB_GEMINI
members who have a _ in their name, the links to their profiles dont work

That's because they haven't released an update yet. Read up a couple posts and you will see they are busy right now, but they will try to get back to the problem as soon as possible. Just give 'em a little time ;)

SB_GEMINI 05-01-2006 08:08 AM

Quote:

Originally Posted by jdingman
That's because they haven't released an update yet. Read up a couple posts and you will see they are busy right now, but they will try to get back to the problem as soon as possible. Just give 'em a little time ;)

ah ok :)

cd1986 05-01-2006 06:09 PM

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'])

jdingman 05-01-2006 10:01 PM

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...

Immortal 05-01-2006 10:36 PM

[high]* Immortal hopes too :D[/high]

jdingman 05-02-2006 12:24 AM

Quote:

Originally Posted by Immortal
[high]* Immortal hopes too :D[/high]

I'm not sure why, but I thought you were a dev on this project (before). No clue...maybe this end-of-the-semester final-studying cram sessions are getting to me...lol :banana: :banana: :banana: errr :knockedout:

Bhuwan 05-02-2006 12:26 AM

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!

jdingman 05-02-2006 12:32 AM

Awesome, can't wait. Thanks for the update on the status of the next release :)

Immortal 05-02-2006 01:05 AM

Quote:

Originally Posted by jdingman
I'm not sure why, but I thought you were a dev on this project (before). No clue...maybe this end-of-the-semester final-studying cram sessions are getting to me...lol :banana: :banana: :banana: errr :knockedout:

I developed 1.0 from scratch (with the help of Cole and Chroder). However, Bhuwan is responsible for all the hard work in 1.5. I did very little development in 1.5, I just do the support mostly any more :D

girish.r 05-02-2006 05:32 AM

Quote:

Originally Posted by SB_GEMINI
members who have a _ in their name, the links to their profiles dont work

I fixed the problem with members who have a _ in their name. Just some minor correction to the .htaccess file. See below.....

.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
  • Page Generation 0.02585 seconds
  • Memory Usage 1,745KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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