Results 1 to 2 of 2

Thread: User Dashboard -> Ad category was not displaying

  1. #1
    Thread Starter
    Newbie bmoeller1's Avatar
    Join Date
    Jul 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Lightbulb User Dashboard -> Ad category was not displaying

    Not sure if this is just me, but I wanted to pass it along. I noticed that when I went into the User Dashboard to view my posted ads, the Category link that should be listed under the title was not displaying.

    I went ahead and updated "the_category" function in tpl-dashboard.php on line 219.......I passed the post ID so it would render.
    Code:
    Original <?php the_category(', ') ?>
    Updated <?php the_category(' &gt; ',multiple,$post->ID) ?>

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,693
    Thanks
    166
    Thanked 3,387 Times in 3,258 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

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 to user dashboard
    By rpedersen in forum Help Using ClassiPress
    Replies: 4
    Last Post: May 19th, 2010, 02:27 PM
  2. user/admin dashboard
    By isdngirl in forum Help Using ClassiPress
    Replies: 2
    Last Post: April 30th, 2010, 10:47 AM