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)

ToddW 03-04-2006 06:32 AM

So, at this time what are the major problems with this?
And when is the new version supposed to be released?

Thanks a bunch.
-Todd

Immortal 03-04-2006 12:01 PM

<a href="https://vborg.vbsupport.ru/showpost.php?p=911318&postcount=516" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=516</a>

And I honestly don't know about the new version, it could be sometime next week or next month. I'm not a fan of saying a day any more, and then not meeting it and disappointing people.

forte 03-04-2006 12:10 PM

You also need to fix the changing of skins while viewing a thread. It just refreshes it and not changing it.

Immortal 03-04-2006 12:13 PM

Hmm, that may be due to the directory.

P.Jackson 03-04-2006 02:03 PM

Right i got this installed works great! however the only thing that doesnt work is the.

Lates thread in the Last Post Collum when i click the thread title i get

No Thread specified. If you followed a valid link, please notify the administrator

Any ideas?

Immortal 03-04-2006 02:09 PM

It's a known issue.

P.Jackson 03-04-2006 02:22 PM

aw ok

matrix_x 03-06-2006 09:51 PM

Hi.
This is the first hack I've ever done to vBulletin and now I'm hooked! So congrats to the authors, you have taken my vb hack virginity :)

I do have one "issue". Everything works fine except this. Whenever I go into a forum or a thread, clicking the Main Forums link at the top left corner (here at this forum it is the one that says "vBulletin.org Forum") causes me to go to mywebsite.com instead of mywebsite.com/forums. When I go into my admin cp however, it knows that my forum is /forums so I'm confused. Please help.

Immortal 03-06-2006 10:48 PM

Try this...

vB ACP->Plugin Manager->Plugins->Find vRewrite under "global_complete". -> Open it -> Scroll to the bottom and you should see something like str_replace('index.php',../') and remove the entire line. If you can't find it let me know.

matrix_x 03-06-2006 10:59 PM

DUDE, you my friend are the man. If you lived in Eastern Canada I'd buy you a beer. Thanks so much!

Immortal 03-06-2006 11:14 PM

haha, I appreciate the offer :D

If you find any more errors, please let me know.

ciscoguy 03-07-2006 10:42 PM

Excellent MOD. Easy install and works like a champ!

Fuzzy Orange 03-08-2006 07:01 AM

I installed this and it seemed to work well - but then when testing last night if I clicked the name of a thread on index or "show new posts" it would go to a completely unrelated thread :(

Any help?

Fuzzy Orange 03-08-2006 07:02 AM

Just noticed

Quote:

4) FIXED - Directly clicking on a THREAD from index.php produces incorrect thread linking (traced to URL rewriting).
That is the error I am getting currently!

forte 03-08-2006 06:01 PM

Just found out that the threads with -newpost.html that won't work are only threads from a sub-forum.

Immortal 03-08-2006 06:02 PM

All these will be fixed in the next version, and already have been reported numerous times :)

ciscoguy 03-09-2006 11:28 PM

Minor issue I came across that I seem to have isolated to VBrewrite. I tested without VBrewrite installed and the issue is not present.

Say I have a user with userid 3 and user with a userid 33 when viewing the profile of userid 33 I get userid 3 profile.

I can post a url for a example if that would help.

Is there a way I can disable SEO'd url's for the member profiles?

Still a great mod. Any suggestions would be appreciated.
Thanks

Immortal 03-10-2006 12:17 AM

Yah, its another known issue. That already has been corrected for 1.0.1

In order to disable that, you will need to do this:

vB ACP->Plugin Manager->Find vRewrite under global_complete->Copy it to notepad or whatever->Find Replace Users, and comment it out (/* CODE */)

ciscoguy 03-10-2006 01:36 AM

This is exactly why I chose to use VBRewrite, the active development and quick response. Issue solved. :)

Thanks again!

redlabour 03-10-2006 05:16 AM

Any news when the Update will be released ?

I know it is ready when it is ready but in the next days there is a 30,- € alternative to vBSEO released at German Hackcommunity. I like to know if it should buy it or wait.

erhanerhan_5 03-10-2006 01:25 PM

i installed this hack. i opened a thread , 404 error.

Immortal 03-10-2006 06:08 PM

Quote:

Originally Posted by ciscoguy
This is exactly why I chose to use VBRewrite, the active development and quick response. Issue solved.

Thanks again!

I appreciate it :)

Quote:

Originally Posted by redlabour
Any news when the Update will be released ?

I know it is ready when it is ready but in the next days there is a 30,- ? alternative to vBSEO released at German Hackcommunity. I like to know if it should buy it or wait.

Hopefully very soon. But a word of the wise, is be careful when buying anything "close to vBSEO".

Quote:

Originally Posted by erhanerhan_5
i installed this hack. i opened a thread , 404 error.

Can you post your .htaccess and your forum URL?

