View Full Version : vRewrite - SEOed URLs for vBulletin
Icheb
06-20-2006, 05:32 PM
It's sort of obvious that it's only for 3.5, however I gave it a shot and that's all I found so far.
bonjurkes
06-20-2006, 06:29 PM
there was a known issue about the vbseo sitemap generator?
is it fixed or still a issue?
Immortal
06-20-2006, 07:18 PM
there was a known issue about the vbseo sitemap generator?
is it fixed or still a issue?
http://www.vrewrite.com/vrewrite-support/t-vrewrite-sitemap-17.html
:)
lawahdy
06-21-2006, 05:36 PM
hello there..
I tried to make this hack work on my forum .. managed to get it hmmm like 90% working.. but then got mad at one point and uninstalled it.. I don't have a testing forum so I was doing my thing on my live forum.
anyways.. this is not my problem.. the problem is when I uninstalled .. everything.. the forum is still showing some threads in html .. that made more more :banana: .. there is no htaccess file.. there is no hack installed and there are not temp modifications.. why is it still showing html files.. my users are complaining that some of the forum sections are not working..
I know that.. but I don't know what to do.. can anyone help me please.. this is kind of urgent..
thanks
Immortal
06-21-2006, 06:51 PM
I'm sorry but I don't quite understand. Feel free to install it, and then email me (my email is listed in install.html) the link where you are having issues please.
vBSkins
06-22-2006, 04:56 AM
Thanks, I love this hack I really do appreciate it!
imranbaig
06-23-2006, 03:19 PM
Hi, I have installed this great mod, but I have a small problem.
for many categories it shows in html properly, but for threads there is not change its as usal as it was earlier.
any idea why this is happening?
I have forum on a subdomain, I doubt this is to do with this, the subdomain is like subdomain.mainsite.com, and subdomain too has its own htdocs, folder should i make Rewritebase to / or /forums/htdocs? pls suggest.
Thanks in Advance!
Zweeper
06-25-2006, 09:57 AM
works all fine, just the avatars dont show.
(www.zweeper.de/forum).
here my htaccess:
RewriteEngine On
RewriteRule ^(.*)/(styleid=(.*))$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/(showthread\.php)$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)-(.*)/newthread.php newthread.php?do=newthread&f=$2[L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+)-new.html showthread.php?t=$3&goto=newpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+)-last.html showthread.php?t=$3&goto=lastpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+)-post(.*).html showthread.php?p=$4&%{QUERY_STRING} [L]
RewriteRule ^p-([A-Za-z0-9\-]+)-post([0-9]+)/postcount([0-9]+).html showpost.php?p=$2&postcount=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-page([0-9]+)-([0-9]+).html showthread.php?t=$4&page=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+).html/(.*)$ showthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+).html showthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^u-([A-Za-z0-9\-]+)-([0-9]+).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^f-([A-Za-z0-9\-]+)-([0-9]+)/page([0-9]+).html/(.*)$ forumdisplay.php?f=$2&&page=$3%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^f-([A-Za-z0-9\-]+)-([0-9]+).html/$ forumdisplay.php?f=$2&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^search-([A-Za-z0-9\-]+).html/$ search.php?do=$1 [L]
# vRewrite version 1.5 STABLE
# Created by vRewrite htaccess generator v1.0
i hope somebody can help me!
Excellent job! Thank you very much for this. Installed.
Adult SEO
06-26-2006, 10:00 AM
Hi!
I installed vRewrite on forums.razordolls.com but id didn't work!
The htaccess says:
RewriteRule ^(.*)/t-(.*)-(.*)-page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)/page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*).html/(.*)$ showthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
But the page is accessed as
http://forums.razordolls.com/sexaholics/t-fantasy-page2-25.html
So it doesn't work!!!
Has noone noticed this??
DavutPasha
06-28-2006, 10:34 AM
Fatal error: Call to undefined function: urlize() in /mounted-storage/home15a/sub001/sc17310-WATN/www/forum/includes/functions.php(4367) : eval()'d code on line 119
What is this? I always see this error :(
Zweeper
06-30-2006, 03:18 PM
all works, but when i enter a board category (see picutre, "Gott und die Welt" Board) the the Links in the Navbar are false.
in the forumhome all links are okay, but in a board the link looks like:
www.zweeper.de/forum/boardname/calendar.php
the right was:
www.zweeper.de/forum/calendar.php
how can i change this??
my hataccess:
RewriteEngine On
RewriteRule ^(.*)/(styleid=(.*))$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/(showthread\.php)$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)-(.*)/newthread.php newthread.php?do=newthread&f=$2[L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+)-new.html showthread.php?t=$3&goto=newpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+)-last.html showthread.php?t=$3&goto=lastpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+)-post(.*).html showthread.php?p=$4&%{QUERY_STRING} [L]
RewriteRule ^p-([A-Za-z0-9\-]+)-post([0-9]+)/postcount([0-9]+).html showpost.php?p=$2&postcount=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-page([0-9]+)-([0-9]+).html showthread.php?t=$4&page=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+).html/(.*)$ showthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+).html showthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^u-([A-Za-z0-9\-]+)-([0-9]+).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^f-([A-Za-z0-9\-]+)-([0-9]+)/page([0-9]+).html/(.*)$ forumdisplay.php?f=$2&&page=$3%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^f-([A-Za-z0-9\-]+)-([0-9]+).html/$ forumdisplay.php?f=$2&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^search-([A-Za-z0-9\-]+).html/$ search.php?do=$1 [L]
# vRewrite version 1.5 STABLE
# Created by vRewrite htaccess generator v1.0
Immortal
07-01-2006, 12:23 AM
All,
Support is only obtained through:
http://www.vrewrite.com or
https://vborg.vbsupport.ru/forumdisplay.php?f=182
:)
Amaresh
07-02-2006, 06:47 PM
Hello guys,
I'm sorry if this question is asked before, but its really hard to find out what to do,
This aint working for you, gives me 404 error all the time after opening forum home.
I'm using IIS + Plesk 7.6, And I really cant find what to do !
First question :
Where is .htaccess to be uploaded ?
a) on forum directory
b) on root directory
Second question :
Is my .htaccess fine ? Is there anything to be added or what does Rewrite Base do ?
http://desipirate.com/forum/admincp/vrewrite_htaccess.php
You people can check it !
Waiting for lovely solution.
Amaresh :)
ConqSoft
07-02-2006, 07:58 PM
IIS doesn't support .htaccess files. You'll have to use something like ISAPI_Rewrite.
saycan
07-02-2006, 08:24 PM
ı have a question. ı dıd your ınstallation. but ı have a problem.
ı dıd send a thread my forum.
that send ıt.
but than ı have a problem
"The document has moved here"
why thıs problem. what ı can?
sorry my englısh not good. but ı can understand you...
erhanerhan_5
07-07-2006, 01:29 PM
http://img217.imageshack.us/img217/611/ads305z7vs.jpg
Windows İşletim Sistemi>El Değmeden Windows Kurulumu
/forum/f-windows-ytletim-sistemi-33/t-el-deemeden-windows-kurulumu-resimli-1985-new.html
how i can fix this bug?
i want this
'Č' => 'c',
'č' => 'c',
'Ğ' => 'g',
'ğ' => 'g',
'Ş' => 's',
'ş' => 's',
'İ' => 'i',
'ı' => 'i',
'?' => 'c',
'?' => 'c',
'?' => 'u',
'?' => 'u',
'?' => 'o',
'?' => 'o',
'ı' => 'i',
'İ' => 'i',
'?' => 'i',
'?' => 'a',
'?' => 'e',
'?' => 'a',
'?' => 'e',
Immortal
07-07-2006, 11:34 PM
<a href="http://www.vrewrite.com/bugs-misc-issues/t-special-characters-35.html" target="_blank">http://www.vrewrite.com/bugs-misc-is...acters-35.html</a>
Hello,
I have a problem. I use vRewrite 1.5.1 and I have the CSS-Code on a file. So, when I go to a post or thread - the browser become any CSS-, JS- or RSS-Code. The paths are relative on the head-zone... Who can I using full paths in the head-zone of my forum?
Best reguards,
d4d4
i installed the hack but it doesn't do anything. i followed the steps exactly
www.knicksonline.com/forums
IngoPan
07-10-2006, 06:25 PM
i installed the hack but it doesn't do anything. i followed the steps exactly
www.knicksonline.com/forums
Where do you know from that it?s not doing anything? What are you suppose to see ?
IngoPan
07-10-2006, 06:59 PM
I also installed vRewrite and i also don?t see any difference.
I followed the step-by-step instr. given. I?m running vBulletin 3.5.4. The URL?s arent replaced at all : www.sentiment-traders.com
I looking for serious help here, thanks.
vB Options->vRewrite->on
haha :D
Shadow_NL
07-10-2006, 09:07 PM
vB Options->vRewrite->on
haha :DYou're my hero, now it finally works for me :D. Thanks a lot!
IngoPan
07-10-2006, 09:14 PM
You're my hero, now it finally works for me :D. Thanks a lot!
Oh my, now i got it too - Thanks LOL
IngoPan
07-11-2006, 05:59 AM
I still have a little problem with the freshly posted posts. On the "left" side, where the threads are displayed,
the vRewrite seems to work properly, means i can access all the pages.
The "right" side of the main page of my forum, means where originally links such as
http://www.sentiment-traders.com/showthread.php?goto=newpost&t=12 are located, seems to be crippled somehow, my browser wants to access
http://t-svol-live-daytrading-chart-1-and-3min-12-new.html/ in this case.
This happens to all links on the "right" side. Is this a bug or am i doing something wrong ?
I left all the vRewrite options at default.
Best regards, Ingo
Immortal
07-11-2006, 05:12 PM
Make sure you have the latest version installed. Look in our forum and its the first sticky:
https://vborg.vbsupport.ru/forumdisplay.php?f=182
Please post everything there, or on vRewrite.com :)
offline
07-13-2006, 07:07 PM
vRewrite breaks the "Post Thank You Hack" https://vborg.vbsupport.ru/showthread.php?t=92410 . When im trying to leave a thanks I get a javascript error, can anyone give me some proper direction on how to fix this?
Thanks!!
precharge
07-14-2006, 07:34 AM
Not sure what I did wrong. Setup the hack on http://forums.precharge.net/ and it works in the admin area and the pages have been setup with the new base href but the links are not showing the new url's. Any ideas?
maroceve
07-14-2006, 08:57 AM
Guys how do i vrewrite my /gallery/browseimages.php ?
precharge
07-14-2006, 10:20 AM
I found the problem. I had to turn the module on ;) Yeah, my first vbulletin PlugIn install.
Dark_Konoko
07-14-2006, 03:28 PM
I'm not sure if its been pointed out before (and I made a quick search to make sure) but if you have the "Member Rewrite" set to "members/username-id.html" you need to add "<base href="$vboptions[bburl]/" />" before $headinclude in your MEMBERINFO template. It had me puzzled for all of 5 seconds ;)
Bhuwan
07-14-2006, 03:30 PM
My apologies i ahvent been around much to support all -- hopefully this will change soon.,
Roadster2004
07-14-2006, 06:37 PM
I've installed it..
And it works fine.. Untill I go to a new post/page or a page 2.. It than reffer to page2.html but I get the error page can not be found ?
pls assist
Lalib
07-14-2006, 07:16 PM
thanks you man it work!!
giorgiotave
07-15-2006, 04:11 AM
Hi,
I use this hack and i search in Google and in this thread, but for my poor english i think i not have answer for my question.
My forum stay in www.example. com /forum/
In www.example. com i want show the last topic from same forum whit rewrite. Some body have a source for make this?
Thank ;)
GT
jlaine
07-16-2006, 05:06 PM
I'm not sure if its been pointed out before (and I made a quick search to make sure) but if you have the "Member Rewrite" set to "members/username-id.html" you need to add "<base href="$vboptions[bburl]/" />" before $headinclude in your MEMBERINFO template. It had me puzzled for all of 5 seconds ;)
I thought this was included in the install instructions?
So much needs to be updated on this modification - from the packaging to the source code - problem is it's been hanging in limbo and hasn't had a good workthrough for a few months now - hopefully soon... :tired:
mustangcanada
07-17-2006, 09:29 AM
too many bugs and doesn't mesh with vbadvanced.
uninstalling.
rollo tamasi
07-19-2006, 06:58 PM
I installed this on 3.5.4 and it's not working, is it compatible? I received no errors during the installation, i modified the 3 files and i can access the VRewrite Panel via Vbulletin Options but it doesn't seem to be working.
my forum is installed into a forum/ directory so i attemped to follow the changes you suggest as per your installation file
Note: If you run your vB on a directory from a subdomain or root ex: http:///www.yoursite.com/forum or http://subdomain.site.com/forum you will need to open up the .htacess file and change Rewrite Base / to Rewrite Base /yourdir
I opened up the .htaccess file but i there is no mention of rewrite base in there.
Please advise. Thank you.
peterpeter
07-22-2006, 12:59 PM
Installed it on 3.5.4 too and getting an error message when i turn it on
ELECT t.lastposter AS username, u.userid, t.threadid
FROM thread AS t JOIN user AS u ON (u.username=t.lastposter)
WHERE t.threadid IN (5)
AND t.visible = 1;
MySQL Error : syntax error near 'ON (u.username=t.lastposter)
WHERE t.threadid IN (5)
AND t.visible = 1
' at line 3
This is sended to me via email noting that vbulletin has an database error when activating this rewrite plugin...
Any Help? =)
My whole forum is fu** up, i changed the 3 files mentioned in the install instructions and made everything like it is noted there.
bollie
07-23-2006, 04:44 AM
Hello I have 1 problem.
If I to forum/f-windows-2000-me-7.html/
http://img132.imageshack.us/my.php?image=foutjelk8.png
DavutPasha
07-23-2006, 09:15 AM
Don't think install this, it's not working well. There is no support. I send them a bug report but there is no answer about 2 weeks. my vbadvanced is broken for this hack now, I uninstalled this.
bollie
07-24-2006, 08:40 AM
support ??????
MakZF
07-26-2006, 12:50 PM
Just installed this, works great. Thanks!
byseca
07-26-2006, 10:59 PM
thanks
Aunt Clara
07-28-2006, 09:58 PM
Worked like a charm. Donation on the way. A million thanks.
Immortal
07-30-2006, 05:28 PM
And thank you :)
RayStorm
08-04-2006, 11:38 PM
nice program, I'll install it, but I have some questions:
Once I have installed it, and I have for example http://www.sitename.com/title1-1000.html
if I edit the title thread from title1 to title2, did the URL change too? Ad exemple could to became http://www.sitename.com/title2-1000.html ?
second question:
dynamic ex: showthread.php?t= to /the-forum/title-of-the-forum-id.html
Simply, can I change showthread.php?t= to /the-forum/threadid.html ?
third question (important): I'll lose all "showthread.php?t=" links? or redirects to right thread?
thanks for answers
EDIT: I seen should be not a problem install this mod, now I try to install it and than I'll tell you.
newyorker
08-05-2006, 10:06 PM
Is there somebody who wants to help use this for my forum?
I am new to this modding of forums and am confused. Where do i have to change
"In forumdisplay, showthread, standard_error find:
$headinclude
Add before that:
<base href="$vboptions[bburl]/" />"
Can anyone help me in the right direction?
Million thanks!
MortysTW
08-06-2006, 04:43 AM
Oh boy.... you've got a lot to learn. But be careful and pay attention to what you do.
Go to your Admin CP.
AdminCP > Styles & Templates > Style Manager
On the drop down, choose EDIT TEMPLATES and hit GO.
That's where all these templates are located. Open the proper template and do as those instructions say as you are referring to. When viewing the templates, you'll notice a FIND box below the code. That will help you find where they are talking about editing.
newyorker
08-06-2006, 04:40 PM
Ok. I have done everything right. I ran a check by a vbulletin expert but he said it was ok. It does not work for me. The url`s stay the same.
Can somebody please help me?
lightwave
08-06-2006, 11:11 PM
When I installed this mod, it works fine but when I go to showthread, it loses the css styling.
Brandon Sheley
08-06-2006, 11:15 PM
Ok. I have done everything right. I ran a check by a vbulletin expert but he said it was ok. It does not work for me. The url`s stay the same.
Can somebody please help me?
send me a pm, or contact me at www.vBulletinSetup.com I'll help ya out ;)
lightwave
08-06-2006, 11:37 PM
Oh yeh, in your instructions you have:
3) In forumdisplay, showthread, standard_error find:
$headinclude
Add before that:
<base href="$vboptions[bburl]/" />
Step #3 should also be done to MemberInfo (template) if you want the settings for members/username-id.html to work
crystalg
08-08-2006, 09:47 PM
hello,
i followed all the instructions, added .htaccess to my forum's root directory, enabled vbrewrite, but i am still getting 404 pages. the url is rewritten, but the page cannot be found.
what do i do next?
thanks!!
*EDIT*
Resolved: AllowOverride was set to None in httpd.conf. I created a new <Directory> for my forum home and added "AllowOverride All" to it. Restarted apache and voila!
crystalg
08-08-2006, 11:00 PM
I searched for our forum on Yahoo and a lot of our older posts are indexed in this format:
http://blah.com/forum/printthread.php?threadid=2365
When I click on this link, however, the URL is not rewritten. Is this an old URL format that Yahoo has cached? If so, how do I account for it in .htaccess?
I do have printthread.php enabled in vRewrite.
Thanks.
Dammie
08-10-2006, 07:45 PM
Hello,
Seems to work nice. But i have my layout images of the board in /forum/img
When i turn the mod on, i lost the layout. It just cant find the pictures aymore.
Any idea how to solve ?
TIA!
Bhuwan
08-10-2006, 07:56 PM
Although I've been busy lately, I willt ry and fix all issues that are related to vb3.6 -- if anyone has updated and noticed issues, please let me know via PM!
gdoner
08-12-2006, 07:25 AM
my images not seen:( example http://www.mysite.com/adminlerin-toplanty-salonu/images/gok/misc/im_msn.gif How can i do this??
gdoner
08-12-2006, 01:46 PM
<base href="$vboptions[bburl]/" /> i have add my template and done.:). Some characters Have İ Ğ Ş. I want İ to i, Ğ to g Ş to s. How can i do?
Dammie
08-12-2006, 03:45 PM
Layout thinks solved, just changed the path.
Now i have a delete error:
The requested URL /forum/formula-1-news/inlinemod.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
This occures when i try to delete one single post, any idea how to delete something now? Or better.......fix this problem?
TIA
Blindchild02
08-13-2006, 07:12 PM
Hey, I emailed you the other day about the multi-page problem... any fix yet?
Blindchild02
08-13-2006, 07:29 PM
Fatal error: Call to undefined function: urlize() in /home/spanfang/public_html/carchops/includes/functions.php(4320) : eval()'d code on line 119
now im getting this when I turn it on.
edit: fixed this, by using newest version...
any fix to the mult-page problem?
EDIT2: fixed using htaccess generator :)
futuredood
08-16-2006, 01:28 PM
i never got this working properly for 3.5.4. i just upgraded to 3.6 and was wondering if it was worth a shot? anyone get it working for 3.6?
nishv
08-16-2006, 02:29 PM
i never got this working properly for 3.5.4. i just upgraded to 3.6 and was wondering if it was worth a shot? anyone get it working for 3.6?
I am also looking for the answer to this question... Anyone managed to get it work under vB 3.0.0 Gold?
Adromir
08-16-2006, 04:46 PM
I used it on 3.6 and it worked nearly perfect.. Just nearly..
First i had the Same Problem with the Multipage->Using the htaccess- Generator did not fix it.
Second: Moving or merging Forums doesnt work, because the thread and forum ID weren`t correkt.
third: Parse Error in the online_function.php in Userprofile and who is online
+ inkorrekt Output where User are currently in the Forum (it always returned "Location unknown"..)
ctsolutions
08-17-2006, 01:15 AM
Hello,
on my vbulletin 3.6, the smilies are not displayed. if I turn vRewrite off, everything is okay.
maybe I missed a line in my .htaccess ?
thanks,
mike
Brandon Sheley
08-17-2006, 02:00 AM
seems like a lot of errors :(
nishv
08-20-2006, 04:47 PM
Hello,
on my vbulletin 3.6, the smilies are not displayed. if I turn vRewrite off, everything is okay.
maybe I missed a line in my .htaccess ?
thanks,
mike
You might have missed something on .htaccess
minorgod
08-22-2006, 03:13 PM
I just installed vRewrite 1.5.1 on vBulletin 3.6 and it's not doing anything at all to my URLs. All links in my board still look like regular dynamic links. Anyone have an idea why?
EDIT: Nevermind. I'm a new vBulletin user and am still finding my way around the admin interface. I discovered that I still had to go the "vBulletin Options--->vBulletin Options--->vRewrite" submenu and set the first option to "yes" to turn on the rewriting and configure the url formats. I had expected the settings to be somewhere under the "Plugins and Products" menu, but now I know better.
nishv
08-24-2006, 07:44 PM
I just installed vRewrite 1.5.1 on vBulletin 3.6 and it's not doing anything at all to my URLs. All links in my board still look like regular dynamic links. Anyone have an idea why?
EDIT: Nevermind. I'm a new vBulletin user and am still finding my way around the admin interface. I discovered that I still had to go the "vBulletin Options--->vBulletin Options--->vRewrite" submenu and set the first option to "yes" to turn on the rewriting and configure the url formats. I had expected the settings to be somewhere under the "Plugins and Products" menu, but now I know better.
Did you manage to get it work? I am getting a 404 Error when I click on the forums categories... Any idea why?
Rubal
08-26-2006, 07:59 AM
Hi,
Is this Mod supported on IIS 6.0/ISAPI Rewrite with vBulletin 3.6.0? If yes, then can someone help me with the ISAPI Rewrite Rules.
Thanks,
noppid
08-26-2006, 08:39 PM
seems like a lot of errors :(
Most all of them user error and politely solved by the author and those that are here in the community for the benefit of the community and have experience.
Nice job on this hack and supporting it!
I'm looking at making a ping back hack that may go real nice with this.
Brandon Sheley
08-27-2006, 12:49 AM
I'm looking at making a ping back hack that may go real nice with this.
thought there was one already ?
anyways, look forwad to it, is there a sitemap that will submit the re-written url's ?
raagaswaram
08-27-2006, 07:04 PM
i have installed the plugin but when eveer i clicked on the post it redirects to the main page any idea why?
WHMTalk
08-29-2006, 08:54 PM
WoooHOooo!!!
It's working just fine on vBulletin 3.6.0 Gold!!
Thank you so so much to create such a nice mod!!!!
Best regards,
Avinash Kumar,
http://www.whmtalk.com
DavidL
08-29-2006, 09:23 PM
i have installed the plugin but when eveer i clicked on the post it redirects to the main page any idea why?
Did you upload the .htaccess and edit your templates?
gilbert
08-30-2006, 07:16 AM
When I click in the showthread page:
Thread Tools Search this Thread Rating: Thread Rating: 1 votes, 4.00 average. Display Modes
It goes to www.myforum.com/#goto_threadtools etc. Anyone know how to fix this?
raagaswaram
08-31-2006, 07:04 PM
hey, i did upload htaccess file and edited your template but still it redirect to main page i mean http://www.tamilthunder.com
Did you upload the .htaccess and edit your templates?
rollo tamasi
09-01-2006, 02:43 PM
i have installed too but i'm getting some strange responses.
when i click on page 2 of a thread i get redirected to a totally different thread. Is there a fix for this?
nishv
09-02-2006, 12:19 PM
i have installed the plugin but when eveer i clicked on the post it redirects to the main page any idea why?
You seems to have a redirect script on there which redirects the clients to the /forums DIR. It might be causing the issue...
gilbert
09-03-2006, 11:36 AM
When I click in the showthread page:
Thread Tools Search this Thread Rating: Thread Rating: 1 votes, 4.00 average. Display Modes
It goes to www.myforum.com/#goto_threadtools etc. Anyone know how to fix this?
Here's an example. http://www.sexforums.com/general-sex-forum/t-props-to-girls-12261.html When you go there and click thread tools, search this thread, etc., it takes you back to the main page :hurt:
crashtd
09-03-2006, 04:52 PM
i'm getting a 404 error when i click on a members name from memberlist.php
anyone know the fix for this? sifting through 106 pages is sorta like searching for a needle in a haystack :-P
StudioWorks
09-03-2006, 05:57 PM
Well I installed the mod, followed the instructions provided in the install.html file exactly .. but it does not work.. i still see old style url's...
gilbert
09-03-2006, 09:33 PM
Well I installed the mod, followed the instructions provided in the install.html file exactly .. but it does not work.. i still see old style url's...
try using the .htaccess generator
fischermx
09-05-2006, 02:16 AM
Where's vRewrite for vBulletin 3.6 ?
Is there going to be released anytime soon ?
TAL_NEW
09-05-2006, 10:40 PM
The post over me is my Questsion ;)
redlabour
09-06-2006, 08:37 PM
Works great with 3.6 ! :)
But what about the WOL Links ? Is there anything to do ?
minorgod
09-11-2006, 05:10 PM
Works great with 3.6 ! :)
It works with 3.6 if you use the .htaccess generator and don't mind some things not working right. Among the things that aren't working for me after installing this mod are:
"Dispaly Modes" menu will not switch between threaded/hybrid/linear modes when viewing a topic .
Some links are malformed and do not work...I'm still investigating this as much of the trouble was resolved by using the .htaccess generator, but still some issues. It is apparent if you spider your forum with gSiteCrawler, which I use for generating my google sitemaps.
php-junkie
10-02-2006, 07:37 PM
This hack still being developed?
x1800
10-09-2006, 04:05 PM
I installed it on 3.6.2 and it worked. But some of the functions aren't working.
e.g. long threads that spans multiple pages, page 2 onwards can't be displayed.
x1800
10-09-2006, 04:07 PM
ANyone has the solution to multi page problem?
SupremeWeapon
10-10-2006, 10:16 AM
didnt see this in any of the pages.. but i COULD have missed it. if i did please post the link to the reply.
unknown abou tnewly made posts. bu tposts made before this is installed if you click on th epost from the "last topic" column instead of going into the forum areas, instead of sending you to the post it actually sends you to a new url.
example.
http://t-update-october-10-2006-14-new.html/
rps_1984
10-11-2006, 12:37 AM
It would be great to have the rewrite display a thread link in this format> http://www.domain.com/forum/subforum/subforum/thread-title/page-number.htm
ehsanix
10-11-2006, 10:27 AM
i have installed it on vb 3.6.0 and it's working but just NEW POSTS (SEARCH-GET-NEW) doesn't work and it says NOT FOUND...
please help me
thank you for this mod
operceval
10-11-2006, 10:24 PM
very good a prefect for vb 3.5.4
but for VB 3.0.3 . it's possible ?
ehsanix
10-12-2006, 08:36 AM
very good
thank you very much https://vborg.vbsupport.ru/external/2008/10/9.gif
is it possible to exclude thread title in address ?
ThraXed
10-12-2006, 02:51 PM
Hi, i installed this script properly today and im getting 404's on every page apart from the forum index.
http://www.montageforums.com
anyone know what the problem is?
thanks
ehsanix
10-12-2006, 03:23 PM
the problem is with your htaccess
try htaccess generator
https://vborg.vbsupport.ru/showthread.php?t=112024
ThraXed
10-12-2006, 04:12 PM
i done the htaccess generator and im still getting 404's
look - http://www.montageforums.com
:(
bollie
10-15-2006, 10:33 AM
Supported ???? https://vborg.vbsupport.ru/showthread.php?t=128807
paulgrimshaw
10-15-2006, 04:06 PM
Hi,
This is a great mod, but I am having trouble. when I goto my site http://www.madmash.com/forum it is getting redirected to http://madmash.com/forum.
Any idea why this is and how to fix?
Thanks,
Paul.
misterserveur
10-18-2006, 03:43 PM
Hi ! thanks for this mod.
I enabled the following options (vRewrite 1.5.1 on vb 3.6.0)
- Showthread.php: Next&Prev
- External.php
But it doesn't rewrite the next/prev links, neither the links in external.php
How can I fix that ? Thanks.
StarBuG
10-20-2006, 01:57 PM
Hi
I have a few problems and found a few bugs:
I have just installed the latest version 1.5.1 (new install) on vB 3.6.2.
All threads that are read with forum name rewrite on are unknown locations in WOL.
Unknown location
/chat-ecke/t-anonymes-schreiben-von-beitragen-ist-nun-moglich-885.html
I have used the vrewrite_htaccess file to generate my htaccess
There are a few other problems/bugs:
1: the search of "search-getdaily.html/search.php?searchid=XX" does only show images if you add <base href="$vboptions[bburl]/" /> to the search_results template as well ;)
2: "Latest threads on forum home" (https://vborg.vbsupport.ru/showthread.php?t=83230) are not rewritten. Any chance this can be changed?
3: your textfile hacksNfixes.txt is missing the important hack/fix parts. It shows like:
6. Members who have visited https://vborg.vbsupport.ru/showthread.php?t=82769
==========================
SEARCH FOR:
==========================
BELOW ADD:
==========================
I would need the instructions but can't find them :(
Any ideas how to fix these?
Ahh and one more question.
Is it possible to rewrite german umlaute like ? ? ? ? into ae oe ue ss ?
StarBuG
ps: Thanks for providing this great hack for free.
ShadowOne
10-20-2006, 02:12 PM
No Thread specified. If you followed a valid link, please notify the administrator
I Keep Gettin That...
ShadowOne
10-20-2006, 02:20 PM
Ahhh...NM....I Did The Generator...Great Hack!
Actually...The Member Bit Doesnt Work COrrectly...It Throws My Avatar Image Off...
Keyser Soze
10-20-2006, 03:36 PM
Is it possible to rewrite german umlaute like ? ? ? ? into ae oe ue ss ?Yes of course you can transform german umlauts to "ae", "ue" etc with my little hack right here.
Na klar kannst du deutsche Umlaute mit meinem kleinen Hack hier in "ae", "ue" etc umwandeln, so dass sie nicht komplett entfernt werden. :)
I am using this piece of code for my own forum.
REPLACE:
function urlize($txt) {
global $vbulletin;
if ($vbulletin->options['vrewrite_stopword_on']) {
$stop_words = preg_split('#\s+#', $vbulletin->options['vrewrite_stopword_filter'] );
foreach ($stop_words AS $word) {
$txt = preg_replace('#\s' . $word . '\s#i', ' ', $txt);
}
}
$txt = unaccent($txt);
$txt = html_entity_decode($txt);
$txt = str_replace(' ', '-', $txt);
$txt = str_replace('_', '-', $txt);
$txt = preg_replace('#[^a-zA-Z0-9_\-]+#', '', $txt);
$txt = preg_replace('#[\-]+#', '-', $txt);
return strtolower($txt);
}
WITH:
function urlize($txt) {
global $vbulletin;
if ($vbulletin->options['vrewrite_stopword_on']) {
$stop_words = preg_split('#\s+#', $vbulletin->options['vrewrite_stopword_filter'] );
foreach ($stop_words AS $word) {
$txt = preg_replace('#\s' . $word . '\s#i', ' ', $txt);
}
}
$txt = str_replace('?', 'ae', $txt);
$txt = str_replace('?', 'oe', $txt);
$txt = str_replace('?', 'ue', $txt);
$txt = str_replace('?', 'ss', $txt);
$txt = unaccent($txt);
$txt = html_entity_decode($txt);
$txt = str_replace(' ', '-', $txt);
$txt = str_replace('_', '-', $txt);
$txt = preg_replace('#[^a-zA-Z0-9_\-]+#', '', $txt);
$txt = preg_replace('#[\-]+#', '-', $txt);
return strtolower($txt);
}
StarBuG
10-20-2006, 03:55 PM
Thanks for your help, that worked.
For everyone who wants to use it also.
You need to modify the "vRewrite - Redirect handling" plugin ;)
Keyser Soze
10-20-2006, 04:06 PM
Yes, or change the XML-file directly...
Martin64
10-21-2006, 10:36 PM
Lovely hack, just tried it on one board, unfortunately I had to uninstall it after a few minutes, it caused too much server load.
It's a quite busy forum though (usually +1000 online, currently nearly 3000). I'll bookmark this and come back after server upgrades :P
raiderlax
10-22-2006, 02:01 AM
When will it work for 3.6.2?
StarBuG
10-22-2006, 09:35 AM
It does work with 3.6.2
I have it running on mine: www.patientenfragen.net
:Judge:
10-27-2006, 07:15 AM
Well this has been very interesting, I some how "broke" my DC SEO and ended up replacing that with this here. Had a few problems with links and such but I think I got them all but one fixed.
Is there any chance in getting the user profile pages to something more simple like www.yoursite.com/forum/username ?
Other then that with the addon everything seems OK so far.
StarBuG
10-27-2006, 10:37 AM
Is this hack still developed?
5wayshosting
10-27-2006, 09:06 PM
Is this little script ok for 3.61 version?
:Judge:
10-27-2006, 09:52 PM
Is this little script ok for 3.61 version?
It works just fine on my 3.6.2 forums, only trouble I have is with some of my addons but looks like I am working out those kinks as well.
StarBuG
10-28-2006, 04:37 AM
It works just fine on my 3.6.2 forums, only trouble I have is with some of my addons but looks like I am working out those kinks as well.
With which of your addons does vrewrite has problems?
And do you have a fix for them?
Would you share your fixes?
bollie
10-29-2006, 12:29 PM
Someone can help me ? https://vborg.vbsupport.ru/showthread.php?t=128807
veenu
10-31-2006, 04:52 AM
Hi,
I m using V-bullatein forum 3.6.0. I have used the Vwrite to impliment url rewriting. Its working fine. But for some pages it creating problems.
The pages includes memebers list where while clicking on the "all threads by the perticular user" i found no page but an error that "page not found" . similar errors with the "todays post" and "new post" as well.
Other then this i am also facing error on the "quick link" page where "my profile" page not working.
If one workout these all sorts of error please post the solution.
Infinity.:(
ben07
11-03-2006, 07:19 PM
I tired this on my board, and nothing happened?.
I'm running VB3.6.2
bollie
11-04-2006, 06:51 AM
nice
masterross
11-05-2006, 09:40 AM
i have problem with different styles.
images are rewrite wrong:
http://www.my-forum.com/moderator-admin-discussion/images/techtwo/buttons/edit.gif
should be:
http://www.my-forum.com/images/techtwo/buttons/edit.gif
moderator-admin-discussion/
is the sub-forum titile
aveon
11-05-2006, 09:11 PM
hey man why do i get this error
The requested URL /forum/dini-filmler/t-onun-babasi-abdulmuttalibin-kurbani-3836-new.html was not found on this server.
:Judge:
11-07-2006, 02:30 AM
One thing I have noticed is that in my whos been online within 24 hours not all the names link right. Most don't work while some do.
I may remove this, I have had more problems then I care to have. Granted it may help with search engines but im not worried about search engines being able to find their way around my site, its more important to me that members can get around without getting "Page Not Found"
blogtorank
11-16-2006, 04:34 PM
I uninstall no Supported
ROFL, it's free man.... What do you expect? That's what these forums are here for!
Anyhow good job on this hack and it works great!!!
redlabour
11-16-2006, 04:50 PM
Known Issues
There are no known issues with the latest release (1.0).
Sorry - i am shocked. This is a Lie.
vBa latest Threads Module still does not work (go directly to last Posting Arrow).
And this is one of the Errors that where display there for months.
One thing I have noticed is that in my whos been online within 24 hours not all the names link right. Most don't work while some do.
I may remove this, I have had more problems then I care to have. Granted it may help with search engines but im not worried about search engines being able to find their way around my site, its more important to me that members can get around without getting "Page Not Found"
Correct !
ROFL, it's free man....
And because it is free others have to be warned before they gave their Time to something that makes more Problems then it helps.
Sounds hard ? Sorry - with native Language it is easier to sound friendlier. But i hope you understand my Motivation to post this.
aveon
11-22-2006, 01:24 AM
hey man why do i get this error
query: 5 - used to title member info7,10,10,10,10,10,10,7,7,7,7,7,7,7,7,7,7,7,3,7, 3,89,11,11,11,89,11,7,584,583,582,581,11,89
query: 6 - used to find last poster4829,4845,3287,4375,4574,4828,29,4425,48,382 2,264,227,3836,2428,4853,3112,4860,4250,4835,4012, 4620,3831,114,4803,2558,4859,4850,4871,4846,4564,4 487,4801,4373,4834,3189,919,4722,1163,3944,4514,24 87,4800,4863,3698,4673,4202,4374,3557,4852,4856,38 45,2662,4570,4668,4649,4827,4253,4123,3718,3979,19 70,4869,164,4318,4319,1020,4711,2445
query: 7 - used to find lastposter4871,4870,4850,3718,4869,4868,4867,4866, 4865,4864
total time: 0,68117
dadimes
11-29-2006, 09:13 PM
Oh yeh, in your instructions you have:
3) In forumdisplay, showthread, standard_error find:
$headinclude
Add before that:
<base href="$vboptions[bburl]/" />
Step #3 should also be done to MemberInfo (template) if you want the settings for members/username-id.html to work
AWESOME! This finally got my member rewrites to work
monstermunch
12-01-2006, 11:15 PM
Hi,
Im looking at the mod and sounds interesting, i just wondered how all the users who have installed this found it affected their forums, has it helped?
How would the rewrite effect and forum thats already up and running, any inital negative results?
thanks
bollie
12-02-2006, 06:23 AM
This hack seems to break the AJAX feature on the 'AJAX Post Thanks' hack. fix ??
monstermunch
12-05-2006, 01:21 PM
Hi,
Im using 1.5.1 and am still getting the "Unknown Location" error on the who's online page, how to i stop the rewrite for this, i have read other posts but am not sure where/how i do it..
thanks
McCarroll21
12-10-2006, 11:36 AM
The only broken link I can find on mine -- after using the htaccess generator -- are the 'new posts' links from my homepage and from my navbar. I run a vbadvanced homepage, what fixes do I need for that?
My links go to "http://www.braves-nation.com/forums//forums/search-getnew.html/" instead of "http://www.braves-nation.com/forums/search-getnew.html/"
Anyway to get that extra /forums/ out of there for links from my homepage -- mainly my welcome block -- and my navbar?
Edit: By the way, my links in the navbar are talking about the ones in the drop-down menu that says 'New Posts In'
Also, sometimes instead of going to ""http://www.braves-nation.com/forums/search-getnew.html/" it goes to "http://www.braves-nation.com/forums/search-getnew.html/search.php?searchid=3070" and I get a 404. Any fixes?
Edit2: Fixed. I just disabled the searches. Duh.
minorgod
12-12-2006, 10:14 PM
There is a problem with vRewrite when using it with the "redirect threads" option enabled. If you try to change thread modes it will not let you because the redirected URL does not include the "mode" variable. After hacking several plugins to no avail, I discovered that the plugin attached to the "global_complete" hook is incorrectly rewriting the links and removing the "mode" variable. After further study, I discovered that the problem was not happening on the "hybrid" mode link, but it was happening on the "linear" and "threaded" mode links. If you rearrange the order of the variables in the SHOWTHREAD template, it stops vRewrite from rewriting those links improperly. You simply need to make this small change to your SHOWTHREAD template:
FIND:<if condition="$show['linearmode']">
<td class="vbmenu_option" title="nohilite"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_linear.gif" alt="$vbphrase[linear_mode]" /> <strong>$vbphrase[linear_mode]</strong></td>
<else />
<td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_linear.gif" alt="$vbphrase[linear_mode]" /> <a href="showthread.php?$session[sessionurl]p=$FIRSTPOSTID&mode=linear$highlightwords#post$FIR STPOSTID">$vbphrase[switch_to_linear_mode]</a></td>
</if>
</tr>
<tr>
<if condition="$show['hybridmode']">
<td class="vbmenu_option" title="nohilite"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_hybrid.gif" alt="$vbphrase[hybrid_mode]" /> <strong>$vbphrase[hybrid_mode]</strong></td>
<else />
<td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_hybrid.gif" alt="$vbphrase[hybrid_mode]" /> <a href="showthread.php?$session[sessionurl]mode=hybrid&t=$thread[threadid]$highlightwords">$vbphrase[switch_to_hybrid_mode]</a></td>
</if>
</tr>
<tr>
<if condition="$show['threadedmode']">
<td class="vbmenu_option" title="nohilite"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_threaded.gif" alt="$vbphrase[threaded_mode]" /> <strong>$vbphrase[threaded_mode]</strong></td>
<else />
<td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_threaded.gif" alt="$vbphrase[threaded_mode]" /> <a href="showthread.php?$session[sessionurl]p=$FIRSTPOSTID&mode=threaded$highlightwords#post$F IRSTPOSTID">$vbphrase[switch_to_threaded_mode]</a></td>
</if>
REPLACE WITH:
<if condition="$show['linearmode']">
<td class="vbmenu_option" title="nohilite"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_linear.gif" alt="$vbphrase[linear_mode]" /> <strong>$vbphrase[linear_mode]</strong></td>
<else />
<td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_linear.gif" alt="$vbphrase[linear_mode]" /> <a href="showthread.php?$session[sessionurl]mode=linear&p=$FIRSTPOSTID$highlightwords#post$FIR STPOSTID">$vbphrase[switch_to_linear_mode]</a></td>
</if>
</tr>
<tr>
<if condition="$show['hybridmode']">
<td class="vbmenu_option" title="nohilite"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_hybrid.gif" alt="$vbphrase[hybrid_mode]" /> <strong>$vbphrase[hybrid_mode]</strong></td>
<else />
<td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_hybrid.gif" alt="$vbphrase[hybrid_mode]" /> <a href="showthread.php?$session[sessionurl]mode=hybrid&t=$thread[threadid]$highlightwords">$vbphrase[switch_to_hybrid_mode]</a></td>
</if>
</tr>
<tr>
<if condition="$show['threadedmode']">
<td class="vbmenu_option" title="nohilite"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_threaded.gif" alt="$vbphrase[threaded_mode]" /> <strong>$vbphrase[threaded_mode]</strong></td>
<else />
<td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_threaded.gif" alt="$vbphrase[threaded_mode]" /> <a href="showthread.php?$session[sessionurl]mode=threaded&p=$FIRSTPOSTID$highlightwords#post$F IRSTPOSTID">$vbphrase[switch_to_threaded_mode]</a></td>
</if>
This is sort of a hack for something that really needs to be fixed in the "vRewrite - main script" plugin attached to the "global_complete" hook, but that plugin is so ugly I can't figure out where to fix it.
EDIT: After further study, it appears that you also need to modify your "VRewrite - redirect handling" plugin (attached to the global_start hook). Simply replace it with this edited code to keep the redirect script from destroying the "mode" variable.
if (($vbulletin->options['vrewrite_external']) AND ($vbulletin->options['vRewrite_on'])) {
$current_script = $_SERVER['REQUEST_URI'] ? $_SERVER['REQUEST_URI'] : $_ENV['REQUEST_URI'];
if (preg_match("#external.php#", $current_script)) {
ob_start ();
require("external.php");
$output = ob_get_contents ();
$found = preg_match_all('#showthread\.php\?t=([0-9]+)&goto=newpost#i', $output, $matches);
if($found) {
$ids = array();
for($i = 0; $i < $found; $i++) {
if(is_numeric($matches[1][$i]))
$ids[] = $matches[1][$i];
}
for ($i = 0; $i < count($ids); $i++) {
$ttitle = urlize($vRewrite_thread["$ids[$i]"][title]);
$fid = $vRewrite_thread["$ids[$i]"][ownerid];
$ftitle = urlize($vRewrite_forum["$fid"][title]);
$tid = $ids[$i];
$new = (($vbulletin->options['vRewrite_showthread'] == 1) ? $ftitle : 'f-' . $ftitle . '-' . $fid);
$output = str_replace("showthread.php?t=$tid&goto=newpost", "$new/t-$ttitle-$tid-new{$vbulletin->options['vRewrite_extension_showthread']}", $output);
}
} // end found
ob_end_clean ();
echo $output;
exit();
}
}
if($vbulletin->options['vRewrite_redirect'] AND $vbulletin->options['vRewrite_on']) {
global $myurl;
$myurl = $vbulletin->options['bburl'];
if(THIS_SCRIPT == 'showthread') {
if(!isset($_GET['is_vrewrite']) AND $vbulletin->options['vRewrite_redirect_showthread']){
// isnt all of this defined already in global .php?
global $vbulletin;
$vbulletin->input->clean_gpc('r', 'threadid', TYPE_UINT);
$vbulletin->input->clean_gpc('r', 'postid', TYPE_UINT);
$vbulletin->input->clean_gpc('r', 'pagenumber', TYPE_UINT);
$vbulletin->input->clean_gpc('r', 'goto', TYPE_STR);
switch ($vbulletin->GPC['goto']) {
case 'newpost':
$threadid = $vbulletin->GPC['threadid'];
if (!empty($threadid)) {
$getlastpost = $db->query_first("
SELECT MIN(postid) AS postid, post.dateline, t.title as threadtitle, f.title as forumtitle, f.forumid as forumid
FROM " . TABLE_PREFIX . "post AS post JOIN " . TABLE_PREFIX . "thread AS t ON(t.threadid=post.threadid) JOIN " . TABLE_PREFIX . "forum as f ON(f.forumid=t.forumid)
WHERE post.threadid = " . intval($threadid) . " AND post.visible = 1
AND post.dateline > " . intval($vbulletin->userinfo['lastvisit']) . "
GROUP BY t.title, f.title, f.forumid, t.threadid, post.dateline
LIMIT 1
");
if ($getlastpost['postid']) {
$dateline = $getlastpost['dateline'];
$getpstcnt = $db->query_first("
SELECT COUNT(*) AS postcount
FROM " . TABLE_PREFIX . "post
WHERE threadid = $threadid AND visible = 1
AND dateline <= $dateline
");
$postcount = $getpstcnt['postcount'];
$pp = sanitize_maxposts($vbulletin->GPC['perpage']);
$page = ceil($postcount / $pp);
if ($page <= 0) {
$page = 1;
}
$fname = urlize($getlastpost[forumtitle]);
$tname = urlize($getlastpost[threadtitle]);
$parentid = $getlastpost[forumid];
$new = (($vbulletin->options['vRewrite_showthread'] == 1) ? $fname : 'f-' . $fname . '-' . $parentid);
if ($page <= 1) {
exec_header_redirect("$myurl/$new/t-$tname-$threadid{$vbulletin->options['vRewrite_extension_showthread']}#post$getlastpost[postid]");
} else {
if($vbulletin->options['vRewrite_page'] == "1") {
exec_header_redirect("$myurl/$new/t-$tname-page$page-$threadid{$vbulletin->options['vRewrite_extension_showthread']}#post$getlastpost[postid]");
} else {
exec_header_redirect("$myurl/$new/t-$tname-$threadid/page$page{$vbulletin->options['vRewrite_extension_showthread']}#post$getlastpost[postid]");
}
}
} else {
exec_header_redirect("$myurl/showthread.php?t=$threadid&goto=lastpost");
}
}
break;
case 'lastpost':
$threadid = $vbulletin->GPC['threadid'];
if (!empty($threadid)) {
if ($getlastpost = $db->query_first("
SELECT MAX(post.postid) AS postid, post2.dateline, t.title AS threadtitle, t.threadid, f.forumid, f.title AS forumtitle
FROM " . TABLE_PREFIX . "post AS post, " . TABLE_PREFIX . "post AS post2, " . TABLE_PREFIX . "thread AS t, " . TABLE_PREFIX . "forum AS f
WHERE post.threadid = " . intval($threadid) . " AND post.visible = 1
AND post2.postid=post.postid
AND t.forumid= f.forumid
AND t.threadid = " . intval($threadid) . "
GROUP BY post.postid DESC
LIMIT 1
")) {
$dateline = $getlastpost['dateline'];
$getpstcnt = $db->query_first("
SELECT COUNT(*) AS postcount
FROM " . TABLE_PREFIX . "post
WHERE threadid = $threadid AND visible = 1
AND dateline <= $dateline
");
$postcount = $getpstcnt['postcount'];
$pp = sanitize_maxposts($vbulletin->GPC['perpage']);
$page = ceil($postcount / $pp);
if ($page <= 0) {
$page = 1;
}
$fname = urlize($getlastpost[forumtitle]);
$tname = urlize($getlastpost[threadtitle]);
$parentid = $getlastpost[forumid];
$new = (($vbulletin->options['vRewrite_showthread'] == 1) ? $fname : 'f-' . $fname . '-' . $parentid);
if ($page <= 1) {
exec_header_redirect($myurl. '/' . $new . '/t-' . $tname. '-'. $threadid . $vbulletin->options['vRewrite_extension_showthread'] .'#post' . $getlastpost[postid]);
} else {
if($vbulletin->options['vRewrite_page'] == "1") {
exec_header_redirect("$myurl/$new/t-$tname-page$page-$threadid{$vbulletin->options['vRewrite_extension_showthread']}#post$getlastpost[postid]");
} else {
exec_header_redirect("$myurl/$new/t-$tname-$threadid/page$page{$vbulletin->options['vRewrite_extension_showthread']}#post$getlastpost[postid]");
}
}
}
}
break;
} // end switch
if (!empty($vbulletin->GPC['pagenumber']) AND empty($vbulletin->GPC['goto'])) {
$page = $vbulletin->GPC['pagenumber'];
if ($getpageinfo = $db->query_first("
SELECT t.title as threadtitle, t.threadid AS threadid, f.title as forumtitle, f.forumid as forumid
FROM " . TABLE_PREFIX . "post AS p JOIN " . TABLE_PREFIX . "thread as t ON (t.threadid=p.threadid) JOIN " . TABLE_PREFIX . "forum AS f ON (f.forumid=t.forumid)
WHERE t.threadid= " . intval($threadid) . " AND p.visible = 1
LIMIT 1
")) {
$fname = urlize($getpageinfo[forumtitle]);
$tname = urlize($getpageinfo[threadtitle]);
$parentid = $getpageinfo[forumid];
$new = (($vbulletin->options['vRewrite_showthread'] == 1) ? $fname : 'f-' . $fname . '-' . $parentid);
if ($page <= 1) {
exec_header_redirect("$myurl/$new/t-$tname-$threadid{$vbulletin->options['vRewrite_extension_showthread']}");
} else {
if($vbulletin->options['vRewrite_page'] == "1") {
exec_header_redirect("$myurl/$new/t-$tname-page$page-$threadid{$vbulletin->options['vRewrite_extension_showthread']}");
} else {
exec_header_redirect("$myurl/$new/t-$tname-$threadid/page$page{$vbulletin->options['vRewrite_extension_showthread']}");
}
}
}
}
$postid = $vbulletin->GPC['postid'];
if (!empty($postid) AND empty($vbulletin->GPC['goto'])) {
if ($getpostinfo = $db->query_first("
SELECT p.dateline AS dateline, t.title as threadtitle, t.threadid, f.title as forumtitle, t.replycount AS replycount, f.forumid AS forumid
FROM " . TABLE_PREFIX . "post AS p JOIN " . TABLE_PREFIX . "thread as t ON (p.threadid=t.threadid) JOIN " . TABLE_PREFIX . "forum AS f ON (t.forumid=f.forumid)
WHERE p.postid = $postid
LIMIT 1
")) {
$threadid = $getpostinfo['threadid'];
$date = $getpostinfo['dateline'];
$getpstcnt = $db->query_first("
SELECT COUNT(*) AS postcount
FROM " . TABLE_PREFIX . "post
WHERE threadid = $threadid AND visible = 1
AND dateline <= $date
");
$postcount = $getpstcnt['postcount'];
$pp = sanitize_maxposts($vbulletin->GPC['perpage']);
$page = ceil($postcount / $pp);
if ($page <= 0) {
$page = 1;
}
$ftitle = urlize($getpostinfo['forumtitle']);
$tname = urlize($getpostinfo[threadtitle]);
$parentid = $getpostinfo[forumid];
$new = (($vbulletin->options['vRewrite_showthread'] == 1) ? $ftitle : 'f-' . $ftitle . '-' . $parentid);
//fix for linear and threaded mode selection by brett
if(!empty($vbulletin->GPC['mode'])){
$modestring = "?mode=".$vbulletin->GPC['mode'];
}
//end fix for linear and threaded mode selection
//note that $modestring has been added to the following three calls to exec_header_redirect()
if ($page <= 1) {
exec_header_redirect("$myurl/$new/t-$tname-$threadid{$vbulletin->options['vRewrite_extension_showthread']}$modestring#post" . $postid);
} else {
if($vbulletin->options['vRewrite_page'] == "1") {
exec_header_redirect("$myurl/$new/t-$tname-page$page-$threadid{$vbulletin->options['vRewrite_extension_showthread']}$modestring#post" . $postid);
} else {
exec_header_redirect("$myurl/$new/t-$tname-$threadid/page$page{$vbulletin->options['vRewrite_extension_showthread']}$modestring#post" . $postid);
}
}
}
}
// end post
$tid = $vbulletin->GPC['threadid'];
if (!empty($tid ) AND empty($vbulletin->GPC['goto'])) {
if ($getthreadinfo = $db->query_first("
SELECT t.title as threadtitle, f.title as forumtitle, f.forumid AS forumid
FROM " . TABLE_PREFIX . "forum AS f JOIN " . TABLE_PREFIX . "thread as t ON (t.forumid=f.forumid)
WHERE t.threadid = $tid
LIMIT 1
")) {
$ftitle = urlize($getthreadinfo['forumtitle']);
$tname = urlize($getthreadinfo['threadtitle']);
$parentid = $getthreadinfo[forumid];
$new = (($vbulletin->options['vRewrite_showthread'] == 1) ? $ftitle : 'f-' . $ftitle . '-' . $parentid);
//fix for hybrid mode selection by brett
if(!empty($vbulletin->GPC['mode'])){
$modestring = "?mode=".$vbulletin->GPC['mode'];
}
//end fix for hybrid mode selection
//note that $modestring has been added to the following call to exec_header_redirect()
exec_header_redirect("$myurl/$new/t-$tname-$threadid{$vbulletin->options['vRewrite_extension_showthread']}$modestring");
}
}
} // end if rewrite isn't there
} // end showthread
if(THIS_SCRIPT == 'forumdisplay') {
if(!isset($_GET['is_vrewrite']) AND $vbulletin->options['vRewrite_redirect_forumdisplay']){
if (!($_REQUEST['do'] == 'doenterpwd')) {
$vbulletin->input->clean_gpc('r', 'forumid', TYPE_UINT);
$forumid = $vbulletin->GPC['forumid'];
if ($getforum = $db->query_first("
SELECT title
FROM " . TABLE_PREFIX . "forum
WHERE forumid = $forumid
")) {
$title = urlize($getforum[title]);
$x = $_SERVER['QUERY_STRING'];
if (!empty($x)) {
$x = preg_replace('/s=(&)f=([0-9]+)(&)/', '', $x);
$x = preg_replace('/(&)s=(&)f=([0-9]+)/', '', $x);
$x = preg_replace('/(&)f=([0-9]+)/', '', $x);
$x = preg_replace('/f=([0-9]+)(&)/', '', $x);
// thisis really needed?:
$x = preg_replace('/f=([0-9]+)/', '', $x);
// ??
$x = preg_replace('/order=desc(&)/', '', $x);
$pg = preg_match('#page=([0-9]+)#i', $x, $matches);
if ($pg) {
$page = $matches[1];
$x = preg_replace('/page=([0-9]+)(&)/', '', $x);
}
if (!empty($x)) {
$x = '?' . $x;
}
} else {
$x = '';
}
$x = (($vbulletin->options['vRewrite_forumdisplay_slash'] == 1) ? '/' : '') . $x;
if ($page >= 2) {
exec_header_redirect("$myurl/f-$title-$forumid/page$page{$vbulletin->options['vRewrite_extension_forumdisplay']}$x");
} else {
exec_header_redirect("$myurl/f-$title-$forumid{$vbulletin->options['vRewrite_extension_forumdisplay']}$x");
}
} // end 'if' SQL check
}
} // end if rewrite isn't there
} // end forumdisplay
if(THIS_SCRIPT == 'member') {
if(!isset($_GET['is_vrewrite']) AND $vbulletin->options['vRewrite_redirect_member']){
$vbulletin->input->clean_array_gpc('r', array(
'userid' => TYPE_UINT,
'username' => TYPE_NOHTML
));
if (!empty($vbulletin->GPC['userid'])) {
$userinfo = verify_id('user', $vbulletin->GPC['userid'], 1, 1, 15);
$uid = $userinfo['userid'];
$uname = urlize($userinfo['username']);
if($vbulletin->options['vRewrite_memberrewrite'] == 1) {
exec_header_redirect("$myurl/u-$uname-$uid{$vbulletin->options['vRewrite_extension_member']}");
} else {
exec_header_redirect("$myurl/members/$uname-$uid{$vbulletin->options['vRewrite_extension_member']}");
}
}
}
} // end memberinfo
} // end redirect on
function urlize($txt) {
global $vbulletin;
if ($vbulletin->options['vrewrite_stopword_on']) {
$stop_words = preg_split('#\s+#', $vbulletin->options['vrewrite_stopword_filter'] );
foreach ($stop_words AS $word) {
$txt = preg_replace('#\s' . $word . '\s#i', ' ', $txt);
}
}
$txt = unaccent($txt);
$txt = html_entity_decode($txt);
$txt = str_replace(' ', '-', $txt);
$txt = str_replace('_', '-', $txt);
$txt = preg_replace('#[^a-zA-Z0-9_\-]+#', '', $txt);
$txt = preg_replace('#[\-]+#', '-', $txt);
return strtolower($txt);
}
function unaccent($txt)
{
$trans = get_html_translation_table(HTML_ENTITIES);
foreach($trans as $literal => $entity)
{
if(ord($literal) >= 192)
{
$search[] = $literal;
$replace[] = substr($entity, 1, 1);
}
}
return str_replace($search, $replace, $txt);
}
$version = $vbulletin->options['vrewriteversion'];
global $vRewrite_copyright;
$vRewrite_copyright = '<div align="center" class="smallfont">vRewrite ' . $version . ' SEOed URLs completed by <a href="http://www.techhelpforum.com">Tech Help Forum</a> and <a href="http://www.ChaloNa.com">Chalo Na</a>.</div>';
CustomizeVB
12-13-2006, 09:52 PM
I'm having a problem with this. The New Posts link won't work for me anymore, any suggestions?
imported_infitech
12-13-2006, 11:58 PM
Sorry - i am shocked. This is a Lie.
vBa latest Threads Module still does not work (go directly to last Posting Arrow).
And this is one of the Errors that where display there for months.
Correct !
And because it is free others have to be warned before they gave their Time to something that makes more Problems then it helps.
Sounds hard ? Sorry - with native Language it is easier to sound friendlier. But i hope you understand my Motivation to post this.
Is support still being offered for this mod?
This is one of the reasons i don't install mods anymore.
I have some problems with threads that contain - .They appear to not exist :)
zeropaid
12-26-2006, 10:24 PM
I'm having a problem with this. The New Posts link won't work for me anymore, any suggestions?
I am having the same problem with the new posts and todays posts link. Anyone have a fix for this?
Also, not sure if related, but the quick edit functionality is now broken. I am running: 3.6.4
mtlcore
12-29-2006, 06:31 PM
Loveed the hack but I wish to completely remove it from my forums. I have uninstalled the product, removed the htaccess.
How do I completely remove it? and how to rebuilt the links?
mtlcore
12-29-2006, 06:40 PM
<a href="http://www.vrewrite.com/vrewrite-support/t-removing-everything-67.html" target="_blank">http://www.vrewrite.com/vrewrite-sup...ything-67.html</a>
That's it.Only uninstall and remove
mtlcore
12-29-2006, 07:05 PM
That's it.Only uninstall and remove
Doesn't it do anything to the database? because i still see my threads in the same format
ferrarislave
12-30-2006, 09:02 AM
Does it rewrite search results?
BuzuL
12-31-2006, 08:12 PM
I have a problem about SEO. I set up seo but it have character problem. For example it shows " i " as "y". What can i do? Please help me. Thanks from now...
zeropaid
01-02-2007, 04:54 AM
If you are having problems with the new posts and todays post redirecting to a 404, disable searches in your VBSEO options in admincp.
X-Rated
01-06-2007, 01:45 AM
I have set Vrewrite up to the forum but because the language is in Turkish some turkish alphabet characters such as " İ, Ğ, Ş " are being changed to different characters such as " Y, T.. etc". I have adjusted the encoding as " ISO-8859-2" in the XML file but it did not solve the problem. Anyway, I want the turkish alphabet characters to change such as =>>> Ş=S, İ=I , Ç=C, Ğ=G, Ü=U, Ö=O" . It will be highly appreciated if you may help me about this problem. Thanx .
wtricks
01-10-2007, 05:06 PM
Not working .. This is the error I get:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@wtricks.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I have uploaded the product, I have made the template changes and I think there's something weird with the .htaccess, but cannot put my finger on it.
Here is my .htaccess made after reading some of the posts here:
RewriteEngine On
Rewrite Base /forums
RewriteRule ^(.*)/(styleid=(.*))$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/(showthread\.php)$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-new.html showthread.php?t=$3&goto=newpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-last.html showthread.php?t=$3&goto=lastpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-print.html/(.*)$ printthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^(.*)/t-(.*)-(.*)-print.html printthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-nextnewest.html showthread.php?t=$3&goto=nextnewest&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-nextoldest.html showthread.php?t=$3&goto=nextoldest&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^p-(.*)-post(.*)/postcount(.*).html showpost.php?p=$2&postcount=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)/page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*).html/(.*)$ showthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^(.*)/t-(.*)-(.*).html showthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^f-(.*)-(.*)/misc\.php$ misc.php?&%{QUERY_STRING}&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^members/(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^u-(.*)-(.*).html(.*) member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING}$3 [L]
RewriteRule ^u-(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^f-(.*)-(.*)/page(.*).html/(.*)$ forumdisplay.php?f=$2&&page=$3%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*)/(.*)$ forumdisplay.php?f=$2&&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*)/$ forumdisplay.php?f=$2&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^search-(.*).html$ search.php?do=$1 [L]
ErrorDocument 404 http://www.wtricks.com/404.html
RedirectMatch permanent ^/$ http://www.wtricks.com/forums/
RedirectMatch permanent ^/forum/$ http://www.wtricks.com/forums/
Last 3 lines are related to a 404 page and 2 redirects. Are these 3 lines the problem?
Where should I put the .htaccess? In the main directory? In the forums directory? Not working in any ...
Thank you in advance :)
ferrarislave
01-11-2007, 06:30 AM
Im having a problem. The last post url's are not being rewritten....
They show up without the www so it's just http://t-simoniz-liquid-diamond-4187-new.html/
Also, I used deanc's mod before. All of my indexed pages are with deanc's mod... I need them 301'd to the new ones. How can I do this?
Here is deanc's old htacces...
RewriteRule ^f([0-9]+)-([A-Za-z0-9\-]+)\.html$ forumdisplay.php?f=$1 [L]
RewriteRule ^t([0-9]+)(((-p)([0-9]+))?)([A-Za-z0-9\-]+)\.html$ showthread.php?t=$1&page=$5&pp=10 [L]
the url to the forum is http://www.exotixboard.com
can anyone help?
King Justice
01-15-2007, 10:44 PM
I know this was perfect for vB 3.5, but am wondering if this still works for 3.6+ :confused:
dizzy100
02-14-2007, 06:10 AM
**EDIT** sorry posted in the wrong mod :(
chevy0
02-14-2007, 07:23 PM
does this work with lighttpd?
bosal
02-21-2007, 08:52 PM
when it would be a version for vb 3.6.4 ?
egyptsons
02-22-2007, 04:29 PM
Hi it dosen't work with right arabic language :(
see here
http://www.egyptsons.com/misr/
AMG021
03-03-2007, 11:50 PM
Just installed and works great on 3.6.5 :D Thank you soo much
AMG021
03-06-2007, 01:32 PM
OK im having problems now. everything works except getdaily posts and New Post
this is wat i get
The requested URL /search-getnew.html/ was not found on this server.
zeropaid
03-06-2007, 03:15 PM
Just logged into my google webmaster account and i have over 100,000 404's using this, sweet!
AMG021
03-06-2007, 07:39 PM
lol
giovannicosta
03-07-2007, 07:26 PM
Great job Immortal, thanks :)
Prince
03-09-2007, 01:29 PM
I am not trying to spam this thread, but I finally coughed up the $150 and got vSEO and it works perfectly! the install took 5 minutes and I had zero problems. the admin panel is very extensive.
I have yet to see the results, but it should be well worth the money. :)
AMG021
03-09-2007, 03:45 PM
Can some please make this hack work? This is one of the best hacks out there. Please Make this hack work with 3.6.5
digitalpodcast
03-12-2007, 05:19 AM
Works fine in 3.6.5. The instructions for turning it on by going into vBulletin Options should be added to the install instructions. Also the Rewrite Base /yourdir should be changed to RewriteBase /yourdir.
Great tool. Saved me from paying $149 for the mod.
You can check out URLs here http://www.digitalpodcast.com/forums/
Thanks.
body sculpter
03-13-2007, 06:00 PM
Mine wont install itsays error or something
heres a link to the error
www.gwired.net
a1exus
03-15-2007, 03:58 AM
i'm stuck on this step...
3) In forumdisplay, showthread, standard_error find:
$headinclude
Add before that:
<base href="$vboptions[bburl]/" />
where
#/home/user/vBulletin/upload> grep headinclude forumdisplay.php
#/home/user/vBulletin/upload> grep headinclude showthread.php
#/home/user/vBulletin/upload> grep headinclude standard_error*
grep: No match.
#/home/user/vBulletin/upload>
Xplorer4x4
03-15-2007, 09:14 AM
i'm stuck on this step...
3) In forumdisplay, showthread, standard_error find:
$headinclude
Add before that:
<base href="$vboptions[bburl]/" />
where
#/home/user/vBulletin/upload> grep headinclude forumdisplay.php
#/home/user/vBulletin/upload> grep headinclude showthread.php
#/home/user/vBulletin/upload> grep headinclude standard_error*
grep: No match.
#/home/user/vBulletin/upload>
Find $headinclude in those templates, not php files.
a1exus
03-15-2007, 01:25 PM
whooops :o
it works now :rolleyes:
Bacteria1
03-22-2007, 11:05 PM
OK im having problems now. everything works except getdaily posts and New Post
this is wat i get
The requested URL /search-getnew.html/ was not found on this server.
I have the same problem have you fix it ? if you you this its work search-getnew.html whit out the /
Maksa
03-26-2007, 02:07 PM
will it work on Version 3.6.5?
dbirosel
03-28-2007, 06:40 PM
i would also like to know if it works well with 3.6.5...
hawork
04-01-2007, 04:34 PM
I have the same problem have you fix it ? if you you this its work search-getnew.html whit out the /
Same problem! Someone can help?
The mod works alright but not the new messages button, which gives a 404 error! :confused:
tomzx
04-02-2007, 12:31 AM
A small problem in the .htaccess preventing people from reaching page 2 and further:
FIND
RewriteRule ^(.*)/t-(.*)-(.*)-page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
CHANGE TO
RewriteRule ^(.*)/t-(.*)-page(.*)-(.*).html showthread.php?t=$4&page=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
hawork
04-02-2007, 05:56 PM
Hi tomzx
Do you know something about problems in getting into "New Messages" in Navbar?
Thanks. Cheers ;)
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
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)
$vboptions[bburl]/search.php?$session[sessionurl]do=getnew
REPLACE BY
$vboptions[bburl]search.php?$session[sessionurl]do=getnew
Change the .htaccess rewrite rule
FIND (in .htaccess)
RewriteRule ^search-([A-Za-z0-9\-]+).html/$ search.php?do=$1 [L]
REPLACE BY
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
$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
$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
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
my_aly
05-09-2007, 08:43 PM
Turkish characters problems? ı > y , ş > y , ö > y vsvs..
koby411
05-17-2007, 04:56 PM
Will this work with vB v3.6.7?
a1exus
05-17-2007, 06:04 PM
try it and let everyone know :)
pedrambayat
05-28-2007, 01:18 AM
Will this work with vB v3.6.7?
mano1.com
05-28-2007, 02:23 PM
Quick question:
Much of my forum's templates are customized ... Will this conflict with formatting customizations of postbit, forumhome, etc?
Thanks for the hard work!
foxfirediego
05-30-2007, 11:47 PM
Will this work with vB v3.6.7?
I Would like to know that too
Dave Hawley
05-31-2007, 01:31 AM
I can appreciate that someone has put a lot of time and effort into this hack, but Google, Yahoo and MSN have no problems at all indexing bulletin pages. It is also a fallacy that the big 3 favor keyword URL's. In fact, when they take on the Thread Title they often end up looking down-right spammy. Another fallacy is that SEs favor dynamic over static. If they can be spidered (which they can) they are ranked by the same algorithm as all other pages.
If anyone has proof to the contrary, I would love to see it.
neopet001
05-31-2007, 09:13 AM
Are there another version for 3.6.X ?????
xb5869
06-06-2007, 03:07 AM
followed the install, but not working, might have to do with this part
Note: If you run your vB on a directory from a subdomain or root ex: http:///www.yoursite.com/forum or http://subdomain.site.com/forum you will need to open up the .htacess file and change Rewrite Base / to Rewrite Base /yourdir
I dont understand what its asking me to change.. when i open the file, i dont see anything that looks like rewrite base/
Censtudios
07-08-2007, 08:03 AM
I tried this on 3.6.7 and it works half... the moment I want to go to a "page 2+" it says that thread could not be found...
so I can only see the first 10 in a thread. Also, cant go to any other pages on showforum.
Censtudios
07-18-2007, 01:05 PM
I fixed it (finally) so nevermind what I said
chiwexa
07-19-2007, 05:02 PM
So, would u say that it works fine with 3.6.7 ?
feverhost
07-20-2007, 08:10 PM
A very good mod. I've used it on 4 forums now..
kollam003
08-05-2007, 10:40 AM
is it good with 3.6.8 ?
Bhuwan
08-09-2007, 06:08 PM
Is there still any demand for this MOD ? (I was a co-author, until I got busy!) -- I might be willing to redevelop this if there is a demand for it & it is proven to actually work.
the cost would be cheap - free !
lebmobile
08-11-2007, 02:56 PM
Immortal bro can u tell me in a simple way...what is it for? i didn't understand the ABOUT
-----
I already have another .htaccess on my VB folder...what shall i do to upload the required .htacess ????????????????
My forum is located like this: www.ddddd.com/forum
what shall i edit in .htaccess file ?
Centrix
08-21-2007, 10:02 AM
Note: If you run your vB on a directory from a subdomain or root ex: http:///www.yoursite.com/forum or http://subdomain.site.com/forum you will need to open up the .htacess file and change Rewrite Base / to Rewrite Base /yourdir
what does that mean? i cant seem to find any Rewrite Base/ in the .htaccess....
Ricsca
08-26-2007, 09:04 PM
Work! ;)
Good
vwdforum
08-28-2007, 09:06 AM
I've just installed this into v3.8. It worked until you go into a post.
errors appear as its trying to find the images for the template in the category folder instead of the forum folder.
My forum is not in the root but is in a directory called /forum
So I'm not sure what to change in the htaccess file??
any advice?
username12
08-29-2007, 08:52 PM
Is there still any demand for this MOD ? (I was a co-author, until I got busy!) -- I might be willing to redevelop this if there is a demand for it & it is proven to actually work.
the cost would be cheap - free !
I'd definitely be interested in a functioning version of this mod.
dpatel304
08-31-2007, 04:54 AM
what does that mean? i cant seem to find any Rewrite Base/ in the .htaccess....
I've just installed this into v3.8. It worked until you go into a post.
errors appear as its trying to find the images for the template in the category folder instead of the forum folder.
My forum is not in the root but is in a directory called /forum
So I'm not sure what to change in the htaccess file??
any advice?
I have this same problem. Any help would be appreciated.
DeViAnThans3
09-01-2007, 10:34 PM
I have this same problem. Any help would be appreciated.
Go to your headerinclude template (do that for each template!), and add something like this: (on the first line)
<base src="http://www.your-website.com/my-vbulletin/" />
Where the link is the exact link to your main vbulletin integration.
Should fix your problem.
BellyBelly
09-02-2007, 12:15 PM
Bhuwan I would love to see it working too.
vwdforum
10-03-2007, 09:59 AM
I fixed the image problem (not showing images on forum pages) by adding
<base href="$vboptions[bburl]/" />
to the headerinclude template
ninjalover
10-10-2007, 04:28 PM
Hello
I hope someone can help me with this...
I am using vRewrite on this forum: http://www.immigrant.ie/
If you look at the first forum, such as "Living in Ireland" you will see the URL is http://www.immigrant.ie/f-living-in-ireland-5.html/
It seems Google will not follow this link.
If I change the "Forumdisplay Rewrite" to not have a / at the end, the URL now looks like http://www.immigrant.ie/f-living-in-ireland-5.html (which is better) but clicking on it results in a "page not found" error.
Do you have any idea how I can fix this?
Thanks!
Steve
ForumDrop
10-19-2007, 04:00 AM
Is there still any demand for this MOD ? (I was a co-author, until I got busy!) -- I might be willing to redevelop this if there is a demand for it & it is proven to actually work.
the cost would be cheap - free !
Yeah man, there is definitely a need for this in the community. I personally think it would be good if someone kept this one going.
:up:
jamestl2
11-11-2007, 12:09 AM
Quick question, concerning the forumdisplay, showthread, and standarderror portions of step 3, do I also edit the templates beneath them, such as forumdisplay_moderator, standard_error_lite, etc.?
EDIT: Also, was there a solution to that double slash problem mentioned earlier in the thread (example: www.site.com//category//thread)? My site was having those issues too.
jamestl2
11-13-2007, 09:52 PM
Anybody still using this mod? I'd like to where my errors are coming from.
resoucer
01-20-2008, 01:19 PM
-> Sry, wenn es im Falschen Forum ist, wusste aber nicht genau wohin damit <-
Hi, also ich habe das Addon vRewrite richtig installiert.
Funzt auch "fast" perfekt nur gibt es da ein paar Bugs.
Sorry for my bad english. I have some problems with the mod.
-------------------------
Beispiel: expample
Unter Profil eines Users steht: Under the Userprofil
Letzte Aktivit?t: Heute 14:29 Last activity: today 2:29 pm
Erstellt ein Thema Partnerschaften & Linktausch @ 14:29 Creat a Thread called "Partnerschaften & Linktausch
Jetzt ist das Thema aber falsch verlinkt: Now the Thread is linked wrong
http://www.example.de/f--4.html/
anstatt It must be:
http://www.example.de/f-partnerschaften-linktausch-4.html/
das steht im tpl In the template there is this:
<div>$userinfo[action] $userinfo[where]<if condition="$show['detailedtime']"> - <else /> @ </if> $userinfo[time] </div>
--------------------------
Beispiel 2: Example 2
Unter N?tzliche Links: Under userful links
Heutige Beitr?ge verlinkt mit Todays posts is linkes with
http://www.example.de/search-getdaily.html/
werde hier hingeleitet (Fehlerseite) connected to: (wrong site)
http://www.example.de/search-getdaily.html/search.php?searchid=442
------------------------------
Beispiel 3 example 3
Ich weis nicht genau warum, oder wann geanu das auftritt, aber in einer Kategorie ist die Verlinkung zum letzten Thread so: I dont know why, but in one categorie there the linkt to the thread is wrong:
http://t-warum-wurde-mein-account-geloscht-349-new.html/
anstatt: Should be:
http://www.example.de/unterforum1/t-warum-wurde-mein-account-geloscht-349.html
I hope someone can help me
thanks
Ricsca
01-23-2008, 08:59 PM
If the tread has 2 pages, does not go me in the page number 2.
Why?
Thanks
feverhost
02-12-2008, 06:12 PM
I get this when I turn it on.. its odd.. as I have this installed on 5 different forums and they all work fine:
Fatal error: Call to undefined function: urlize() in /forum/includes/functions.php(4946) : eval()'d code on line 1081
Any ideas?
EhsanAhmad
05-11-2008, 04:46 PM
Is this working with 3.7 or any other free seo plugin that works with 3.7 ?
askloz.com
05-14-2008, 04:11 AM
good question it seems this thread's mod has been abandoned now for over a year.
Is this working with 3.7 or any other free seo plugin that works with 3.7 ?
ArnyVee
06-05-2008, 09:27 PM
Anyone using this (or something else) to help with SEO rewrites?
Or, can this still be used?
Hyunkel
06-17-2008, 12:58 PM
i'm trying to install it on 3.7.1
it works not so good....when i click on a link forum ---> 404 error: Not Found
The requested URL /forum/f-presentati-2.html/ was not found on this server.
i've done the .htaccess with htaccess generator 1.0
anyone can help?
hollyboy
08-18-2008, 12:37 PM
hi,
i've installed it on vb 3.5.5 and works fine except the latest post linked from the users page, is there something i can do to fix that?
thanks
tkarre
08-19-2008, 04:20 AM
anyone want to help?
this works had it working before but now cant find anyone to help correct
hollyboy
08-19-2008, 01:50 PM
anyone want to help?
this works had it working before but now cant find anyone to help correct
i need help too, since it's a mod which is still used by lot of users...could we get help by any mods maybe?
a1exus
09-04-2008, 07:57 PM
so how is it on 3.7?... anyone?
justincataldo
09-20-2009, 01:43 PM
I'm running version 3.8.4 and can't find $headinclude in forumdisplay.php, showthread.php, and I don't have a standard_error.php file. Am I missing something?
dothanhtrung
09-25-2009, 03:23 AM
Not work 3.8.4 :(
justincataldo
09-27-2009, 10:27 AM
Not work 3.8.4 :(
Sucks huh. :erm:
ckgreenman
10-01-2009, 04:24 PM
Anyone know of an alternative for 3.8.x?
Brandon Sheley
10-01-2009, 04:30 PM
did you try searching?
there are several
www.vbseo.com is the best
any that dont cost $$$$ ? :P
vladmartinez
10-06-2009, 07:31 AM
hello :
is this product works with VB 3.8.4 ?
I have installed it but nothing seems to happen.
Thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.