
mrpowless
How to move photo block to center 6.1
Comments
| LHAdmin | 57 days ago![]() |
![]() | ![]() | |
![]() | thanks, Mrpowless Unfortunately, I'm experiencing 6.1 displaying two photo blocks on each profile. One is labeled "Nickname Photos" and the second simply "Photos". Your tip moves the "Nickname Photos" block, but the additional block simply moves itself to the top of another column! Any thoughts? Additionally, I noticed when I attempt to set a new default profile photo, it will not display in the profile and the generic icons disappear from both profile blocks (leaving blank boxes). What a mess -- and I am running a clean install with no mods. | ![]() |
![]() | ![]() | ![]() |
| jungtho | 57 days ago![]() |
![]() | ![]() | |
![]() | I have the same problem... if I ad a third colomn into my profil I got at the top a second profil photo... it´s a clean installation... | ![]() |
![]() | ![]() | ![]() |
| johno | 57 days ago![]() |
![]() | ![]() | |
![]() | Yep exact same problem with me.....add a third column and it mystriously adds another photo block. Would be nice to get that fixed quick. Any suggestions PLEASE! | ![]() |
![]() | ![]() | ![]() |
| defendersown | 57 days ago![]() |
![]() | ![]() | |
![]() | Did you guys try to move the photo gallery block into the other column, thinking it would move the profile photo? Or did you just create the new column and move some other block into it? I have been back and forth with Mrpowless several times today, working on this exact problem. I am considering just deleting Dolphin from my server and reinstalling, but I don't want to do that if it won't help. He proposed to me what seemed to be a viable solution, resetting the "PageCompose" table in the database using the v61.sql file, but it has not worked. He told me to follow his tutorial, http://www.i8nexus.com/test/vids/resetprofilefields.htm, replacing "ProfilesDesc" with "PageCompose." If you guys want to try it and see if it works for you, that would be great. If it does, let me know how you made it work. | ![]() |
![]() | ![]() | ![]() |
| johno | 56 days ago![]() |
![]() | ![]() | |
![]() | i`m afraid I don`t want to be messing with the code in the database. This Photo Block is just automatically generated when you create/add a thrid column, without doing anything further. Sure ly there is some bug somewhere. Anyone with a solution would be very welcome as this one is hindering my progress. | ![]() |
![]() | ![]() | ![]() |
| jungtho | 52 days ago![]() |
![]() | ![]() | |
![]() | Open BxBaseProfileView.php Go to line 197 : It looks like this : --- function showBlockPhoto( $iCol, $bNoDB = false ) { if( $iCol == 1 ) { $iPID = $this -> _iProfileID; $sNickName = $this -> _aProfile['NickName']; } elseif( $iCol == 2 ) { if( !$this -> _aProfile['Couple'] ) return; --- Change it to this: --- function showBlockPhoto( $iCol, $bNoDB = false ) { if( $iCol == 1 ) { $iPID = $this -> _iProfileID; $sNickName = $this -> _aProfile['NickName']; } elseif( $iCol == 2 ) { if( !$this -> _aProfile['Couple'] ) return; } elseif( $iCol == 3 ) { if( !$this -> _aProfile['Couple'] ) return; --- Save and upload the file.... | ![]() |
![]() | ![]() | ![]() |
| intel | 37 days ago![]() |
![]() | ![]() | |
![]() | i have a problem with second pics in my couple profil... i have profile page FIRST column at 67%, and SECOND column at 33%... and on first column is OK pics, but in second column there is pics cutted on the right side, because second column is 33%. is there way to change it, so i get SECOND pics on FIRST column? i asked AndreyP and he says to me i must change it on templates\base\scripts\BxBaseProfileView.php function showBlockPhoto( $iCol, $bNoDB = false ) but i don't know what i must change here to get it on first column anybody who know? | ![]() |
![]() | ![]() | ![]() |
| 2979(positive) | 35 days ago![]() |
![]() | ![]() | |
![]() | Hi Darren, Any chance you might be able to make this a video tutorial as well so we can see the final result after all is done. I have tried to do this from what you have told us but I am not getting any results. All I need is one pic for a couples profile not two. I also don't need all the same duplicate fields for the couples profiles. Ex: zip code, Thanks, Tom | ![]() |
![]() | ![]() | ![]() |
Post a Comment
Please login to post a comment.This Post
mrpowless Blog
All Blogs





































