MyBB Community Forums

Full Version: Zaher: field under localtime-mod.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

That field doesn't show up on my board, after installing your mod.
which mod?
ah then do u mean the USer Activity location field didnt appear?

if yes
make sure that the user you are checking is online.
Make sure you have permissions to see who's online
finnally and happend once! , it seems that you have done some modification near that place in profile template , so follow this

open Admin CP > Templates > Modify/delete > Expand > Member templates > member_profile

and make sure $location is there.


regards
OK, works fine, now.

Where can I 'translate' "User Activity location" ?
Heloo there

in the global templates, find a template called member_location

just change the text there

Quote:User Activity location:

regards
ok, thank you very much.
destroyer Wrote:Hello,

That field doesn't show up on my board, after installing your mod.

I am actually having very similar problem. I cannot get the user location:
Here is my member_profile template. It was probably already edited by another mod. Can you help out?

<html>
<head>
<title>$settings[bbname] - $lang->profile</title>
$headerinclude
</head>
<body>
$header
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<tr>
<td class="trow1">
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="trow1" width="75%">
<span class="largetext"><strong>$formattedname</strong></span><br />
<span class="smalltext">
($usertitle)<br />
$groupimage
$userstars<br />
<br />
<strong>$lang->registration_date</strong> $memregdate<br />
<strong>$lang->birthday</strong> $membday $membdayage<br />
<strong>$lang->local_time</strong> $localtime<br />$location
</span>
</td><td width="25%" align="center" valign="middle">$avatar</td></tr></table>
</td>
</tr>
$awaybit
</table>
<br />
<table width="$theme[tablewidth]" cellspacing="0" cellpadding="0" border="0" align="center">
<td width="50%" valign="top">
<table cellspacing="0" cellpadding="0" border="0" width="100%" align="center">
<tr><td class="tborder">
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" width="100%">
<tr>
<td colspan="2" class="thead"><strong>$lang->users_forum_info</strong></td>
</tr>
<tr>
<td class="trow1"><strong>$lang->joined</strong></td>
<td class="trow1">$memregdate</td>
</tr>
<tr>
<td class="trow2"><strong>$lang->lastvisit</strong></td>
<td class="trow2">$memlastvisitdate $memlastvisittime</td>
</tr>
<tr>
<td class="trow1"><strong>$lang->total_posts</strong></td>
<td class="trow1">$memprofile[postnum] ($lang->ppd_percent_total)<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&amp;uid=$uid">$lang->find_threads</a> &mdash; <a href="search.php?action=finduser&amp;uid=$uid">$lang->find_posts</a>)</span></td>
</tr>
<tr>
<td class="trow2"><strong>$lang->timeonline</strong></td>
<td class="trow2">$timeonline</td>
</tr>
<tr>
<!-- NARS_1_4 -->

</tr>
</table>
</td></tr></table>
<br />
<table cellspacing="0" cellpadding="0" border="0" width="100%" align="center">
<tr><td class="tborder">
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" width="100%">
<tr>
<td colspan="2" class="thead"><strong>$lang->users_contact_details</strong></td>
</tr>
<tr>
<td class="trow1"><strong>$lang->homepage</strong></td>
<td class="trow1">$website</td>
</tr>
$sendemail
<tr>
<td class="trow2"><strong>$lang->pm</strong></td>
<td class="trow2"><a href="private.php?action=send&amp;uid=$memprofile[uid]">$lang->send_pm</td>
</tr>
<tr>
<td class="trow1"><strong>$lang->icq_number</strong></td>
<td class="trow1"><a href="javascript:;" onclick="popupWin('misc.php?action=imcenter&imtype=icq&amp;uid=$uid', 'imcenter', 450, 300);">$memprofile[icq]</a></td>
</tr>
<tr>
<td class="trow2"><strong>$lang->aim_screenname</strong></td>
<td class="trow2"><a href="javascript:;" onclick="popupWin('misc.php?action=imcenter&imtype=aim&amp;uid=$uid', 'imcenter', 450, 300);">$memprofile[aim]</a></td>
</tr>
<tr>
<td class="trow1"><strong>$lang->yahoo_id</strong></td>
<td class="trow1"><a href="javascript:;" onclick="popupWin('misc.php?action=imcenter&imtype=yahoo&amp;uid=$uid', 'imcenter', 450, 300);">$memprofile[yahoo]</a></td>
</tr>
<tr>
<td class="trow2"><strong>$lang->msn</strong></td>
<td class="trow2"><a href="javascript:;" onclick="popupWin('misc.php?action=imcenter&imtype=msn&amp;uid=$uid', 'imcenter', 450, 300);">$memprofile[msn]</a></td>
</tr>
</table>
</td></tr></table>
</td>
<td><img src="$theme[imgdir]/pixel.gif" height="1" width="8"></td>
<td width="50%" valign="top">
$profilefields
$signature
$adminoptions
</td>
</tr>
</table>
$footer
</body>
</html

Thank you.

EB
Well u dont have any problem in it.
as i have mentioned
make sure that the user you are checking is online.
Make sure you have permissions to see who's online

regards