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)

Immortal 04-22-2006 01:42 PM

https://vborg.vbsupport.ru/attachmen...chmentid=45765 is 1.5. :)

BarelyHangingOn 04-22-2006 01:54 PM

Can somebody help me out, I can't get it to work:

1) Import product-vrewrite.xml as a product using the plugin system.

Done.

2) Upload the .htaccess file to your vB's directory.

My forum is: http://www.lab-retriever.net/board/
Do I need to edit anything in this htaccess file??

3) In forumdisplay, showthread, standard_error find:
$headinclude
Add before that:
<base href="$vboptions[bburl]/" />

What is the [bburl]? When I do this I get an error:

<base href="$vboptions[http://www.lab-retriever.net/board/]/" />

Please?

Immortal 04-22-2006 02:00 PM

Quote:

Originally Posted by Burtman
Can somebody help me out, I can't get it to work:

1) Import product-vrewrite.xml as a product using the plugin system.

Done.

2) Upload the .htaccess file to your vB's directory.

My forum is: http://www.lab-retriever.net/board/
Do I need to edit anything in this htaccess file??

3) In forumdisplay, showthread, standard_error find:
$headinclude
Add before that:
<base href="$vboptions[bburl]/" />

What is the [bburl]? When I do this I get an error:

<base href="$vboptions[http://www.lab-retriever.net/board/]/" />

Please?

2: Just upload, don't modify anything.
3. Don't modify anything, keep it using:
Code:

<base href="$vboptions[bburl]/" />

BarelyHangingOn 04-22-2006 02:02 PM

I get nothing happening at all when I do it that way. Could it be another template I have altered?

Immortal 04-22-2006 02:18 PM

Possibly, but you really won't see any visible changes if you did it the correct way. If you did it the wrong way, when you go to FORUMDISPLAY all of your images/paths will be wrong.

GoTTi 04-22-2006 02:35 PM

i went to post a thread and got this error:

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

GoTTi 04-22-2006 02:44 PM

newpost is not working. shows error:

Visitor: IP Could not locate www.site.com/forums/search-getnew.html/

FIXED:

https://vborg.vbsupport.ru/showpost....postcount=1074 for fix

Immortal 04-22-2006 03:03 PM

Quote:

Originally Posted by GoTTi
i went to post a thread and got this error:

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

Can you PM me your site?

SB_GEMINI 04-22-2006 03:31 PM

Quote:

Originally Posted by Immortal

thats the one ive got, i only got the hack like 3 days ago

Immortal 04-22-2006 03:35 PM

Not sure why your copyright is the one of 1.0? But he should look into it tomorrow :)

morrow 04-22-2006 07:35 PM

Do you think you will be adding the fix for the 'linear / hybrid' modes, etc...? Many of my users are using these and they don't work when the hack is enabled. I'd really love to use this hack and would also donate if it was working.

Very nice hack, but I think a few items were left out.

Immortal 04-22-2006 07:37 PM

He'll probably reply with an answer in the 'marrow :)

pranism 04-22-2006 07:42 PM

Another bug I have found , any user with a underscore in their name is not found with this.

jdingman 04-22-2006 07:50 PM

I'm also having issues now with users having a _ in their username. I wasn't having this problem before in 1.0.x, but now in 1.5 I am having this problem. I ran the htaccess generator too and it's still having the issue.

Edit: whoops, missed what pranism said and just read it. I'm having the same issue.

Edit2: I'm having some issues on my 'members' pages where the 'base' URL isn't showing up above the meta tags and the image paths aren't working or any of the links in the member profiles. Any idea how I would fix this? (it's an internal board for our business so I can't let you preview it (it's a 10.x.x.x address anyway)). thanks!!

Gastongr 04-22-2006 10:17 PM

Quote:

Edit2: I'm having some issues on my 'members' pages where the 'base' URL isn't showing up above the meta tags and the image paths aren't working or any of the links in the member profiles. Any idea how I would fix this? (it's an internal board for our business so I can't let you preview it (it's a 10.x.x.x address anyway)). thanks!!
Just curious, what's the point of the SEO then?

Gastongr 04-22-2006 11:12 PM

Quote:

Edit2: I'm having some issues on my 'members' pages where the 'base' URL isn't showing up above the meta tags and the image paths aren't working or any of the links in the member profiles. Any idea how I would fix this? (it's an internal board for our business so I can't let you preview it (it's a 10.x.x.x address anyway)). thanks!!
I think adding
Quote:

<base href="http://www.yourforums.com/" />
before $headinclude in your MEMBERINFO template will fix that.

BTW, i also have the problem with the "_" in usernames, any fix to this?

jdingman 04-22-2006 11:39 PM

Quote:

Originally Posted by Gastongr
Just curious, what's the point of the SEO then?

We have internal spiders on the network that need to pickup these pages and it's also for testing our application platforms. We still have a big need for SEO ;)

Edit: That MEMBERINFO insert fixed it, thanks :)

Also, when will the sitemap generator for the vRewrite'n pages be available? I'm using an alternate one and the pages redirect fine, but it would be nice to be able to provide SES with regular filename paths. And what's the status about rewriting the RSS feeds?

Immortal 04-22-2006 11:55 PM

Quote:

Originally Posted by jdingman

Also, when will the sitemap generator for the vRewrite'n pages be available?

Juan replied to myself a bit ago, he's discussing it with his team and hopefully he'll have an answer shortly :)

COBRAws 04-23-2006 03:13 PM

Hello, this is a great mod, but im here to repot some bug:

With the Post Thanks hack, you cant give thanks.
https://vborg.vbsupport.ru/showthread.php?t=92410


Cya!!
ps. PM me your paypal

GoTTi 04-23-2006 03:27 PM

another problem found:

when viewing a users profile, and you click on the users latest thread posted, you get a cannot find thread error

redlabour 04-23-2006 03:48 PM

Quote:

Originally Posted by COBRAws
With the Post Thanks hack, you cant give thanks.
https://vborg.vbsupport.ru/showthread.php?t=92410

Install the Bugfix from Post Thanks Hack - this Error has nothing to do with this Hack here.



Anything new when a full working Version of this one here is going to come without the well knowing Bugs from the last two Versions ?

jdingman 04-23-2006 06:14 PM

Will you be adding rewritten rules for the memberlist.php page? Such as memberlist.php/letter/{LETTER} or something of that sort or variance. Rewritting the letter pages and sort pages possibly. This would help if someone doesn't have a sitemap too so search engines can find all the pages. Just wondering if you had plans for that or not. I'm looking forward to the next update :)

Gastongr 04-23-2006 07:58 PM

Quote:

when viewing a users profile, and you click on the users latest thread posted, you get a cannot find thread error
I had the same problem, does the url have the forum twice? like http://www.yoursite.com/f-forum-1/f-...read-234.html?

jdingman 04-23-2006 08:13 PM

Another thing you may consider rewritting are the 'announcements'.

Code:

/announcement.php?f=41
those pages could be rewritten and properly formatted to SEs pick them up.

GoTTi 04-24-2006 08:45 AM

Quote:

Originally Posted by Gastongr
I had the same problem, does the url have the forum twice? like www.yoursite.com/f-forum-1/f-forum-1/t-thread-234.html?

yea its double printing the forum name

Bhuwan 04-24-2006 11:27 AM

Quote:

Originally Posted by BryceI
I installed a couple of days ago, but had to uninstall because users were complaining about problems navigating in hybrid mode. Am I correct in thinking that the problem is likely with the script itself, and not with the configuration?

I really like this hack. Hopefully I'll be able to reinstall later.

sadly, Hybrid isnt supported.

Bhuwan 04-24-2006 11:28 AM

Quote:

Originally Posted by Burtman
Actually I wasn't but when I do the three steps for the new one nothing happens at all.

Not sure what you mean -- which thre steps?

Bhuwan 04-24-2006 11:28 AM

Quote:

Originally Posted by dodgeboard.com
I have to go out of town for a week and can't leave the board like this for that long so I am disabling the hack. Thanks anyway though- and Happy Birthday!

I will take a look at it sometime today, though it seems you are out of town...

Bhuwan 04-24-2006 11:29 AM

Quote:

Originally Posted by jokerz
MEMBER BUGS Just let you know that there is a bug for member username rewrite.

eg; http://www.xxxx.com/members/username-111.html - the custom header doesn't show with red cross image because of wrong path by 'members/user...'

But, http://www.xxxx.com/u-username-111.html - the custom header does show.

That setting is from Member Rewrite rewritten in admincp.

----------

ONLINE.PHP BUGS:

In the online.php page, doesn't have online seo rewritten "http://www.xxxxx.com/online.php?order=asc&sort=username&pp=20&page=1"