redlabour 03-10-2006 07:42 PM

Quote:

Originally Posted by Immortal
Hopefully very soon. But a word of the wise, is be careful when buying anything "close to vBSEO".

Don?t panic - it?s a complete new Code.

erhanerhan_5 03-10-2006 08:02 PM

my .htaccess

PHP Code:

<head>
<
meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
</
head>
<
PRE>RewriteEngine On
RewriteBase 
/
RewriteRule ^(.*)/t-(.*)-(.*)/go=(.*) showthread.php?t=$3&amp;goto=$4&amp;is_vrewrite=yes[L]
RewriteRule ^(.*)/p-(.*)-(.*).html showthread.php?p=$3&amp;is_vrewrite=yes[L]
RewriteRule ^f-(.*)-(.*)-page(.*).html forumdisplay.php?f=$2&amp;page=$3&amp;order=desc&amp;is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*).html/page(.*)daysprune(.*)-order(.*)-sort(.*) forumdisplay.php?f=$2&amp;page=$3daysprune=$4&amp;order=$5&amp;sort=$6&amp;is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*).html/daysprune(.*)-order(.*)-sort(.*) forumdisplay.php?f=$2&amp;daysprune=$3&amp;order=$4&amp;sort=$5&amp;is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*).html forumdisplay.php?f=$2&amp;is_vrewrite=yes [L]
RewriteRule ^u-(.*)-(.*).html member.php?u=$2&amp;is_vrewrite=yes [L]
RewriteRule ^(.*)-(.*)-newpost.html showthread.php?goto=newpost&amp;t=$[L]
RewriteRule ^(.*)/t-(.*)-(.*)-page(.*).html showthread.php?t=$3&amp;page=$4&amp;is_vrewrite=yes [L]
RewriteRule ^(.*)/t-(.*)-(.*).html showthread.php?t=$3&amp;is_vrewrite=yes [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=$[L]
RewriteRule ^sendtofriend-(.*)-(.*).html sendmessage.php?do=sendtofriend&amp;t=$[L]
RewriteRule ^search-(.*).html search.php?do=$[L]
RewriteRule ^(.*)-(.*)/newthread.php newthread.php?do=newthread&amp;f=$2[L]
RewriteRule ^(.*)/newpostnoquote-(.*).php newreply.php?do=newreply&amp;noquote=1&amp;p=$2[L]
RewriteRule ^(.*)/newpost-(.*).php newreply.php?do=newreply&amp;p=$2[L]
RewriteRule ^p-(.*).html showpost.php?p=$1&amp;postcount=$[L]</PRE

im not edited.

my forum:
http://img369.imageshack.us/img369/8...305z2225wp.png

Immortal 03-10-2006 09:43 PM

Uhhh...why does your .htaccess have HTML in it?

But change:
RewriteBase /
To:
RewriteBase /forum

erhanerhan_5 03-11-2006 07:44 PM

Is this?

PHP Code:

<head>
<
meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
</
head>
<
PRE>RewriteEngine On
RewriteBase 
/forum
RewriteRule 
^(.*)/t-(.*)-(.*)/go=(.*) showthread.php?t=$3&amp;goto=$4&amp;is_vrewrite=yes[L]
RewriteRule ^(.*)/p-(.*)-(.*).html showthread.php?p=$3&amp;is_vrewrite=yes[L]
RewriteRule ^f-(.*)-(.*)-page(.*).html forumdisplay.php?f=$2&amp;page=$3&amp;order=desc&amp;is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*).html/page(.*)daysprune(.*)-order(.*)-sort(.*) forumdisplay.php?f=$2&amp;page=$3daysprune=$4&amp;order=$5&amp;sort=$6&amp;is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*).html/daysprune(.*)-order(.*)-sort(.*) forumdisplay.php?f=$2&amp;daysprune=$3&amp;order=$4&amp;sort=$5&amp;is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*).html forumdisplay.php?f=$2&amp;is_vrewrite=yes [L]
RewriteRule ^u-(.*)-(.*).html member.php?u=$2&amp;is_vrewrite=yes [L]
RewriteRule ^(.*)-(.*)-newpost.html showthread.php?goto=newpost&amp;t=$[L]
RewriteRule ^(.*)/t-(.*)-(.*)-page(.*).html showthread.php?t=$3&amp;page=$4&amp;is_vrewrite=yes [L]
RewriteRule ^(.*)/t-(.*)-(.*).html showthread.php?t=$3&amp;is_vrewrite=yes [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=$[L]
RewriteRule ^sendtofriend-(.*)-(.*).html sendmessage.php?do=sendtofriend&amp;t=$[L]
RewriteRule ^search-(.*).html search.php?do=$[L]
RewriteRule ^(.*)-(.*)/newthread.php newthread.php?do=newthread&amp;f=$2[L]
RewriteRule ^(.*)/newpostnoquote-(.*).php newreply.php?do=newreply&amp;noquote=1&amp;p=$2[L]
RewriteRule ^(.*)/newpost-(.*).php newreply.php?do=newreply&amp;p=$2[L]
RewriteRule ^p-(.*).html showpost.php?p=$1&amp;postcount=$[L]</PRE




But again 404 error.

This is my forum dir
http://www.xxxxx.com/forum/index.php

Immortal 03-11-2006 07:45 PM

That is not the original .htaccess. Download it again, and open it in Notepad and then make the necessary change.

jlaine 03-11-2006 09:07 PM

/me clicks install...

I have one minor issue - I have the vBa gallery, which uses native vB templates - the line "<if condition="THIS_SCRIPT != 'index'"> <base href="$vboptions[bburl]/" /> </if>" is conflicting and screwing up the data because the actual base href is not the bburl...

Is there any other place I can inject this, or a way I can exclude it or limit it to the forum. subdomain that the forum proper is on?

jlaine 03-11-2006 09:17 PM

And now that I've spent 10 seconds thinking about it... I'll move the few hundred megs of data into my subdomain and make it work as I think it will if I put it there, there is no reason you should need to come up with work arounds to integrate with 3rd party software.

Immortal 03-11-2006 09:20 PM

That is a lot of work Josh! You can add:
Code:

<base href="$vboptions[bburl]/" />
To the following templates, and then remove that part in headerinclude:
FORMDISPLAY, SHOWTHREAD, & STANDARD_ERROR

jlaine 03-11-2006 09:24 PM

Quote:

Originally Posted by Immortal
That is a lot of work Josh! You can add:
Code:

<base href="$vboptions[bburl]/" />
To the following templates, and then remove that part in headerinclude:
FORMDISPLAY, SHOWTHREAD, & STANDARD_ERROR

:D

Didn't work anyway... Put it in a subdir of forum. and it didn't like it one bit. <grin>

I will definitely go the above route, thank you for pointing out the obvious... Hehe.

I definitely appreciate the fast response, I'm going to get on this and get it working now... Thanks again!

Immortal 03-11-2006 09:39 PM

No problems, let me know if everything goes okay with you :)

