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)

Immortal 04-03-2006 05:55 PM

Quote:

Originally Posted by DementedMindz
ok i think i got this down i think if you can confirm if this is correct... if so im on a mission lol im going to rewrite alot of stuff....


Code:

<a href="$vboptions[bburl]/arcade.php?$session[sessionurl]do=lboard">[ $vbphrase[leader_board] ]</a>
becomes:

Code:

<a href="$vboptions[bburl]/arcade-$session[sessionurl]do-lboard.html">[ $vbphrase[leader_board] ]</a>
and the rewrite rule would be :

Code:

RewriteEngine on
RewriteRule arcade-$session[sessionurl]do-(.*)\.html$ arcade.php?$session[sessionurl]do=$1

is this correct if you know?

Everything is correct, but mod_rewrite doesn't understand vars. So try this:

Code:

RewriteRule ^arcade-(.*)do-(.*).html arcade.php?$1do=$2 [L]

DementedMindz 04-03-2006 06:22 PM

when i do that it brings me to a blank white page :(

jdingman 04-03-2006 07:12 PM

I did have one more thing to ask. When you goto member.php?u=1, it goes members/username-1.html? instead of just members/username-1.html .. any idea why it adds that ? to the end of it?

Bhuwan 04-03-2006 07:15 PM

Quote:

Originally Posted by jdingman
I did have one more thing to ask. When you goto member.php?u=1, it goes members/username-1.html? instead of just members/username-1.html .. any idea why it adds that ? to the end of it?

I am aware of this and have fixed it for RC3 ... :) Thanks

jdingman 04-03-2006 07:16 PM

awesome, thanks!!

Bhuwan 04-03-2006 07:16 PM

Quote:

Originally Posted by Alex_
I am still not able to choose a timespan in a forum.

Threads from the X last days always directs to the standard timespan (of 30 days) no matter what I choose.
This was in 1.x and 1.5 RC1 too...

WorkiNg on it...Please post bugs at http://www.TechHelpForum.com/vrewrite

This was already reported but missed because it was never reported!! :banana:

Immortal 04-03-2006 09:09 PM

Quote:

Originally Posted by DementedMindz
when i do that it brings me to a blank white page :(

Hm, weird. Make sure no entry like that already exists.

DementedMindz 04-03-2006 09:14 PM

nope its just one link thats all lol and its been tricky... i got everything done except that..

Bhuwan 04-03-2006 10:03 PM

Quote:

Originally Posted by Alex_
I am still not able to choose a timespan in a forum.

Threads from the X last days always directs to the standard timespan (of 30 days) no matter what I choose.
This was in 1.x and 1.5 RC1 too...

Officially fixed

Immortal 04-03-2006 10:08 PM

Quote:

Originally Posted by DementedMindz
nope its just one link thats all lol and its been tricky... i got everything done except that..


Hm.. :(

[high]* Immortal prods Bhuwan[/high]


All times are GMT. The time now is 09:47 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.02366 seconds
  • Memory Usage 1,744KB
  • 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
  • (4)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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