By n00bster on Thursday, 16 January 2014
Posted in General Issues
Replies 5
Likes 0
Views 755
Votes 0
hi,

i use the flatt theme in Easydiscuss, the social buttons look like this format:
http://www.screencast.com/t/zSRLIYxh1

how can i change this format to this vertical button style, the theme "timeless" from ED are using this style:
http://www.screencast.com/t/edb6lv5VSpv
Hello,

Please go to:
Joomla\components\com_easydiscuss\themes\flatt\post.question.item.php

around line number 157:
<strong><?php echo JText::_( 'COM_EASYDISCUSS_SHARE_THIS_POST' ); ?>:</strong> <?php echo DiscussHelper::showSocialButtons( $post, 'horizontal' ); ?>


to:
<strong><?php echo JText::_( 'COM_EASYDISCUSS_SHARE_THIS_POST' ); ?>:</strong> <?php echo DiscussHelper::showSocialButtons( $post, 'vertical' ); ?>


Thanks:)
·
Thursday, 16 January 2014 18:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello n00bster,

Sorry for late reply to this,
Unfortunately we do not have this option to select different social button style in current system from the backend, we will consider it to add this in the future.
·
Thursday, 16 January 2014 10:23
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Arlex, thx for your answer!

i know that actually there is no option for this in the backend, but can you advise me what i have to modify to get this vertical buttons instead the horizontal buttons in the flatt theme?
·
Thursday, 16 January 2014 17:38
·
0 Likes
·
0 Votes
·
0 Comments
·
thx that did the trick,

i also rearranged the buttons in the helper.php file, now i have from EB, ED and jReviews the same Social Button Style in same sequence
·
Thursday, 16 January 2014 19:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I'm glad that your issue is solved If you have any problems please don't hesitate to ask us.

Thanks!
·
Thursday, 16 January 2014 19:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post