+ Reply to Thread (include dating software, release, and patch number!)
Results 1 to 6 of 6

Thread: More photos on profile page

  1. #1
    Toreador's Avatar
    Join Date
    Aug 2006
    Posts
    301

    Default More photos on profile page

    I'm trying to figure out how to do this, but I can't *grr*

    I want all the addition picture the user has to be directly on the profile page, just under the main pic thumb, but before the profile rate scale (Default template)

    I'd LOVE it if clicking on them worked like Lansins Ajax photo gallery. Not sure how to pull this off.
    Dolphin 5.6 ...I think

  2. #2
    Toreador's Avatar
    Join Date
    Aug 2006
    Posts
    301

    Default

    Like this.......................
    Attached Images
    Dolphin 5.6 ...I think

  3. #3
    gvpm
    Guest

    Default

    when i figure out how to get my damn server to work (finally got my own) i will work on it for you if no one else do .

  4. #4
    cpowers
    Guest

    Default

    I think this is a very good idea. Have you found out how to do it yet?

  5. #5
    gvpm
    Guest

    Default

    ok on my site i have tabs to show the photos.....

    but this is my code:

    PHP Code:
    function SelectedImage()
    {
        global 
    $profileID;
        global 
    $dir;
        global 
    $site;
        
        
    $Image_Query "SELECT * FROM `media` WHERE `med_prof_id` = '{$profileID}' limit 14";
        
    $Image_display db_res$Image_Query );
        
        
        while (
    $Images_return mysql_fetch_assoc($Image_display))
        {
        
    $startIMageFile '' $dir['profileImage'] . '/'$profileID '/icon_' $Images_return['med_file'] .'';
        
    $startIMageURL '' $site['profileImage'] . '/'$profileID '/icon_' $Images_return['med_file'] .'';
        
    $ThumbID $Images_return['med_id'];
        
        
    $Thumbnail_links file_exists($startIMageFile);
        

        if (
    $Thumbnail_links)
        {
        
    $Image_src $startIMageURL;
        
    $ret .= '
        <div class="MiniImage">
        <a href="home/?pageaction=User_pix&amp;ID=' 
    $profileID '&med_id=' $Images_return['med_id'] . '">
        <img src="' 
    $Image_src .'" alt="Member thumb"/>
        </a>
        </div>
        '
    ;
        }
        else 
        
    $ret .= '<div style="width:45px;height:45px;background-color:#ffffff;>blank</div>';
        
        }
    return 
    $ret;

    you can configure this to meet your needs

    this is for dolphin 5.6+

  6. #6

    Join Date
    Jan 2007
    Posts
    33

    Default How to show more photo thumbs in profile view page

    Thank you gvpm for your code.

    I have tried to put this code in "profile.php", but some php scripts error appear.

    Could you please describe all steps - How to add all the addition preview pictures, just under the main pic thumb in member page.



    Thanks very much for your help.

+ Reply to Thread (include dating software, release, and patch number!)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. How can i chage profile photos position on page ?
    By Rammstein12 in forum General Troubleshooting
    Replies: 0
    Last Post: 06-23-2009, 05:15 AM
  2. how to Take out title for profile photos
    By jaminunit in forum Dolphin General Discussion v6.00 and above
    Replies: 2
    Last Post: 07-26-2008, 06:18 AM
  3. Unapproved photos on main page
    By thetazz in forum Bugs Dolphin 6.02
    Replies: 3
    Last Post: 10-08-2007, 06:34 AM
  4. Number of Photos on Profile Page
    By mwep in forum Free Mod Exchange
    Replies: 3
    Last Post: 04-13-2007, 03:13 PM
  5. View members profile photos on search results page.
    By Prometheus in forum Free Mod Exchange
    Replies: 1
    Last Post: 12-21-2006, 10:07 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts