vBulletin Search Engine Optimization
This is a discussion on Possible Bug - [user_name].html within the Bug Reporting forums, part of the vBSEO SEO Plugin category; First off, thank you for the great product I found a strange behaviour in the Member Profile URL Format I ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| ||||
| ||||
|
First off, thank you for the great product I found a strange behaviour in the Member Profile URL Format I would like it to work like: _site.com/forum/username.html However when I enter: [user_name].html in the vbseo settings all my forum category try to redirect to a user profile resulting in a error telling me that the user profile does not exist :P The users profile behave correctly the problem is just with the forums. Hope it make sense and it can be fixed Thank you Sony |
|
#2
| ||||
| ||||
| Re: Possible Bug - [user_name].html
sorry ... my error
Last edited by Jannefant; 08-31-2005 at 01:39 PM. |
|
#3
| ||||
| ||||
| Re: Possible Bug - [user_name].html
Yes, that's an expected behaviour. In short, the most basic reason is because you need a differentiator for "virtual pages". There's no way the script can know for example /sony.html is a user while /general-discussion.html is a forum. You need to differentiate these either by using 'virtual' subdomains or by using [id]'s on your urls. The following combinations will work: Code: [user_title]-[user_id].html [forum_title].html Code: [user_title].html [forum_title]-[forum_id].html Code: /'something_here'/[user_title].html [forum_title].html Code: [user_title].html /'something_here'/[forum_title].html |
|
#4
| ||||
| ||||
| Re: Possible Bug - [user_name].html
Juan Muriente, thank you for the explanation, I ended up using the Code: member-[user_name].html How would you go about setting up the "virtual" subdomain for users profile? Can it be done using vbseo ? All i can think is by editing several vbulletin files..... Thank you Sony |
|
#5
| ||||
| ||||
| Re: Possible Bug - [user_name].html Quote:
Code: members/[user_name].html |
|
#6
| ||||
| ||||
| Re: Possible Bug - [user_name].html
ahh, yeah i prefer keeping it like i have, thx anyway |
|
#7
| ||||
| ||||
| Re: Possible Bug - [user_name].html
you don't have .html on forum names do you? i didn't quite get this. I have like forum names as this http://www.techenclave.com/forums/la...chnology-news/ and member names as http://www.techenclave.com/forums/me...ertpacino.html now members is a virtual directory (Btw i guess that eliminates the possibility of having a directory by name of members in future) But forum names don't have .html ending. So how will there be conflict? There may be conflict when the names match for any of these...(thats known issue and can be avoided i guess) EDIT: ahh forget it. Didn't see that there was an option for [forum_title].html
__________________ Technology Forums | Exclusive Rig gallery | The Fun Portal!! New portal and community coming soon! All My Custom Hacks -> HERE |