By David Judah on Sunday, 03 November 2013
Posted in General Issues
Replies 6
Likes 0
Views 686
Votes 0
Hi there,

When a user enters a discussion/question, they see just beside the 'Quote' icon a 'Print' icon. I would like to get rid of that.

How do I do that?
There's actually a settings that allows you to disable the print button. Under the settings > general there's an option that states "Enable Print Button".
·
Sunday, 03 November 2013 20:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

I tried it in General, but I cannot find it. Do you know where it is specifically (general is a very large area!)
·
Sunday, 03 November 2013 21:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Please take a look at my screen shot here, http://screencast.com/t/atpnufWKM1
·
Sunday, 03 November 2013 23:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

i thought I was going crazy (but I am not!!). You can see that I have no 'Enable print' on my screen.

·
Monday, 04 November 2013 02:01
·
0 Likes
·
0 Votes
·
0 Comments
·
I have the latest EasyDiscuss version by the way
·
Monday, 04 November 2013 02:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Ah, sorry! This is probably in 3.2 I was working on EasyDiscuss 3.2 when I did a print screen. What you can do is to edit the file /components/com_easydiscuss/themes/simplistic/post.actions.php and remove the codes below at line 157


<a href="<?php echo DiscussRouter::getPrintRoute( $post->id );?>; ?>"
onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;"
class="btn btn-mini" rel="ed-tooltip" data-original-title="<?php echo JText::_( 'COM_EASYDISCUSS_PRINT' , true );?>">
<i class="icon-print"></i>
</a>
·
Monday, 04 November 2013 13:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post