summaryrefslogtreecommitdiff
path: root/templates/comments_post_inc.tpl
AgeCommit message (Collapse)AuthorFilesLines
2026-06-16Replace Add Comment text button with insert-text icon in non-AJAX pathLester Caine1-1/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27Figured what has been causing a problem with using && and || in smarty ↵lsces1-5/+5
templates and related to mistake in processing {2} elements that should use curly brackets and not revert to square ones.
2026-03-26Smarty style changeslsces1-5/+5
2025-09-04need to tidy capture smarty pluginlsces1-1/+1
2025-08-27Template changes to cover uninitialized variables and style changes for PHP8.4lsces1-3/+3
2020-06-24remove variable it {tr} stringspiderr1-1/+1
2014-08-01mass reworking of structure editingChristian Fowler1-4/+4
2014-05-30bootstrap3-css-changes-form-groupspiderr1-6/+6
2014-05-23bootstrap3-btn-defaultspiderr1-4/+4
2013-05-16bootstrap updates for inline post comment formspiderr1-4/+3
2013-04-08change smarty textarea block into functionChristian Fowler1-1/+1
2013-04-07more clean up for Smarty 3.0 and another pass at cleaning the top menusChristian Fowler1-1/+1
2013-04-04cleanup edit formsspiderr1-4/+4
2013-04-01bootstrap-conversionspiderr1-6/+6
2009-05-17clean up inline login form and use choose div classes based on what they ↵bitweaver.org1-13/+12
represent and not what they look like
2009-03-17upgrade Comments to LiberytMime to support attaching files to comments. big ↵wjames51-1/+12
move also of comment storage hash verification into LComm::verifyComment, everything else is support. new liberty admin option to enabled attachments on comments. boards and tickters verification bits move into verification services
2009-02-25move captcha next to comment_name, add params.id and params.style to ↵Christian Fowler1-2/+2
captcha.tpl so inline login can toggle captcha display
2009-02-25add code to be able to do online login/registration when posting commentChristian Fowler1-2/+23
2008-11-28Don't take that value from a request. It can be set globally too and ↵Tomasz Kalkosinski1-2/+2
controller has already taken care of handling both.
2007-12-03syntax touch upChristian Fowler1-1/+1
2007-10-25Change comment deletion to only delete one comment instead of the comment ↵Jams H Thompson1-5/+0
and all of its children, also fix loss of comment viewing preferences that occured when adding, deleting, or editing comments
2007-07-29remove name property from comments form tag, not xhtml validwjames51-1/+1
2007-07-10move loadAjax() to BitThemesMax Kremmel1-1/+1
2007-07-04{textarea} Escapes as required! Please do not double escape!Nick Palmer1-1/+1
2007-06-13check if js is enabled when using ajax comments - also guard against mixed ↵wjames51-0/+6
information during unique preview cases
2007-06-10new feature post comments using ajax - note scroll but in IE is not a ↵wjames51-10/+13
functional problem - patch comming soon
2007-06-07Fix double escape in comments. Add Force Allow HTML feature to deal withNick Palmer1-1/+1
wysiwyg editors better.
2007-04-20Make comments use handy {textarea}.Nick Palmer1-19/+1
2007-01-05searched for .title} .description} and .data} and added |escape where ↵Max Kremmel1-1/+1
appropriate (i hope). might have misinterpreted a situation or two, so please keep a lookout...
2006-09-16massive captcha cleanup, centralised captcha verification, added option to ↵Max Kremmel1-1/+1
use freecap (settings in liberty admin screen), only one captcha verification needed per session
2006-09-15add captcha to liberty commentsChristian Fowler1-1/+3
2006-09-01cleanupMax Kremmel1-40/+40
2006-08-23add a param 'Default post textarea lines number' to have a decent textarea ↵Sylvie Greverend1-1/+1
zone when using tinymce
2006-08-22take away the note html forbidden and the link syntax in a comment post as ↵Sylvie Greverend1-1/+0
it is depending on the format that is used
2006-08-20hide anon_name/comment_name field from registered usersHash91-7/+9
2006-07-27remove {renderer}'s dependency on BitBoards, Add reply with quote feature to ↵Hash91-0/+1
comments that works cleanly for all formats
2006-07-26add anon name, and cleanup codeHash91-3/+11
2006-07-12adapt comments so it can be used with boardsHash91-4/+27
2006-07-11add the format choice for a comment - as the comments are parsed - to have ↵Sylvie Greverend1-0/+3
the correctly parsed if the only format is html and not tw
2006-07-10break out comments post formChristian Fowler1-0/+36