ISSUE SUMMARY: Im having difficulty populating the full width of the club page on my site. ive sorted the profile page out. What im trying to achieve is. the tabs i choose to go on the club page to populate the full width of the page under the menu.
STEPS TO REPLICATE:
1
2
3
4
5
RESULT
EXPECTED RESULT
BROWSER
Thank you for contacting us.
You can't set those tabs to be 100% width as they are in component sidebar.
They use built-in module positions:
documentation.jomsocial.com/wiki/Built-in_Module_Positions
And the page you showed on printscreen doesn't contain module positions in that place.
- 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
Please, check link I provided, it contains graphical explanation for each built-in position.
You just assign module to certain position.
If you want to add module to a certain place but it doesn't have built in position - you may add it by customizing certain file.
In your case it will be this file: ROOT/components/com_community/templates/jomsocial/layouts/frontpage/base.php
Copy it to: ROOT/templates/your-template/html/com_community/layouts/frontpage (if you don't have those folders - feel free to create them)
Then just find in file place you want to add and already used module position code.
- 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