Support Forum
as I said, add the adminOnly argument... so find
sp_ProfileShowEmail('', __sp('Email'));
in your sp theme and change it to
sp_ProfileShowEmail('adminOnly=0', __sp('Email'));
as always, be sure you are editing your own sp theme and not ours to keep from losing your changes on a theme update...
Visit Cruise Talk Central and Mr Papa's World
I made the recommended change. When logged in as a user I could still not see other users email addresses in their profile, when I clicked "View Full Profile for John Doe" I got the following error message -
Parse error:syntax error, unexpected T_STRING in /problem-with-post-edit-buttonome/advocate/public_html/wp-content/sp-resources/forum-themes/default/templates/spProfileShow.php on line 63
please post exactly what you used for code... make sure when you copied mine, you got correct quotes (standard quote characters instead of odd backwards quotes)... I should have made it a code seqment..
Visit Cruise Talk Central and Mr Papa's World
John Durham said
I made the recommended change. When logged in as a user I could still not see other users email addresses in their profile, when I clicked "View Full Profile for John Doe" I got the following error message -
Parse error:syntax error, unexpected T_STRING in /problem-with-post-edit-buttonome/advocate/public_html/wp-content/sp-resources/forum-themes/default/templates/spProfileShow.php on line 63
No, it is not working properly. I made the changes and the above was the result.
While what you entered looks OK - quite clearly it isn't. That message means that php found a string of text when it was expecting something else. So - some questions.
Did you by accident remove the semi-colon from the line of code before this which is a common cause of this error.
What editing tool did you use to make the edit?
YELLOW
SWORDFISH
|
Progress, whatever I did wrong the first time. I didn't do it this time (no error message).
Now the behavior of the site (when logged in as a member), If you click on another members link to view their profile, their email is not displayed under Contact "John Doe", but if you then click View full Profile for "John Doe" their email is displayed.
Anyway to make their email show up without having to click View Full Profile?
what file did you make the original change in?? looks like you change the full profile template file... you need to change the popup profile template file too...
Visit Cruise Talk Central and Mr Papa's World