[ABD] Users Reputation System Mod

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment! No new topics are allowed in this forum.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: MOD Development Forum rules

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.
j45on
Registered User
Posts: 29
Joined: Thu Dec 22, 2005 7:01 pm

Re: [RC3] Users Reputation System Mod

Post by j45on »

I have converted my Phpbb2 forum to Phpbb3. Currently your mod is not yet compatible with phpbb3. The database for reputation mod is still intact. May I request for a Reputation mod made for phpbb3 that can upgrade the Reputation System Mod from exhisting phpbb2 forums?
jakar
Registered User
Posts: 8
Joined: Tue Mar 06, 2007 8:30 pm

Re: [RC3] Users Reputation System Mod

Post by jakar »

Is there nobody? This not a good promotion of PHPBB. Nobody give a answer or somewhat or there is still write a mod like VBulletin. VBulletin have a reputation system with images and like that very much. But I am not really good in coding. So, can anybody help us out?
User avatar
dellsystem
Former Team Member
Posts: 3879
Joined: Sat Apr 09, 2005 8:54 pm
Location: Montreal
Name: Wendy
Contact:

Re: [RC3] Users Reputation System Mod

Post by dellsystem »

jakar wrote:Is there nobody? This not a good promotion of PHPBB. Nobody give a answer or somewhat or there is still write a mod like VBulletin. VBulletin have a reputation system with images and like that very much. But I am not really good in coding. So, can anybody help us out?
I believe there is no reputation MOD for 3.0 available yet, although perhaps there are some in early stages of development. You can post in the 3.0 MOD Requests forum if you wish. However, please remember that those who work to write MODs for your use are volunteers doing it on their own time, and if you are unable to locate a MOD that you can use perhaps you can consider trying to develop one yourself or custom-code it. Good luck :)
Former moderator and website team member | My MODs, and more (GitHub)
Xennophontis
Registered User
Posts: 7
Joined: Sun Jan 13, 2008 11:29 pm

Re: [RC3] Users Reputation System Mod

Post by Xennophontis »

Is it possible to modify a user's reputation. I noticed in the User Admin section it has Reputation Number as a field, but when I edit it, nothing seems to change.

Any suggestions?

Thanks in advance.
JayxDirect
Registered User
Posts: 26
Joined: Sun Dec 16, 2007 5:45 pm

Re: [RC3] Users Reputation System Mod

Post by JayxDirect »

THANKS!
Last edited by JayxDirect on Mon Jan 28, 2008 9:58 pm, edited 1 time in total.
User avatar
dellsystem
Former Team Member
Posts: 3879
Joined: Sat Apr 09, 2005 8:54 pm
Location: Montreal
Name: Wendy
Contact:

Re: [RC3] Users Reputation System Mod

Post by dellsystem »

Upload the files that came with the package, in the proper directories.
Former moderator and website team member | My MODs, and more (GitHub)
JayxDirect
Registered User
Posts: 26
Joined: Sun Dec 16, 2007 5:45 pm

Re: [RC3] Users Reputation System Mod

Post by JayxDirect »

dellsystem wrote:Upload the files that came with the package, in the proper directories.
I do but I also get a bunch of errors and warnings for those too.
User avatar
Zaid
Registered User
Posts: 590
Joined: Thu Nov 08, 2007 2:06 pm
Location: South Pacific Ocean

Re: [RC3] Users Reputation System Mod

Post by Zaid »

hi installing it using easy mod got a problem I am sure itsa easy fix that you can redirect me to, my board has lots of mods in it so any way My Easy Mod is looking for this lines
FIND FAILED: In file [templates/USFTECH/viewtopic_body.tpl] could not find:

<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /></td>


BUT I Dont have Such Lines Any more

Here is my viewtopic_body.Tpl

Code: Select all

<table width="100%" cellspacing="2" cellpadding="2" border="0">
  <tr>
   <td width="100%" align="center" valign="bottom"><a class="maintitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></td>
  </tr>
  <tr>
   <td align="right" valign="bottom"><span class="gensmall"><b>{PAGINATION}</b></span></td>
  </tr>
</table>

<table width="100%" cellspacing="2" cellpadding="2" border="0">
  <tr> 
   <td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
   <td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a>
     -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
  </tr>
</table>

{POLL_DISPLAY}

<!-- BEGIN postrow -->
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
 <tr>
  <td width="211" height="28"><img width="211" height="28" border="0" src="templates/USFTECH/images/t1.jpg" alt="" /></td>
  <td width="100%" height="28" class="top"></td>
  <td width="203" height="28"><img width="203" height="28" border="0" src="templates/USFTECH/images/t3.jpg" alt="" /></td>
 </tr>
