![]() |
I was able to get the code snipet to work, it seemed I posted the message right after you posted or something. :) So I was able to add those 3 lines to my headinclude.
Regarding the links bringing you to somewhere you aren't expecting to go, you said I can try to reproduce it? All I have to do is hover my mouse on the urls on the front to see that they work and then click to see that I go somewhere else. (It may just be the ones that have NEWPOST on the front - clicking them brings me to the wrong post on my board.) *EDIT* I tried your board techhelpforum I see a link that goes to a 404 (http://www.techhelpforum.com/jlcndcs...0-newpost.html) the rest go to the wrong location just like I was saying with mine!!!! ;) More examples on your site having my problem: http://www.techhelpforum.com/the-old...8-newpost.html (brings you to http://www.techhelpforum.com/resolve...-help-651.html) http://www.techhelpforum.com/site-ru...8-newpost.html (brings you to http://www.techhelpforum.com/site-rules/t--.html) you may want to check these out... just click on any link on your forumhome page, the very top one may work, but try the bottomish ones. |
Immortal,
Your site is experiencing the same thing as mine, hopefully you can fix the problem. It doesn't just look that way for me or something right? The forums that have the newpost in the URL on the front page go to the wrong place. |
I think I found something interesting:
If vrewrite is enabled then when I click on the links I am brought to other rewritten forums (but like I said I only see this problem happening with the newpost links on the forumhome front page). If I enable it, refresh the main page so that all the links are rewritten, but instead of clicking a link and going to the wrong place, I disable the hack in another browser, then when I click the same rewritten link, I am actually brought to the right place. I tested this several times. So this tells me that the .htaccess file is working properly and the problem lies within the hack itself. :) Hope I helped atleast a little. *Edit* Another interesting finding is that if while enabled on your site (and I'm sure mine too) if you have take a rewritten (NEWPOST) url like this one: http://www.techhelpforum.com/google-...0-newpost.html and for instance just change the number to a number lower, you go to a different (but still wrong) forum. Does that help? |
Quote:
forumpostersunion.com/test-board/t-test-92-page.html#post623 RewriteRule ^([^.]+)/t\-([^.]+)\-([^.]+)\-page\.html$ showthread.php?t=$3&page=$4&is_vrewrite=yes [L] fixed it. (For older apache versions, not having a \ before - or a period in the code for the new URL can generate an Internel Server Error message, a $ should be at the end of the code for the new URL, and security wise, ([^.]+) is better.) Code:
RewriteEngine On |
Two other bugs....
php-duplicate-content-removal-80-newpost.html goes to scripts-and-coding/t--.html (All most all boards with only one thread go to that type of URL.) If you have a forum linking to a URL on the same domain that is a mod to vBulletin, like the directory hack, it links to .com/browselinks.php?c=5 instead of .com/links/browselinks.php?c=5 The cause of that error is <if condition="THIS_SCRIPT != 'index'"> <base href="$vboptions[bburl]/" /> </if> |
Confirming your bug reports, nintendo. I'm having the same newpost error as mentioned.
I've had to temporarily disable this, I've gotten 3 emails from users already complaining about wrong links. I've got faith in ya Immortal, though, you'll get it fixed! |
Thanks, I'll take a look at it. Not sure why it's doing that either.
|
this is agreat, how ever i have an error with one of my user names
Nicole'sLilPetites is the username and when clicked on to view profile it comes up with a not registered user ....the url comes up as http://www.mydomain.com/u--.html |
Immortal don't forget to take a look at your own site to see that the newpost url's on the front page are bringing users to everywhere but their intended destination.
|
I didn't forget ;)
|
ok and I probably don't have to 2nd this, but I just logged into my site to see that people messaged me about the gallery not working. Reason being, the headinclude if statement:
Code:
<if condition="THIS_SCRIPT != 'index'"> <base href="$vboptions[bburl]/" /> </if> I removed the if statement. Thanks for working so hard on this Immortal, I wish your big release was completely bug free so that you didn't have to do this figuring out the problem again. :) But I'm sure we all appreciate your hard work on this project. |
Ugh, heh. Now I see why I shouldn't of used headerinclude. I guess I'll change the if around to something more appropriate or just have it stuck back in those templates.
|
hows this coming along ?
|
"Mark Forums Read" doesn't work
Code:
Invalid Forum specified. If you followed a valid link, please notify the administrator |
You guys rule! I've been watching this thread but waiting for the stable release. And here it is and I installed it.
Only suggestion I'd give is in the instructions you say Code:
3) In headerinclude, find: Also you have Quote:
No biggie since I have a testing server that I tried this on. Again, thank you a million times. I shall name my first born child vRewrite :surprised: |
Quote:
|
Quote:
|
He's right about that Mark Forums read thing. If you use the QUICK LINKS on the forum index, it results to a page called /f--.html Which is a non existent page.
|
It's markread.html for me? :?
|
Has anybody had their users complain that the SEO'd links go to wrong threads?
I enabled the mod and had no problems with it personally. I had two users complain to me that if they clicked links to threads that occasionally they would be directed to wrong threads. |
I wonder if the url problem only results in boards that are already active.. for an example, Im thinking about installing this on a board that is brand new and no posts at all.
|
Quote:
But after I click it and it runs through its process and the page reloads, it goes to /f--.html I tested WITH new posts that could be marked as READ and also tried it when there were NO NEW posts to see if clicking MARKED READ when everything was read would result different. But they do the same. I get the /f--.html Immortal, let me know if you want access to my test forum to witness this |
Quote:
Quite honestly, as beneficial as this is, a little error like this is no big deal. haha Cuz even though it has a nasty vbmessage after clicking, its still marking those threads as READ. |
Please, Morty if you wouldn't mind. I cannot duplicate it at all, with new posts on THF. Using the Quick Links or the one close to the footer.
As far as the new posts are concerned...it only does it every so often. Which is why I have not noticed it on my board. I have been running this version for a few weeks now, so it is still safe even with a minor bug. I'll try and get a new release fixing this sometime this week. |
Check your PM's. I created an account for ya!
|
when members click on the next page you either get redirection limit for this URL exceeded or they get a completly different post that the one they were on?
|
Immortal: Maybe you should release this to the pirated VB sites, it'll mess their users up so much, maybe they'll buy VB!
|
Quote:
|
I am getting a problem when you click on the little arrow next to a members name to take you to the last post it takes you to the last thread in the forum instead of the last post in the thread
|
That is related to the new post error :)
|
Is that something your working on?
|
Quote:
Quote:
|
Quote:
|
Quote:
|
Quote:
I do not get charge for this, I have my own client work that I must complete, my own day job, and my own life. "Chairty" and "freebie" work goes at bottom of the pile, so don't like it, don't use vRewrite and don't freaking +++++ about it. Because, honestly, I do not care a single thing about what you think or others. Bug reports, and support reports, fine. Just skim the thread first. But when you +++++ about something free, then I got a problem. My suggestion? Suck it up, or don't use it. I really don't want to listen to you. |
Whoa dude, take a chill pill, I was just making a joke. Didn't realize you took your "charity" work so personal.
|
Your comments were un-called for, Immortal and very un-professional. It was easy to see that the other member was merely Joking, take a chill pill.
Quote:
|
Okay everyone. Group hug. This needs to be dropped and ended. No need for this thread to go to waist.
Let me know if there is anything I can do to help Immortal with this issue. I'm not very good with code but alright with the templates. Let me know if you need anything on my test server. I believe I gave you plenty of admin options. |
I haven't seen any of "complainers" say thank you once to Immortal for the work this person has done.
Like the last poster siad, group hug -- lets move on and enjoy this great hack! @Immortal@ Sorry about my last post, it wasn;t very imformative, as I was too lazy haha.ANyways, I am logged in as a guest on your forum and when attempting to click on "Mark Forums read" at the bottom of page, i get this error Code:
Invalid Forum specified. If you followed a valid link, please notify the administrator Next I attempted this feature as a real user on your forum I get the same error when trying to hit Mark Forums Read Code:
Invalid Forum specified. If you followed a valid link, please notify the administrator |
Quote:
Maybe even as you are reading this. :nervous: |
All times are GMT. The time now is 01:08 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:
|