"Unknown Location" /forumname/t-threadnamehere-105.html. Will you fix it?

P.S. Great hack, don't have any problems.

I'll take a look sometime today

Bhuwan 04-24-2006 11:33 AM

Quote:

Originally Posted by SB_GEMINI
Ive got a problem here on my site with the mod http://www.seostudy.net

everything else is working ok to regards to the hack bar this if you try and click on where it says last post on any of the forums on the home page you will get "No Thread specified. If you followed a valid link, please notify the administrator" how can this be corrected, thxs in advance.

have you updated your htaccess file? That is the problem - try using the htaccess generator.

Bhuwan 04-24-2006 11:35 AM

Quote:

Originally Posted by morrow
Do you think you will be adding the fix for the 'linear / hybrid' modes, etc...? Many of my users are using these and they don't work when the hack is enabled. I'd really love to use this hack and would also donate if it was working.

Very nice hack, but I think a few items were left out.

In the future yes
When is the future? when it comes :)

I'll see what I can do over the next few weeks...

Bhuwan 04-24-2006 11:36 AM

Quote:

Originally Posted by pranism
Another bug I have found , any user with a underscore in their name is not found with this.

Technically, the underscore should be replaced by a "-"

Bhuwan 04-24-2006 11:37 AM

Quote:

Originally Posted by jdingman
I'm also having issues now with users having a _ in their username. I wasn't having this problem before in 1.0.x, but now in 1.5 I am having this problem. I ran the htaccess generator too and it's still having the issue.

Edit: whoops, missed what pranism said and just read it. I'm having the same issue.

Edit2: I'm having some issues on my 'members' pages where the 'base' URL isn't showing up above the meta tags and the image paths aren't working or any of the links in the member profiles. Any idea how I would fix this? (it's an internal board for our business so I can't let you preview it (it's a 10.x.x.x address anyway)). thanks!!

I will look into both of these issues...thanks

Bhuwan 04-24-2006 11:38 AM

Quote:

Originally Posted by jdingman
We have internal spiders on the network that need to pickup these pages and it's also for testing our application platforms. We still have a big need for SEO ;)

Edit: That MEMBERINFO insert fixed it, thanks :)

Also, when will the sitemap generator for the vRewrite'n pages be available? I'm using an alternate one and the pages redirect fine, but it would be nice to be able to provide SES with regular filename paths. And what's the status about rewriting the RSS feeds?

Glad you got it fixed.


Whenever vBSEO let's me release the hacked sitemap generator :)

Bhuwan 04-24-2006 11:38 AM

Quote:

Originally Posted by COBRAws
Hello, this is a great mod, but im here to repot some bug:

With the Post Thanks hack, you cant give thanks.
https://vborg.vbsupport.ru/showthread.php?t=92410


Cya!!
ps. PM me your paypal

Thanks, Iwill look into the fix for tis...

Bhuwan 04-24-2006 11:40 AM

Quote:

Originally Posted by GoTTi
another problem found:

when viewing a users profile, and you click on the users latest thread posted, you get a cannot find thread error

The double forumname is fixed in an unreleased copy of 1.5 (1.5.1)....

Bhuwan 04-24-2006 11:41 AM

Quote:

Originally Posted by jdingman
Another thing you may consider rewritting are the 'announcements'.

Code:

/announcement.php?f=41
those pages could be rewritten and properly formatted to SEs pick them up.

I wasn't sure of the best way to display grouped announcements (i.e. which title to put inside the URL), sO I left this out...

Danecookie 04-25-2006 05:34 AM

I dont know what is the problem but its giving me error.. its giving 2 slashes in my URLS.. and when we click on any forum section through forum home it gives 404 error, but if we click on threads form forumhome, its working fine.. but there still are 2 slashes in all urls..

please see the screenshot for more details and help.. thanks

multireg 04-25-2006 05:20 PM

Quote:

Originally Posted by Bhuwan
The double forumname is fixed in an unreleased copy of 1.5 (1.5.1)....

Can you please post a fix on this (either the changed source or a link to 1.5.1)?

Thanks,

MultiReg

Danecookie 04-25-2006 05:54 PM

Hello? Someone Help ?!!

>> https://vborg.vbsupport.ru/showpost....postcount=1159


All times are GMT. The time now is 07:50 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.02798 seconds
  • Memory Usage 1,845KB
  • 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
  • (3)bbcode_code_printable
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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