We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Member's Avatar on index page don't line up after latest 1.1. update | Forum

Juan
Juan Apr 9 '11
Member's Avatar on the index page won't line up in rows after latest 1.1. update. They only line up in 1 column.
The Forum post is edited by Juan Apr 9 '11
Rajoo
Rajoo Apr 9 '11
Hi Juan!

search for
/* ---- Avatar styles ---- */ section in --> ow_themes/your_theme/base.css

and add

.ow_avatar {
position: relative;
display: inline-block;
width: 45px;
height: 45px;
}

.ow_avatar_label {
font-size: 7px;
display: inline-block;
position: absolute;
line-height: 10px;
text-transform: uppercase;
bottom: 0px;
background-color: #999;
right: 0;
color: #fff;
font-weight: bold;
padding: 0px 2px;
-moz-border-radius: 3px 0px 0px 0px;
-webkit-border-radius: 3px 0px 0px 0px;
}

html body .ow_sidebar .ow_avatar_label {
font-size: 7px;
}

note: You will have to turn your OW_DEV_MODE to true from false in your -->ow_includes-->config.php and once you get avtars right turn it back to false.



Michael Leader
Michael Apr 9 '11
Update your themes.
Clead the CSS code (copy to notepad or something)
See if your avatars are bunched up again.
Re-ad the code after updating the themes.
That worked for me.

Rajoo's thing might work as well. Either way takes minutes to do.
Den Team
Den Apr 9 '11
Update your theme. Instruction can be found here
Brother Andrew
Brother Andrew Apr 13 '11
I Updated My Theme, and It STILL Has The Vertical Issue. :--)
Brother Andrew
Brother Andrew Apr 13 '11
I Also Did What Juan Suggested, and That DIDN'T Help. I'll Change It Back For Now. :--)
Brother Andrew
Brother Andrew Apr 13 '11
Now Turning It Back, My Site Main Page Appears To Have MANY DeBug Errors.

( http://www.TheFamilyOfYAH.com/ValuedMembers )
Den Team
Den Apr 14 '11
@Brother Andrew
How did you update your theme? Did you follow theme update manual? After you update the theme you need to enable DEV_MODE (not DEBUG_MODE)
On your site I see that you turned on DEBUG_MODE, disable it.
Brother Andrew
Brother Andrew Apr 14 '11
YES, DeBug Was On True. I Noticed That B4, and WASN'T Sure Why It Was On True. Possibly I Did That By Mistake.

As Far As I Know, I Uploaded The Theme Upgrade The Proper Way! I'll Do It Again!

Mail Box On Top Still Has To Be Fixed Too! :--)
Brother Andrew
Brother Andrew Apr 14 '11
I Did That Again, And Avatars Still Vertical. Even MORE, I Want The Mail Icon To Show Again On Top! However, Both Are IMPORTANT! :--)
Long
Long Apr 14 '11
nothing wrong

reason is not compatible theme version 1.1 after upgrade

Posted: Rajoo
I did it your way but do not fix

I tried this and succeed:
1. You create a new database, ex: anhsovn
2. Oxwall Download full version 1.1 here: http://www.oxwall.org/download
3. Upload overwrite all the old code (including / ow_includes /)
4. Now, install oxwall with new Database (anhsovn) that you created. until completion.
5. Once completed, you find yourself on the homepage of all activities as a new website.
6. At that time, you need to /ow_includes/config.php change the Database Name Database older, my old DB Name is: anhsovn_oxwall.
7. Admin Login Page, you will see the message as follows:

Platform update request:
The source code of 'Contact Importer' plugin was updated. Need to update plugin DB.
The source code of 'Email Notifications' plugin was updated. Need to update plugin DB.
The source code of 'Mailbox' plugin was updated. Need to update plugin DB.
The source code of 'Blogs' plugin was updated. Need to update plugin DB.
The source code of 'Photo' plugin was updated. Need to update plugin DB.
The source code of 'Forum' plugin was updated. Need to update plugin DB.
The source code of 'Birthdays' plugin was updated. Need to update plugin DB.
The source code of 'Facebook Connect' plugin was updated. Need to update plugin DB.
The source code of 'Video' plugin was updated. Need to update plugin DB.
The source code of 'Newsfeed' plugin was updated. Need to update plugin DB.

Then, just click the UPDATE until ALL successfully updated plugin is ok
Click to see : http://www.anhsovn.com
Den Team
Den Apr 15 '11
@Long
Did you try to update your site or you tried to install from scratch? If you try to update, then you need to download update pack from http://www.oxwall.org/download (not ful version). Here you can find update manual.