Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
Nexia's POINTS system Details »»
Nexia's POINTS system
Version: 1.0.2, by (Guest)
Developer Last Online: Jan 1970 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.x Rating:
Released: 03-28-2007 Last Update: Never Installs: 54
DB Changes Uses Plugins
Additional Files  
No support by the author.

SORRY, HACK DROPPED


Here it goes, a new kind of Points System that works in any kind of situations.

this product is now GOLD ... version 1.0.1 !

SCREENSHOTS >>>>>>>>>

update: 04-04-07: fixed most of the bugs i think... retrieve points on thread/post deletion is ok now!
update: 04-06-07: upgrade to 1.0.2 'til bug fixed... this version add the AdminCP!, display the points in member profile.
update: 04-07-07: added nex_points_registration.zip... add features on members registration.
(give points on registration, give point when invited, give points to referrer!)

update 04-10-07: reformated the tasks in the Deals, so now they are safe on mega big sites... (tested on a 250 000 users forum today!)
...................................

Simplicity:
this system is a lot more simplier than all the other points systems, provide less features, but at least, it work from the start, and can be upgraded without being hassled by a long HowTo... it is so simple that ANY coder can support it... even if the creator(me) dies, everybody can make a follow up of these works.

Advantages:
- no API... no need to learn a lot of codes to be able to write a new addon for it.
- no strange calculations... you can add, delete, multiply points without having to filter everything.
- a lot of hooks possible. so if you want to apply a filter to the default points given, per usergroup or per forum, you can... without having to re-write everything.
- no need to edit millions of templates...actually, with the Core Only, you have no file or template to edit...it use the vBulletin hooks system at its best!
- no millions of features for no uses... if you don't want to use this or that feature, just don't install it! everything is run by products related to the CORE... so if you don't want all these gadgets, you don't have to install them.

Features:

default features in the core package: give points when posting threads or replies, give points on reputation... that's all...

Admin can now edit users points in the User Management...

A lot of features in the future... each time something is requested, we can see if it is possible with the default installation of vBulletin, and if not, we can surely provide a file edit to make it work.


MESSAGE TO CODERS:: if you want to play with it and bring addons and new features, PLEASE do so.. this is the goal of this freely plugable system.

MESSAGE for vBbux Owners:: The vBbux Import is now back as a package in this thread. If you already imported your vBbux points, DON'T DO IT AGAIN!

READ THE HowTo.txt file to know what to do with this...

Quote:
ISHOP ADDONS:
Blaine0002 now provide his iSHOP, stating it is working properly with this system. the only detail you need for this integration is this detail when you edit your iSHOP settings:

Money row: nex_points_hand
btw, thanks Blaine0002 for this SHOP!
for the generous minds: i've been asked some times if i was receiving donations... donations are gifts, so i can't refuse gifts... but i do not ask for any... and for infos (stop asking in a pm), the "Support Developper" on the top right panel of this release is the link to click!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #382  
Old 04-12-2007, 10:30 AM
erinys erinys is offline
 
Join Date: Mar 2006
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have asked for 2 basic addons wich would put thise addon on the market for usabilty

https://vborg.vbsupport.ru/showthread.php?t=144656
and
https://vborg.vbsupport.ru/showthread.php?t=144655

In other words, some basic shop options, and a basic lottery system
Reply With Quote
  #383  
Old 04-12-2007, 10:39 AM
erinys erinys is offline
 
Join Date: Mar 2006
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

btw: the two i posted above would be very nice as basics, perhaps its easier to code the shop, and make it "pluginbased" aswell? that its easier for people to make stuff that can be bought?
Reply With Quote
  #384  
Old 04-12-2007, 10:54 AM
nexialys
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by AzzidReign View Post
How would I change the postbit so instead of it displaying:
Cash: 0.00$
Display:
Cash: $0.00
you would have to edit the "postbit_display_complete" hook itself and move the elements like you want... they are self explanatory..
Reply With Quote
  #385  
