matt, maybe you could help me with this one, or anyone can take a stab at this.
in the garage_profile_integration.php file...
i changed the look of my integration but im having a problem with the {HILITE_IMAGE} part of the code.
i added a highslide image code to my garage and im using this code for my hilite image in the garage:
Code: Select all
<a href="{U_HILITE_IMAGE}" title="{HILITE_IMAGE_TITLE}" rel="highslide" onclick="return hs.expand(this)"><img src="{HILITE_IMAGE}" alt="{}" /></a><br /><span class="gensmall">{L_TOTAL_VIEWS}: {TOTAL_IMAGE_VIEWS}</span>
now my problem is in that code it pulls the {HILITE_IMAGE} code from the img src. i only want the hilite image to show in the profiles but im having a problem with that.
here is what im talking about, for example my profile on my website i have 1 image posted and it shows like this:
http://thejdm.com/memberlist.php?mode=viewprofile&u=3
and now a buddy of mine who has more then 1 image posted his shows like this:
http://thejdm.com/memberlist.php?mode=v ... ile&u=1624
i only want 1 images to show, the main hilite image (like in my profile) BUT i want my users to be able to have more then 1 image aloud obviously. it just really breaks & expands the profile. i don't really need to show off the modification images in the profile. just the main hilite image so the other users can take a gander @ the car. also once clicked the image opens in a new window and im trying to get the highslide to work there but once again that goes back to the {HILITE_IMAGE} code.
make sense?