![]() |
Yes,but wouldnt that also disable .html for the links to the actual threads?I was looking for a way to keep the .html in the thread links but have the .html removed from the forum links,if i wasnt really confusing.haha
|
I just visited the http://www.techhelpforum.com/
and noticed that on forumhome all links to the forums are without a trailing slash,such as Code:
http://www.techhelpforum.com/f-site-rules-17.html Code:
http://www.somesite.com/f-main-forum-2.html/ |
Mine are:
http://www.techhelpforum.com/f-site-rules-17.html/ The trailing slash is needed and cannot be removed. |
i instaleld and thought everything was working good, till i had a user tell me the last post links were not going to the correct post :(
|
Quote:
|
well i have disabled it will reload it when traffic is slow on my forum so i can tell you
|
Quote:
|
Why would they? .html is considered static content...the / is just a must, and will/cannot be changed.
|
Quote:
http://www.techhelpforum.com/f-windows-9598me-12.html/ Right below where it says: "Threads in Forum : Windows 95/98/ME" you see several links... (thread, thread starter, Rating, Last Post, Replies, Views)....... In order for these links to work properly, the "/" must be located after the forum details.. Hope this helps... |
Well when you check a link to a thread the .html isnt there,but its there when you check a link to an actual forum,ive just never seen it done like that i guess and i hope we can eventually customize it or hack around it somehow,such as getting rid of the .html and leaving the trailing slash,that i would be ok with,and is i believe default of vbseo rewriting.
|
Quote:
vBulletin admincp -> vBulletin Options-> vRewrite options you have the ability to remove the .html !!:) |
Yes,but as i mentioned before that also removes it from the thread links.I just want it removed from the forum links themselves.I like the threads having the static links,but would prefer my forum links to have a directory look without an extension.Or the extension of .html would be fine without the trailing slash.Since we cant get rid of the slash though,id like to get rid of the .html without losing the one in the thread links.Hope ive been a bit clearer:)
|
Quote:
|
I need some advise for ISS server.I need some advise for ISS server.I need some advise for ISS server.I need some advise for ISS server.I need some advise for ISS server.I need some advise for ISS server.I need some advise for ISS server.I need some advise for ISS server.I need some advise for ISS server.I need some advise for ISS server.I need some advise for ISS server.I need some advise for ISS server.
THANKS |
Quote:
|
So does anyone know why I'm getting this database error? I disable vRewrite and it works fine, enable it and my site breaks for 'lastpost' button.
[quote]Database error in vBulletin 3.5.4: Invalid SQL: SELECT postid AS postid, post.dateline, t.title as threadtitle, f.title as forumtitle, f.forumid as forumid FROM post AS vb_post JOIN vb_thread AS t ON(t.threadid=post.threadid) JOIN vb_forum as f ON(f.forumid=t.forumid) WHERE post.threadid = 166 AND post.visible = 1 AND postid = ( SELECT MAX(t2.postid) AS postid e FROM vb_post AS t2 WHERE t2.threadid = 166 AND t2.visible = 1 ) LIMIT 1; MySQL Error : Table 'forums_vb.post' doesn't exist Error Number : 1146 Date : Sunday, April 2nd 2006 @ 06:00:33 PM Script : http://forums.site.net/introductions...-166-last.html Referrer : http://forums.site.net/ IP Address : X.X.X.X Username : Jonathan Classname : vB_Database[/quot] I'm getting the same error when using the "NEW" post link. |
[quote=jdingman]So does anyone know why I'm getting this database error? I disable vRewrite and it works fine, enable it and my site breaks for 'lastpost' button.
Quote:
Are you naming your tables with a prefix? |
[quote=jdingman]So does anyone know why I'm getting this database error? I disable vRewrite and it works fine, enable it and my site breaks for 'lastpost' button.
Quote:
|
Is it a problem on my end or in the plugin?
|
Quote:
Error is on my part :) |
Awesome, thanks bhuwan!!!
|
Until tyler can update the zip file ....
Here is how to fix the problem.. edit XML file DIRECTLY _OR_ edit the hook titled global_start Search for: Code:
FROM post AS " . TABLE_PREFIX . "post JOIN " . TABLE_PREFIX . "thread AS t ON(t.threadid=post.threadid) JOIN " . TABLE_PREFIX . "forum as f ON(f.forumid=t.forumid) Replace it with Code:
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) |
that worked like a charm, thanks again!!
|
Quote:
|
Quote:
Take a look at this url from a phpbb board of mine that is pretty SEO friendly. Code:
http://seorecruit.com/archived-topics-vf16.htm |
I have to agree with xStylezx. From SEO and WWW standards points of view, links should be /forum_name/ and /forum_name/thread.htm
I would consider this as a "feature request" :) |
Quote:
|
Quote:
|
Quote:
/forum-name/ instead of /f-forum-name.html/ or this way would be acceptable too /f-forum-name.html As far as the thread urls,i think they are rewritten perfectly.I would just like to be able to configure how forum urls are rewritten,or in the least if i can figure out how to hack it for what im lookin for |
Thanks Tyler & Bhuwan! I think I'm going to install this on my live site now.
Derek |
Quote:
2) 301 is "moved permanently" and 302 is "moved temporarily" 3) Duplication penalties occure when the very same page appears for more than one URL that is linked. 4) http://www.techhelpforum.com/windows...dows-3059.html and http://www.techhelpforum.com/windows...bluh-3059.html |
Quote:
/f-FORUM-NAME-HERE-ID{EXTENSION HERE} The end-user can choose {EXTENSION HERE} to be anything they want (.html, .htm, blank, etc.) The 'id' and 'f' are req'd and can't be changed for 1.5 (too much work involved). Furthermore, vRewrite displays data based on the ID - once I figure out how to omit the ID without any problems, I will certainly add this as a feature (2.0). Hope this is a good enough comprimise... |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
I have some ideas for the authors about adding more SEO power to the mod.. 1) Generates structured archives based on date/forum; i.e, forum -> years 1,2,.. -> months 1,2,3,..,12 -> days 1,2,3,...,30-31. 2) Place a link on each forum pointing to its archive (automatical link from /forum_name/ to /archives/archived_forum.html) 3) Place a link back from each archive thread posting to the original thread (/forum_name/thread.html). |
Hmmmm,ok.So if i use this hack now and then you rewrite this later on to where what i want is possible(more customization),will you also redirect any of the changed urls so there wont be any penalties?I still want to use the hack,but later when it became possible id like to change the urls to what im describing and wouldnt want to be penalized or anything.
|
Quote:
|
All times are GMT. The time now is 04:53 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:
|