E-Mail 'WP-Polls & WP-DBManager Bumped to v2.60' To A Friend

Email a copy of 'WP-Polls & WP-DBManager Bumped to v2.60' to a friend

* Required Field






Separate multiple entries with a comma. Maximum 5 entries.



Separate multiple entries with a comma. Maximum 5 entries.


E-Mail Image Verification

Loading ... Loading ...
1 Star2 Stars3 Stars4 Stars5 Stars (550 votes, average: 4.04 out of 5)

21 thoughts on “WP-Polls & WP-DBManager Bumped to v2.60”

  1. Thanks a lot for your great work! I really love your plugins and since I have discovered that you are also responsible for YOURLS, I am totally amazed by your programming skills. 😉
    (Before I have always used Pretty Link but since yourls is completely free and offers awesome statistics with traffic locations and so on, I’m using it for all my new blogs)

  2. Hi Chan, i can not find any contact form on Your website, i guess that You are very busy at this time.. 🙂
    I need custom change to WP-Polls script- I need some custom function.
    (I will pay for this, of course)

    If You can do this (or not) , please contact me. Thank You
    Stas

  3. Hi Michael, WP-Polls supports HTML code, you can try typing HTML code inside. As for field length, it is part of the structure (in the DB col), I don’t recommend you changing it unless you know what you are doing.

    Hi Stats, I am no longer taking on any WordPress Projects =)

  4. Will this plugin ever work in 3.0? I just sticks on loading….. and you can’t vote. You also can’t delete polls or close them in the admin.

    I’m using:

    Contact Form 7
    Akismet
    Embedded Video
    FeedStats
    Really Simple CAPTCHA
    Sociable
    Subscription Icons
    WordPress.com Stats
    WordTwit
    WP-Polls
    WP-PostRatings
    Get Recent Comments
    Google XML Sitemaps

  5. Hi Lester,

    There is no “wp-dbmanager.pot” and “wp-dbmanager.mo” files in the WP-DBManager v2.60 archive, but they were in the v2.50 archive before.

    Thanks,

    Rafael

  6. I was noticing on my dark theme, how the spinning “loading” icon after a vote has an opaque background. Might I suggest using the following patch or incorporating the change into the global CSS file. It corrects the transparency issue.


    --- wp-polls.php~ 2010-12-19 14:59:47.000000000 -0500
    +++ wp-polls.php 2010-12-19 15:00:10.000000000 -0500
    @@ -540,7 +540,7 @@
    if($display_loading) {

    $poll_ajax_style = get_option('poll_ajax_style');

    if(intval($poll_ajax_style['loading']) == 1) {

    - $temp_pollvote .= " ".__('Loading', 'wp-polls')." ...\n";

    + $temp_pollvote .= " ".__('Loading', 'wp-polls')." ...\n";

    }

    }

    } else {

    @@ -713,7 +713,7 @@
    if($display_loading) {

    $poll_ajax_style = get_option('poll_ajax_style');

    if(intval($poll_ajax_style['loading']) == 1) {

    - $temp_pollresult .= " ".__('Loading', 'wp-polls')." ...\n";

    + $temp_pollresult .= " ".__('Loading', 'wp-polls')." ...\n";

    }

    }

    } else {

  7. Dark Overload: Could you email me the patch instead? lesterchan AT gmail
    Leo Koo: Google for memory exhausted WordPress. I think you are encountering that

  8. Hi Lester,

    Thank you for the plugin. After I move .htaccess to the backup-db directory, I still get the error message:

    “Your backup folder MIGHT be visible to the public

    To correct this issue, move the .htaccess file from wp-content/plugins/wp-dbmanager to /home/xxxxxx/public_html/wp-content/backup-db”

    Any ideas?

  9. One more thing.

    I actually removed:

    add_action(‘admin_notices’, ‘dbmanager_admin_notices’);

    in wp-dbmanager.php. Is that okay to do?

    Thanks.

Comments are closed.