Tangler Discussion Forums

Dan GrossmanDan Grossman

W3Counterdeveloper

Philadelphia, PA

Awio Web Services LLC

Male

All Forums

Recent Activity

  • SQL error - Unknown table 'wp_rs_ratings' in field list

    Glad you worked it out. When I have a chance next week, I'll take a look at the Bad Behaviour code and see why it's conflicting with the query filters.

    Posted 01 Oct 08 in WP Review Site

  • Reviews in post by admin only

    I'm expecting $29.95, and there are no usage restrictions. It depends on WP Review Site being installed, so your WPRS license determines how many sites you can use it on.

    I have a couple add-ons I plan to make available in addition to some free updates, but they're not all quite ready for me to set up a formal page to order and pay for them yet.

    Posted 01 Oct 08 in WP Review Site

  • GenSoftReviews

    It looks really good, congrats!

    Posted 30 Sep 08 in WP Review Site

  • i want a Unique theme

    Hi Max, I'm a programmer not a web designer. You'll have to get someone else to create your theme, but you can use any theme with WP Review Site easily.

    Posted 30 Sep 08 in WP Review Site

  • Newbie Question

    You need your own hosting, this is a plugin to the WordPress open source blogging platform (wordpress.org), not to the WordPress.com hosting service.

    Posted 30 Sep 08 in WP Review Site

  • Images not shouwing up in the index

    If editing the theme is beyond your comfort level, then you can choose any of the thousands of free WordPress themes on the web as a starting point. WP Review Site will work with any of them.

    Posted 25 Sep 08 in WP Review Site

  • Request for visit_site_link function

    Since the plugin is not encrypted you can edit the code as you wish to add your own features. But here's an updated version of the function for you:

    -----------------------------------------------------------

    function visit_site_link($text = 'Visit This Site', $html = null, $custom_id = null) {
        global $id, $wpdb;
        $pid = $id;
        if (is_numeric($custom_id))
            $pid = $custom_id;

        $result = $wpdb->get_results("SELECT url FROM " . $wpdb->visitlinks . " WHERE post_id = " . $pid);

        if (count($result) > 0 && $result[0]->url != "http://") {
            echo '<a href="' . $result[0]->url . '"';
            if (!empty($html)) echo ' ' . $html . ' ';
            echo '>' . $text . '</a>';
        }

    }

    Posted 25 Sep 08 in WP Review Site

  • Red Lettering On Homepage

    Colors are specified as R G B with two hexadecimal digits each, or one where each pair is the same (112233 = 123), so any color where there is no green (00) and no blue (00) will be a shade of red.

    Posted 23 Sep 08 in WP Review Site

  • Affiliate Links Don't Work Right

    Also check your e-mail for the latest update to the plugin which includes the ability to easily add "Visit This Site" affiliate links to your posts.

    Posted 23 Sep 08 in WP Review Site

  • Link to the site being reviewed

    Please take a look at the e-mail I just sent out with the first round of updates to the plugin. This is now a built-in feature so you don't have to code anything yourself.

    Posted 23 Sep 08 in WP Review Site

User Statistics in Tangler

Total Messages: 70

Topics Created: 4

Forums Created: 2