</table>
<table class="forumline" width="100%" cellspacing="0" cellpadding="0" border="0">
 <tr>
  <td width="200" valign="top" bgcolor="#414a51">
   <table width="200" cellpadding="0" cellspacing="0" border="0">
    <tr>
     <td width="16" height="32"><img border="0" width="16" height="32" src="templates/USFTECH/images/u8.jpg" alt="" /></td>
     <td width="100%" height="32" class="u10" align="center"><span class="name"><a name="{postrow.U_POST_ID}"></a>{postrow.POSTER_NAME}</span></td>
     <td width="40" height="32"><img border="0" width="40" height="32" src="templates/USFTECH/images/u9.jpg" alt="" /></td>
    </tr>
    <tr>
     <td width="16" class="u1"><img border="0" width="16" src="templates/USFTECH/images/u1.jpg" alt="" /></td>
     <td width="100%" bgcolor="#424951">
      <div align="center" style="padding-top: 3px;">{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}</div><br />
      <span class="postdetails">
       <div style="border: 1px solid #585F67; background-color: #424951; margin-bottom: 2px" width="100%"><b>{postrow.POSTER_RANK}</b></div>
       <div style="border: 1px solid #585F67; background-color: #424951; margin-bottom: 2px" width="100%">{postrow.POSTER_JOINED}</div>
       <div style="border: 1px solid #585F67; background-color: #424951; margin-bottom: 2px" width="100%">{postrow.POSTER_POSTS}{postrow.POSTER_TROPHY}</div>
       <div style="border: 1px solid #585F67; background-color: #424951; margin-bottom: 2px" width="100%">{postrow.POSTER_FROM}<br />{postrow.REPUTATION}</div>
      </span>
     </td>
     <td width="40" class="u2" valign="top"><img border="0" width="40" height="24" src="templates/USFTECH/images//u3.jpg" alt="" /></td>
    </tr>
    <tr>
     <td width="16" height="32"><img border="0" width="16" height="32" src="templates/USFTECH/images/u4.jpg" alt="" /></td>
     <td width="100%" height="32" class="u6" align="left"><img border="0" width="96" height="32" src="templates/USFTECH/images/u5.jpg" alt="" /></td>
     <td width="40" height="32"><img border="0" width="40" height="32" src="templates/USFTECH/images/u7.jpg" alt="" /></td>
    </tr>
   </table>
  </td>
  <td width="100%" valign="top" bgcolor="#424951">
   <table width="100%" cellpadding="0" cellspacing="0" border="0">
    <tr>
     <td width="100%" class="postbits-b"><span class="postdetails"><b>{L_POST_SUBJECT}: &nbsp; {postrow.POST_SUBJECT}</b></span></td>
     <td nowrap="nowrap" height="32" class="postbits-b" valign="middle" align="right">{postrow.APPROVE_MOD_IMG} {postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td>
     <td width="23" height="32" align="left"><img border="0" width="23" height="32" src="templates/USFTECH/images/postbits-c.jpg" alt="" /></td>
    </tr>
    <tr>
     <td colspan="3" width="100%" valign="top"><br /></td>
    </tr>
   </table>

       <table width="100%" border="0" cellspacing="0" cellpadding="0">
         <tr>
            <td width="100%" align="right"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails"><b>{L_POSTED}: {postrow.POST_DATE}</b></span>&nbsp;&nbsp;&nbsp;&nbsp;</td>
            <td valign="top" nowrap="nowrap"></td>
         </tr>
         <tr>
            <td colspan="2"><br /></td>
         </tr>
         <tr>
            <td colspan="2"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span><br />&nbsp;</td>
         </tr>
      </table></td>
   </tr>
   <tr>
      <td class="row4" width="150" align="left" valign="middle"><span class="nav">&nbsp;&nbsp;<a href="#top" class="nav">{L_BACK_TO_TOP}</a></span></td>
      <td class="row4" width="100%" height="28" valign="bottom" nowrap="nowrap">
       <table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
         <tr>
            <td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}<script language="JavaScript" type="text/javascript"><!--

   if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
      document.write(' {postrow.ICQ_IMG}');
   else
      document.write('</td><td>&nbsp;</td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>');
            
            //--></script><noscript>{postrow.ICQ_IMG}</noscript></td>
         </tr>
      </table></td>
   </tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
 <tr>
  <td width="209" height="17"><img width="209" height="17" border="0" src="templates/USFTECH/images/t4.jpg" alt="" /></td>
  <td width="100%" height="17" class="bottom"></td>
  <td width="252" height="17"><img width="252" height="17" border="0" src="templates/USFTECH/images/t6.jpg" alt="" /></td>
 </tr>
</table>
<br />
<!-- END postrow -->


<table width="100%" cellspacing="0" cellpadding="0" border="0" align="right">
 <tr></tr>
</table>

