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)

eh9 daddy 02-15-2007 08:06 AM

To remove the session_id from the url open the functions_zseo.php in the includes directory.

Remove3 times this code:

Code:

        $extra = $vbulletin->session->vars['sessionurl'] . $extra;

Chachacha 02-20-2007 06:57 AM

Hello all. I'm new to the vbulletin software and this modification looks like too much for me. I'm sure I would run into problems and get stuck. It would be great if someone could do this one for me. Please PM me if you will install this mod on my site.

dholt 02-20-2007 12:43 PM

can we use the vbseo sitemap generator with this? I searched and other have asked this but no answers as there was a File that was uploaded called sitemap and I have another file for vbseo sitemap.

These 2 products will work nicly together or do I need to remove one.

djbaxter 02-20-2007 01:13 PM

Quote:

Originally Posted by dholt (Post 1186680)
can we use the vbseo sitemap generator with this? I searched and other have asked this but no answers as there was a File that was uploaded called sitemap and I have another file for vbseo sitemap.

These 2 products will work nicly together or do I need to remove one.

Yes.

The vbseo sitemap generator produces a Google Sitemap (now also used by Yahoo and MSN Search).

The "sitemap" feature in Zoints SEO is about using the vBulletin Archive as a sitemap.

Not the same thing at all so they don't interfere with one another.

dholt 02-20-2007 01:27 PM

Thank you

IrPr 02-20-2007 07:57 PM

Thank for this AWESOME mod

I read this thread but couldnt find any fix for Quote Backlink url
sometimes its broken
also goto first unread post above first post at left
and paging using menu and entering page numer is borken

any suggestion?

Chachacha 02-21-2007 07:14 AM

Quote:

Originally Posted by Chachacha (Post 1186567)
Hello all. I'm new to the vbulletin software and this modification looks like too much for me. I'm sure I would run into problems and get stuck. It would be great if someone could do this one for me. Please PM me if you will install this mod on my site.

Actually, this modification was easier than I thought. I successfully installed it this evening. Thanks for the great mod ...but I do have a suggestion to enhance it.

I would like to see the urls for member names to change from:
Code:

http://www.yourforum.com/forum/member.php?u=2000
to:
Code:

http://www.yourforum.com/forum/sweetgirl.html
^^depending on the user's name


Or something to that effect.

P.Jackson 02-21-2007 09:17 AM

Yea that would be very good

turkerm 02-23-2007 05:35 AM

Do sb have an idea about how to change the URLs into "thread123.html" style?

Or do someone have an idea about how to 301 redirect thread123.html style URLs to zoints seo style URLs?

Thanks.

Capt. GannA 02-23-2007 07:28 PM

I had no problems whatsoever installing this and it works great with my 3.6.4 board. Great plugin.. thanks :D

kofoid 03-01-2007 04:23 PM

Hi there! THANK YOU for this - excellent add on!

I too am having a problem with "View First Unread" - when my members click on it they are taken back to the homepage. Can anyone help?

Here's the View First Unread liknk: http://www.lets-yada-yada-yada.com/#post488154 I believe it's missing "showthread.php. I am guessing I can just fix this with a template edit

bgtfamily 03-02-2007 03:30 PM

Has anyone ran into this error when enabling the seo system.

Fatal error: Call to undefined function fetch_dynamic_permission_message() in

3dpirate 03-02-2007 04:23 PM

Will this mod work for 3.6.4?

If so I need to install right now!

djbaxter 03-02-2007 04:26 PM

Quote:

Originally Posted by 3dpirate (Post 1194213)
Will this mod work for 3.6.4?

If so I need to install right now!

Yes. It works just fine with 3.64 and 3.65.

lovelypk 03-03-2007 03:33 AM

any plan for updating the mod?

mrxbma 03-03-2007 07:03 AM

just so everyone knows, this mod will NOT work with godaddy hosting, or any other PHP as CGI hosting

dholt 03-03-2007 10:19 AM

Rewrite URLs and insert keywords, using mod_rewriteThis requires mod_rewrite support on the web server.

I asked my host and they said I could use this but when I activate it it sends each forum to a 404

everything else works greats thanks so much for this

djbaxter 03-03-2007 11:54 AM

Quote:

Originally Posted by lovelypk (Post 1194594)
any plan for updating the mod?

Updating it to what? It doesn't need updating. It works just fine as it is.

Quote:

Originally Posted by mrxbma (Post 1194672)
just so everyone knows, this mod will NOT work with godaddy hosting, or any other PHP as CGI hosting

What about it won't work? I just installed it on a CGI forum and it's working fine (without mod_rewrite - see below).

Quote:

