I am Rscott on http://clean601.devmysite.com/index.php and I have Lovers-Meet.com as well, and a 3rd test site that is running on 601b4 clean, this does not work, not in IE nor in Mozilla, I mean it puts my picture there, but not on the Main photo under Members, what am I missing here?
It even says in my SQL under Profiles --->PrimPhoto 0 For both names I have tried this with but I have 3 photos on each and they are standard jpg photos..
Heres another thing.. when I go to Photo Gallery it says
Sorry Nothing Found, but under photos I have 3 pictures Now.
On DevMySite the photogallery does have my pic but it is still not main..
And under Profile Photos in the Admin Panel, there is the 3 pics to approve, but can not approve them, what's going on here Lol Is this dolphin just as full of bugs as the 5.3 version was when I left it before? OK that is just content I suppose and the photos are approved, but still no main photo.. This is kind of frustrating for something as simple as this not to work yet other people says it works![]()
Last edited by rscott4581; 09-29-2007 at 02:33 PM.
its not photo gallery - its profile photos - that gets made primary....
Yes - this is confusing - and should be made clearer to the users what is what on the site.
ModMySite Administrator
Problems? Questions? Need modifications or other help with your site?
Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.
I tried this mod, and it still did not set the first photo as the primary upon first photo. I am using Dolphin 6.01
if( 0 < $iResult )
{
// START bug fixed -- first photo upload make primary
if ( $this -> aMedia['0']['PrimPhoto'] == 0 )
{
$iLastID = mysql_insert_id();
$this -> oMediaQuery -> setPrimaryPhoto( $this -> iProfileID, $iLastID );
$this -> aMedia['0']['PrimPhoto'] = $iLastID;
}
// END bug fixed -- first photo upload make primary
if (getParam("autoApproval_ifPhoto") != 'on' )
{
$sqlQuery = "UPDATE `Profiles` set `Status`='Approval' WHERE `ID`={$this -> iProfileID}";
db_res($sqlQuery);
createUserDataFile( $this -> iProfileID );
reparseObjTags( 'profile', $this -> iProfileID );
}
check from here :
Bug Fixed upload photo - the photo not set to primary automatically
Thank you. That worked great.
Here is the fix.
Dolphin Pros • View topic - Make Primary Fix
Posted twice. Sorry.
Last edited by praveenkv1988; 09-11-2009 at 03:25 PM. Reason: posted twice.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks