By Adriana Zocchi on Thursday, 04 September 2014
Posted in General Issues
Replies 3
Likes 0
Views 428
Votes 0
Hello,

I'm customizing microblog and I want users to use only the quotes tab. I managed to hide all other tabs, but I can't manage to make quotes tab always visible and user needs to firs click it to expand.

How can I make quotes tab expanded by default?

Thanks a lot!!!!
Hello Adriana,

Edit the file /components/com_easyblog/themes/dashboard/system/dashboard.microblog.php and locate the codes below,


$( '#write_container ul.ui-quickpost-tab li.type-<?php echo $activeType;?> a' ).click();


Replace it with,


$( '#write_container ul.ui-quickpost-tab li.type-quote a' ).click();
·
Friday, 05 September 2014 01:43
·
0 Likes
·
0 Votes
·
0 Comments
·
That's exactly what I meant! Thanks a looooot!!
·
Friday, 05 September 2014 02:24
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Adriana
·
Friday, 05 September 2014 02:28
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post