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 on event listing page display and the nearby event module javascript
I set the js_event_side_top or js_side_top module for the nearby events module but both of them cannot be shown in the event listing page.
event.hehepick.com/tw/groups/display
May I know how can I solve this problem?
Moreover, the Nearby event button and the detect location buttons are not working. Can you have a check? Thanks.
js_event_side_top is displayed ONLY on EVENT page. js_side_top - Placed on top of the side column (sidebar) of Frontpage, Profile, Groups and Event Pages.
You can solve your issue by adding custom module position, just add this code:
You may experience some issues with modules - soon we'll rebuild them from scratch. We're aware of this issue and will fix it soon.
- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.
- Use the "Thank You" feature on any post that helped you
js_event_side_top is displayed ONLY on EVENT page. -> do you mean event detail page only and not the listing page?
js_side_top - Placed on top of the side column (sidebar) of Frontpage, Profile, Groups and Event Pages.
You can solve your issue by adding custom module position, just add this code:
<?php $this->renderModules( 'my-position' ); ?></div>
Then assign module to "my-position".
Can you elaborate on this a bit more? say if I would like to display 'My events' on the left of the event listing page.
You may experience some issues with modules - soon we'll rebuild them from scratch. We're aware of this issue and will fix it soon.
-> How about the nearby event module? Currently it is not working.
event.hehepick.com/tw/events/viewevent/3-tennis-with-peter
- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.
- Use the "Thank You" feature on any post that helped you