MyBB Community Forums

Full Version: Reputation system
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello, who can help me to solve this problem?

[Image: detailszk2.png]

here's my member_profile template which doesn't contain button "details". Screenshot is attached.
What should I edit here?

<html>
<head>
<title>{$mybb->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 />
</span>
</td><td width="25%" align="right" valign="middle">{$avatar}</td></tr></table>
</td>
</tr>
{$awaybit}
</table>
<br />
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="50%" valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<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>
{$reputation}
</table>
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<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}</a></td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->icq_number}</strong></td>
<td class="trow1"><a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&amp;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="MyBB.popupWindow('misc.php?action=imcenter&amp;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="MyBB.popupWindow('misc.php?action=imcenter&amp;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="MyBB.popupWindow('misc.php?action=imcenter&amp;imtype=msn&amp;uid={$uid}', 'imcenter', 450, 300);">{$memprofile['msn']}</a></td>
</tr>
</table>
</td>
<td><img src="{$theme['imgdir']}/pixel.gif" height="1" width="8" alt=""/></td>
<td width="50%" valign="top">
{$profilefields}
{$signature}
{$adminoptions}
</td>
</tr>
</table>
{$footer}
</body>
</html>

[Image: details2ad3.png]

Another question is how to make number "3" on the screenshot clickable, so this button would act as details button.
can somebody help me?
I don't believe it is hard to fix! Guys help me...
I'm using Classic Reputation System, may be that's the problem. When I swich Classic Reputation System off then details apears but disapears ability to rate user right from the topic window.
Moved to Code Mods.

I believe the Classic Reputation System is based on the old 1.1.x reputation and I believe it's a per post based. Which means that you give the user a rep in the thread. I'm just speculating on this, but I believe this is how it is designed.
Take a look at this forum
http://forum.omsk.ru/showthread.php?tid=41602
there is ability to rate user right from the post
Can somebody share with such plugin?
That's the default MyBB 1.2.x reputation system.. You should be able to click on the reputation and it will take you to the user's reputation page. Then from there you can rate the user.
actually it's not, there is no + and - in default system... I would be happy if you showed me how to add +\-
like here:

[Image: details2ad3.png]
* Ryan Gordon looks to the left of the three then looks to the right of the three.
* Ryan Gordon sees a -/+
YES, but it happens when classic reputation system activated, and when i activate it, I can't see the rep of other users. When i deactivate CRS I can see the rep of all users but +\- are desapear.
Look at this
http://www.starall.freemail.uz/travian/s....php?tid=2
you can see my rep details but can't rate me right away from here.
Yes because the new rep system doesn't use the - + in a thread anymore. New rep system has a button on the users rating page. Make sure if you have a custom theme to have the button rateuser.gif in your images/language/ folder.
yes, i have, but how to make this system use +\- ? it's very handy, and all users got used to it.
i just need to add +\- to a thread. What should i edit?
Pages: 1 2