jlaine 03-11-2006 10:12 PM

Yes... \m/

Appears everything is in order. :) I appreciate the help.

You spurred me to moving everything forum related to the appropriate subdirectory, so I ended up keeping the gallery data there... Not a bad thing at all...

*edit*

Add the above to the newreply / newthread templates also - just in case you get anyone else that asks...

LittleBoy1 03-11-2006 10:26 PM

I have problems with the users and also with the last button of "Last Post", the users repeat some when entering the profile! =( I use vbulletin 3.5.4

Immortal 03-11-2006 10:41 PM

Quote:

Originally Posted by jlaine
Yes... \m/

Appears everything is in order. :) I appreciate the help.

You spurred me to moving everything forum related to the appropriate subdirectory, so I ended up keeping the gallery data there... Not a bad thing at all...

*edit*

Add the above to the newreply template also - just in case you get anyone else that asks...

Whoops! Sorry, I wish I had a copy of the old install.html, and I would know all this.

Quote:

Originally Posted by LittleBoy1
I have problems with the users and also with the last button of "Last Post", the users repeat some when entering the profile! =( I use vbulletin 3.5.4

All fixed in 1.0.1 :)

jlaine 03-11-2006 11:09 PM

I'm having major beef, we've apparently narrowed it down to a single user... (whee!)

The username is rich'00, and if he's in any page display ie:

http://forum.carstereos.org/f-offici...-40-page2.html

(he's in page 2 of this, it works now because I had do disable the product, but if I enable it, you get this error message)

Code:

Invalid SQL:
SELECT userid, username FROM user WHERE username='Rich'00';

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '00'' at line 1 Error Number : 1064
Date        : Saturday, March 11th 2006 @ 06:57:38 PM
Script      : http://forum.carstereos.org/f-for-sale-8.html
Referrer    : http://forum.carstereos.org/
IP Address  :
Username    :
Classname    : vB_Database


Immortal 03-11-2006 11:58 PM

I'll play with it for a bit, thanks for the bug report :)

b4stu 03-12-2006 02:24 AM

Clicks install. but how long to before those bugs (lastpost + user) gets resolved. last post bug is making my members upset! But great hack!

gembels 03-12-2006 03:36 AM

I think this mod make my forums reinstalled and still dangerous for newbie if sumtin like do "Updates Counters" and you cannot login anymore.. couz redirect page unknown error

LittleBoy1 03-12-2006 03:39 AM

Quote:

Originally Posted by Immortal
All fixed in 1.0.1 :)

thank u for ur work actually a new version for the 3.5.4 :banana:
:bunny:


All times are GMT. The time now is 01:57 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.02158 seconds
  • Memory Usage 1,902KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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