We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
[ ! ] Point System
Topic Started: Jun 27 2013, 09:11 AM (482 Views)
i2pm
Member
[ *  * ]
Board Address: http://w11.zetaboards.com/kvarietyshows/index/
Board Software: ZetaBoards
Description: Point System linked with Facebook Like/Dislike system.

I know there is a reputation code thing but I want something different. I want a point system where every like a user gets from their post/commend, it would add 1 point.
All users will be able to view each members points:
Posted Image

Here's the code I'am using for my like system, I disabled the dislike button:
Code:
 
<style type="text/css"><!--
/*
Facebook Style Like/Dislike System for ZetaBoards v1.0
Copyright 10-29-10 ~Wonder
May not be reposted anywhere
Place in the Below the Board section of the Board Template
*/
.likebg {background-color: #eaeaea;}
--></style>

<script>
//The Buttons are what you click to like/dislike a post, the Icons are what are shown next to the users who like/dislike a post
likeImageButtonURL="http://i.imgur.com/oyACIG3.png";
likeImageIconURL="http://img299.imageshack.us/img299/7645/thumbsupgreenr.gif";
dislikeImageButtonURL="http://z3.ifrm.com/326/148/0/p393709/zbdislike.png";
dislikeImageIconURL="http://img299.imageshack.us/img299/9333/thumbsdownrede.gif";

//Set to true if you want to disable Liking
disableLike=false;

//Set to true if you want to disable Disliking
disableDislike=true;

//If you want to change the word 'Like' to something else, edit these strings.
likeText=["Like","Likes","like this","likes this","Unlike"];

//If you want to change the word 'Dislike' to something else, edit these strings.
dislikeText=["Dislike","Dislikes","dislike this","dislikes this","Undislike"];
</script>
<script src="http://ifzblike.appspot.com/static/zblike.js"></script>
Edited by i2pm, Jul 6 2013, 03:29 AM.
Offline Profile Goto Top
 
i2pm
Member
[ *  * ]
Just like to say I'm pretty sure this is possible to do. I seen two forums which have done it:
Posted Image

Posted Image

Posted Image
Edited by i2pm, Jul 6 2013, 03:30 AM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
This would basically require PHP/SQL and would have to be added as an additional feature to the code you speak of.
Offline Profile Goto Top
 
Roby
Member Avatar
#27

This request was deemed impractical by our staff. This could mean that the feature you have requested is impossible to write, requires PHP and/or hosting, or requires too many AJAX requests. If you have any questions about why this request is not practical, feel free to contact Roby .
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic