VidYen / VidYen-WordPress-Plugins

VidYen Plugins for WordPress
GNU General Public License v2.0
9 stars 2 forks source link

And with that... I'm fixing the vyps.php #39

Closed VidYen closed 6 years ago

VidYen commented 6 years ago
  1. Fix the admin input to have numeric only with add and subtract button.
  2. Put a damn user total in there so you don't have to guess how much to subtract or add on the admin site. (Easy way to to this is that you know how many point types there are from the main table and just loop a sum() in the sql. Icons may not be needed)
  3. Put a warning admins shouldn't be doing this unless they want the extra work.
  4. Get rid of the $wpdb->prefix and do it less programatically (I suppose we will call this work... deprogrammin)
  5. Get rid of the stuff I commented out.
  6. Install the better include system that i put in lb
VidYen commented 6 years ago

Oh yeah...

  1. Get rid of the ?> <? methods and go echo only
VidYen commented 6 years ago

Note to self. fix vyps.php first and then move to the other pages.

VidYen commented 6 years ago

Making a branch because need to have some versioning because will be complicated

VidYen commented 6 years ago

I'm 99.89% I got this all fixed... Few things:

  1. I'm going to not and never use decimals unless it gets begged for.
  2. I'm going to make myself be OK with the column names. There are only 3-4 columns you need to know in between the two tables.