vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vRewrite - SEOed URLs for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=104484)

Bhuwan 04-02-2006 11:00 PM

Quote:

Originally Posted by xStylezx
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.

buddy, check out the options
vBulletin admincp -> vBulletin Options-> vRewrite options
you have the ability to remove the .html !!:)

xStylezx 04-02-2006 11:05 PM

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:)

DementedMindz 04-02-2006 11:24 PM

Quote:

Originally Posted by xStylezx
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:)

personally i think if thats what you want to do then this aint for you... why wouldnt you want your linked seoed? thas what gets me :surprised:

phkk 04-02-2006 11:38 PM

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

jj 04-02-2006 11:55 PM

Quote:

Originally Posted by phkk
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

You mean IIS Server? From M$? Forget it :) There's no .htaccess feature, which is needed by this one...

jdingman 04-03-2006 12:02 AM

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.

Bhuwan 04-03-2006 12:09 AM

[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:

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.


Are you naming your tables with a prefix?

Bhuwan 04-03-2006 12:09 AM

[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:

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.
I see the problem. ignore my last post.

jdingman 04-03-2006 12:12 AM

Is it a problem on my end or in the plugin?

Bhuwan 04-03-2006 12:14 AM

Quote:

Originally Posted by jdingman
Is it a problem on my end or in the plugin?

Give me two minutes, i'm posting the fix as we speak
Error is on my part :)


All times are GMT. The time now is 03:22 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
  • Page Generation 0.02397 seconds
  • Memory Usage 1,756KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete