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)

dxlwebs 01-26-2009 06:36 AM

Quote:

Here's the solution to the infinite loop-problem.
https://vborg.vbsupport.ru/showthrea...92#post1210992
thanx for the fix i thought i saw it some ill add it into the next update which im working on now

NOTE TO ALL

if you find a problem let me know so that i can fix it now :D

P@trick 01-26-2009 08:14 AM

Quote:

Originally Posted by dxlwebs (Post 1724948)
from what i know of yesit is possible but through the mod_rewrite tool you should be able to organize it through .htacces if you need the actural code for the.htaccess file let me know and illpost one up!

That would be great. :)

dxlwebs 01-26-2009 09:02 AM

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]

i think this may help but htaccess is notmy strong point lol

P@trick 01-26-2009 09:46 AM

Ive try the new htaccess, but the urls are still the same (but they work!)

ComputerVitals 01-27-2009 02:41 AM

I'm using Zoints SEO Version: 2.2.2

What do we need to do to upgrade to this version?

dxlwebs 01-27-2009 03:21 AM

Quote:

Originally Posted by ComputerVitals (Post 1725795)
I'm using Zoints SEO Version: 2.2.2

What do we need to do to upgrade to this version?

upload the new files and then import the new product and allow overwrite thats it or atleast should be as it automatically adds the template edits to most templates!

Adam21 01-27-2009 07:47 AM

There's an extra zip folder in the upload folder.Which do i upload to upgrade?

dxlwebs 01-27-2009 08:09 AM

Quote:

Originally Posted by Adam21 (Post 1725973)
There's an extra zip folder in the upload folder.Which do i upload to upgrade?

yeah thats justfrom when i was testing the modon mylive site you can just ignore that ill remove it from the next update

Phaedrus 01-30-2009 05:25 PM

Okay, if you are using the Blog, even the newest version, there is one comments link that breaks when using this, as well as 2.2.2...

To fix it:

In "blog_show_entry" template find:

Code:

<span class="shade"><a href="#comments" class="shade">$vbphrase[comments]</a></span> <span id="commentcount1">$bloginfo[comments_visible]</span>
Replace with:

Code:

<span class="shade"><a href="blog.php?b=$blog[blogid]#comments" class="shade">$vbphrase[comments]</a></span> <span id="commentcount1">$bloginfo[comments_visible]</span>

dxlwebs 01-31-2009 05:24 AM

thanks for the fix ill try to add it into this new version if ANYONE else has any problems to report even ifyou do not now the fix please let us know then we will be able to fix it (hopefully)

im still working on the vbadvanced problem as well !


All times are GMT. The time now is 08:12 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.01154 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
  • (3)bbcode_code_printable
  • (4)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
  • (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