User profiles plugin trouble

Creating and modifying plugins.
Post Reply
croaxer
Regular
Posts: 7
Joined: Wed Oct 18, 2006 1:37 am

User profiles plugin trouble

Post 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 !
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: User profiles plugin trouble

Post 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
# 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/
croaxer
Regular
Posts: 7
Joined: Wed Oct 18, 2006 1:37 am

Post by croaxer »

Thank you so much ! I just couldn't remember where to change this :)
ostfriese2004
Regular
Posts: 76
Joined: Tue Feb 13, 2007 11:12 pm

Post 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!
Image
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post 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.
Judebert
---
Website | Wishlist | PayPal
Post Reply