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)

Ducks 03-03-2007 03:39 PM

Okay maybe.. But I still like it for so people easier can see the threads content

djbaxter 03-03-2007 05:08 PM

Then check out vRewrite.

corsacant 03-06-2007 06:52 PM

Is there any way of turning off the optimised URL's for specific forums?
I have iTrader installed and configured to work in my classified section, but it doesn't agree with the SEO URL's of the threads. By this I mean that in order for feedback to be left for members, a thread URL needs to be submitted, but iTrader is not working with the Zoints SEO URL's.

All I want is a method to exclude my classified section from having the URL's re-written by the Zoints SEO without turning off the whol product.

Thanks in advance.

Charmedfan 03-08-2007 06:16 PM

In vB 3.6.5 there is a bug in Zoints Seo. If you klick on the URL or IMG button in the Quick Edit or Quick Reply, you come to an Error page in the little window with the message: Wrong Topic (In German "Ungültiges Thema"). Has anybody an idea how can you fix this bug?
It also is in the smilie menu in QR and QE (Hack). You come to the same page like above.

Thanks for the answers!

Charmedfan 03-08-2007 08:05 PM

Problem fixed with help from vbulletin-germany.com!

In file clientscript/vbulletin_textedit.js find:


Code:

                if (is_ie7)
                {
                        var returnvalue = window.showModalDialog("clientscript/ieprompt.html", { value: defaultval, label: dialogtxt, dir: document.dir, title: document.title }, "dialogWidth:320px; dialogHeight:150px; dialogTop:" + (parseInt(window.screenTop) + parseInt(window.event.clientY) + parseInt(document.body.scrollTop) - 100) + "px; dialogLeft:" + (parseInt(window.screenLeft) + parseInt(window.event.clientX) + parseInt(document.body.scrollLeft) - 160) + "px; resizable: No;");
                }
                else
                {
                        var returnvalue = prompt(dialogtxt, defaultval);
                }

Rewrite the red marked path with you full path like that:

Code:

                if (is_ie7)
                {
                        var returnvalue = window.showModalDialog("http://www.yousite.tld/forum/clientscript/ieprompt.html", { value: defaultval, label: dialogtxt, dir: document.dir, title: document.title }, "dialogWidth:320px; dialogHeight:150px; dialogTop:" + (parseInt(window.screenTop) + parseInt(window.event.clientY) + parseInt(document.body.scrollTop) - 100) + "px; dialogLeft:" + (parseInt(window.screenLeft) + parseInt(window.event.clientX) + parseInt(document.body.scrollLeft) - 160) + "px; resizable: No;");
                }
                else
                {
                        var returnvalue = prompt(dialogtxt, defaultval);
                }

It is not the best solutions but a good work-arround!

RichieBoy67 03-19-2007 04:25 PM

Quote:

Originally Posted by rsj1 (Post 1111600)
A fix for the vBGallery problems: https://vborg.vbsupport.ru/showthread.php?t=130893




Thank you so much for this!!!!! I spent 2 hours trying to figure this out. Man! I was way off base trying to use htaccess and the parse plug in for photopost...

I spent all that time when it was one tiny add......man..

Thanks!! The gallery is now fully functional with rewrites!! Yeeha...

RichieBoy67 03-19-2007 04:32 PM

one small issue I am having is with the digital co op banner verification. basically when the crawlers go to the site to confirm placement of thier banners they are getting thrown off by urlrewrite......

Is there a fix for this?? Would something similiar to the gallery fix work for this as well???

Has anyone else had a problem with this type of problem???


in response to the zoints seo site map mod.. I would love that!! I think all of these zoints mods and integrations are excellent and if they are all as good as what we have seen so far I say keep em coming!!!


Thanks for all the hard work and time to not only come up with these, write them but also support them...

Rich

PS- If anyone wants to see any of the zoints mods in action visit www.talkandmore.net -- I will create temp log ins if requested...

Cagonni 03-23-2007 05:21 PM

in godaddy there are some problems with mod_rewrite..

take a look at this..

Code:

Options SymlinksIfOwnerMatch
Options +FollowSymLinks -MultiViews
RewriteEngine On
Rewritebase /
RewriteRule ^/?test\.html$ test.php [L]

this htaccess change test.php to test.html it works.But in zoints seo i should edit this lines like above..

Code:

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]

but how?

rellek 03-24-2007 10:50 AM

Quote:

Originally Posted by Zoints (Post 1081351)
Known bugs

1. If a user disables cookies, infinite redirect loop.

I have a fix for this :-)

Create a new plugin for "vBulletin" (Maybe also for Zoints SEO, dont know, havent tested).
Hook: global_start
title: doesnt matter
Order: 1 (important!)
PHP-Code:
Code:

if(!$show['search_engine'] && $vbulletin->superglobal_size['_COOKIE'] == 0)
    $vbulletin->options['zointsseo_on'] = false;


You can test if you want:
www.rellek.org


Search-Bots should not be affected from this little hack :)


Thanks for this great addon, by the way :-)


Greets

ben_erhan 03-25-2007 03:22 PM

I am using this plugin.Everything is ok.But there is only one problem about forum access password.

When we are using zoints seo we can not log in to any forum has password access.
If I disable the plugin we can log into the forum.

I try to chenge the password but still we can not.It says everytime " wrong password".

How can I solve this problem?


All times are GMT. The time now is 01:25 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.02736 seconds
  • Memory Usage 1,751KB
  • 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
  • (5)bbcode_code_printable
  • (2)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