vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Zoints SEO (https://vborg.vbsupport.ru/showthread.php?t=127336)

Make Money? 10-26-2006 03:33 PM

We get a lot of referals from Google - and have an excellent Google Archive presence will this disturb that?

Thanks

Make Money? 10-26-2006 03:42 PM

Is it only for new posts at the time of posting?

Or can past threads be tagged retospectivly?

Also using the moderator tools will I be able to mass tag stuff?

Thanks!

Make Money? 10-26-2006 03:44 PM

We swiched it on in the admin area but cant see any evidence of it out on the forum...???

aceofspades 10-26-2006 04:30 PM

When i said vb gallery i was referring to the vb intergrated photopost. It rewrites the urls, for example it changes the directory /gallery to /forums and so none of the images are their and none of the links work. I use the gallery so much that i cant not use it so that i can use zoints seo.

Mr.Haze 10-26-2006 08:32 PM

Hi,
I just installed Zoints SEO and it's brilliant, installed fine, does exactly what I want. But the only problem is I already had vBadvanced installed, which I also like. Is there any way to make the vBadvanced homepage use the Zoints "friendly" SEO urls?
Thanks!

Neil

Mr.Haze 10-26-2006 08:41 PM

Also my "All" links don't work:
Normal: http://www.head-nod.com/video-club-f7/index.html
ALL: http://www.head-nod.com/forumdisplay...ll7/index.html

nimonogi 10-29-2006 07:48 AM

How can i remove the session id (=b23632a198eeb23bdb0367f5ca53e9a4&) ?

maxicep 10-29-2006 07:48 PM

hi,
my host yahoo dont give permission to create file start with (.),(-)
like .htaccess

i want to make vRewrite for Seoed Urls

What can i do now ?

rogersnm 10-29-2006 07:50 PM

a) Switch to a better host.
b) Don't use mod_rewrite - turn it off in vB Options and don't bother with the .htaccess file.

phlogiston 10-30-2006 12:06 AM

Quote:

Originally Posted by aceofspades
When i said vb gallery i was referring to the vb intergrated photopost. It rewrites the urls, for example it changes the directory /gallery to /forums and so none of the images are their and none of the links work.

I'm pretty certain I've figured out why I haven't experienced problems with vBGallery (and other addons) while using Zoints SEO - I have vBa CMPS wrapped around everything and forums in root dir = not standard.


So I worked out a possible fix.
If anyone wants to try this (without guarantee!) to get Zoints SEO working on sites with photopost's vBGallery (may also solve the incompatibility with vBadvanced Links Directory) I'm fairly/quite confident it may work. (I apologise for the vagueness but I don't have good test installs at present :()

in the "Zoints SEO" plugin at parse_templates (on line #1),
originally (Zoints SEO v 2.2.2) it should be
PHP Code:

if ($vbulletin->options['zointsseo_on'] AND $vbulletin->options['zointsseo_rewrite_urls'] AND VB_AREA == 'Forum' AND !defined('VBA_PORTAL')) 

change VBA_PORTAL to VBA_SCRIPT,
ie REPLACE line#1 with
PHP Code:

if ($vbulletin->options['zointsseo_on'] AND $vbulletin->options['zointsseo_rewrite_urls'] AND VB_AREA == 'Forum' AND !defined('VBA_SCRIPT')) 

this should prevent the <base href=""> tag being added to the header which I think was the problem.


Again, apologies for the lack of testing of this before offering it as a possible solution.


All times are GMT. The time now is 05:20 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.03626 seconds
  • Memory Usage 1,742KB
  • 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_php_printable
  • (1)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
  • (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