Results 1 to 2 of 2

Thread: Rate Photo - Hyper link to profile before voting on members picture (s).

  1. #1
    Prometheus
    Guest

    Default Rate Photo - Hyper link to profile before voting on members picture (s).

    This simple mod allows you to click on the picture that is displayed when you view photos "to be" voted on.
    As we all know once you vote on a pic it goes to the custom menu on the left where you can click on the pic and be taken to the members profile.
    With this hack you can click on the pic before voting (the pic in the middle of the page)
    It also provides the same mouseover information as the members picture does after you vote on it. (see screen shot)

    Code:
    in rate.php 
    
    find:
    
    $height = getParam( 'pic_height' ) + 4;
    
    below find and delete.
    
    echo "<br /><table cellspacing=0 cellpadding=0><td height=$height><img border=0 src=\"$pic[webname]\"></td></table>";
    
    
    
    replace with:
    
    echo "<br /><table cellspacing=0 cellpadding=0><td height=$height><a href=profile.php?ID=$p_arr[NickName] ><img border=0 alt=\"$p_arr[NickName] : $p_arr[Headline]\" title=\"$p_arr[NickName] : $p_arr[Headline]\" src=\"$pic[webname]\"></a></td></table>";
    
    BTW they are selling this hack at the site we do not mention....
    Just took code from one part of the php file and copied it to another part...lol...

    Prometheus
    Attached Images Attached Images
    Last edited by Prometheus; 01-04-2007 at 08:32 PM.

  2. #2
    happipappi's Avatar
    Join Date
    Nov 2005
    Posts
    59

    Default

    Awesome. Thanks Prometheus.
    BTW your site is looking awesome
    Version 6.1.4

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Member Photo Count number when viewing members Profile.
    By Prometheus in forum Free Mod Exchange
    Replies: 4
    Last Post: 04-23-2007, 03:54 PM
  2. Hyper link to profile from search results gallery view
    By Prometheus in forum Bugs aeDating v4.1.2
    Replies: 0
    Last Post: 04-21-2007, 10:47 AM
  3. Replies: 0
    Last Post: 03-26-2007, 02:35 PM
  4. Rate Photo Private Photo bug
    By Prometheus in forum Bugs aeDating v4.1.2
    Replies: 2
    Last Post: 10-14-2006, 11:17 PM
  5. Photo Rate
    By Greggers in forum Wishlist
    Replies: 2
    Last Post: 04-29-2006, 03:36 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
  •