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)

mc0676 02-02-2009 01:03 PM

I've a problem with the archive.

With the option:
- use Zoints Seo Archive
- use Archive as Sitemap
all in OFF
my original archive of vbulletin show only the categories and the forums but not the thread if i enter in a forum ...

U can see here:
http://www.vwgolfcommunity.com/vbulletin/archive/

Phaedrus 02-02-2009 01:28 PM

Quote:

Originally Posted by mc0676 (Post 1731862)
I've a problem with the archive.

With the option:
- use Zoints Seo Archive
- use Archive as Sitemap
all in OFF
my original archive of vbulletin show only the categories and the forums but not the thread if i enter in a forum ...

U can see here:
http://www.vwgolfcommunity.com/vbulletin/archive/

I was able to go right to the thread and read it.

mc0676 02-02-2009 01:41 PM

Now yes, i've uninstalled.

mc0676 02-02-2009 05:51 PM

Now i've reinstalled.
How u can see don't work.

TheInsaneManiac 02-02-2009 06:44 PM

Queries?

mc0676 02-02-2009 07:58 PM

U ask me ?

rbgrn 02-02-2009 09:01 PM

Hey dxlwebs - Thank you so much for keeping this up-to-date!! I really appreciate it.

TheInsaneManiac 02-03-2009 01:28 AM

Quote:

Originally Posted by mc0676 (Post 1732299)
U ask me ?

No I was asking the author how much server load was being put on the server lol.

kavehch 02-04-2009 10:23 PM

hi

dont show arabic titel in address plz help me

killswitch 02-05-2009 02:40 AM

Followed the instructions, got this error.

Quote:

Warning: require_once([path]/includes/functions_zseo.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/init.php(298) : eval()'d code on line 1

Fatal error: require_once() [function.require]: Failed opening required '/home/user*/public_html/forums/includes/functions_zseo.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/user*/public_html/forums/includes/init.php(298) : eval()'d code on line 1

dxlwebs 02-05-2009 05:50 AM

arabic letters wouldbe very hard to put into the address bar just like turkish letters ill look into it but i dont think it supports arabic names right nowQ

kavehch 02-05-2009 06:19 AM

IoI sorry

i want not shown keyword and showe number in address bar As vbseo thanks

Skyrider 02-07-2009 12:34 PM

Any specific reason why there is a upload.zip located under the uploads folder?

Skyrider 02-08-2009 12:18 PM

PS, The ad function doesn't work. Enabled at the footer and within replies/threads. The code itself works fine, just not through Zoinst.

rootmt 02-08-2009 02:35 PM

to show Turkish letters in URLs you should edit a funciton in
forum home -> includes -> functions_zseo.php

find: function zseo_cleaned_string($string) definition and change this function to this:
PHP Code:

function zseo_cleaned_string($string)
{
    global 
$vbulletin;
    
    
$bit iif($vbulletin->options['zointsseo_url_separator'], '_''-');
    
    
/*
    turker - fix start ----------------------------------------------------
    */
    
$string=iconv('UTF-8','ISO-8859-9',$string);
    
$find = array('?','?','Ş','İ','I','Ğ','?');
    
$replace = array('?','?','ş','i','ı','ğ','?');
    
$string str_replace($find,$replace,$string);
    
$string=iconv("ISO-8859-9""UTF-8",$string);
    
/*
    turker - fix end ------------------------------------------------------
    */
    
    
$string strtolower($string);
    
$string unhtmlspecialchars($string);
    
    
$string str_replace("'"''$string);
    
$words preg_split("#[^a-z0-9]#"$string, -1PREG_SPLIT_NO_EMPTY);
    
    
$words zseo_strip_stopwords($words$bit);
    
$words zseo_limit_keywords($words$bit);
    return 
implode($bit$words);


NOTE:
-Take a look at iconv usage.
-If your forum and local charset(which includes local characters, here is iso-8859-9) are same, delete the iconv lines.

kavehch 02-09-2009 02:18 AM

hi

i want Conversion this address from zonit seo :

http://mysite.com/(keword).html

to

http://mysite.com/thread(number).html

and i want seo this hack https://vborg.vbsupport.ru/showthread.php?t=201274 ( last theard )

plz help me

aKosmAn 02-09-2009 05:11 PM

tnx

mdcdeve 02-11-2009 04:54 PM

Not sure if this has been mentioned before but is it possible for this to work alongside VBSEO Sitemap Generator ? As in the generator taking down the re-written URLs rather than the regular links. Thanks !

dxlwebs 02-11-2009 05:19 PM

ill look into the vbseo sitemap for the next release along with the other problems mentioned

|Jordan| 02-13-2009 10:13 PM

Will using this break other modifications?

The huge modifications im using are IBPro arcade, Photoplog, vBAdvanced, vBAdvanced Dynamics, Geek Article and Review System, Downloads II

djbaxter 02-13-2009 10:50 PM

Quote:

Originally Posted by |Jordan| (Post 1743305)
Will using this break other modifications?

The huge modifications im using are IBPro arcade, Photoplog, vBAdvanced, vBAdvanced Dynamics, Geek Article and Review System, Downloads II

It doesn't break IB Pro Arcade, or vBAdvanced, or GARS.

I don't use Dynamics or Downloads so I can't tell you about those.

dxlwebs 02-14-2009 06:48 AM

i use most of them and a hell of a lot more mods on my site and run this with no problem i think your be fine :D BUT if any problems are found please do let me know!

the next update should be within the next week depending on what time i get :D

dxlwebs 02-14-2009 06:53 AM

if any one has mods or created mods and have a solution for intergrating them but need it done through zoints and not through their mod let me know and ill add it in! there is a lot of code to go through and a lot of mods to add so if others have solutions please do tell me!

this is still a community run mod :D everyones input is great!

|Jordan| 02-15-2009 09:52 PM

It works with everything i have installed :D

Awesome mod!

mc0676 02-16-2009 08:05 AM

Quote:

Originally Posted by mc0676 (Post 1731862)
I've a problem with the archive.

With the option:
- use Zoints Seo Archive
- use Archive as Sitemap
all in OFF
my original archive of vbulletin show only the categories and the forums but not the thread if i enter in a forum ...

U can see here:
http://www.vwgolfcommunity.com/vbulletin/archive/

Any help for me ?

|Jordan| 02-16-2009 08:53 AM

Any ETA on when vbSEO Sitemap generator can generate the new links this mod generates?

A.Chakery 02-17-2009 11:49 AM

hi bro , Thnx for this gr8 mod

When I installed this mod my website crashed, and I have several errors
take a look at it :
salamateravan.com (ITs my test forum)
Idont know what to do plz help.

thnx in advanced

dxlwebs 02-17-2009 11:53 AM

Quote:

Originally Posted by mc0676 (Post 1745707)
Any help for me ?

are you sure you installed it and configured it properly ?

dxlwebs 02-17-2009 11:55 AM

Quote:

Originally Posted by UIQarena (Post 1746790)
hi bro , Thnx for this gr8 mod

When I installed this mod my website crashed, and I have several errors
take a look at it :
salamateravan.com (ITs my test forum)
Idont know what to do plz help.

thnx in advanced

hey try turning it off and double check that all configurations are correct and that the templates edits were made correctly as yours is a custom template there is no reall telling if it made the edits or not!

ifs that doesnt help then ill look closer into it for you:D

dxlwebs 02-17-2009 11:57 AM

Quote:

Originally Posted by |Jordan| (Post 1745737)
Any ETA on when vbSEO Sitemap generator can generate the new links this mod generates?

ill try to add it into the next upgrade but no promesses yet! my main goal is to make it a bit smaller and smoother to use (plus the fixes :D)

mc0676 02-17-2009 12:18 PM

Quote:

Originally Posted by dxlwebs (Post 1746791)
are you sure you installed it and configured it properly ?

Sure ! It work all perfect, except archive !

A.Chakery 02-17-2009 12:35 PM

Quote:

Originally Posted by dxlwebs (Post 1746794)
hey try turning it off and double check that all configurations are correct and that the templates edits were made correctly as yours is a custom template there is no reall telling if it made the edits or not!

ifs that doesnt help then ill look closer into it for you:D

hi bro
really thnx for your reply, (Who says that this thread is not supported ???? )

I double-Checked configurations Every thing is ok, But I have to say that I didnt find some codes in forumhome_lastpostby and threadbit exactly like U had explained in read-me file.
any way , plz help.

really thnx in advanced bro

A.Chakery 02-17-2009 08:43 PM

OH , I have solved my old problem but I have a new one :(

When I edit showthread_similarthreadbit , This error appears:
PHP Code:

Parse errorsyntax errorunexpected '"'expecting ']' in /home/salamate/public_html/includes/adminfunctions_template.php(3929) : eval()'d code on line 2 

---
I have to say that this mod works perfect but 3 more Questions :
1.What I have to do for Arabic/Persian Characters ?
2. I want that Member names be re-written , What should I do about that ?
3.Is there any site map like VBseo's site map for this gr8 mod ?


Sorry If I ask too much.

really thnx bro.
Good luck

mykes 02-18-2009 12:16 PM

Quote:

Originally Posted by Phaedrus (Post 1729284)
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>

Installed and mostly working. I am finding numerous links all over the site that are broken in a similar manner. All with the #arg type URL.

For example, in showthread.php, this snippet of template is used:

Code:

                        <a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
$firstunread is some string like #10141, and mouse over the link shows:

http://sportstwo.com/#10141

instead of http://sportstwo.com/showthread.php?...tle.html#10141

I'm not using the mod_rewrite means of rewriting.

Any <a href=#something> is rewritten wrong! Even on vbAdvanced custom pages.

Please advise.

IrPr 02-18-2009 06:50 PM

Quote:

Originally Posted by mykes (Post 1747873)
Installed and mostly working. I am finding numerous links all over the site that are broken in a similar manner. All with the #arg type URL.

For example, in showthread.php, this snippet of template is used:

Code:

                        <a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
$firstunread is some string like #10141, and mouse over the link shows:

http://sportstwo.com/#10141

instead of http://sportstwo.com/showthread.php?...tle.html#10141

I'm not using the mod_rewrite means of rewriting.

Any <a href=#something> is rewritten wrong! Even on vbAdvanced custom pages.

Please advise.

Here the working fix:

AdminCP -> Plugins & Products -> Add New Plugin

Product: Zoints SEO
Hook Location: showthread_complete
Title: Zoints SEO firstunread fix by IrPr

PHP Plugin Code:
PHP Code:

if(strstr($firstunread"showthread.php"))
  
$firstunread zseo_url_thread($threadinfo1"goto=newpost");
else
  
$firstunread $url.$firstunread


mykes 02-18-2009 11:51 PM

Quote:

Originally Posted by IrPr (Post 1748312)
Here the working fix:

AdminCP -> Plugins & Products -> Add New Plugin

Product: Zoints SEO
Hook Location: showthread_complete
Title: Zoints SEO firstunread fix by IrPr

PHP Plugin Code:
PHP Code:

if(strstr($firstunread"showthread.php"))
  
$firstunread zseo_url_thread($threadinfo1"goto=newpost");
else
  
$firstunread $url.$firstunread


I'm sorry, but I think this is a pretty serious problem. The fix above only fixes ONE of dozens of broken links. I'd love to see an update to the mod that I can install that fixes them all in one swoop, and prevents people from having the same issue in the future.

As I posted, it's rewriting URLs in the vbadvanced pages I have, broken along the same lines. It's broken the menu links on the vbadvanced home page (e.g. forums, new posts...).

When I copy and paste the list of members viewing from the forums home page to a thread/post, all the links to the members' member pages are broken.

I'm prepared to go debug the mod myself, but any updates you do would overwrite my changes, which is something of a bind. I'd really like to consider this my contribution to making the mod better (reporting the issue).

All the zoints mods I see on this site look quite impressive.

mykes 02-19-2009 02:30 AM

To add to my previous post...

Moderators complained they couldn't merge threads.

I turned off the module and they could merge threads again.

IrPr 02-19-2009 08:18 AM

Quote:

Originally Posted by mykes (Post 1748671)
To add to my previous post...

Moderators complained they couldn't merge threads.

I turned off the module and they could merge threads again.

Whats your Rewrite type?

I think you are using another method than my and it seems showthread.php appears in your SEOed thread links
In my case showthread.php just appears in some cases, but it seems all of your SEOed thread links contains showhtread.php and thats why this plugin doesnt work for you

Whats your exact SEO method? give me some link to your SEOed threads

mykes 02-19-2009 12:22 PM

The SEO module is turned off because it caused too many problems.

There are 3 radio buttons on the settings page:
1) Do not rewrite URLs
2) Rewrite URLs
3) Rewrite URLs using MOD_REWRITE

Rewrite type was #2

Visitor messages turned off. No other setting changed from the defaults.

Phaedrus 02-20-2009 01:24 AM

Has anybody tried to figure out how to get this to work with the blogs to show the blog name instead of the blog number?


All times are GMT. The time now is 01:05 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.01571 seconds
  • Memory Usage 1,857KB
  • 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
  • (4)bbcode_php_printable
  • (14)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