• I have been attempting to edit the AWCP codes for a while but have had very little success.

    Im new to wordpress so I am not very knowledgeable in programming, I have the latest version of WordPress and the latest version of AWCP along with Buddypress. I was wondering if there was any way to do this:
    When you view a ad and click on the name of the user that posted the ad, it takes you to the users profile(buddypress Profile). Just like it takes you to the profile when you click your username on buddypress sidebar except it will take you to the ad posters profile

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’ve been looking for a good way to do this also. I’ve found a temporary solution…
    In the awcp settings, ad/listing tab:
    Scroll down to the Single Ad page layout template and throw this under contact information:
    Contact $adcontact_name

    Then you can delete the link in there to the users email.

    The only problem with this is, when you register with the buddypress registration form, it asks you for a Username and a Name. If the names arent the same, the contact link will bring you to a 404 page.

    I’m still looking for a better solution

    oops, messed up the code
    here it is:

    <a href="http://YOUR_DOMAIN_NAME/members/$adcontact_name">Contact $adcontact_name</a>

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hack AWCP Pages’ is closed to new replies.