vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Board Optimization - Zoints SEO 2.3.2 (https://vborg.vbsupport.ru/showthread.php?t=202739)

samuelss 01-22-2009 09:14 PM

Many thanks for your kind and quick response. I have changed the Rewrite URLS to the second (Rewrite URLs and insert keywords) option as suggested but when I click on a thread, i. ie. it tries to load the page almost forever but in Firefox it comes up with an error - Redirect Loop

"Redirection limit for this URL exceeded. Unable to load the requested page."

Perhaps you may want to see this at http://www.alpharadiotv.com/forum/. Its basically a new forum.

Thanks.

dxlwebs 01-22-2009 09:22 PM

do you have redirects on if so turn it off and see what happens !

dxlwebs 01-22-2009 09:30 PM

Please remember to read this thread https://vborg.vbsupport.ru/showpost....52&postcount=2 and make sure that its installed properly it looks to me that you have not set it up completly :D

samuelss 01-22-2009 09:30 PM

Thanks. When redirects is off, the page displays but the thread/Forum will not display. It will show this error - Invalid Forum specified. If you followed a valid link, please notify the administrator.

Thanks.

goranbaxy 01-22-2009 10:10 PM

can it be some somehow combinated with VBSEO?

R-D 01-22-2009 10:14 PM

Quote:

Originally Posted by samuelss (Post 1721604)
Thanks. When redirects is off, the page displays but the thread/Forum will not display. It will show this error - Invalid Forum specified. If you followed a valid link, please notify the administrator.

Thanks.

Not sure if you're already past this but when you said your htaccess now looks like this:
Code:

---------------------------------------
Options +FollowSymlinks
RewriteEngine on
----------------------------------------

Add the following lines at the end of the file
----------------------------------------
RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]
----------------------------------------



Is that the exact code you put in your .htaccess file?


If so, you need to change it so it just says these lines:
Code:

Options +FollowSymlinks
RewriteEngine on
RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]


SEOvB 01-23-2009 12:28 AM

Quote:

Originally Posted by goranbaxy (Post 1721641)
can it be some somehow combinated with VBSEO?

That would be rather redundant since both these do virtually the same thing

buileminh 01-23-2009 12:44 AM

Please anybody tell me if this mod have much impact on server load or not. As far as I know, vbSEO have much impact on server load... therefore i am afraid of that in this mod.
I am hosted on a shared server. My forums will have 5K-30K members, 200-750 users (members + guests) online at the same time. I know it's heavy itself and that's why i must care much about server load.
Thank you in advance!

djbaxter 01-23-2009 02:13 AM

This is excellent news. Thank you!

I see instructions for installing. What about specific instructions for upgrading from the previous version, 2.22?

Phaedrus 01-23-2009 02:32 AM

One quick thing...

In your Search Results Postbit edits on the second edit...

You have:

Find:
Code:

$post[typeprefix] <a href="showthread.php?$session[sessionurl]t=$post[threadid]$post[highlight]"><strong>$post[threadtitle]</strong></a>
Which doesn't exist...

This is what exists:

Code:

$post[typeprefix] $post[prefix_rich] <a href="showthread.php?$session[sessionurl]t=$post[threadid]$post[highlight]"><strong>$post[threadtitle]</strong></a>
(was missing teh $post[prefix_rich])


Also in the replace: The same $post[prefix_rich] needs to be added to make it work correctly.


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