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)
-   -   Integration with vBulletin - Zoints Thread Tags - GREAT for SEO (https://vborg.vbsupport.ru/showthread.php?t=127244)

rinkrat 03-29-2007 02:02 AM

OK I added this and now when I search google for "jmfj", there is a link that says
jmfj Threads - Forum Tags by Zoints

So I click on that and it takes me to the zoints tag search but supplies the wrong search and gives back the search for
Threads tagged with "indexphpjmfj"

which is none. How can I fix this?

erinys 03-29-2007 06:10 AM

Thanks a lot for this mod, it works great and not a single problem with vBSeo either

im extremely impressed, hence i offcourse made the descision to send the tags to zoints :)

Endurer 03-31-2007 06:30 AM

Awesome. I will be installing it tonight. :)

TnT 03-31-2007 09:45 AM

Hi,

still using Zoints Tags for a few days and found some bugs:
  • my Tag cloud gets a mystery last entry 0 (null). But only on my production server (Debian sarge stable). Have done some debugging and found out weird behavior in function array_slice when the second parameter is greater than available tags in db. Fixed it by replacing
    PHP Code:

    $tags array_slice($tags, (($page 1) * $vbulletin->options['zointstags_showtags']), $vbulletin->options['zointstags_showtags']); 

    with
    PHP Code:

        if(count($tags) > $vbulletin->options['zointstags_showtags'])
            
    $tags array_slice($tags, (($page 1) * $vbulletin->options['zointstags_showtags']), $vbulletin->options['zointstags_showtags']); 

  • softdeleted threads still shown in threadsearch for all users. My quick fix:

    replace
    PHP Code:

                $_threads $db->query_read("
                    SELECT * FROM " 
    TABLE_PREFIX "thread
                    WHERE forumid IN(" 
    implode(','$visible) . ")
                    AND threadid IN(" 
    implode(','$threadids) . ")
                    ORDER BY 
    $orderby $direction
                    LIMIT 
    $limitlower$pp
                "
    ); 

    with
    PHP Code:

                $_threads $db->query_read("
                    SELECT * FROM " 
    TABLE_PREFIX "thread
                    WHERE forumid IN(" 
    implode(','$visible) . ")
                    AND threadid IN(" 
    implode(','$threadids) . ")
                    AND visible != 2
                    ORDER BY 
    $orderby $direction
                    LIMIT 
    $limitlower$pp
                "
    ); 

    not the correct vbulletin way (displaying soft deleted threads with trash can for admins and mods, hide them from guests...), but it works for me.
  • build some AJAX Tag suggest for the tag fields. Works like the username suggest in membersearch and shows similar tags. If anyone interested in, I can post the code here.

Thomas

StarBuG 04-01-2007 07:16 AM

Is there again no progress at all?
Is the bugfixing still going on?

The last beta did not fix the bugs and since then I did neither get a new version nor did I get a response to my several pms

Please answer

Best regards

StarBuG

thinkcreations 04-04-2007 12:56 PM

Hi Guys, bear with me, its my first post!

I hope someone can help me. I have Zoints Tags installed and its working fine.

What I would actually like is for the tags to be shown at the bottom of the the first post of the thread and not at the top of the thread. Basically, so they are part of the first posting.

Is this possible, can anyone point me in the right direction?

Thanks,

Danny

danielg 04-06-2007 03:07 PM

I literally installed this in vBulletin and vBadvanced CMPS v2.2.0 in 5 minutes.
Congratulations!

d3v1L 04-08-2007 01:52 PM

Searching for tags from the quick search drop down menu shows me the error
"Please specify some words or valid user names to search on. There were no matches for those that you specified."

Although the keyword is present in the tag cloud it gives that error. If i do a advanced search then it functions properly. However tag search from quick search menu doesnt function for me.

Any ideas?

I originally posted this on zoints forum but even after a week there is no response.

vitnuce 04-13-2007 07:38 AM

Does it work with 3.6.5, Z?

cellarius 04-13-2007 08:05 AM

Well, I'm asking too: Is there any progress being made with a new version? The problem with German Umlaute is quite annoying, and I really would appreciate the possibility to include a Tag-cloud to forum-home.


All times are GMT. The time now is 04:47 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.04081 seconds
  • Memory Usage 1,755KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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