![]() |
Quote:
Heh Immortal, I must say a great thanks to you, i've not used vRewrite yet, just heard of it today, but i've followed this thread, you really must be having a great patience to keep up working with vRewrite and additionally help with support issues. Anyways, i'll try to get my whole hackers.mu crew to work with that bug in vRewrite maybe someone might figure out what's wrong. Anywayz, great job. +[logical.angel]out logical [AT] hackers.mu |
Hello all, i'm new here. ;)
what am i doing wrong? I took a clean vbulletin and installed that product. Forum rewriting works. Thread rewriting doesnt: Only the 1st Thread in a forum hast se-friendly urls. Only the 1st and the last page of threads with more than one page are rewritten: example(3 pages) : .../forumname/t-threadtitle-28.html .../showthread.php?t=28&page=2 .../forumname/t-threadtitle-28-page-3.html -- Immortal, i really appreciate your work and would say THX thousand times, but this thing is unuseable and doesnt work correctly(if I didnt do an error... but where?!). Greetz - sysop2 |
Quote:
Quote:
Quote:
|
Oooo I can't wait... :D
|
I have fixed all known errors. We are currently testing it out on my live board before I release to y'all :)
|
:surprised: great news mate, keep up the good work
hope you release it soon :) |
Quote:
|
vRewrite - v3arcade Rewrite
Just something I just whipped up. Styles & Templates->v3 arcade->arcade_game_bit Find: Code:
<div style="padding-bottom: 4px"><a href="arcade.php?do=play&gameid=$game[gameid]"><strong>$game[title]</strong></a></div> Code:
<div style="padding-bottom: 4px"><a href="arcade/games/$game[gameid].html"><strong>$game[title]</strong></a></div> Code:
<a href="arcade.php?do=play&gameid=$game[gameid]">$vbphrase[play_now]</a> </td> Code:
<a href="arcade/games/$game[gameid].html">$vbphrase[play_now]</a> Open up v3 arcade->arcade_headinclude at to the very end: Code:
<base href="$vboptions[bburl]/" /> Code:
RewriteRule ^arcade/games/(.*) arcade.php?do=play&gameid=$1 [L] I may add other rules if I get unlazy in the future ;) |
Just an update..no way am I going to get done with this tonight.
1) Merge is still not working. Thanks preg_match. 2) Forumdisplay pages is not working. Thanks preg_match_all. 3) Showthread pages is not working. Thanks preg_match_all. 4) Archive links are not redirected yet. Urgghh... |
awww :(
ok i see theres no reason to be euphoric... i'll check this thread later in a few days... awww again. Greetz |
Hi mate, any news on this? :smoke:
|
Anyone have a quick fix to make all instances of /forum/index.php to just /forum/ ?
I edited the breadcrmb nav but the rest of the URL are still index.php in there. Thanks |
Quote:
cheers |
Quote:
We're playing the waiting game again on another thread.... Quote:
Quote:
|
ive had to uninstall it altogether now for the moment, for some reason when the product it active i cant use the attachements button, it always says page can not be displayed
yet when i disable it the forum attachmenst work fine, strange!!!1 gonna test the attachemenst for an hour or so and try and re-install see if its definatly this product |
There has been a confirmed IE bug that causes this. But since, this is beyond my jurisdiction, I can't do anything sadly until IE fixes it...
Now that I think about it...I may have fixed it in 1.0 - not sure. |
I had to uninstall this as well because the posting interface wasn't clickable, like the smilies, link button, img button, etc. Just the text area was clickable.
|
Quote:
|
Immortal,
Any updates ma man??? Kind regards, Hanif |
Still waiting...seems a lot of vB.orgers doesn't have the time nor can they try and find some time to help others, heh. :(
|
I wish I could help you man..
i have a test board setup when i was trying the new shop out.. I'd be more then happy to try and help you.. :) |
Hi Immortal,
I'm not a coder but I'm sure I can help you out in other ways. Got a tet board and some time to help you. Let me know dude. Kind regards, Hanif |
I'm almost there folks! :)
|
Go Tyler, go!
|
don't forget to test see that it works with the eShop ;)
seems vbseo had some issues with it, not sure let us know if we can do anything to help |
Well, I just want to get 1.0 released. Then I'll worry about any hack conflicts. :)
|
sounds good, anyway i can help ?
|
does it function properly with apache 1.3 installed as CGI?
|
where is the htaccess file? im abit new to all this so it mght be a dumb question. Ive done everything else and it is rewriting the directories, but it cant access the page. The install guide keeps reffering to a .htaccess file, but there isnt one included in the the downloaded folder.
Hope you guys can help me out!! |
@MamboCube - in the Download in First Posting.
I like to see the Templateedits done by the Plugin. |
found it now, because im on a Mac, it doesn't show the .htaccess file. Although most mac owners probably know this it may be an idea to put this down in the install guide or in the first post incase newbies (like myself) think there is a problem with the download.
Also is there anyway i can remove the copyright? through donation etc? |
Quote:
Quote:
Quote:
|
Quote:
|
I've looked at the various free SEO stuff for vBulletin, and have wondered this: why do the rewrite urls have .html on them? It looks ugly. It'd be awesome to have no extentions so vBulletin matches the rest of my site.
|
Quote:
|
Does anybody have a working htaccess.ini for the isapi_rewrite module(ISS)?
|
AWS said he had to modify it a bit for IIS. You may want to PM him :)
|
Quote:
|
not quite sure if this is working for anybody else but i cant seem to use any of the thread tools, i just get an error message saying it cant find the url, anyone know about this?
|
Hi, I think that I have made a lot of progress with the problems that I was having earlier (ie. only the first 'last thread' on forum page would be rewritten and also if multi page thread, page 1 worked but others directed to wrong threads).
What I did was use the updated code from Immortal found here: https://vborg.vbsupport.ru/showpost....&postcount=316 I updated the code but also received the parse error that another member had mentioned. I saw that it looks like a previous } was no longer needed. So I found: Code:
#------------------------------ ------------------------------------------------ Now everything is rewritten appropriately except multi pages aren't working. If you click on a page 2 link I get a page cannot be displayed message. I think it has something to do with my .htaccess file although I DO see the line that should take care of this. Here are the links to a 1st and 2nd page of a multi page thread. Before using vRewrite: Page 1 link: http://www.420boards.com/showthread.php?t=385 Page 2 link: http://www.420boards.com/showthread.php?t=385&page=2 After vRewrite (multi page thread) Page1 link: http://www.420boards.com/smokers-lou...rbowl-385.html Page2 link: (page cannot be displayed but same link as before rewrite) http://www.420boards.com/showthread.php?t=385&page=2 Here is the htaccess file that I am using Code:
RewriteEngine On |
All times are GMT. The time now is 09:25 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|