Old 04-12-2007, 06:28 PM
giovannicosta giovannicosta is offline
 
Join Date: Feb 2007
Location: London, England, UK
Posts: 200
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by erinys View Post
i have asked for 2 basic addons wich would put thise addon on the market for usabilty

https://vborg.vbsupport.ru/showthread.php?t=144656
and
https://vborg.vbsupport.ru/showthread.php?t=144655

In other words, some basic shop options, and a basic lottery system
Exact same mods I would love to see.
Reply With Quote
  #386  
Old 04-12-2007, 07:09 PM
Queball_Beast's Avatar
Queball_Beast Queball_Beast is offline
 
Join Date: Mar 2006
Location: Sunny Florida
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
I`m also trying to change " 0.00$ " to " $0.00 " I open the "postbit_display_complete" but still have no idea what to edit, I see " $this , $those and $post " but no idea what to do or change, so any added intructions you give would be great.

Thanks
Quote:
Originally Posted by nexialys View Post
you would have to edit the "postbit_display_complete" hook itself and move the elements like you want... they are self explanatory..
Reply With Quote
  #387  
Old 04-12-2007, 07:48 PM
harmor19 harmor19 is offline
 
Join Date: Apr 2005
Posts: 1,324
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Queball_Beast View Post
Hi,
I`m also trying to change " 0.00$ " to " $0.00 " I open the "postbit_display_complete" but still have no idea what to edit, I see " $this , $those and $post " but no idea what to do or change, so any added intructions you give would be great.

Thanks
Replace the code in "Display Points in Postbit" plugin for Nexia's hack.

The code you should see is
PHP Code:
$this->post['nex_points_hand'] = 
vb_number_format($this->post['nex_points_hand'], $this->registry->options['nex_points_currency_decimal']) .
$this->registry->options['nex_points_currency_name_symbol'];
$those_points ucfirst($this->registry->options['nex_points_currency_names']);

if(
$this->registry->options['nex_points_hook_postbit_display_complete'])
{
    
$post[posts] .= '</div><div>' $those_points ': ' $this->post['nex_points_hand'];


Delete the entire code and paste
PHP Code:
$this->post['nex_points_hand'] = 
$this->registry->options['nex_points_currency_name_symbol'] .
vb_number_format($this->post['nex_points_hand'], $this->registry->options['nex_points_currency_decimal']);
$those_points ucfirst($this->registry->options['nex_points_currency_names']);

if(
$this->registry->options['nex_points_hook_postbit_display_complete'])
{
    
$post[posts] .= '</div><div>' $those_points ': ' $this->post['nex_points_hand'];

Reply With Quote
  #388  
Old 04-12-2007, 08:27 PM
harmor19 harmor19 is offline
 
Join Date: Apr 2005
Posts: 1,324
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think you should add an option to choose if the currency to precede to succeed the points.
Reply With Quote
  #389  
Old 04-12-2007, 09:34 PM
Replicators's Avatar
Replicators Replicators is offline
 
Join Date: Jul 2005
Location: Jamestown, NY
Posts: 344
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Im tempted to use this, but would it be possible to display a users credit amount in the navbar, like under the private messages? I know where to put the code to do that, but it depends on where the hook is and all. I don't want it displayed in the postbit, other people don't need to know how much everyone has.
Reply With Quote
  #390  
Old 04-12-2007, 11:02 PM
chandker chandker is offline
 
Join Date: Mar 2007
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just wondering if there is any add on to allow members to donate money to each other?
Reply With Quote
  #391  
Old 04-13-2007, 01:14 AM
aranthorn's Avatar
aranthorn aranthorn is offline
 
Join Date: Jun 2004
Location: Chicago
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just out of curiosity:

Is harmor's navbar thing there anything more than links in the navbar? If it is, I'm missing something. This is entirely possible because my moments of clarity are fleeting in my old age.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:56 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05538 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (9)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_imicons
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete