Results 1 to 3 of 3

Thread: custom Bump Ads

  1. #1
    Thread Starter
    Expired Customer thaobn20's Avatar
    Join Date
    Mar 2015
    Posts
    39
    Thanks
    3
    Thanked 0 Times in 0 Posts

    custom Bump Ads

    Hi Roi Dayan


    i want add one function, this user registion can bump free ads limited by admin option.
    if user have been limite times bump. System alert mess and redirect Charge bump ads
    the same code
    function checkClickUpdateBtn($post_id)
    {
    $meta = get_post_meta( $post_id, KEY_FOR_CHECK_TIMES, TRUE );
    if (intval($meta) > 2)
    return FALSE;
    else
    return $meta;
    }
    Can you help me config this!

  2. #2
    Marketplace Seller roidayan's Avatar
    Join Date
    Apr 2014
    Location
    Israel
    Posts
    1,196
    Thanks
    34
    Thanked 157 Times in 144 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    Expired Customer thaobn20's Avatar
    Join Date
    Mar 2015
    Posts
    39
    Thanks
    3
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Bump Ads paid with Bump Pack
    By Kar1nUSA in forum Bump Ad
    Replies: 10
    Last Post: May 16th, 2015, 03:51 AM
  2. Like Bump
    By billis in forum Report ClassiPress Bugs
    Replies: 9
    Last Post: March 21st, 2015, 02:10 PM
  3. Bump Ads
    By rhowal in forum ClassiPress General Discussion
    Replies: 1
    Last Post: November 9th, 2014, 04:43 PM
  4. bump ads
    By avast in forum Report ClassiPress Bugs
    Replies: 6
    Last Post: September 6th, 2012, 11:02 AM