![]() |
Supported ???? https://vborg.vbsupport.ru/showthread.php?t=128807
|
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. |
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. |
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" are not rewritten. Any chance this can be changed? 3: your textfile hacksNfixes.txt is missing the important hack/fix parts. It shows like: Quote:
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. |
No Thread specified. If you followed a valid link, please notify the administrator
I Keep Gettin That... |
Ahhh...NM....I Did The Generator...Great Hack!
Actually...The Member Bit Doesnt Work COrrectly...It Throws My Avatar Image Off... |
Quote:
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: PHP Code:
PHP Code:
|
Thanks for your help, that worked.
For everyone who wants to use it also. You need to modify the "vRewrite - Redirect handling" plugin ;) |
Yes, or change the XML-file directly...
|
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 |
When will it work for 3.6.2?
|
It does work with 3.6.2
I have it running on mine: www.patientenfragen.net |
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. |
Is this hack still developed?
|
Is this little script ok for 3.61 version?
|
Quote:
|
Quote:
And do you have a fix for them? Would you share your fixes? |
Someone can help me ? https://vborg.vbsupport.ru/showthread.php?t=128807
|
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.:( |
I tired this on my board, and nothing happened?.
I'm running VB3.6.2 |
nice
|
i have problem with different styles.
images are rewrite wrong: Code:
http://www.my-forum.com/moderator-admin-discussion/images/techtwo/buttons/edit.gif Code:
http://www.my-forum.com/images/techtwo/buttons/edit.gif Code:
moderator-admin-discussion/ |
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. |
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" |
Quote:
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!!! |
Quote:
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. Quote:
Quote:
Sounds hard ? Sorry - with native Language it is easier to sound friendlier. But i hope you understand my Motivation to post this. |
hey man why do i get this error
Quote:
|
Quote:
|
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 |
This hack seems to break the AJAX feature on the 'AJAX Post Thanks' hack. fix ??
|
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 |
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. |
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: PHP Code:
PHP Code:
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. PHP Code:
|
I'm having a problem with this. The New Posts link won't work for me anymore, any suggestions?
|
Quote:
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 :)
|
Quote:
Also, not sure if related, but the quick edit functionality is now broken. I am running: 3.6.4 |
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? |
<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
|
All times are GMT. The time now is 08:07 AM. |
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:
|