[Plugin:Draw Comments] Min/Max addition in plugin
-
Hello,
Interested Plugin .. wat i wanted to achieve was that below the text are a above the Submit Button in the page a link should come saying something like “Show Drawing Board” or similiar … and when the user clicks on the link the draw comments get showed using JS or Ajax what ever suits .. now i dont know where to add wat in WP .. kinda new :S
<script> function clickMeCSS(ID) { div = document.getElementById(ID); div.style.visibility = "visible"// if it doesnt work try div.style.visibility = true } </script> <a href="Javascript:clickMeCSS('drawingboard');">Show Drawing Board</a> <span id="drawingboard" style="visibility:hidden;"> <p><label>DrawBoard: (optional)</label> <?php do_action('comment_form', $post-?>ID); ?> </p> </span>what i thought could work is above but cant get it to work .. i know its wrong where to put the do_action(comment_form) tag ?
It wil be a neat addition to the Plugin ..
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘[Plugin:Draw Comments] Min/Max addition in plugin’ is closed to new replies.