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)

xStylezx 05-08-2006 09:16 PM

Oh,one more thought.Right now the only thing that worries me as far as possible dupe is the newpost and lastpost links that are rewritten on forum home.Its the same content of the original thread,just with a "newpost" or "lastpost" added to the url.That is a worry of mine right now,ive sent you a pm a little while ago Bhuwan when you were away for a while,if you still have it there are more details there.I think it would be better to rewrite like this

Code:

www.forumhome.com/forumname/threadname.html#1270
which at the time of me writing this "1270" is the "lastpost" in this thread.it happens to be my post.

Smitty 05-08-2006 09:59 PM

Quote:

Originally Posted by redlabour
We are talking about a Hack that Rewrites URL?s.

In fact this Hack damages and does not optimize Search Engine Crawlability.

OK. You've warned us of the danger(s). Now can we get on with the thread?

Quote:

Originally Posted by redlabour
Free or Commercial - Users have to be warned about using this and get lost their Search Engine Placements that they have before they use this Hack.

In Fact - Free/GPL/OpenSource does not mean unprofessional. All i think is that there has to be a clear warning at the Top of this Hack.

And you're just the person to warn everyone.... OK - We know we're all stupid and need you to warn us. You've done your job. Personally, I'm just putting you on my 'Ignore' list. Your posts are of no value.

Immortal 05-09-2006 06:04 PM

If you don't like the hack, then don't use it, simple as that. And honestly I do not care. We do not make any money doing this, and we are just trying to help other vB owners by improving their community. If you don't think it's of any value to you, then just shut your mouth up, and don't use the freaking hack.

Solitary 05-10-2006 02:48 AM

I noticed that the url rewrite does not work with subforums. Is there going to be a support for that?

kurtbarker 05-10-2006 02:56 AM

Quote:

Originally Posted by Immortal
If you don't like the hack, then don't use it, simple as that. And honestly I do not care. We do not make any money doing this, and we are just trying to help other vB owners by improving their community. If you don't think it's of any value to you, then just shut your mouth up, and don't use the freaking hack.

Geez mate... Half the people come on here, say what they 'think' could improve it, and hope it gets added. They don't expect to get abused by the author. Secondly, the WOL issue is a big one for me, as I run a club and it would look unprofessional, and I can see that others have also requested this... There were reports of key features not working, so I was following that, and I reported that member profiles were loading with the rewrite feature enabled... Don't you care if your 'hack' doesn't work 100%

Maybe you should edit the initial post to read "Hack is provided AS IS, I will not be updating it, so if you don't like it... DON'T use it..." at least then people won't be expecting your support when you obviously won't give it

kurtbarker 05-10-2006 02:58 AM

Quote:

Originally Posted by Immortal
Any donations are very much appreciated!

After that last post, LOL... hope you aren't relying on those donations

pranism 05-10-2006 03:23 AM

Quote:

Originally Posted by Immortal
If you don't like the hack, then don't use it, simple as that. And honestly I do not care. We do not make any money doing this, and we are just trying to help other vB owners by improving their community. If you don't think it's of any value to you, then just shut your mouth up, and don't use the freaking hack.

I have found some bugs, but hey you guys are working on this for free, and offering a useful product. Not all of us are upset , some of us are thankful.

I know personally had a bug from a unused hack by most , and Bhuwan spent a bit of time helping me.

I say thumbs up to you guys.

kurtbarker 05-10-2006 03:26 AM

Quote:

Originally Posted by pranism
I know personally had a bug from a unused hack by most , and Bhuwan spent a bit of time helping me.

Bhuwan has been great with support and help, have nothing against him... Just immortals attitude really struck a nerve

sickboy6ths 05-10-2006 06:27 AM

I had to write an extra rule to fix the search result (when you click on a post link instead of the threads link), for now this rule only makes sure you don't get an error and get routed to the right thread, it seems that the #post is not working, don't know enough of this to assess the problem, anyone any idea?

Code:

RewriteRule ^(.*)/t-(.*)-(.*)-post(.*).html showthread.php?t=$3#post$4&is_vrewrite=yes&%{QUERY_STRING} [L]

Immortal 05-10-2006 09:00 AM

Quote:

Originally Posted by kurtbarker
Geez mate... Half the people come on here, say what they 'think' could improve it, and hope it gets added. They don't expect to get abused by the author. Secondly, the WOL issue is a big one for me, as I run a club and it would look unprofessional, and I can see that others have also requested this... There were reports of key features not working, so I was following that, and I reported that member profiles were loading with the rewrite feature enabled... Don't you care if your 'hack' doesn't work 100%

Maybe you should edit the initial post to read "Hack is provided AS IS, I will not be updating it, so if you don't like it... DON'T use it..." at least then people won't be expecting your support when you obviously won't give it

I never said I had anything problems with bugs or constructive feedback, but things like this:
https://vborg.vbsupport.ru/showthrea...904#post969904

I just won't take. We've put hours and hours into vRewrite. If you have a bug, or real feedback then we appreciate if you tell us so we can make it even better. But trashing the hack, when we do this for free is useless and something I will not take (...again).

Quote:

Originally Posted by kurtbarker
After that last post, LOL... hope you aren't relying on those donations

No, no one is donating, even before I got sick of providing support for this hack. I've got no problems when people have real feedback, or a real issue. It's just that people who cannot search the thread, is a problem to me. And no, no one donated before I got fed up with it either. It'd be nice, but I can careless as I know it won't happen.

Quote:

Originally Posted by kurtbarker
Just immortals attitude really struck a nerve

And that's the message I get across to a lot of people who waste my time, when all I am doing is trying to help others. I could be helping someone with a real issue, but instead, I have to tell someone to search the thread because it was mentioned fifteen times already.

Quote:

Originally Posted by sickboy6ths
I had to write an extra rule to fix the search result (when you click on a post link instead of the threads link), for now this rule only makes sure you don't get an error and get routed to the right thread, it seems that the #post is not working, don't know enough of this to assess the problem, anyone any idea?

Hm...Is everything else working besides the #post? AFAIK, the anchor (#), is not parsed server-side, so it can't be added.....but this isn't the first time I've seen something like this.

[high]* Immortal will wait for Bhuwan[/high]


All times are GMT. The time now is 11:13 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.02790 seconds
  • Memory Usage 1,758KB
  • 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
  • (10)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