Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter myselfhimself

    (@myselfhimself)

    Thank you so much Benjamin !! (I did not cross-test for you)

    Thread Starter myselfhimself

    (@myselfhimself)

    Hello,

    For info, here’s how I render tabs only if they are not empty for now (my request was to have this builtin if it does not slow things down too much):

    //in my theme's functions.php
    function echo_if_non_empty_html($html)
    {
            $html2=strip_tags($html);
            $html2=trim($html2);
            if(!empty($html2))
            {
                    echo $html;
            }
            //else echo nothing
    }
    //in my custom multi-edit-enabled template page
    <?php
    /**
     * Template Name: Page 2x2 zones
    MultiEdit: HautDroit,HautGauche,BasDroit,BasGauche
    */
    ...
     <?php $z = multieditDisplay('HautGauche',true); echo_if_non_empty_html($z); ?>
    ...

    I have the same issue here.

    Thread Starter myselfhimself

    (@myselfhimself)

    Note that in 2.0 version now only requires giving write permissions to log.txt – at least for plugin activation to work.

    Thread Starter myselfhimself

    (@myselfhimself)

    Hello
    I was using WP 3.1 with netblog 1.5.3 and PHP 5.3.3.

    This error does not appear anymore with netblog 2.0.b1

    Thanks jackdewey ! it works again with 4.9.4 !
    Thank you very much for the remote assistance this morning !

    In addition to “No links found” showing up instead of my links, as klein.aaron and Geet Jacobs: my category links are broken and point only to “#” (the click does nothing).

    jackdewey, thanks very much for your plugin. I hope to chat with you soon.

    (I’m seeing the ‘No links found’ too).

    Hello,

    I have the same issue : I manage to show the available categories, but not the links in any of them.

    I’m using version 4.9.3 of your plugin on a 3.1 wordpress fresh install (actually both wordpress and the plugin have been downloaded today from ww.wp.xz.cn).

    I have enabled debugging in the link-library admin form and here’s the related HTML output :

    <p>liste des liens :&nbsp;
    <!-- Library Settings Info:Array
    (
        [num_columns] => 3
        [showdescription] => 1
        [shownotes] => 1
        [beforenote] => <td>
        [afternote] => </td>
        [beforeitem] => <tr>
        [afteritem] => </tr>
        [beforedesc] => <td>
        [afterdesc] => </td>
        [displayastable] => 1
        [beforelink] => <td>
        [afterlink] => </td>
        [showcolumnheaders] => 1
        [linkheader] => Application
        [descheader] => Description
        [notesheader] => Similar to
        [beforerss] => <td>
        [afterrss] => </td>
        [beforedate] => <td>
        [afterdate] => </td>
        [beforeimage] => <td>
        [afterimage] => </td>
        [beforeweblink] => <td>
        [afterweblink] => </td>
        [beforetelephone] => <td>
        [aftertelephone] => </td>
        [beforeemail] => <td>
        [afteremail] => </td>
        [beforelinkhits] => <td>
        [afterlinkhits] => </td>
        [order] => name
        [hide_if_empty] => 1
        [table_width] => 100
        [catanchor] => 1
        [flatlist] =>
        [categorylist] =>
        [excludecategorylist] =>
        [showrating] =>
        [showupdated] =>
        [show_images] =>
        [use_html_tags] =>
        [show_rss] =>
        [nofollow] =>
        [catlistwrappers] => 1
        [beforecatlist1] =>
        [beforecatlist2] =>
        [beforecatlist3] =>
        [divorheader] =>
        [catnameoutput] => linklistcatname
        [show_rss_icon] =>
        [linkaddfrequency] => 0
        [addbeforelink] =>
        [addafterlink] =>
        [linktarget] =>
        [showcategorydescheaders] =>
        [showcategorydesclinks] =>
        [settingssetname] => Default
        [showadmineditlinks] => 1
        [showonecatonly] =>
        [loadingicon] => /icons/Ajax-loader.gif
        [defaultsinglecat] =>
        [rsspreview] =>
        [rsspreviewcount] => 3
        [rssfeedinline] =>
        [rssfeedinlinecontent] =>
        [rssfeedinlinecount] => 1
        [rsscachedir] => /var/www/wordpress/wp-content/cache/link-library
        [direction] => ASC
        [linkdirection] => ASC
        [linkorder] => name
        [pagination] =>
        [linksperpage] => 5
        [hidecategorynames] =>
        [showinvisible] =>
        [showdate] =>
        [catdescpos] => right
        [catlistdescpos] => right
        [showuserlinks] =>
        [addnewlinkmsg] => Ajouter un nouveau lien
        [linknamelabel] => Nom du lien
        [linkaddrlabel] => Adresse du lien
        [linkrsslabel] => Flux RSS du lien
        [linkcatlabel] => Catégorie de liens
        [linkdesclabel] => Description du lien
        [linknoteslabel] => Notes du lien
        [addlinkbtnlabel] => Ajouter un lien
        [newlinkmsg] => Nouveau lien soumis
        [moderatemsg] => il apparaîtra dans la liste une fois modéré. Merci.
        [rsspreviewwidth] => 900
        [rsspreviewheight] => 700
        [imagepos] => beforename
        [imageclass] =>
        [emailnewlink] =>
        [showaddlinkrss] =>
        [showaddlinkdesc] =>
        [showaddlinkcat] =>
        [showaddlinknotes] =>
        [usethumbshotsforimages] =>
        [addlinkreqlogin] =>
        [showcatlinkcount] =>
        [publishrssfeed] =>
        [numberofrssitems] => 10
        [rssfeedtitle] => Link Library-Flux d\'informations généré
        [rssfeeddescription] => Description du flux d\'informations généré par \'Link Library\'
        [showonecatmode] => AJAX
        [addlinkcustomcat] =>
        [linkcustomcatlabel] => Catégorie soumise par l\\\\\\\\\\\\\\\'utilisateur
        [linkcustomcatlistentry] => Catégorie définie par l\\\\\\\\\\\\\\\'usager (définir ci-dessous)
        [searchlabel] => Search
        [dragndroporder] => 1,2,3,4,5,6,7,8,9,10,11,12
        [showname] => 1
        [cattargetaddress] =>
        [displayweblink] => false
        [sourceweblink] => primary
        [showtelephone] => false
        [sourcetelephone] => primary
        [showemail] => false
        [showlinkhits] =>
        [weblinklabel] =>
        [telephonelabel] =>
        [emaillabel] =>
        [showaddlinkreciprocal] =>
        [linkreciprocallabel] => Lien réciproque
        [showaddlinksecondurl] =>
        [linksecondurllabel] => Adresse secondaire
        [showaddlinktelephone] =>
        [linktelephonelabel] => Téléphone
        [showaddlinkemail] =>
        [linkemaillabel] => Adresse électronique
        [emailcommand] =>
        [sourceimage] => primary
        [sourcename] => primary
        [enablerewrite] =>
        [rewritepage] =>
        [storelinksubmitter] =>
        [maxlinks] =>
        [showcaptcha] =>
        [beforelinkrating] =>
        [afterlinkrating] =>
        [linksubmitternamelabel] => Nom de l\\\\\\\\\\\\\\\'utilisateur ayant soumis le lien
        [showlinksubmittername] =>
        [linksubmitteremaillabel] => Courriel de l\\\\\\\\\\\\\\\'utilisateur ayant soumis le lien
        [showaddlinksubmitteremail] =>
        [linksubmittercommentlabel] => Commentaire de l\\\\\\\\\\\\\\\'utilisateur soumettant le lien
        [showlinksubmittercomment] =>
        [addlinkcatlistoverride] =>
        [showlargedescription] =>
        [beforelargedescription] =>
        [afterlargedescription] =>
        [showcustomcaptcha] =>
        [customcaptchaquestion] => Est-ce que l\\\\\\\\\\\\\\\'eau bouillante est froide ou chaude?
        [customcaptchaanswer] => chaude
        [rssfeedaddress] =>
        [addlinknoaddress] =>
        [featuredfirst] =>
        [linklargedesclabel] => Large Description
        [showuserlargedescription] =>
    )
    -->
    
    <!-- Beginning of Link Library Output -->
    
    <!-- Link Query: SELECT distinct *, l.link_id as proper_link_id, UNIX_TIMESTAMP(l.link_updated) as link_date, IF (DATE_ADD(l.link_updated, INTERVAL 120 MINUTE) >= NOW(), 1,0) as recently_updated FROM wp_terms t LEFT JOIN wp_term_taxonomy tt ON (t.term_id = tt.term_id) LEFT JOIN wp_term_relationships tr ON (tt.term_taxonomy_id = tr.term_taxonomy_id) LEFT JOIN wp_links l ON (tr.object_id = l.link_id) LEFT JOIN wp_links_extrainfo le ON (l.link_id = le.link_id) WHERE tt.taxonomy = 'link_category' AND l.link_id is not NULL AND l.link_description not like '%LinkLibrary:AwaitingModeration:RemoveTextToApprove%'  AND l.link_visible != 'N' ORDER by  name ASC, l.link_name ASC-->
    
    <!-- Link Results: Array
    (
    )
    -->
    
    </p>

    Let me mark that I’ve tested the Mysql “Link Query:” query in a mysql shell within my ‘wordpress’ database, and I get the following error :

    SELECT distinct *, l.link_id as proper_link_id, UNIX_TIMESTAMP(l.link_updated) as link_date, IF (DATE_ADD(l.link_updated, INTERVAL 120 MINUTE) >= NOW(), 1,0) as recently_updated FROM wp_terms t LEFT JOIN wp_term_taxonomy tt ON (t.term_id = tt.term_id) LEFT JOIN wp_term_relationships tr ON (tt.term_taxonomy_id = tr.term_taxonomy_id) LEFT JOIN wp_linksl ON (tr.object_id = l.link_id) LEFT JOIN wp_links_extrainfo le ON (l.link_id = le.link_id) WHERE tt.taxonomy = 'link_category' AND l.link_id is not NULL AND l.link_description not like '%LinkLibrary:AwaitingModeration:RemoveTextToApprove%'  AND l.link_visible != 'N' ORDER by  name ASC, l.link_name ASC;
    ERROR 1146 (42S02): Table 'wordpress.wp_links_extrainfo' doesn't exist

    Here are my MySQL wordpress database tables for info:

    +-----------------------+
    | Tables_in_wordpress   |
    +-----------------------+
    | wp_commentmeta        |
    | wp_comments           |
    | wp_links              |
    | wp_options            |
    | wp_postmeta           |
    | wp_posts              |
    | wp_term_relationships |
    | wp_term_taxonomy      |
    | wp_terms              |
    | wp_usermeta           |
    | wp_users              |
    +-----------------------+

    Yannick, I’m ok to take some real-time gmail chat / phone / skype conversation with you this friday or on the week-end.
    I have sent you my e-mail=jabber contact as a Facebook message to you.

    Thanks for all,
    sincerely,

    Jonathan-David Schröder (in France)

Viewing 10 replies - 1 through 10 (of 10 total)