Results 1 to 3 of 3

Thread: Link Added to Contact Person

  1. #1
    Thread Starter
    Junior Member
    Not a Verified Customer
    realestateguy100's Avatar
    Join Date
    Feb 2010
    Posts
    37
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Link Added to Contact Person

    when you click to contact a person it says "You must be logged in to inquire about this ad." There should be a link right there to login instead of having to search for it.

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,710
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts

    Re: Link Added to Contact Person

    Definitely. In the mean time you can simply replace the code below in the sidebar-ad.php ;
    Code:
    <p class="contact_msg center"><?php _e('You must be logged in to inquire about this ad.', 'cp') ?></p>
    with;


    Code:
    <p class="contact_msg center"><?php _e('You must be logged in to inquire about this ad.', 'cp') ?> <?php echo cp_login_head(); ?></p>
    I'll refer this for inclusion in the next release of classipress.
    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.

  3. #3
    Thread Starter
    Junior Member
    Not a Verified Customer
    realestateguy100's Avatar
    Join Date
    Feb 2010
    Posts
    37
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Link Added to Contact Person

    its amazing how smart you guys are with all this coding stuff...works like a champ..thanks

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. post a classifieds link ?
    By sonnycool in forum ClassiPress General Discussion
    Replies: 5
    Last Post: May 19th, 2009, 09:07 AM