txt3rob
01-17-2007, 12:06 PM
open /plugins/p17_image_gallery/imagegallery.php
Around line
635
you see
echo '<span style="color: #000000;"><a href="' . $sdurl . 'plugins/p17_image_gallery/images/' . $image['filename'] . '" target="_blank"><img ' . $midsize_img_class . ' title="' . $image['title'] . '" alt="' . $image['title'] . '" src="' . $sdurl . 'plugins/p17_image_gallery/images/md_' . $image['filename'] . '" width="' . $width . '" height="' . $height . '" /></a><br>';
just afther </a><br>at the end put below
<a href="http://mpush.txtnation.com/req.php?account=freefonestuff&image=' . $sdurl . 'plugins/p17_image_gallery/images/' . $image['filename'] . '" target="_blank"><br>Send to My Mobile</a></span>so it then looks like
echo '<span style="color: #000000;"><a href="' . $sdurl . 'plugins/p17_image_gallery/images/' . $image['filename'] . '" target="_blank"><img ' . $midsize_img_class . ' title="' . $image['title'] . '" alt="' . $image['title'] . '" src="' . $sdurl . 'plugins/p17_image_gallery/images/md_' . $image['filename'] . '" width="' . $width . '" height="' . $height . '" /></a><br><a href="http://mpush.txtnation.com/req.php?account=freefonestuff&image=' . $sdurl . 'plugins/p17_image_gallery/images/' . $image['filename'] . '" target="_blank"><br>Send to My Mobile</a></span>';and your users can send the images direct from your gallery to their mobile phone
(please note it costs £1 via the phone option which is the cheapest unfortunatly i dont know of a provider that can push the content for cheaper)
Around line
635
you see
echo '<span style="color: #000000;"><a href="' . $sdurl . 'plugins/p17_image_gallery/images/' . $image['filename'] . '" target="_blank"><img ' . $midsize_img_class . ' title="' . $image['title'] . '" alt="' . $image['title'] . '" src="' . $sdurl . 'plugins/p17_image_gallery/images/md_' . $image['filename'] . '" width="' . $width . '" height="' . $height . '" /></a><br>';
just afther </a><br>at the end put below
<a href="http://mpush.txtnation.com/req.php?account=freefonestuff&image=' . $sdurl . 'plugins/p17_image_gallery/images/' . $image['filename'] . '" target="_blank"><br>Send to My Mobile</a></span>so it then looks like
echo '<span style="color: #000000;"><a href="' . $sdurl . 'plugins/p17_image_gallery/images/' . $image['filename'] . '" target="_blank"><img ' . $midsize_img_class . ' title="' . $image['title'] . '" alt="' . $image['title'] . '" src="' . $sdurl . 'plugins/p17_image_gallery/images/md_' . $image['filename'] . '" width="' . $width . '" height="' . $height . '" /></a><br><a href="http://mpush.txtnation.com/req.php?account=freefonestuff&image=' . $sdurl . 'plugins/p17_image_gallery/images/' . $image['filename'] . '" target="_blank"><br>Send to My Mobile</a></span>';and your users can send the images direct from your gallery to their mobile phone
(please note it costs £1 via the phone option which is the cheapest unfortunatly i dont know of a provider that can push the content for cheaper)