WheeQo.web.id

R. Bambang Widiatmoko's Blog | Sharing Knowledge to the World

Hide Quick Reply Text-Area in Fireboard

| 5 Comments


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:

  1. Add Additional Module Position in JA Purity Template This tutorial will show how to add additional position for...
  2. Add Sitemap in Google with Xmap Joomla! Extension: Xmap Xmap is a Joomla! extension based on...
  3. Upload Joomla! Installation Package to Hosting Server One of the interesting feature about CMS is it can...
  4. 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.

  • David

    Thank you for that fix!

  • http://palcoro.com Music Website

    buen aporte… era bien molestoso ese quick reply. la verdad es que al actualizar al fireboard 1.0.4 … esperaba cosas mas interesantes.. pero ya estoy pensando en mudarme a otro tipo de foro.. fireboard no piensa al parecer modernizarse..

  • http://a.b.com kalli

    THANKS A MILLION. much better

  • http://www.skullz-group.org kundof

    Many thanks for this tutorial Mr.easy to Fix.

  • http://oraclesoon.blogspot.com oraclesoon

    I was playing with rt_populus fireboard template and I also experienced this quick reply box always opened issue.

    Software:
    - Joomla 1.0.15
    - Fireboard 1.0.4
    - fireboard_theme_populus.rar from rt_populus version 1.0.0.

    I compared both
    components\com_fireboard\template\populus\forum.css
    components\com_fireboard\template\default\forum.css

    I think we need to make sure the following:
    div.switchcontent{} at line 107
    div.switchcontent{display:none;} at line 120