PDA

View Full Version : Movable Comment Form plugin (or anything else)


Dancameron
February 20th, 2006, 03:48
I need some people to go and check this out (http://dancameron.org/wordpress/wordpress-plugins/movable-anything/) and tell if I need to fix anything, it's my first plugin.

UPDATED:
I have a test site here (http://www.scatteredmedia.com/users/dev/plugins/)
Example comment form here (http://www.scatteredmedia.com/users/dev/plugins/?p=1).


Install instructions for a movable contact form in K2:

1. Follow the instructions above on how to install the plugin
2. Add this on line 116 in the comment.php file.

<?php if (function_exists('movable')) { ?>

<?php movable(); ?>

<?php } ?>

1. Have fun!



Install instructions for anything else:

1. Download "Movable Anything"
2. Upload and extract the file into your plugins folder.

wp-content/
_...
_ plugins/
_ movable.php
_ movable/
_ movable.css
_ movable.js

3. This is where the hard part comes in you will need to wrap whatever you want to make movable with this:


<?php if (function_exists('movable')) { ?>
<?php movable(); ?>
<?php } ?>

Your content or whatever you want is here

<?php if (function_exists('movable')) { ?>
</div>
<?php } ?>

4. Go to your admin panel-> Plugins and activate "Movable Anything"
5. Have fun.

Advanced:
Edit the CSS within the movable folder.

QuietCitizen
February 20th, 2006, 05:05
Neat. I saw this on the 'vanilla forums', and didn't bother when I saw the demo site, but the comments form sounded useful to me. Now that I saw the comments, it looked good to me 'on paper'.

I installed it in a snap. The only difficulty I had was copying and pasting the code you note to insert. There is a space before each ?php. Paste onto line 116 or whatever, and delete those, and it works.

Dancameron
February 20th, 2006, 05:42
The only difficulty I had was copying and pasting the code you note to insert. There is a space before each ?php. Paste onto line 116 or whatever, and delete those, and it works.

Thanks, I fixed it.

Zain
February 20th, 2006, 07:00
Hey Dan,

This things looking good! Seems your really working hard it's paying off! At the moment the reason i would implement is because i think the movable comments area is really handy.

However i know your working on making the page remember the order of the various movable windows and this is the main feature im really looking forward to.


Keep up the good work!

Oompa
February 20th, 2006, 08:04
I like the idea for comment form.

swingcheese
March 21st, 2006, 12:29
hi daniel, I use your plugin for the comment form like you explained above and it works fine. I just start to learn php and I don't know how to make things movable on my sidebar i.e democracy and dates to remember.
this is the call for democracy: <?php jal_democracy(); ?>
and this is the call for dates to remember: <?php dates_to_remember(15);?>
can you explain me exactly what to do?
thank you and cheers.
I like your plugin very much...
philippe

Dancameron
March 21st, 2006, 12:45
All you would need to do for democracy is:

<?php if (function_exists('movable')) { ?>
<?php movable(); ?>
<?php } ?>


<?php jal_democracy(); ?>


<?php if (function_exists('movable')) { ?>
</div>
<?php } ?>

Just do the same for any other plugin or section.

swingcheese
March 21st, 2006, 03:37
thank you dan...

batorma
March 21st, 2006, 08:55
Haha I love all the random Spam comments your demo got hit with

The plugin is too much spectacle for my blog, but it looks nice, good job Danny- I'm sure there're a bunch of people that'll make use of it

Gray
March 22nd, 2006, 08:19
awesome-ness... i'm gonna use this.

shawngiese
August 3rd, 2006, 12:03
This is really nice! I'm using it for my google ads so those that don't like can drag them off screen. Great plugin!

nolawi
August 6th, 2006, 07:25
hmm sounds like fun, I'm gonna try it.. for my ads too...