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)

ringoflight 04-02-2007 08:24 PM

3.6.5 and working! I hope you have plans to develop this in the future for when newer vb releases arrive!

tomzx 04-03-2007 12:06 AM

Quote:

Originally Posted by hawork (Post 1218526)
Hi tomzx

Do you know something about problems in getting into "New Messages" in Navbar?

Thanks. Cheers ;)

Yes, those are generally fixed in the template.

for once

FIND (in header)
Quote:

$vboptions[bburl]/search.php?$session[sessionurl]do=getnew
REPLACE BY
Quote:

$vboptions[bburl]search.php?$session[sessionurl]do=getnew
Change the .htaccess rewrite rule

FIND (in .htaccess)
Quote:

RewriteRule ^search-([A-Za-z0-9\-]+).html/$ search.php?do=$1 [L]
REPLACE BY
Quote:

RewriteRule ^search-([A-Za-z0-9\-]+).html$ search.php?do=$1 [L]

FINALLY, in the global_complete (plugin section, go to Plugins & Products->Plugin Manager and click on the edit button beside global_complete)

FIND
Quote:

$output = str_replace("search.php?do=getnew","$myurl/search-getnew{$vbulletin->options['vRewrite_extension']}/",$output);
$output = str_replace("search.php?do=getdaily","$myurl/search-getdaily{$vbulletin->options['vRewrite_extension']}/",$output);
REPLACE BY
Quote:

$output = str_replace("search.php?do=getnew","$myurl/search-getnew{$vbulletin->options['vRewrite_extension']}",$output);
$output = str_replace("search.php?do=getdaily","$myurl/search-getdaily{$vbulletin->options['vRewrite_extension']}",$output);

hawork 04-03-2007 07:33 PM

It works now!!! Thanks!!! :up: :rolleyes:

NathanMc 04-05-2007 06:04 PM

I have a problem with my site all of a sudden, the main page works fine..but if you look at anything the mod rewrites the images do not show, and when I click on the head title image to go back to the home page I get a 404. I've tried changing the images path to relative, but that didn't seem to work, also..my main forum page is not index.php it's forums.php that is probably the main problem to the 404 error, but I don't know how to fix this. Could someone please help?

topten 04-06-2007 09:03 AM

The coders own board doesnt even use the rewrite. Thats should tell you everything.

trendarmy 04-10-2007 12:12 AM

This doesn't work for me. No errors or anything. Just uses the same URL's.

I edited all 3 templates it asked me to edit, i uploaded .htaccess to my root, and I uploaded the XML file as a product.

What gives?

tomzx 04-10-2007 02:24 AM

Quote:

Originally Posted by trendarmy (Post 1223702)
This doesn't work for me. No errors or anything. Just uses the same URL's.

I edited all 3 templates it asked me to edit, i uploaded .htaccess to my root, and I uploaded the XML file as a product.

What gives?

You have to go to your vBulletin Options->vRewrite and turn the system on ;)

trendarmy 04-10-2007 01:12 PM

:) it'd help if that was in the instructions file.

so many of these mod's are created without detailed instructions. it would have taken him an extra 3 seconds to write out the reply you did in his instructions. :(

trendarmy 04-10-2007 01:14 PM

how much does this slow my site down? because of the search engine gain i'm guessing it's a trade off.

mikey1090 04-17-2007 09:21 PM

you also need to add <base href="$vboptions[bburl]/" />
to the member template, otherwise images wont show


All times are GMT. The time now is 07:53 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.02666 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
  • (8)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