By Maurice Womack on Tuesday, 05 November 2013
Posted in General Issues
Replies 4
Likes 0
Views 838
Votes 0
Is there a way to make the "Share what's new" input div open by default. It's hard for members to see that this is where they should post unless it's open without having to click inside first. Thanks.
Also,
Is there a way to configure which modules to show on the frontpage of the component? for instance, I want to remove the "Online Users" module from the front. Thanks.
·
Tuesday, 05 November 2013 12:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Maurice,

Is there a way to make the "Share what's new" input div open by default.


Try this. Open the file JOOMLA/components/com_easysocial/themes/wireframe/story/default.js and add below code at line after 45:

	
$('[data-story-textField]').expandingTextarea();
$('[data-story-form]').addClass('active expanded');


The above code will make the textbox expand by default

Is there a way to configure which modules to show on the frontpage of the component? for instance, I want to remove the "Online Users" module from the front. Thanks.


It depends on which menu item and what position your module set to. For instance if you do not want the 'online user' module to appear, you can either unpublish this module or set this module to the display on certain position. You can refer to below doc page for the position supported by EasySocial http://docs.stackideas.com/administrators/module_positions/module_positions

Hope this help and have a nice day
Sam
·
Tuesday, 05 November 2013 18:46
·
0 Likes
·
0 Votes
·
0 Comments
·
I just updated to 1.1.0 and have applied the hack that you suggested.

But with the new update, the layout is slightly different. Is there a way to leave the the "attach" form open as well by default?

I think the new layout is confusing because the "attach" verb is confusing and doesn't usually mean "adding" text or photos.

Thanks for the help.
·
Wednesday, 11 December 2013 04:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Maurice,

You can always change the verb by modifying the language file
·
Thursday, 12 December 2013 23:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post