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)
-   -   Keyword Redirect (https://vborg.vbsupport.ru/showthread.php?t=112425)

toolblast 04-11-2006 07:54 PM

To answer all the 'what the heck is this?' questions...

I think what this does it basically give the admin the chance to make urls that redirect to other pages. Sort of like AOL keywords.

It may be useful if you were running, for example, a dictionary site or glossary and the user types /go/dog and then that would redirect to a forum search with all posts about dogs?

lol.

magnaromagna 05-29-2006 06:12 PM

I have the same problem: I have vbseo installed, I tried to install this hack but don't works. I have the forum in site.ext/forum/ and I added this code at .htaccess
PHP Code:

RewriteRule ^go/(.*)$ forum/keyword.php?keyword=$

After add some keywords in admin panel, I see that nothing changed in threads
Is a conflict with vbseo?

akanevsky 05-30-2006 12:06 AM

This hack does not change anything in threads. It simply allows you to use those links, but you have to add the links in templates yourself.

whitetigergrowl 05-30-2006 02:04 AM

Can external links be used as well? Also, I have mine in a subdirectory as well, did the edit above, and still doesnt work for me either.

akanevsky 05-30-2006 05:06 PM

Yes, you can use any links.
As for subdirectories - see .htaccess commentary added by this hack.

whitetigergrowl 05-31-2006 01:34 AM

RewriteRule ^go/(.*)$ community/keyword.php?keyword=$1

I have. And still no go.

akanevsky 05-31-2006 07:39 PM

The RewriteBase part is what you need.

whitetigergrowl 06-02-2006 01:51 AM

Still no go.

RewriteBase /

RewriteRule ^go/(.*)$ community/keyword.php?keyword=$1

akanevsky 06-02-2006 06:24 PM

Try:

RewriteBase /community/
RewriteRule ^go/(.*)$ keyword.php?keyword=$1

whitetigergrowl 06-02-2006 08:13 PM

Copied and pasted...and still nothing.

I have this in my forum subfolder (which is 'community'). I have tested it numerous times and still nothing even though I have entered the info as stated and everything shows in the admincp. The forums do not reflect any changes and no keywords are highlighted or anything else.


All times are GMT. The time now is 06:47 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.02167 seconds
  • Memory Usage 1,725KB
  • 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
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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