Question
I want to put a picture on the users personal site.
How can I place the image right to the users form? I tried several things but I couldn't place an image that is shown next to the user form.
Environment
--
TWikiGuest - 23 Aug 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
One month passed, closing this question as unanswered.
--
PeterThoeny - 01 Oct 2006
I already tried the same.
After a few tries I followed a different approach:
- Let the users upload a picture
Here's a part of the code that I used to include a picture into the personal site with the help of
UserHomepageHeader:
%SEARCH{ "%BASETOPIC%" scope="topic" topic="%BASETOPIC%" nonoise="on" format="
<table cellspacing='0' id='Tab'>
<tr>
<td>$percntIMAGEGALLERY{limit=\"1\" size=\"large\" title=\"off\" titles=\"off\"}$percnt</td>
<td> Email:</td>
<td> $formfield(Email) </td>
</tr>
</table>"}%
Maybe this helps although it didn't answer your question...
--
CarloSchulz - 08 Feb 2007
Please have a look at
PersonalInfoAddOn.
--
ArthurClemens - 01 Apr 2007