Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Removing the Link to the username profiles

Right now there is this line of code that shows the discussion creator's username and it is clickable

echo UserAnchor($Author);

I want to still show the creator's username, but not have it be clickable. What should I edit to this line to make that happen?
Tagged:

Best Answer

  • lucluc ✭✭
    Answer ✓
    check out the UserAnchor function library/core/functions.render.php

Answers

  • lucluc ✭✭
    Answer ✓
    check out the UserAnchor function library/core/functions.render.php
Sign In or Register to comment.