Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hey @elitedllc. Totally unrated to this topic, but I noticed you had a question about SimpleTags a while back. The topic is closed so I couldn’t respond there. You can include or exclude any tags you with from your tag cloud. Go to the SimpleTags settings page, under Tag Cloud tab… Scroll all the way to the bottom and enter “include” or “exclude”, an equal sign (=) and then the tag numbers you wish, separated by a comma. ie: include=90,78. And that’s it. Here’s the text from the documentation.

    ———————–
    exclude
    (string) list of tags to exclude, separated by commas (term_id). For example ‘exclude=5,27’ means all tags which contain term_id 5 or 27 will be NOT shown. By default, any tag is excluded.

    include
    (string) list of tags to include, separated by commas (term_id). For example ‘exclude=5,27’ means all tags which contain term_id 5 or 27 will be the alone tags to be shown. By default, all tags are included

    ———————-

    I hope that helps! Good luck and take care.

    nhr2k

    @jensg, nice to have you back.

    As you can see from the posts on here, there are a few problems with the plugin. The “More” and “Add Link” links do not link the proper section of the website.

    There are also a few conflicts with Facebook plugins, that cause the actual link page associated with UB, not to display at all.

    I’ve also noticed that with the latest WordPress update, this error:

    Warning: Missing argument 2 for wpdb::prepare(), called in /home/nhr2k/public_html/ilovesexcams.com/wp-content/plugins/ultimate-blogroll/persistence/LinkpartnerMapper.php on line 64 and defined in /home/nhr2k/public_html/ilovesexcams.com/wp-includes/wp-db.php on line 990

    shows up at the top of the page. Would it be possible to have, rather than selecting a “page” as the link page, to be able to insert code that would allow the UB link section to show up?

    Thanks for a great plugin. Congrats on the job and house too! Happy Holidays and I look forward to Ultimate Blogroll in the New Year!

    Cheers!

    Just thought I’d let everyone know, that Webgames and I were able to get the plugin working for him on his website. My quick-fix worked, but there is a conflict with Ultimate Blogroll and other plugins that use Facebook features, “like” button. So if your issue is the link page is blank, check for those kind of conflicting plugins.

    Good luck everyone.

    @donramon Take a look at the UB settings page and turn off “Support developer”. Have you gotten the plugin to work properly?

    Hey Webgames. Seems like the edit you followed from me worked. For some reason, the plugin is not generating the info for your link page. Maybe there is a plugin or template conflict. I’m sure what it could be. You would have to go step by step disabling each plugin to see which one may be causing the issue. You an email me directly and maybe I can help you better. just put “me@” in front of the name of my blogs domain, and thats my email address. Good luck with whatever you choose to do.

    Sorry to hear that. Where’s the link to your blog?

    Hey Webgames. I looked at your site and the link to your page is working, but for some reason your link page is empty. You may want to try and creating or re-creating the page and selecting it again from the Ultimate Blogroll settings. I added the plugin to and your link to my blog, so you can see for yourself here. Let me know how it goes.

    Hey Guys. I was testing out this plugin and found the same issues. I’m not sure where the developer is, so I dug into the code and found a quick fix.
    If you are not comfortable or capable of editing a file directly through wordpress, then this is NOT going to work for you and this is only a temporary solution until the developer does something about the problem.

    1) From your WordPress Dashbord, go to your Plugins -> Editor section.
    2) Look on the upper-right hand corner of the page for a dropdown-list “Select plugin to edit:” which contains a list of your plugins.
    3) Select the Ultimate Blogroll from the list.
    4) On the right of the page, you will see “Plugin files”.
    5) Locate the file “ultimate-blogroll/domain/Widget.php”.
    6) Click on the file to load it in the editor.
    7) Do a text search in your browser (CTRL-F in Firefox) and search for “More”. This will take you to the 2 offending lines of code:

    $gui .= "<li><a href=\"".get_permalink(Mapper::getInstance(Mapper::Settings)->getConfig("permalink"))."\">".__("More", "ultimate-blogroll")."</a></li>";
    $gui .= "<li><a href=\"".get_permalink(Mapper::getInstance(Mapper::Settings)->getConfig("permalink"))."#wp-add-your-site\">".__("Add link", "ultimate-blogroll")."</a></li>";

    I’m really not sure what the purpose of the “More” link really is, so I removed it entirely. On the second “Add Link” line, here is what you should replace it with, making sure to change the section “your-link-page-here” to whatever your link page url is. Notice the single quotes and make sure you do the same.

    8) $gui .= "<li><a href='/your-link-page-here/#wp-add-your-site'>Add Your Link</a></li>";
    9) Save the page and that’s it! You’re done. Test it out and make sure it’s working, if not, go back in and edit the file according. I customized the anchor text “Add link” to “Add Your Link” for my own personal taste, you can modify as you wish.

    If you have any problems, just reply here. Thanks to the developer of the plugin and hopefully you come back with an update to fix this properly, rather than my edit.

    Cheers and hope you all get it working.

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