Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Module position on top of activity feed?

9 years 11 months ago
Licenses:
JomSocial Expired

I'd like a have a module position be the same as the js_profile_top position but for Groups or Events. Is there a way to do this?

9 years 11 months ago
Licenses:

Hi,

we have:
js_groups_side_top
js_groups_side_bottom

js_events_side_top
js_events_side_bottom

here for more detail:
documentation.jomsocial.com/wiki/Built-in_Module_Positions

Regards

9 years 11 months ago
Licenses:
JomSocial Expired

I've tried those but it's not the same position as js_profile_top where it appears on top of the activity stream. That is what my preference is.

9 years 11 months ago
Licenses:

Hi,

here the steps:
1. copy single.php from /components/com_community/templates/jomsocial/layouts/events/ to /templates/[frontend template]/html/com_community/layouts/events/
2. edit it, at line 282, put this code

<div id="js_event_top" class="joms-module__wrapper"><?php $this->renderModules( 'js_event_top' ); ?></div>
before
<div class="joms-sidebar">

3. copy single.php from /components/com_community/templates/jomsocial/layouts/groups/ to /templates/[frontend template]/html/com_community/layouts/groups/
4. edit it, at line 375, put this code
<div id="js_group_top" class="joms-module__wrapper"><?php $this->renderModules( 'js_group_top' ); ?></div>
before
<div class="joms-sidebar">

now you have two new positions:
js_event_top
js_group_top

you can assign the modules to there.

Regards

The following user(s) said Thank You: E Quintin
9 years 11 months ago
Licenses:
JomSocial Expired

Thanks! I was also able make it group specific from your previous modification.

previous help you gave: www.jomsocial.com/forum/modules-plugins-...oup-specific-modules

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW