By Bruno Alecrim on Saturday, 05 March 2016
Replies 3
Likes 0
Views 1.2K
Votes 0
Hi there, we made a migration in our project to J3.4 right now we just need to make some adjustments in the Easydiscuss component also fix some small bugs there. To make it easier to understand I just made a screenshot of it. So just take a look at the attached image, and to make it easier our communication I just gave a number to each topic.

With Best Regards
Bruno Alecrim
http://www.tutorialmaster.com.br
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

I already help you disabled some of the stuff from backend settings, but some of it need to use css to hide it, can you try put this following css into your current template css file and see how it goes?


div#discuss-wrapper .discuss-filter.mt-20.mr-10 {
display: none !important;
}

div#discuss-wrapper .discuss-story-bd .small.mb-5 {
display: none !important;
}

div#discuss-wrapper .postType.label.label-important.label-post_type {
display: none !important;
}

div#discuss-wrapper .discuss-user .btn-conversation {
width: 45px !important;
}

div#discuss-wrapper .discuss-action-options-1.fs-11 {
display: none !important;
}

div#discuss-wrapper .pull-xleft.small {
display: none !important;
}

div#discuss-wrapper .discuss-replies .discuss-filter {
display: none !important;
}
·
Saturday, 05 March 2016 12:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex, I made the code adjustment you suggested and It worked, thanks a lot, but this code change also took out the name of the person who published the question and we need that... take a look the attached image.

Can we make it came back?

Thanks again
Bruno Alecrim
·
Tuesday, 08 March 2016 03:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Bruno,

I am sorry for the delay of this reply,

Unfortunately that was not possible to use css to hide it, you can check my attached screenshor below.

So you have to remove this custom css code from your file :

div#discuss-wrapper .discuss-story-bd .small.mb-5 {
display: none !important;
}


After that you have to remove the code from this file -> JoomlaFolder\components\com_easydiscuss\themes\flatt\frontpage.post.php , check my second screenshot below.

Hope this help.
·
Tuesday, 08 March 2016 11:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post