December 13th, 2005, 12:05 PM
|
#5 (permalink)
|
| Member Verified Customer
Join Date: Sep 2003 Location: W.Yorkshire UK
Posts: 95
| Quote: |
Originally Posted by Chuck S Yep you need to modify the function to pass $title
maybe in pp-inc.php
function get_imagethumb( $bigimage, $thecat, $theuser, $approved, $nocache=0, $avatar=0, $thumbw=0, $thumbh=0 , $title ) {
then in pp-inc.php display_gallery function
$pimgtag[$count] = get_imagethumb( $features['bigimage'], $features['cat'], $features['userid'], 1 , 0, 0, 0, 0, $features['title'] ); | Ok, i'll give that a shot before trying anything else, after all you are the pro when it comes to these products, anything to save me some work. |
| |