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-07-2006 01:33 PM

Quote:

Originally Posted by LICryptkeeper
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/)

forums part you can disable (i.e. remove the "/")

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.

LICryptkeeper 04-07-2006 01:51 PM

all fixed. hope thers no more errors ;)

Alex_ 04-07-2006 04:28 PM

Quote:

Originally Posted by Bhuwan
Thread name limitation can be very easily applied, espeically since you could use vBulletin's build-in functionality.

No no, I do not mean limiting the allowed thread title length but the length of the name in the url. Cause rewriting only depends on the id in the url I think I will strip an url from blar-blar-blar-blar-12.html down to blar-12.html (first X chars of the title)

Bhuwan 04-07-2006 04:30 PM

Quote:

Originally Posted by Alex_
Nono, I do not mean limiting the allowed thread title length but the length of the name in the url. Cause rewriting only depends on the id in the url I think I will strip an url from blar-blar-blar-blar-12.html down to blar-12.html (first X chars of the title)

Thats what i mean -- it can be done very easily.

jdingman 04-07-2006 05:43 PM

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?

Bhuwan 04-07-2006 05:49 PM

Quote:

Originally Posted by jdingman
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?

This is NOT a bug and the code is WORKING as designed...


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

But if a user enters a space in the thread name (or forum name for that matter), it won't be replaced with a "-"
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

jdingman 04-07-2006 06:35 PM

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?

Bhuwan 04-07-2006 06:37 PM

Quote:

Originally Posted by jdingman
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?

Is that for every user name or just th eusername with a space? is it on forumhome or a thread?

jdingman 04-07-2006 06:52 PM

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...

Bhuwan 04-07-2006 06:54 PM

Quote:

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

This seems more like a noncompatability issue than a bug. I'll take a look at making it compatable once 1.5 is stable :)

I configured vBSEO sitemap to write urls for vrewrite.


All times are GMT. The time now is 02:00 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.02627 seconds
  • Memory Usage 1,747KB
  • 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
  • (2)bbcode_code_printable
  • (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