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.