danmetallic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments form only showing when logged inThat should be https://www.cocoelectrik.co.uk btw (iPad typing)
Forum: Plugins
In reply to: [Simple Facebook Connect] CommentsWhere did you add the code exactly (you can see mine above) and I’ll give it a go.
Forum: Plugins
In reply to: [Simple Facebook Connect] CommentsThanks for the swift reply Otto (and the great work on this plugin). I’m still unsure where to add the code exactly. Here is the code from my comments.php
<table> <tr> <td colspan="3"> <div class="commform-textarea"> <textarea name="comment" id="comment" cols="50" rows="7" tabindex="1"></textarea> </div> </td> </tr> <tr> <td class="commform-author"> <p>Name <span>required</span></p> <div> <input type="text" name="author" id="author" tabindex="2" /> </div> </td> <td class="commform-email"> <p>Email <span>required</span></p> <div> <input type="text" name="email" id="email" tabindex="3" /> </div> </td> <td class="commform-url"> <p>Website</p> <div> <input type="text" name="url" id="url" tabindex="4" /> </div> </td> </tr> </table>
Forum: Plugins
In reply to: [Simple Facebook Connect] CommentsUsing Simple Facebook Connect btw