Userinfo - style CSS ContentTable [message #163705] |
Wed, 24 November 2010 19:56 |
|
Martin_E
Messages: 16 Registered: November 2010
Karma: 0
|
Junior Member |
|
|
I can not find the correct file to change the class ContentTable of the userinfo. I would like to rename it to UserinfoTable
May someone can give me a hint.
Here is the code:
<tr class="MsgR2">
<td class="MsgR2" valign="top" width="15%">
<img src="theme/default/images/offline.png" alt="User ist gerade offline" title="User ist gerade offline"> <a href="index.php?t=usrinfo&id=23423&">User</a><br><table class="ContentTable" cellpadding="0" cellspacing="0"><tbody><tr class="MsgR2"><td class="avatarPad wo"><im
[Updated on: Wed, 24 November 2010 19:57] Report message to a moderator
|
|
|
|
|
|
Re: Aw: Re: Userinfo - style CSS ContentTable [message #163713 is a reply to message #163712] |
Thu, 25 November 2010 06:09 |
Ernesto
Messages: 413 Registered: August 2005
Karma: 0
|
Senior Member |
|
|
Have you created a new theme?
If you haven't, go to admin control panel, theme manager and create a new theme.
Then, go to template editor, select your created theme and the proper language.
Click the [+] next to usrinfo.tmpl
You should see a bunch of template sections, maybe something like this:
» last_post_lnk
» last_post -> last post link
» email_link
» email_form_link_lnk
» email_form_link -> link to the email form
» usrinfo_private_msg_lnk
» referals_lnk
» referals -> an indicator of how many people this user has referred
» birth_date
» level_name -> user's level name as determined by post count
» level_image -> user's level image if available as determined by post count
» moderation -> list of all forums moderated by user
» moderation_entry_lnk
» moderation_entry -> link to forum moderated by user
» USERINFO_PAGE_lnk
» USERINFO_PAGE -> info about a particular user in the forum
» user_info_l
» userinfo_update
» male
» female
» no_view_perm
» polls_lnk
» polls -> an indicator of how many polls this user has created
» ui_buddy_lnk
» ui_buddy
Click on USERINFO_PAGE. There should appear a text field on the right?
Ginnunga Gaming
|
|
|
|
|
|
|