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.
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.