Needed help with user profile

17 years 9 months ago #17185 by aida
Needed help with user profile was created by aida
Hi, does anyone know how can I implement table in user profile..
Here is a picture how would I need it to look...
I would be gratefull for any suggestion...

@ida
Attachments:

Please Log in to join the conversation.

17 years 9 months ago #17199 by ericfoster3
Replied by ericfoster3 on topic Re:Needed help with user profile
aida wrote:

Hi, does anyone know how can I implement table in user profile..
Here is a picture how would I need it to look...


You can create a tab with a text field in it. Once that is complete, you can use HTML code within the field.

visit my profile, and check out the "About Me" tab. I did it successfully here at joomlapolis.

This is the simple html code I used:

[code:1]<table border = 2>
<tr>
<td>Name1</td>
<td>Name2</td>
<td>Name3</td>
<td>Name4</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>[/code:1]

CB 3rd Party Developer: DatsoTab | KarmaTab
Joomla! 1.0.10
Community Builder 1.0
joomlaboard 1.1.2

Please Log in to join the conversation.

17 years 9 months ago #17200 by spikec
Replied by spikec on topic Re:Needed help with user profile
1. Make a creative tab www.joomlapolis.com/content/view/151/37

The only thing I'd do differently is to set the Type of Field to "Editor Text Area". (This way the wysiwyg editor will be available to your members to help them create their profile.)

2. Make sure that the Editor you are using will not strip code. Most will let you enter the code, but when you click the "update" button to save, the code is auto-deleted. Go figure...anyway, i've had good luck with fckeditor for joomla.

2. Once your creative tab is up and running, you can use the editor to build the table, or just go into html (or source) code view on the editor and put in your own table code. I'm not an html guru, but something like this should work:

[code:1]<table width="450" border="1">
<caption>
My table
<br />
</caption><br />

<tr><th>&nbsp;</th><th>name 1</th><th>name 2</th><th>name 3</th><th>name 4</th>

<tr>
<th scope="row">1</th>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<th scope="row">2</th>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<th scope="row">3</th>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<th scope="row">4</th>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<th scope="row">5</th>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<th scope="row">6</th>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>[/code:1]

Imho, the Creative Tab is the greatest invention for CB. It gives us tremendous flexibilty for creating profiles, and you can do tons of stuff with them.

Please Log in to join the conversation.

17 years 9 months ago #17243 by aida
Replied by aida on topic Re:Needed help with user profile
Thank you all. It works...But I have another question.
Is there any chance, that me as administrator, make default editor. So when my users open About me tab, all have the same situation, for example table with predefined field and names...

Post edited by: aida, at: 2006/07/18 09:50

@ida

Please Log in to join the conversation.

17 years 9 months ago #17293 by spikec
Replied by spikec on topic Re:Needed help with user profile
I haven't tried it, but I thibk you can add html code into the tab desciption from the backend. Not sure if you can make it changeable for your members though...

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.292 seconds

Facebook Twitter LinkedIn