Hi
I want to have the Community Members Module on other pages than the JomSocial one. have read this thread:
www.jomsocial.com/forum/modules-plugins-...ls-are-massive#95747
and this thread:
www.jomsocial.com/forum/technical-issues...use-thumbnails#93726
so I know that this module by design will have 4 columns and thumbnails will fit to column sizes.
This makes it not look good when used i full page with, as it only display 4 pictures in each row, and make the thumbnails look crap. The above mentioned threads only indicates how to fix it.
Could someone please tell me how to modify this module, so it can be used BOTH in jomsocial sidebar, AND other places on the site, and still look like it does in jomsocial sidebar.
This is no problem with my particular website, this is the module design, so no need for anyone from support to log into my site to fix anything. I prefer to be shown what code to modify, so I can do the modification myself.
Anyone able to help?
So on the frontpage I can have full width, and in jomsocial it will be as usual (sidebar)?
I just wonder, If I set .js-col4 { width: 100% } in the custom.css, how can this be anything else than just 1/3 of the full page width?
I want the module to be as it is in jomsocial sidebar, but on the frontpage I want it to look like this:
Hi Oste,
basically that thing depend with your template it self.
please provide me Super User access detail and FTP access detail by editing your first post at this topic, put it under site info form.
and provide me screenshot to show me what exactly position do you want make member module as full width.
I will do it for you.
Regards,
Albert
Hi Albertus
In my opinion, this is not a template issue. Just install a clean joomla, install jomsocial, create 5 users, and publish the Community - Members Module in the footer position. Then it will look like this
Hi Oste,
please put this CSS at the template CSS file. I can't tell you what exactly file name, because every template have they own override standard.
#latest-members-container .js-col4 {
margin: 0 0 10px 10px;
width: 8%;
}
Hi Albertus
I also use the members module in the JomSocial sidebar position, so the problem with your suggested custom override code is that it may help for the display of the module on the frontpage, but at the same time it make the JomSocial sidebar module look totally unsusable.
I want to keep the sidebar as it was, now you see it does not look good. So what I need is how to change the MODULE, so it can be places ANYWHERE on the site without needing to mess with css to make it look good. In the earlier days this module worked perfectly, but for som reason you team has made it difficult for people to use this module in other positions than the JomSocial sidebar.