Forums

Join
bbPress Support ForumsInstallationRemove user website link from topic

Info

Remove user website link from topic

  1. How to remove the user's website link which shows in topic page right above the member word?
    I want to show the user website's link just in his/her profile page... no anywhere else...
    thanks

  2. Edit post.php @line 5 changing post_author_link(); into post_author();

  3. @ mr_pelle thanks, it works..
    but I want to still display the profile link of user on the word "member"
    it delete the both link ( website link from user plus profile link from member)
    any idea?

  4. Actually, I did not get profile link removed... Did you accidentally remove line 6 too?

  5. pelle I just replace the post_author_link(); into post_author();
    anything wrong? what should I do?

  6. I did nothing more, I'm sorry it does not work for you...

  7. <p>
       <strong><?php post_author(); ?></strong><br />
       <small><?php post_author_title_link(); ?></small>
    </p>
  8. @zaerl: yep, that's what I have in my post.php too.

  9. It's for softinfo. Maybe he has changed something in the wrong way.

  10. Sure, I was just confirming that.

    Ciao!

  11. @ zaerl, @ mr_pelle .. thanks
    its now working fine :)

  12. You must log in to post.