Hi there
I'm using the user profile plugin and it's been working great. I've been using serendipity since november and I just upgraded from v1.0.1 to 1.2.1. After the upgrade, all the pictures that I use with the user profiles are to the right, instead of the usual left. I can't seem to find out where to change it, any chance anyone can help me ?
The website is http://www.fullur.is
Thx !
User profiles plugin trouble
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: User profiles plugin trouble
Hi!
You just need to edit your style.css file and add at the end:
Or search for the existing authorpic entry and change it from right to left.
HTH,
Garvin
You just need to edit your style.css file and add at the end:
Code: Select all
.serendipity_authorpic {
float: left;
}
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
ostfriese2004
- Regular
- Posts: 76
- Joined: Tue Feb 13, 2007 11:12 pm
I don't have access to that code at this precise moment, but...
If you open the referenced file (serendipity_event_userprofiles.php) and go to line 287, you'll probably find that the semicolon is missing from the previous non-comment line.
Just add the semicolon, re-upload, and everything should work again.
If you have any trouble, post again; I'll try to read it tomorrow morning.
If you open the referenced file (serendipity_event_userprofiles.php) and go to line 287, you'll probably find that the semicolon is missing from the previous non-comment line.
Just add the semicolon, re-upload, and everything should work again.
If you have any trouble, post again; I'll try to read it tomorrow morning.