<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  <tr> 
   <td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
   <td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a> 
     -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
   <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span> 
     </td>
  </tr>
  

</table><table align="center" width="100%" border="0" cellspacing="0" cellpadding="2">
  <tr>


    <th height='25' class='thCornerL' nowrap='nowrap' colspan="5">Quick Reply and Actions</th>
  </tr>
  <tr>
    <td height="1" colspan="5" bgcolor="414A51" class="row3">&nbsp;</td>
  </tr>

  <tr>
    <td width="1" bgcolor="414A51" class="row3_c">&nbsp;</td>
    <td width="60%" valign="top" bgcolor="414A51" class="gensmall_l_row1"><p><span class="row1_l">{QUICK_REPLY_FORM}</span></p>
    </td>


    <td width="1" bgcolor="414A51" class="row3_c">&nbsp;</td>
    <td width="35%" valign="top" bgcolor="414A51" class="gensmall_l_row1"><p><span class="row1_l"><span class="nav">{PAGE_NUMBER}</span><br>
        <span class="gensmall">{S_WATCH_TOPIC}</span></span></p>
      <hr>
      <p><span class="row1_l">{JUMPBOX}<span class="gensmall">{S_AUTH_LIST}</span></span><br />
      </p>
    </td>
    <td width="1" bgcolor="414A51" class="row3_c">&nbsp;</td>
  </tr>
  <tr>
    <td height="1" colspan="5" bgcolor="414A51" class="row3">&nbsp;</td>
  </tr>
</table>
 
<P>{S_TOPIC_ADMIN}</P>
User avatar
Zaid
Registered User
Posts: 590
Joined: Thu Nov 08, 2007 2:06 pm
Location: South Pacific Ocean

Re: [RC3] Users Reputation System Mod

Post by Zaid »

som help ?
User avatar
dellsystem
Former Team Member
Posts: 3879
Joined: Sat Apr 09, 2005 8:54 pm
Location: Montreal
Name: Wendy
Contact:

Re: [RC3] Users Reputation System Mod

Post by dellsystem »

AcidRain wrote:som help ?
What are you talking about? You already have {postrow.REPUTATION} in that file. Try just installing the MOD by hand, skipping any steps you've already done, and uploading the files into the proper directories if you haven't done so already, and you shouldn't get any errors.
Former moderator and website team member | My MODs, and more (GitHub)
User avatar
Zaid
Registered User
Posts: 590
Joined: Thu Nov 08, 2007 2:06 pm
Location: South Pacific Ocean

Re: [RC3] Users Reputation System Mod

Post by Zaid »

Hi, This Mod works great, But I wanted to make it look like more VBullitin. So I used the VB icons, Anyways I noticed few problem merging it to work fully like VB, I reckon is a simple thing for the author or any one with good coding knowledge. So would appreciate any help you can offer. By making a simple Add on for me (and for all the thousands of Phpbb forum users and users of this mod around the globe)


Things needed to be done are

In the original version when some one reaches the most reps they get the 5th(biggest) star, and then if they get some more reputation then there is 2 big stars.

Image

This should be disabled so the reps image doesn't multiply, So no multiplications or x after reaching the top level/ star,
example:
Image

Other thing needed to be done is in the Admin CP, there is 5 starts/levels/ images, for reps to select. This should be made in to 9 so just needed to add 4 more levls to to that.

The reps points should add up 1 after the other not fixed permanent images like the stars.

Image

Image

Image
User avatar
Zaid
Registered User
Posts: 590
Joined: Thu Nov 08, 2007 2:06 pm
Location: South Pacific Ocean

Re: [RC3] Users Reputation System Mod

Post by Zaid »

any one/? dell systems, witcher? any one?
rhodneyjames
Registered User
Posts: 20
Joined: Sat Feb 02, 2008 6:02 pm

Re: [RC3] Users Reputation System Mod

Post by rhodneyjames »

hello..
will this work on phpbb 3???

if not is there any reputation mod available now for phpbb3? TIA
User avatar
MHobbit
Former Team Member
Posts: 4761
Joined: Thu Mar 18, 2004 5:32 pm
Location: There and Back Again

Re: [RC3] Users Reputation System Mod

Post by MHobbit »

The MOD author, antongranik, hasn't posted here since June 1, 2006, about a year and a half ago. He also hasn't visited this website since October of 2006 (according to his profile, anyway). As such, this MOD appears to be abandoned, and I will lock this topic as a result, since he is not here to continue development of this MOD and prepare it for submission to the MODDB.

If antongranik comes back, or anyone wants to take over development of this MOD, please don't hesitate to contact me, or any other member of the MOD Team, over this issue.

Thanks.
Former phpBB MOD Team member
No private support is offered.
"There’s too many things to get done, and I’m running out of days..."
Locked

Return to “[2.0.x] MODs in Development”