Plugin info

Total downloads: 12,357
Active installs: 10
Total reviews: 3
Average rating: 3.3
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 9/12/2011 (5224 days ago)
Added to WordPress: 3/31/2010 (15 years old)
Minimum WordPress version: 2.0.2
Tested up to WordPress version: 2.9.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 5224 days ago • 3 reviews

22/100

Is Slide2Comment abandoned?

Possibly abandoned (last update 5224 days ago).

Compatibility

Requires WordPress: 2.0.2
Tested up to: 2.9.2
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WP SexyLightBox
Rating 5.0/5 (1 reviews)Active installs 60
sexyrate
Rating 0.0/5 (0 reviews)Active installs 10

Description

My aim was it to build an anti-spam captcha which just look awesome and people have fun to use it. Not like these stupid and annoying “What-is-2-plus-3” ones. Founding an iPhone-like slider at Aboone which is just what I’ve searched for, I starteted to work. With this plugin you have the possibility to add a sexy slider to your comments, which mark all comments as spam, if you haven’t use the slider before. Hope you enjoy it!

This is my first plugin, so I will be very thankful if I get feedback!

Plans for next versions:

  • better Hashsystem
  • Adminpanel done!
  • unique sliders with easy CSS or Options done!
  • noClick for Sliding done!
  • make it more compatible for older versions
  • sexy Captcha for noJS-Users
  • (WYSISWG Editor? May need help 😉 )

Installation

  1. Download it
  2. Upload the extracted archive to ‘wp-content/plugins/’
  3. Activate the plugin
  4. Have fun!

Frequently Asked Questions

How can I edit the slider?

Go to the AdminMenu “Slide2Comment” and edit your CSS there.

Alternative – override these CSS Elements:

    <style type="text/css"> 
        .track-center{
            background-image: url(<?=$path ?>track.png);
            height: 45px;
            margin: 0px 10px;
        }

        .track-left{
            width: 10px;
            height: 45px;
            float: left;
            background-image: url(<?=$path ?>trackleft.png);
        }

        .track-right{
            width: 10px;
            height: 45px;
            float: right;
            background-image: url(<?=$path ?>trackright.png);
        }

        .track-message{
            color:white;
            font-family:Arial,Helvetica,sans-serif;
            font-size:24px;
            padding:9px 18px;
            text-align:right;
        }

        .handle{
            background-image: url(<?=$path ?>handles.png);
            bottom:45px;
            cursor:pointer;
            height:39px;
            margin:3px 4px;
            position:relative;
            width:76px;
        }
    </style>

Review feed

No reviews available

Screenshots

  1. The Slider on my Blog

    The Slider on my Blog

Changelog

1.0

  • The first Upload of my first Plugin YAY!

1.2.3

  • The Trackback bug may be fixed
  • Works on Firefox now, too
  • Hash-System

1.4.12

  • More compatible with older systems (wp_enqueue_scripts)
  • AdminMenu, now you can edit easily the css of the sliders (with previews) and change options
  • Option: noClick – Just move your mouse, no need to click!

1.7.1

*Changing color of sliding element in your Admin Panel
*You can turn off the EMail notification in your Admin Panel
*some Bugfixes