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 05-17-2006 08:59 PM

Quote:

Originally Posted by Immortal
You can add stop to the ACP, so it strips it.

another option is to fix the htaccess file, which i will help you do.

Adyum 05-17-2006 11:33 PM

What is the best way to make it /forum/forum-name , instead of /forums/f-forum-name-forum#

Bhuwan 05-17-2006 11:40 PM

Quote:

Originally Posted by Adyum
What is the best way to make it /forum/forum-name , instead of /forums/f-forum-name-forum#

Right now vRewrite doesnt support this.

It supports only
/f-forum-name-id/t-thread-name-id
OR
/forum-name/t-thread-name-id

In the future, I hope to add support for /forum-name

But be aware, this isnt the easiest task (espeically if you have non-english chars)

HuangA 05-18-2006 12:46 AM

I'm still seeing unknwon location for showthreads on WOL:

Quote:

Unknown Location
/wiigt-lounge/t-wii-controllers-no-recharging-yet-123.html
Is there a remedy for this yet? (I'm using 1.5.1)


Edit: Noticed another problem. This hack seems to break the AJAX feature on the 'AJAX Post Thanks' hack. It seems to really screw up the design of the content. Can you please see about if there's a possible fix for this?

jdingman 05-18-2006 04:26 AM

I'm also still running into issues of this:

'currently view... .../f--39.html/' and it doesn't correctly display the whole URL. was this supposed to be fixed? Is there anyway to display the URL without using the ## as well? maybe just the name?

dazh 05-18-2006 04:50 AM

Quote:

Originally Posted by Bhuwan
If it is a hack problem, please tell me which hack it is

The site has several mods installed, but was working better on the last version of seoed url's.


Mods listed below:

AnyMedia BBCode
Article Bot
Banner On Forum Home Postbits
FlashChat Integration
Members who have visited the forum
Multiple Login Detector
PhotoPost Classifieds WOL
psiStats 2006
v3 Arcade
v3 Arcade - Manually Add Game
vB Pager
vBSEO :: Sitemap Generator
vRewrite - SEOed URLs for vBulletin


If you look at http://www.leeds-forum.co.uk and click on last post icon or hover over it you can see its missing the url of the website.

any ideas

YUKS 05-18-2006 06:36 AM

Nice i will try it.

masterross 05-18-2006 07:57 AM

how to use in "Forumdisplay Rewrite"
f-FORUM-NAME-id{END_CLAUSE}
insead of:
f-FORUM-NAME-id{END_CLAUSE}/

probably some changes in htaccess should be done?

thx,
Ross

maroceve 05-18-2006 09:24 AM

Hi guys ...

i seem to be having troubles with my GARS .. :( Can ayone help.
the "get new messages" link on the navbar just does a refresh now ...and i can't see the "featured article" image ...

http://www.maroceve.com/forums/f-art...deres-57.html/

thanks !

SimonVlc 05-18-2006 10:08 AM

Quote:

Originally Posted by SimonVlc
I discovered another problem. I have one private forum which only moderators can see.

In the forum front page, the link to the last modified post is badformed with a double slash in the url.

http://poquer-red.com/foros//t-haria...-1333-new.html

In the rest of the forums all is fine.

It isn?t an important one. Just for future releases.

Bye, Simon.

Another related bug, a bit more important.

When you try to post an answer in a thread no logged, after logging it redirects you to a badformed url.

poquer-red.com/foros//foros//foros/newreply.php?do=newreply&noquote=1&p=12885

Take a look ;).

sickboy6ths 05-18-2006 11:56 AM

I am using vbGallery, and got this in my headinclude:
Code:

<if condition="THIS_SCRIPT != 'index' AND THIS_SCRIPT != 'gallery_index' AND THIS_SCRIPT != 'gallery_upload' AND THIS_SCRIPT != 'showimage' AND THIS_SCRIPT != 'gallery_search' AND THIS_SCRIPT != 'gallery_newreply' AND THIS_SCRIPT != 'gallery_moderate' AND THIS_SCRIPT != 'gallery_misc'  AND THIS_SCRIPT != 'gallery_managecats' AND THIS_SCRIPT != 'editimage' AND THIS_SCRIPT != 'ecard' AND THIS_SCRIPT != 'displayimages' AND THIS_SCRIPT != 'browseimages'">
<base href="$vboptions[bburl]/" />
</if>

but I still have a wrong rewritten Gallery page (everything links to the bburl instead of bburl/gallery), any clues?

Bhuwan 05-18-2006 12:05 PM

Quote:

Originally Posted by sickboy6ths
I am using vbGallery, and got this in my headinclude:
Code:

<if condition="THIS_SCRIPT != 'index' AND THIS_SCRIPT != 'gallery_index' AND THIS_SCRIPT != 'gallery_upload' AND THIS_SCRIPT != 'showimage' AND THIS_SCRIPT != 'gallery_search' AND THIS_SCRIPT != 'gallery_newreply' AND THIS_SCRIPT != 'gallery_moderate' AND THIS_SCRIPT != 'gallery_misc'  AND THIS_SCRIPT != 'gallery_managecats' AND THIS_SCRIPT != 'editimage' AND THIS_SCRIPT != 'ecard' AND THIS_SCRIPT != 'displayimages' AND THIS_SCRIPT != 'browseimages'">
<base href="$vboptions[bburl]/" />
</if>

but I still have a wrong rewritten Gallery page (everything links to the bburl instead of bburl/gallery), any clues?

Add the gallery pages to the exclude script and it shudstop writing.

sickboy6ths 05-18-2006 12:14 PM

Quote:

Originally Posted by Bhuwan
Add the gallery pages to the exclude script and it shudstop writing.

I added the gallery pages, and it worked half...

When replying to an image..... you cant post the reply because urls in that script get replaced wrongly somehow... so I tried adding also newreply.php into the exclusion, but then I also exclude the newreply.php of vbulletin itself :(

heeeeeeelp :)

Bhuwan 05-18-2006 12:16 PM

what is your site?

sickboy6ths 05-18-2006 12:24 PM

Quote:

Originally Posted by Bhuwan
what is your site?

www.6thsense.eu

Bhuwan 05-18-2006 12:36 PM

Quote:

Originally Posted by sickboy6ths

pls pm me an account so i can test this out (recretea)

sickboy6ths 05-18-2006 12:40 PM

Quote:

Originally Posted by Bhuwan
pls pm me an account so i can test this out (recretea)

Sent, thanks for your time m8, appreciate it very much!!

Bhuwan 05-18-2006 12:47 PM

Quote:

Originally Posted by sickboy6ths
Sent, thanks for your time m8, appreciate it very much!!

okay...try adding gallery/newreply.php t o the exclude script...

sickboy6ths 05-18-2006 12:56 PM

Quote:

Originally Posted by Bhuwan
okay...try adding gallery/newreply.php t o the exclude script...

Thank you very much... I just added:
Code:

gallery/index.php gallery/browseimages.php gallery/displayimage.php gallery/ecard.php gallery/editimage.php gallery/gallery_config.php gallery/gallery_global.php gallery/managecats.php gallery/moderate.php gallery/newreply.php gallery/showimage.php gallery/upload.php
I already tried it before but instead of using spaces... I was using enter/return... I think it went wrong in there... Thank you very much again for your time!
Keep the product updates coming ;)

