The Dolphin 7.1.x users can view vertically. As for me, it was better horizontally (like in Dolphin 7.0.9)
How to set on the home page to show users horizontally?
The Dolphin 7.1.x users can view vertically. As for me, it was better horizontally (like in Dolphin 7.0.9) |
Download Full Width Columns in market... it's free Then, change default.css In template/base/css div.thumbnail_block_with_info {
|
Thanks for reply. I have this module and when I put in the full width users block nothing changes. Users still displays verically. In default.css I don`t have this: div.thumbnail_block_with_info {
Download Full Width Columns in market... it's free Then, change default.css In template/base/css div.thumbnail_block_with_info {
maybe another ideas? or I do something wrong? |
This is the mod to show your member block horizontally. Things that this mod is using: Full width column mod Page width of 1140 Settings-> advanced settings-> profilesNumber of Top Members per page:14 - or use 28, 42,56...ect You are going to be changing the css in your template/css/common.css The code your looking for starts at /* Thumbs in normal view */ around line 54 and ends around line 131 just above /* * * * MsgBox * * * */ To make things simple, here is the modified code that is in between them lines: /* Thumbs in normal view */ Compare your code with this and make changes or delete your code and paste the above code in. Now if you have a full width column on the main page, drag your members block into it and see if it looks ok. After doing this, I get this result: Not sure if this is what you were looking to do, but maybe it will help someone. You may need to make changes to the css to make it look correct on your website. Back up your original common.css just incase something goes wrong you can revert. http://ModMyCMS.com --> Dolphin Hacks &Mods |
Thank you for this tutorial but it`s not work for me. I make changes in my common.css (in base and in my tmpl) , save and clean cache but not help. Why? Are there any ideas? |
I was able to set the user horizontally. Here's what I did: in -> templates/base/css/default.css edit and add display there (in red): .bx-def-margin-sec-top margin-top:10px; |
thank you correction is very simple. FAZING WEB - WEB AGENCY ! |
Everything would be fine, but for me but I noticed my change in the code change also on other sites. I care only to users view horizontally.
|
wow, thanks so much this is awesome. I missed this layout from 7.0.9!
One thing, is there anyway to get their gender icon in there? If there is, is there a way to place it over top their thumb or something? Or maybe is it possible to have the background of the cell blue/pink based of gender??
Thanks though, this is a wonderful improvement. |
any thoughts on how to change male/female to their respective gender icons? |
nevermind. I changed these lang keys to have img instead: _female (System) _male (System) Hope they don't cause weirdness elsewhere. |