Originally Posted by dholt (Post 1194738)
Rewrite URLs and insert keywords, using mod_rewriteThis requires mod_rewrite support on the web server. I asked my host and they said I could use this but when I activate it it sends each forum to a 404. everything else works greats thanks so much for this

You really do NOT need mod_rewrite. No major search engine has trouble with the native vBulletin URLs. Use some of the other Zoints SEO features and turn off mod_rewrite. Apsart from being unnecessary, it does exact an extra load on your server,

Ducks 03-03-2007 12:48 PM

I'm using ZointsSEO on my board to optimize the URLs, but I think they could be even more optimized for.

We have 3 common special characters in Denmark I wanna replace with something else than an underscore:
? should be replaced by ae
? should be replaced by oe
? should be replaced by aa
I would also like if the URLs look like http://domain.dk/thread/ID/title/ instead of http://domain.dk/titl-tID.html

Here's the .htaccess from ZointsSEO:

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]


djbaxter 03-03-2007 12:51 PM

Ducks, why do you think you need to do this? Honestly, the value of rewriting URLs is vastly overstated.

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?

Cagonni 03-29-2007 09:54 AM

Quote:

Originally Posted by Cagonni (Post 1210506)
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?

fixed :D

Zweeper 04-01-2007 06:48 AM

hallo,

i have 2 problems and i hope that someone can help me. I'm using Vbulletin 3.5.4.

1.) in the online.php the links are not correctly rewritten.
when a user is reading a thread, there just is a "is reading a thread" message, not "is reading thread XXX".

2.) in my archive there is a error. (http://www.zweeper.de/forum/archive/)
i can see the site, but when i click on a link, i just come again and again on the archive startpage. when i turn Zoints SEO off, its all correct.

i deactivated the follow options:

Rewrite /archive/ to /sitemap/
Use Archive as Sitemap
Use Zoints Archive Navigation?

(when i activate them, the error is just the same)


my htaccess file looks like this:
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 hope someone can help me, greetings, zweeper.

djbaxter 04-01-2007 01:22 PM

Quote:

in my archive there is a error. (http://www.zweeper.de/forum/archive/)
i can see the site, but when i click on a link, i just come again and again on the archive startpage. when i turn Zoints SEO off, its all correct
1. Are you on a server using CGI mode? If so, there seem to be some known problems with the archive.

2. Are you using mod_rewrite in Zoints SEO? If so, turn that feature off. You really do not need it with vBulletin 3.xx. The existing URLs are quite spider friendly.

IrPr 04-05-2007 08:45 PM

Just a simple question
does URL 301 redirection use query ?
i mean when i link to showthread.php?t=X and then Zoints redirects to xxx, the redirection stage will use any query or PHP resources?

sorry my bad english

Capt. GannA 04-06-2007 06:40 PM

I'm having problems moving/merging posts :/

Quote:

You have not specified a valid URL for the thread that you want to merge. Please check that the URL includes a valid threadid, "t=xxx" or postid, "p=xxx" (where xxx is a number).
Help?

djbaxter 04-06-2007 07:07 PM

Are you using mod_rewrite?

giovannicosta 04-06-2007 07:57 PM

Would love to install this but sadly it is not supported.

Capt. GannA 04-07-2007 11:44 AM

Quote:

Originally Posted by djbaxter (Post 1221312)
Are you using mod_rewrite?

Yes, I am.

djbaxter 04-07-2007 12:06 PM

My advice is to turn off URL rewriting.

1. vBulletin doesn't need it: all of the major search engines can spider and index the out-of-the-box vBulletin URLs without any modification at all

2. it won't help you with a vBulletin forum, notwithstanding popular clamorings to the contrary

3. it does add somewhat to server load - save that for features that actually matter and enhance your forum

phlogiston 04-07-2007 05:43 PM

Quote:

Originally Posted by djbaxter (Post 1221833)
My advice is to turn off URL rewriting.

Personally speaking I find URL rewriting to be a great service to members and the broader internet population when faced with a link whether or not it improves search engine ranking and so I despair when folk say "it adds nothing" - it can add context and information to real people.

To explain: the majority of the time folk cut & paste links from the url address bar and often with no context.
for example: "CHECK THIS OUT! http://www.spoiltcat.com/showthread.php?t=2083 " doesn't have any hints of what to expect, whereas rewriten " http://www.spoiltcat.com/danni_minogue-t2083.html " has already given away that the link (probably!) has something to do with Kylie Minogue's sister, Danni...
For casual browsers I've improved the quality of traffic to my site simply by the link identifying what it's about.


If the occasional search engine bumps me from ranked 103 to 102 because of it well that's a nice bonus...


All times are GMT. The time now is 07:30 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.02156 seconds
  • Memory Usage 1,851KB
  • 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
  • (12)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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