By Stefan Hubig on Thursday, 11 December 2014
Posted in General Issues
Likes 0
Views 0.9K
Votes 0
hi where can i change the tab style ? i know the tabs is nav nav-tabs and i like nav nav-pills where can i change this ?

what is the class for role color ?
i have a fesse (css) in post preview and would that this fess have the color from userpost role

example

user xyz (role: admin - color black) post a new question ..
now the question is online .. and the fesse is black

hope can help me
Hello Stefan,

I'm sorry I don't get you here. Did you mean this tabs: http://screen.stackideas.com/2014-12-11_1534.png If so, all the css codes in ../components/com_easydiscuss/themes/simplistic/styles/style.css and if you want to edit the php file, its here: ../components/com_easydiscuss/themes/simplistic/frontpage.index.filters.php
·
Thursday, 11 December 2014 15:36
·
0 Likes
·
0 Votes
·
0 Comments
·
thx .. can you get me the code for display a category image ?
·
Thursday, 11 December 2014 16:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Stefan,

Here is how to get the avatar.

$category = DiscussHelper::getTable( 'Category' );
$category->load( '1' ); //1 is the category ID
echo $category->getAvatar();
·
Thursday, 11 December 2014 22:15
·
0 Likes
·
0 Votes
·
0 Comments
·
very nice thank you
·
Friday, 12 December 2014 00:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Stefan,

You're welcome.
·
Friday, 12 December 2014 01:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post