Bhuwan 05-18-2006 12:57 PM

Quote:

Originally Posted by sickboy6ths
Thank you very much... I just added:
Code:

gallery/index.php gallery/browseimages.php gallery/displayimage.php gallery/ecard.php gallery/editimage.php gallery/gallery_config.php gallery/gallery_global.php gallery/managecats.php gallery/moderate.php gallery/newreply.php gallery/showimage.php gallery/upload.php
I already tried it before but instead of using spaces... I was using enter/return... I think it went wrong in there... Thank you very much again for your time!
Keep the product updates coming ;)

Cool! No problem!
I am quite suprisd that worked :-) :banana: I had my doubts hehehe

masterross 05-18-2006 02:12 PM

Quote:

Originally Posted by Immortal
You can add stop to the ACP, so it strips it.

stopping words from ACP works only for new threads but not affect existing ones.

Bhuwan, can you help me with htaccess?

and also with this:
https://vborg.vbsupport.ru/showpost....postcount=1409


thx,
Ross

Bhuwan 05-18-2006 02:23 PM

Quote:

Originally Posted by SimonVlc
I discovered another problem. I have one private forum which only moderators can see.

In the forum front page, the link to the last modified post is badformed with a double slash in the url.

http://poquer-red.com/foros//t-haria...-1333-new.html

In the rest of the forums all is fine.

It isn?t an important one. Just for future releases.

Bye, Simon.

Can you show me the source? view -> view page source

Ntfu2 05-18-2006 04:41 PM

My New posts button still isnt working, its coming back to a 404 error page, here is the link it generates, and i have no clue where to edit/fix it at

http://www.fightrice.com/forums//for...h-getnew.html/

Thanks

girish.r 05-18-2006 04:58 PM

The latest version (1.5.1) has some what messed up things for me. The things that don't work for me are

1. The quick reply and edit post are not working post’s view (in opera)
2. The WOL problem still exits.
3. In the 'Total members that have visited the forum today' some member links are not working.
4. The Email and Private Message link in member profile pages are not working. (Its due to the trailing / )
5. The images in the member profile pages are broken. (Its due to the trailing / )
6. The pagination for thread view was not working but bhuvan help me solve if by removing the trailing slash.

