|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
Modification Name: [6.6] Points System (Beta) Author(s): Me Description: Allows Administrators to award points to members via the cp for good deeds, or evil if you're like that  . The points are shown under the member's title and avatar with their posts.. Demo: http://www.alforadmin.com/cgi-bin/ultimatebb.cgi?ubb=get_topic;f=3;t=000007 Requirements: 6.6 Beta Release 1(+) Download Link: https://www.ubbdev.com/ubb/upload/00020028/PointSystemHack6.6Beta.txt Notes: This will not work on ANYTHING before 6.6 Beta. Booyah! First 6.6 hack posted Reply with any bugs Update: Added a link to explain the points. These can be edited in vars_wordlets_mods.cgi
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
Nice work Al 
|
|
|
|
Joined: Jan 2000
Posts: 5,073
Admin Emeritus
|
Admin Emeritus
Joined: Jan 2000
Posts: 5,073 |
Okay, maybe I'm missing something here.. but where are you calling &Template to fix the links in the wordlets?
UBB.classic: Love it or hate it, it was mine.
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
And I thought "%%THE URL TO THE EXPLANATION- IF NONE LEAVE BLANK%%" is something that should be manually changed in Mods Wordlets settings... 
|
|
|
|
Joined: Jan 2000
Posts: 5,073
Admin Emeritus
|
Admin Emeritus
Joined: Jan 2000
Posts: 5,073 |
Okay, then I was indeed missing something. %)
UBB.classic: Love it or hate it, it was mine.
|
|
|
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
:looks at all the replies:
:walks off confused:
So what did I do wrong?
|
|
|
|
Joined: Jan 2000
Posts: 5,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
hey al, any hope for a 6.5 version lol...
{ Gizzy btw, my secret is out, :'(, I'm not a newb here! lol
|
|
|
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
quote: Originally posted by Gizmo: hey al, any hope for a 6.5 version lol...
{ Gizzy btw, my secret is out, :'(, I'm not a newb here! lol haha, I should be able to do a 6.5 version, but I won't have anywhere to test it. I'll try to have it done by tomorrow. (what happened to your Gizzy account?)
|
|
|
|
Joined: Jan 2000
Posts: 5,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
I have both lol, just remembered that i had an acct that was member number 68 lol... Proof that I have in fact been here before lol...
I can test it lol... Wait, i do that anyway!
|
|
|
|
Joined: Jan 2000
Posts: 5,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
 Thanks all, we love you  ...
|
|
|
|
Joined: Jan 2000
Posts: 5,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
Hey Al, I'm running it on my 6.5 board perfectly (i love you), how about adding in an option so that points are viewable via the profile as well?
|
|
|
|
Joined: Oct 2001
Posts: 13
Junior Member
|
Junior Member
Joined: Oct 2001
Posts: 13 |
Any chance of this working on 6.4? 
|
|
|
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
quote:
Originally posted by Gizzy: Hey Al, I'm running it on my 6.5 board perfectly (i love you), how about adding in an option so that points are viewable via the profile as well?
ok, I'll work on that later today quote: [qb]Originally posted by Xiphoid: Any chance of this working on 6.4? [/qb] The 6.5 version should work fine on 6.4
|
|
|
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
In public_display_profile.pl find: -------- <tr bgcolor="$vars_style{AltColumnColor1}"> <td> <font size="$vars_style{TextSize}" face="$vars_style{FontFace}"> <b>$vars_wordlets{user_number}</b>: </font> </td> <td> <font size="$vars_style{TextSize}" face="$vars_style{FontFace}"> $u </font> </td> </tr> add after: -------- if($user_profile[69] eq '') { $pointage = '0'; } else { $pointage = $user_profile[69]; }
<tr bgcolor="$vars_style{AltColumnColor1}"> <td> <font size="$vars_style{TextSize}" face="$vars_style{FontFace}"> <b>$vars_wordlets_mods{points_system}</b>: </font> </td> <td> <font size="$vars_style{TextSize}" face="$vars_style{FontFace}"> $pointage </font> </td> </tr> That should work fine on both 6.4 and 6.5, as well as 6.6
|
|
|
|
Joined: Sep 2001
Posts: 93
Member
|
Member
Joined: Sep 2001
Posts: 93 |
nice work what do you think aufo auto-adding 10 points if a users makes a new topic in forum 10 (e.g.) or so... you could make topic-competitions... 
|
|
|
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
I'll look into that later this week, have to write a descriptive essay now 
|
|
|
|
Joined: Jul 2002
Posts: 18
Newbie
|
Newbie
Joined: Jul 2002
Posts: 18 |
How come the given URL doesn't show any points? Is there anyone who has a working URL?
P.s. When will this hack leave the beta stage?
|
|
|
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
It does not show the points because I personally don't like the idea, and since no one had showed interest in it for months, I removed it
|
|
|
|
Joined: Jul 2002
Posts: 18
Newbie
|
Newbie
Joined: Jul 2002
Posts: 18 |
Maybe it's because no-one could use their points to do something with it 
|
|
|
|
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
|
Spotlight Winner
Joined: Jun 2001
Posts: 2,849 |
Originally posted by NiMS: Maybe it's because no-one could use their points to do something with it That might have something to do with it.
|
|
|
|
Joined: Jan 2000
Posts: 5,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
The points system was created to be built upon. It was made by request of DCTalkSolo to be exactly how it is...
It will (hopefully) remain a basecode to be built upon since it can be customized to do other things (as developed).
IMHO, it's perfect as is, basecode...
|
|
|
|
Joined: Jan 2000
Posts: 5,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
Hey al; you may wanna look into changin some of the instructions for 6.7... some aren't right... :points to #1:
|
|
|
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
this weekend hopefully I'll have time to update this.
|
|
|
|
Joined: Jan 2000
Posts: 5,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
 thanks hehe. A client wanted it and I looked at line 1 and told him some parts would have to be updated; since I had to write InfoPop to strip profile fields earlier this week i dont wanna have to do it again lol...
|
|
|
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
Is this similar to the 'kharma' mod?
|
|
|
|
Joined: Jan 2003
Posts: 3,456 Likes: 2
Master Hacker
|
Master Hacker
Joined: Jan 2003
Posts: 3,456 Likes: 2 |
I looked at the karma hack and found it confusing. What did it do?
|
|
|
|
Joined: Jan 2000
Posts: 5,834 Likes: 20
UBBDev Owner Time Lord
|
UBBDev Owner Time Lord
Joined: Jan 2000
Posts: 5,834 Likes: 20 |
Think of the karma mod as a "member rated" script, that you can continuously vote on  ... I found it utterly stupid and pointless...
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
pssst.. I did too, but people hollered for it for ages  It was pretty difficult to install as well 
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 69
Joined: January 2001
|
|
Forums63
Topics37,575
Posts293,931
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|