View Full Version : Would like to take out comments
Greetings,
I'm a newbie to Pixelpost and a newbie to PHP. So, if this question has already been asked (I searched but couldn't find anything) would someone please post a link?
I'm using the default "dark" template and would like the option to not have comments. I didn't see a setting in the admin menu for this. Did I miss it?
Any and all help would be greatly appreciated.
Best regards,
Rashunda
I'm sorry, I'm using the "salted" template.
Best regards,
Rashunda
Connie
04-07-2005, 06:26 AM
look into your template, what means: open it in a text editor and find some texts like the following:
<COMMENT_POPUP>
<IMAGE_COMMENTS_NUMBER>
<LATEST_COMMENT_ID>
<LATEST_COMMENT_NAME>
<IMAGE_COMMENTS>
<IMAGE_COMMENTS>
check, if you find text like this:
<div id="comments">
<a href='#addcomment' onclick="flip('add-comment'); return false;">Add Comment</a><p />
<IMAGE_COMMENTS>
</div>
<div id="add-comment">
<script language='javascript' type='text/javascript'>flip('add-comment');</script>
<a name="addcomment"> </a>
<form method='post' action='index.php?x=save_comment' name='commentform' accept-charset='UTF-8'>
Message:<br />
<textarea name='message' rows='2' cols='40'></textarea><p />
Name:<br />
<input type='text' name='name' class='input' value='<VINFO_NAME>' style='width:100%;'/> <br /><br />
Website URL, if any: <br />
<input type='text' name='url' class='input' value='<VINFO_URL>' style='width:100%;'/> <br /><br />
Email (not visible to others)<br />
<input class='input' type='text' name='email' value='<VINFO_EMAIL>' style='width:100%;'/><br /><br />
<input type='hidden' name='parent_name' value='<IMAGE_NAME>' />
<input type='checkbox' value='set' name='vcookie' /> Save User Info<br /><br />
<input type='submit' value='Add' />
<input type='hidden' name='parent_id' value='<IMAGE_ID>' />
</form>
</div>
delete it and there will be no comments
you must not edit any PHP etc., just the template....
Hi Connie,
Thank you. I'll try your solution and report back.
Best regards,
Rashunda
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.