Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
How Do I Turn Off Quick Reply? (1 viewing) (1) Guest
TOPIC: How Do I Turn Off Quick Reply?
#54741
How Do I Turn Off Quick Reply? 5 Months, 1 Week ago  
I could have sworn I saw an option to turn off the quick reply box. People are not quoting when they should be, so I'd like to make that box go away. I'm sure I'm overlooking the option but after looking several times, I'm throwing in the towel and asking for blind newbie help.

I love the board but I sure wish there were more plugins!
Flirtilizer (User)
I tell it to myself and I agree... A Cooper
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Gender: Male RustyFerguson.com Location: Philippines
Logged Logged
 
 
 
#54862
Re:How Do I Turn Off Quick Reply? 5 Months, 1 Week ago  
If there is no way to turn off quick reply, please tell me so I stop looking for it. Really no answer to this? Thanks for the help.
Flirtilizer (User)
I tell it to myself and I agree... A Cooper
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Gender: Male RustyFerguson.com Location: Philippines
Logged Logged
 
 
 
#54866
Re:How Do I Turn Off Quick Reply? 5 Months, 1 Week ago  
Here is how to do it:
First, make a copy of file message.php located in components/com_fireboard/template/default and out it in your current template directory, for example components/com_fireboard/template/default_red. This will ensure that you still have the original file to revert back to.
Now edit the message.php in your template directory and remove the following code:
Code:

                <span id = "fb_qr_sc__<?php echo $msg_id;?>" class = "fb_qr_fire" style = "cursor:hand; cursor:pointer">

                <?php
                //we should only show the Quick Reply section to registered users. otherwise we are missing too much information!!
                /*    onClick="expandcontent(this, 'sc<?php echo $msg_id;?>')" */
                if ($my->id > 0 && !$msg_closed)
                {
                ?>

                <?php echo
                    $fbIcons['quickmsg']
                        ? '<img src="' . JB_URLICONSPATH . '' . $fbIcons['quickmsg'] . '" border="0" alt="' . _FB_QUICKMSG . '" />' . '' : '  <img src="' . JB_URLEMOTIONSPATH . 'quickmsg.gif" border="0"   alt="' . _FB_QUICKMSG . '" />'; ?>
                <?php
                }
                ?>
                </span>



That's it. It may be possible to hide this by adding display: hidden; to the fb_qr_fire CSS class template CSS file as well...

Hope it helps.
Riba (User)
FB Core Team
Junior Boarder
Posts: 28
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#54875
Re:How Do I Turn Off Quick Reply? 5 Months, 1 Week ago  
When the core team doesn't use the search it's scary. NO need for all that code.
www.bestofjoomla.com/component/option,co...limitstart,20/#35571
grinchy (User)
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#54877
Re:How Do I Turn Off Quick Reply? 5 Months, 1 Week ago  
Oops! I actually stepped down a while ago due to the inactivity caused by the lack of time, but I thought I may reactivate myself by at least helping out with questions in the forum.
Anyway, Flirtilizer did not specifically say that the quick reply box is always opened for him.

Finally, search does not seem to work at all.
Riba (User)
FB Core Team
Junior Boarder
Posts: 28
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/07/31 14:52 By Riba.
 
 
#54898
Re:How Do I Turn Off Quick Reply? 5 Months, 1 Week ago  
Ii searched for disable quick reply and found nothing. Thanks for the link
Flirtilizer (User)
I tell it to myself and I agree... A Cooper
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Gender: Male RustyFerguson.com Location: Philippines
Logged Logged
 
 
 
#54899
Re:How Do I Turn Off Quick Reply? 5 Months, 1 Week ago  
Riba wrote:
Here is how to do it:

Hope it helps.



Thanks
Flirtilizer (User)
I tell it to myself and I agree... A Cooper
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Gender: Male RustyFerguson.com Location: Philippines
Logged Logged
 
 
 
#54900
Re:How Do I Turn Off Quick Reply? 5 Months, 1 Week ago  
Riba wrote:
Oops! I actually stepped down a while ago due to the inactivity caused by the lack of time, but I thought I may reactivate myself by at least helping out with questions in the forum.
Anyway, Flirtilizer did not specifically say that the quick reply box is always opened for him.

Finally, search does not seem to work at all.


Am I reading this correctly? There is no development goiong on with Fireboard?

It works smooth, I used it on one site but the stopped because it didn't look like any thing is going on with it.

Come on folks, get this thing going. If I had the knowledge, I know I would. Something like this is a major traffic builder. I wish I could latch onto a gem like this but I don't' have the programming skills to say the least.

Developers, your sitting on a gold mine here.
Flirtilizer (User)
I tell it to myself and I agree... A Cooper
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Gender: Male RustyFerguson.com Location: Philippines
Logged Logged
 
 
 
#54901
Re:How Do I Turn Off Quick Reply? 5 Months, 1 Week ago  
You got it wrong, it is just me - the rest of the team is very much active!

So no worries, just some patience!
Riba (User)
FB Core Team
Junior Boarder
Posts: 28
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#54903
Re:How Do I Turn Off Quick Reply? 5 Months, 1 Week ago  
Flirtilizer wrote:
Ii searched for disable quick reply and found nothing. Thanks for the link

For FB searches you have to make them short. The more words in your search term the less chance you will find anything.
grinchy (User)
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top