I use Fireboard 1.0.4, a Joomla! Forum Extension, and I got this annoying thing, the quick reply text-area always shown by default in every post.
How To Fix It
Open file message.php in: components/com_fireboard/template/default/
find this line:
<div id = “sc<?php echo $msg_id; ?>” class = “switchcontent”>
then change it to:
<div id = “sc<?php echo $msg_id; ?>” class = “switchcontent” style=”display:none;”>
Related posts:
- Add Additional Module Position in JA Purity Template This tutorial will show how to add additional position for...
- Add Sitemap in Google with Xmap Joomla! Extension: Xmap Xmap is a Joomla! extension based on...
- Upload Joomla! Installation Package to Hosting Server One of the interesting feature about CMS is it can...
- Tips Insert Image in Joomla! There are many ways to insert image(s) in Joomla!. The...
Related posts brought to you by Yet Another Related Posts Plugin.