News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

// Some more information button?

Started by Snickers, September 30, 2005, 12:54:07 PM

Previous topic - Next topic

Snickers

I want to have in summary a button that says: More information? and it will show from:

In Profile.Template.php
<tr>
<td><b>', $txt[231], ': </b></td>
<td>', $context['member']['gender']['name'], '</td>
</tr><tr>
<td><b>', $txt[420], ':</b></td>
<td>', $context['member']['age'] . ($context['member']['today_is_birthday'] ? ' &nbsp; <img src="' . $settings['images_url'] . '/bdaycake.gif" width="40" alt="" />' : ''), '</td>


To:

if (!empty($modSettings['userLanguage']))
echo '
<td><b>', $txt['smf225'], ':</b></td>
<td>', $context['member']['language'], '</td>
</tr><tr>';


If you click the button...

I have A LOT of extra costum profile fields, so it would look far better if there was a button to click instead of it showing the huge list at once when looking at summary of a persons profile

Advertisement: