Grouping User ID & Summing Entry

I saw the prior post on grouping by email… but had some issues using the code. Simplified issue: What I’d like to do is have users to my blog submit a number of matches theyve won.. I would like a leaderboard that lists all the users that have submitted and a total of the matches [...]

javascript help

i want to add up the fields differently depending on what they put for one entry 1-7.. but its not putting the variable back into the form when they submit.. is something wrong with this code? jQuery(document).ready(function($){ $(‘#field_ktduiq, #field_3dpp2f, #field_c1fuyy, #field_vo0x5a’).change(function(){ var level = parseInt($(“#field_ktduiq”).val();); var val2 = 1; var val2 = 1; var val4 [...]

Not geting same results

[ display-frm-data id=5 user_id=[101 show=id]] [ formresults id=6 user_id=[101 show=id]   are both on the same dynamic page of a custom page…. i want to use the one on top since its styled the way I want, but the one on bottom is the only one that shows entries only from the correct user…  any [...]

is it possible to rank/order entries

I have a listing of all my users and their total points.. ordered by their total points.. was wondering if there was a way to have each entry order ie 1. Webmaster 123pts 2. Login_Name 80pts 3. etc… i feel like this should be easy, just not seeing how to do it

Help with purchase form

Couple things I cant figure out how to do: My users to my blog have custom capabilities… I want to put checkboxes to purchase further capabilities, but if they already have it purchased, I want it to be unavailable to select, but still visually present, any ideas? Also, I want to add up all the [...]

calendar display different date

Screen Shot 2012-03-27 at 10.25.58 AM

I want to use the calendar view for the custom display.. but instead of putting it in the creation date of the entry I want the date its plopped into to be the date they selected when filling out the form.. how would i do that?

problems with get and get_value

Im making a match schedule calendar.. where on one form a player enters his team names.. then another form he selects the team a list of radio buttons (data from entries), adds a match date, time and location.. I want to be able to sort and only display results from one team in the short [...]

sharing users entries

As I’ve mentioned before in another post, Im having my users make a calendar of all their matches in a league they are in.. Currently they can only view their own.. I want to make it so that they can share their calendars with friends by giving them a private link with their user_id key [...]