|
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
Joined: Aug 2000
Posts: 3,590 |
short and sweet (about to leave):
"theme.inc.php" says: // Allow users to add a picture to their profile $theme['PictureView'] = "on";
whereas "showprofile.php" says: // If we are allowing the view of pictures, let's see if this person wants to // see it $Pictureview = $theme[pictureview]; if ($theme[pictureview]) { if ($user[U_PictureView] == "on") {
end result: no picture on Profile page... ever. Easy for me to change the theme code, but just wanted you to know this is the default setup. []/w3timages/icons/smile.gif[/]
|
|
|
|
Joined: May 1999
Posts: 3,039
Guru
|
Guru
Joined: May 1999
Posts: 3,039 |
Thanks for the fix[]/w3timages/icons/smile.gif[/].
------------------- Scream WWWThreads Developer
UBB.threads Developer
|
|
|
|
Joined: Oct 1999
Posts: 44
Journeyman
|
Journeyman
Joined: Oct 1999
Posts: 44 |
Jay,
I can not get a picture to show in showprofile.php. Can you tell me what to change in order to shoe the picture?
Thanks, Tommy
|
|
|
|
Joined: Aug 2000
Posts: 3,590
Moderator
|
Moderator
Joined: Aug 2000
Posts: 3,590 |
To be safe, I would put both lines
$theme['PictureView'] = "on"; $theme['pictureview'] = "on";
in "theme.inc.php". The problem is that, currently, "showprofile.php" expects the "on"/"off" to be in $theme[pictureview]. I suspect future versions of "showprofile.php" will be looking at $theme[PictureView].
-- Jay Glascoe | Software Developer | COBITE
|
|
|
|
Joined: Oct 1999
Posts: 44
Journeyman
|
Journeyman
Joined: Oct 1999
Posts: 44 |
Thanks for the help Jay!
Tommy
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 87
Joined: December 2001
|
|
Forums63
Topics37,575
Posts293,931
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|