Perfect Points System with Control Panel
By: ivc
Perfect Points System with Control Panel, User Contributed Files |
|
|||||||||||||||||||||||||||||||||||||||||||
| July 25 2009, 11:30 PM | |
|---|---|
| by _MaStErCoBrA_ |
QUOTE (TopManiac @ May 5 2007, 01:37 AM) <{POST_SNAPBACK}> cant anyone help?? me also, anyone tested ? |
| March 23 2009, 08:11 PM | |
| by GoranCro |
QUOTE (srschief @ Mar 4 2008, 02:16 PM) <{POST_SNAPBACK}> would this work for IPB 2.3.x ? I would like to know this too! |
| March 4 2008, 01:16 PM | |
| by srschief |
would this work for IPB 2.3.x ?
|
| December 14 2007, 11:26 AM | |
| by Richy-G |
searched the whole file up and down about 20 times now , defo cant find this bit in cp_skin_forums!
<tr> <td width='40%' class='tablerow1'><strong>Do you wish to allow posting in this forum?</strong><div class='desctext'>You may wish to set this to no if you will be creating sub-forums underneath this forum. If this is set to no, the rest of the settings will have no effect.</div></td> <td width='60%' class='tablerow2'>{$form['sub_can_post']}</td> </tr> what line should it be ?? |
| December 11 2007, 01:19 PM | |
| by fringe |
hi there
i seem to get a error when i go on the pts acp it comes up with the following : ipsclass->load_template( 'skin_PointsACP' ); $this->base_url = "{$this->ipsclass->vars['board_url']}/index.{$this->ipsclass->vars['php_ext']}?act="; $this->page_title = "Points ACP"; $this->nav = array("PointsACP"); $this->base_path = './sources/action_public/PointsACP/'; /////////////////////////////////////////////// /////////////////////////////////////////////// // End - Leave this alone! /////////////////////////////////////////////// /////////////////////////////////////////////// $PointsACP_info = array( Member_Id => 'id', Currency_Name => 'Nowtrance Points', admin_access => array('Dj Fringe (Owner)''Watson (Owner)') ) ?>戼㸯㰊㹢慗湲湩㱧戯㨾†湩慟牲祡⤨嬠愼栠敲㵦昧湵瑣潩湩愭牲祡㸧畦据楴湯椮牡慲㱹愯崾›牗湯慤慴祴数映牯猠捥湯牡畧敭瑮椠戼⼾潨敭港睯牴湡⽣異汢捩桟浴⽬潦畲獭猯畯捲獥愯瑣潩彮異汢捩倯楯瑮䅳偃倯楯瑮䅳偃瀮灨⼼㹢漠楬敮㰠㹢㐱㰲戯㰾牢⼠ਾ戼㸯㰊㹢慗湲湩㱧戯㨾†慃湮瑯洠摯晩⁹敨摡牥椠普牯慭楴湯ⴠ栠慥敤獲愠牬慥祤猠湥⁴祢⠠畯灴瑵猠慴瑲摥愠⁴栯浯⽥潮瑷慲据瀯扵楬彣瑨汭是牯浵⽳潳牵散⽳捡楴湯灟扵楬⽣潐湩獴䍁⽐潐湩獴䍁彐晣桰㩰㌱ 湩㰠㹢栯浯⽥潮瑷慲据瀯扵楬彣瑨汭是牯浵⽳潳牵散⽳捡楴湯灟扵楬⽣潐湩獴䍁⽐潐湩獴䍁⹐桰㱰戯‾湯氠湩戼ㄾ㠴⼼㹢戼㸯㰊牢⼠ਾ戼䘾瑡污攠牲牯⼼㹢›䌠污潴愠洠浥敢畦据楴湯漠潮扯敪瑣椠戼⼾潨敭港睯牴湡⽣異汢捩桟浴⽬潦畲獭猯畯捲獥振慬獳獥振慬獳摟獩汰祡瀮灨⼼㹢漠楬敮㰠㹢ㄱ㰰戯㰾牢⼠ਾ Any Idea ?? I Need Help Or I Point System That Will Work ?? Thanks |
| December 10 2007, 03:47 PM | |
| by Sup3rnov4 |
it something to do with this line
can anyone tell me whats wrong with it CODE while ($GetGroups = mysql_fetch_array($result)) { its on line 57 and 102 in PointsACP.php |
| December 8 2007, 11:56 PM | |
| by Sup3rnov4 |
IPB WARNING [2] mysql_fetch_array(): supplied argument is not a valid MySQL result resource (Line: 102 of sources\action_public\PointsACP\PointsACP.php) This is the error i get when accessing the pts link any sugestions and yes my member_desplay_name is set corectly wouldnt be the numbers would it |
| December 5 2007, 08:56 PM | |
| by Maskell |
Is this topic still open?
I have 2.2.2, (and 2.3.2, but had enough of the bugs!) and nothing seems to go right, I have reinstalled the forum, a fresh new version! And when I do this all I get is: Fatal error: Call to undefined method skin_topic_2::member_points() in hosted etc etc topics.php on line 1122! I have followed the instructions to the T and still having problems! Any help? |
| November 10 2007, 09:21 AM | |
| by Isshin |
QUOTE Although it doesn't display the name points it does display how many points you have! Forget that edit and do this one instead. Use this code! Open sources/ipsclass.php Find $member['member_posts'] = $this->compiled_templates[ $skin_file ]->member_posts( $this->do_number_format( intval( $member['posts'] ) ) ) Add below that: $member['member_points'] = $this->do_number_format( intval($member['points']) ); Save and upload ipsclass.php That first bit of code is not in my ipsclass.php file.. I'm running 2.3.1 as well.... lil help ._. |
| October 28 2007, 07:05 AM | |
| by bomb1 |
ultimate n00b, go through and read this topic..
|