![]() |
Quote:
|
Quote:
Will release RC3 tonight |
RC3
If you don't post bugs then we assume there aren't any! |
My page 2 link is still not rewriting correct.I have added other posts to the animation forum and its added a page 3 now,which also isnt rewriting correct
Code:
http://www.signyourmelonz.com/f-animated-gif-7/page2/?order=desc Code:
http://www.signyourmelonz.com/f-animated-gif-7/page3/?order=desc |
Quote:
|
I uploaded the new one you provided in the RC3 zip just a few ago.Made sure i did that,other than that i dont know
|
Quote:
if you see and Code:
http://www.signyourmelonz.com/f-animated-gif-7/page3.html/?order=desc they both work fine This shows to me that it is a htaccess issue :) |
Quote:
Hope this helps out... |
You have to view the pages with the "?order=desc" off the end of the url and then yes,they function correctly.I dont have time to dig into the .htaccess myself right now.Am i the only one experiencing this problem?Seems like other users would be having the same issues,would everyone have to edit their .htaccess or something.Im just not understanding or something.haha
|
Oh and ive only eliminated .html from the forum names themselves,not the threads,so that shouldnt have anything to do with the page 2 and 3 not rewriting i wouldnt think...
|
Quote:
|
here's what you need to edit in htaccess
remove Code:
RewriteRule ^f-(.*)-(.*)/page(.*).html/(.*)$ forumdisplay.php?f=$2&&page=$3%{QUERY_STRING}&is_vrewrite=yes [L] Code:
RewriteRule ^f-(.*)-(.*)/page(.*)/(.*)$ forumdisplay.php?f=$2&&page=$3%{QUERY_STRING}&is_vrewrite=yes [L] |
Ok,ill check that hack out in a few.Hope it works as im not up to hacking around with this much today.I just looked at the htaccess and right now im not seeing why it would append that extra ?order=desc
|
Quote:
Check out alll vB Sites, they all have that. |
yeah,i understand that.it just seems like others or at least one person would be having the same issues i am.why is everyone elses page2 and 3 rewriting appropriately and mine not.Even with the default settings,its not rewritting on my board.hmmmmm
|
Quote:
|
Quote:
:) |
Quote:
|
Not rewriting properly i guess is my way of saying that i cant get to the proper url from a default install.i havent had a chance to play with the htaccess yet,there probably is a small edit that would fix this,but i dont have the time this evening until possibly real late tonight to mess around with it.On top of that i dont know alot about mod rewriting so figuring this out might take me a few weeks.haha i was just hoping to find an easier way as i dont have the time to devote at this very second....
|
Quote:
i'll set it up on my DEV board and create a htaccess that works ok?I need every single option, so screen shot may be easier. |
AGH! Installed it and was all happy. then I could not go to page 2 of any thread (or more) I applied the fix above, then started looking at the htaccess to see if I could patch it myself. last straw was when I clicked on "new posts" and was greeted by a "page cannot be found" the url had a / at the end (new-post.html/) when i deleted it, the page displayed but with extra content on the top. (and the tables were messed up.)
|
Sorry if this was asked before... what do I have to do to enable rewriting in my vbadvanced portal? I want to rewrite links in the news and latest thread modules...
--- Cause of very long thread names the urls grow bigger and bigger... that might be good for SE but not for humans. I think I will limit the name length to 5-10 chars or so... perhaps you want to make it a feature ;) |
Hi,
I have AmyKhar's "Expanded Get New Posts" hack installed and this seems to cause a problem with the vRewrite. It appears to work for minutes and hours but if you click "4 days" it looks like this. (see attachment) Any ideas? Regards Renada |
Quote:
Load up your global_complete hook OR load up the complete XML file and search for Code:
echo($fname . '<br>'); and delete it |
Quote:
|
Quote:
|
Quote:
|
Quote:
That cured the forums showing up in a list top left but now the only thing that works is "new posts today". Also I have this hack installed: Super Display Suite but when clicking on a name that uses this hack the script displays in the URL Code:
http://thinkstop.com/community2/forums/u--var-scolorff6699-var-a_speed120-var-shimmercountshimmercount1-evalvar-shimmerspeed-shimmercount-a_speed-evalvar-shimmercolor-shimmercount-scolor-documentwrite-freddie-35.html Regards, Renada |
Quote:
|
I get this when i perform searches (new posts) this happens even when I turn OFF "rewrite searches" in admincp. I'll try the suggestion you gave renada
ALL my settings are default in admincp exept for "on" and "searches off" also I noteced, inside forums, it's rewritten with a / at the end (t-forumname-01.html/) |
Quote:
i posted a fix for the additioanl text ons earches (i left an echo statement). be careful when changing settings as u have toupdate the .htaccess file also. |
all fixed. hope thers no more errors ;)
|
Quote:
|
Quote:
|
I found a new bug too. When a user creates a username with a space in it, it creates the html file -###.html instead of user name-###.html. Is there a way to sanitize that so it doesn't break and leave out the username?
|
Quote:
HOWEVER, if you really wanted to keep the space... you could do this in the xml file search for (there should be two instances of it): Code:
$txt = str_replace(' ', '-', $txt); <b>And replace it with </b> Code:
//$txt = str_replace(' ', '-', $txt); SO a thread name with "this is my thread" (t = 82) would be replaced as "this is my thread-82.html" as opposed to "this-is-my-thread-82.html" From a SEO stand point, how does it make a difference whether you keep the space or replace it with a "-"? I am no expert, but I think this is irrelevent. Furthermore, if I am not mistaken, the browser would replace the space with a %20 |
The problem actually happening, is that it shows /member/-###.html instead of showing the username at all. It's not displaying ANYTHING for the username. Is that how it's supposed to work?
|
Quote:
|
it's actually just happening with that ONE username, being displayed on the homepage. I'm using the 'all the latest visitors that were here in the last 24 hours'. the other usernames work just fine, if they don't have spaces, but this one breaks.
Also, do you have plans in rewriting the memberlist.php pages or somehow making it easier for search engines to find all the member profiles? I haven't been able to get a working sitemap with all the rewritten pages yet... |
Quote:
I configured vBSEO sitemap to write urls for vrewrite. |
All times are GMT. The time now is 09:32 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:
|