| Author |
Post |
|
|
#1 Fri Sep 24, 2010 3:06 am
|
|
Member
Registered: Sep 2010
Posts: 3
|
I am trying to create an anonymous board for a support group. I have already turned off the profile access options, but the login screen still comes up if I click the name of the originator (in this case it is just "admin")
Is there anyway to remove the link on a poster's name so that only the screen name shows but there is no link to his/her profile or request for login?
TIA
|
|
|
#2 Fri Sep 24, 2010 3:44 am
|
|
Member
Registered: Oct 2005
Posts: 502
Location: Canada
|
You would need to do that through functions.php. Edit the function make_profile_link and remove the HTML from it.
|
|
|
#3 Fri Sep 24, 2010 4:21 am
|
|
Member
Registered: Sep 2010
Posts: 3
|
Gaia wrote You would need to do that through functions.php. Edit the function make_profile_link and remove the HTML from it.
Thank you very much, that worked perfectly.
|