Page 1 of 1

User profiles plugin trouble

Posted: Fri Apr 13, 2007 11:37 am
by croaxer
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 !

Re: User profiles plugin trouble

Posted: Fri Apr 13, 2007 12:05 pm
by garvinhicking
Hi!

You just need to edit your style.css file and add at the end:

Code: Select all

.serendipity_authorpic {
float: left;
}
Or search for the existing authorpic entry and change it from right to left.

HTH,
Garvin

Posted: Fri Apr 13, 2007 12:42 pm
by croaxer
Thank you so much ! I just couldn't remember where to change this :)

Posted: Sat May 26, 2007 12:18 am
by ostfriese2004
hI!
I just installed the updated user profile plugin. Now I get this when opening the blog url:

Parse error: parse error, unexpected T_IF in[...] /plugins/serendipity_event_userprofiles/serendipity_event_userprofiles.php on line 287

Please help!

Posted: Sat May 26, 2007 6:24 am
by judebert
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.