These are the bugs that were noticed using opera browser (did not try in any other browser). You can check out these bugs at www.abcphp.com. I will keep updating this list as I find new bugs.

Bhuvan/Immortal, don't you think the discussion about vRewrite is getting really big. Why don't you move this discussion to a personal site?

Regards
Girish R

masterross 05-18-2006 06:49 PM

i used vRewrite htaccess generator to change
.html/ to .html

thx :)

Bhuwan 05-18-2006 07:13 PM

Quote:

Originally Posted by girish.r
The latest version (1.5.1) has some what messed up things for me. The things that don't work for me are

1. The quick reply and edit post are not working post?s view (in opera)
2. The WOL problem still exits.
3. In the 'Total members that have visited the forum today' some member links are not working.
4. The Email and Private Message link in member profile pages are not working. (Its due to the trailing / )
5. The images in the member profile pages are broken. (Its due to the trailing / )
6. The pagination for thread view was not working but bhuvan help me solve if by removing the trailing slash.

These are the bugs that were noticed using opera browser (did not try in any other browser). You can check out these bugs at www.abcphp.com. I will keep updating this list as I find new bugs.

Bhuvan/Immortal, don't you think the discussion about vRewrite is getting really big. Why don't you move this discussion to a personal site?

Regards
Girish R

IM me tonight, we'll resolve all of this (after 6pm EST)

Sir_Yaro 05-19-2006 02:24 PM

A minor bug :P
I've few links in navbar, for example:
Code:

http://forum.mandriva.org.pl/search.php?do=getnew&exclude=42
http://forum.mandriva.org.pl/search-getdaily.html/&days=2&exclude=42

and they are rewrited to
Code:

http://forum.mandriva.org.pl/search-getnew.html/&exclude=42
http://forum.mandriva.org.pl/search-getdaily.html/&days=2&exclude=42

what cause 404 error of course.

how to fix it ?

if I add index.php (for example) to excluded pages navbar looks all right but only on index.php. On search.php there will be error again. An so on. So pages excluding is not a way beacause in the end I'll disable vRewrite on every page.....

HuangA 05-19-2006 02:43 PM

I've disabled the product again because it was having some real big templating problem with the post thank you hack (ajax thing gets broken completely and loops the template over and over); but before I disabled, I noticed that the WOL still have some unknown locations which I mentioned above. I'll put this one on hold (keeping the installed status so I get emails) until the next version again...

Bhuwan 05-19-2006 03:03 PM

Quote:

Originally Posted by Sir_Yaro
A minor bug :P
I've few links in navbar, for example:
Code:

http://forum.mandriva.org.pl/search.php?do=getnew&exclude=42
http://forum.mandriva.org.pl/search-getdaily.html/&days=2&exclude=42

and they are rewrited to
Code:

http://forum.mandriva.org.pl/search-getnew.html/&exclude=42
http://forum.mandriva.org.pl/search-getdaily.html/&days=2&exclude=42

what cause 404 error of course.

how to fix it ?

if I add index.php (for example) to excluded pages navbar looks all right but only on index.php. On search.php there will be error again. An so on. So pages excluding is not a way beacause in the end I'll disable vRewrite on every page.....

Disable searches for the time being (vRewrite -> disable searches)

Bhuwan 05-19-2006 03:04 PM

Quote:

Originally Posted by HuangA
I've disabled the product again because it was having some real big templating problem with the post thank you hack (ajax thing gets broken completely and loops the template over and over); but before I disabled, I noticed that the WOL still have some unknown locations which I mentioned above. I'll put this one on hold (keeping the installed status so I get emails) until the next version again...

It is extremely difficult to make a hack compatible with every other hack. I'll certainly try to work out the details, but no guarantees.
That WOLissue shud be resolved -- if no tjust dsiable rewriting of online.php -- that's the easiest way.

maroceve 05-19-2006 07:57 PM

hey guys ..apparently some of you are able to seourl the gallery too..mine seems to have kept it s original links formats...

how do i do this ? :)

jokerz 05-20-2006 04:50 AM

Bhuwan, I PM you 3 days and you said you'll send me a fix shortly - I haven't got your *fixed*

Thread link; No Thread specified. If you followed a valid link, please notify the administrator

htaccess file:
Code:

RewriteEngine On
RewriteRule ^(.*)/(styleid=(.*))$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/(showthread\.php)$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-new.html showthread.php?t=$3&goto=newpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-last.html showthread.php?t=$3&goto=lastpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-print.html/(.*)$ printthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^(.*)/t-(.*)-(.*)-print.html printthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-nextnewest.html showthread.php?t=$3&goto=nextnewest&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-nextoldest.html showthread.php?t=$3&goto=nextoldest&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^p-(.*)-post(.*)/postcount(.*).html showpost.php?p=$2&postcount=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)-page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*)/page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-(.*)-(.*).html/(.*)$ showthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^(.*)/t-(.*)-(.*).html showthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^f-(.*)-(.*)/misc\.php$ misc.php?&%{QUERY_STRING}&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^members/(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^u-(.*)-(.*).html(.*) member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING}$3 [L]
RewriteRule ^u-(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule ^f-(.*)-(.*)/page(.*).html/(.*)$ forumdisplay.php?f=$2&&page=$3%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*)/(.*)$ forumdisplay.php?f=$2&&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^f-(.*)-(.*)/$ forumdisplay.php?f=$2&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule ^search-(.*).html/$ search.php?do=$1 [L]


Sir_Yaro 05-20-2006 09:17 PM

Quote:

Originally Posted by girish.r
1. The quick reply and edit post are not working post’s view (in opera)

I confirm that. But I've noticed only "edit post" problem.
I've to disable "AJAX Quick Edit" to temporary fix that problem.
Quote:

Bhuvan/Immortal, don't you think the discussion about vRewrite is getting really big. Why don't you move this discussion to a personal site?
great idea....

b65ran 05-21-2006 12:20 AM

I got after installing this hack. This following hack doesn't work properly. https://vborg.vbsupport.ru/showthread.php?t=92410\

Anybody can help me with this please.

jlaine 05-21-2006 04:18 AM

Quote:

Originally Posted by masterross
hi,

load average: 2.45, 1.92, 1.65

and with SEO load is over 40 !!!

How are you even getting the server to respond with a load that high?

As Bhuwan has previously mentioned - disable some things that aren't really needed. I shut off printthread, searches, and member rewriting as honestly, does any of that really help your content when indexing in a search engine? You're after pertinent pages being listed that will draw people that may stick around - search engines cannot use the search function, I have member.php disallowed in my robots.txt, and printthread is also disallowed.

Get the meat and potatoes listed, skip the tripe - should help you in the long run - once you have that covered add in the fluff if you really want it.

I just grabbed my server load here, and this is what I'm showing:
Server Load Averages 0.69 0.51 0.52 | 144 Users Online

Adyum 05-21-2006 07:46 PM

How do I remove the copyrights at the bottom? I am putting it in my footer and I have selected that I want to put it in myself but it isn't working.

URL: http://www.lostgurus.com

jdingman 05-22-2006 05:58 AM

How close are we with the sitemap generator too? Would love for that to be available soon : )

HuangA 05-22-2006 08:12 AM

Quote:

Originally Posted by b65ran
I got after installing this hack. This following hack doesn't work properly. https://vborg.vbsupport.ru/showthread.php?t=92410\

Anybody can help me with this please.

I already posted about that one. I'm waiting for a fix as well. The problem seems to be because the AJAX post thank yo hack's AJAX are looking for
showthread.php?do=post_thanks_button_ajax&p=xxx
showthread.php?do=post_thanks_add_ajax&p=xxx
showthread.php?do=post_thanks_button_add_ajax&p=xx x
showthread.php?do=post_thanks_remove_all_ajax&p=xx x
showthread.php?do=post_thanks_remove_user_ajax&p=x xx
showthread.php?do=post_thanks_add&amp;p=xxx

where 'xxx' = post id.

I think it'd be nice and easy to fix if we figure out how Bwhuan does his showthread rewrite, and add a few more 'replacements' for the hack's plugin, and it should work out, but I don't know... For now, I've got my vRewrite disabled until I can get more confirmation as to how to make sure it doesn't break the post thank you hack.

Quote:

Originally Posted by Adyum
How do I remove the copyrights at the bottom? I am putting it in my footer and I have selected that I want to put it in myself but it isn't working.

URL: http://www.lostgurus.com

I'll PM you the solution as I don't think it's best to post it without Immortal/Bhuwan's permission...

Bhuwan 05-22-2006 11:49 AM

Quote:

Originally Posted by HuangA
I'm still seeing unknwon location for showthreads on WOL:



Is there a remedy for this yet? (I'm using 1.5.1)


Edit: Noticed another problem. This hack seems to break the AJAX feature on the 'AJAX Post Thanks' hack. It seems to really screw up the design of the content. Can you please see about if there's a possible fix for this?

thx I am looking into this...

Bhuwan 05-22-2006 11:50 AM

Quote:

Originally Posted by jdingman
I'm also still running into issues of this:

'currently view... .../f--39.html/' and it doesn't correctly display the whole URL. was this supposed to be fixed? Is there anyway to display the URL without using the ## as well? maybe just the name?

Still having this issue?


All times are GMT. The time now is 09:35 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
  • Page Generation 0.04618 seconds
  • Memory Usage 1,867KB
  • 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
  • (9)bbcode_code_printable
  • (25)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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