Results 1 to 4 of 4

Thread: A Link In Users Dashboard..

  1. #1
    Thread Starter
    Expired Customer guyfrances's Avatar
    Join Date
    Apr 2017
    Posts
    97
    Thanks
    7
    Thanked 2 Times in 2 Posts

    A Link In Users Dashboard..

    Hi,

    from users dashboard, for your feature-Me plugin there is just the Icon without the text.
    Please could you help me to add the description text like your Bump ad plugin that show the message : Bump Ad

    I tried by putting the title but the result isn't the same.

    function dashboard_listing_actions( $actions, $listing ) {
    $listing_status = cp_get_listing_status_name( $listing->ID );

    if ( 'live' == $listing_status && $this->can_feature_ad( $listing ) ) {
    $f_attr = array('feature_ad' => array(
    'title' => '',
    'href' => '#',
    'class' => 'dashicons-before dashicons-star-filled feature-ad-link',
    'data-nonce' => $this->get_nonce( $listing ),
    'data-rel' => $listing->ID
    ));

    $actions = $f_attr + $actions;
    }

    return $actions;
    }

  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
    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!

  4. #4
    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!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Add a link in users dashboard
    By tattooz305 in forum Vantage General Discussion (Legacy)
    Replies: 5
    Last Post: April 22nd, 2016, 07:09 PM
  2. [SOLVED] A Link In Users Dashboard..
    By laura in forum FeatureMe
    Replies: 22
    Last Post: June 5th, 2015, 04:52 AM
  3. Replies: 11
    Last Post: January 20th, 2015, 10:21 AM
  4. WP dashboard for users
    By netcase in forum Help Using ClassiPress
    Replies: 1
    Last Post: November 30th, 2014, 10:00 AM