Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lemccoy

Pages: 1 ... 3 4 5 6 [7]
91
I have tried your code and can't get it working  :(


I even tried modifying to:

       $admin_links .= ($config['user_delete_image'] != 1) ? "" : "<a href=\"".$site_sess->url(ROOT_PATH."member.php?action=removeimage&amp;".URL_IMAGE_ID."=".$image_id)."\">".$lang['delete']."</a>&nbsp;";
       $admin_links .= ($config['user_rotate_image'] != 1) ? "" : "<a href=\"".$site_sess->url(ROOT_PATH."includes/rotate.php?".URL_IMAGE_ID."=".$image_id."&amp;wize=neg")."\">".$lang['rotate_neg']."</a>&nbsp;";
       $admin_links .= ($config['user_rotate_image'] != 1) ? "" : "<a href=\"".$site_sess->url(ROOT_PATH."includes/rotate.php?".URL_IMAGE_ID."=".$image_id."&amp;wize=pos")."\">".$lang['rotate_pos']."</a>";


I use a template on my site.  You can see the site here:

www.the-real.com/pics

Thanks for any info?  If you need more details let me know.

92
Mods & Plugins (Requests & Discussions) / Re: Watermark Plugin
« on: May 06, 2005, 04:19:13 AM »
I have FTP access and all but I cannot see any of the files required to edit...anyone know the paths on lunarpages?
Thankx

93
Mods & Plugins (Requests & Discussions) / Watermark Plugin
« on: April 29, 2005, 04:13:03 AM »
Hi,
I have 4images via my webserver LunarPages.  I cannot install mods as it is already predone.  Are there any plugins available that will either put in text or an image automatically on upload or request?
thanks in advance

94
Plugins / Re: [Plugin] Windows XP Publishing Wizard Integration
« on: April 29, 2005, 03:58:42 AM »
Is there anyway to have the script automaticallly validate the images and add thumbnails so all that is needed is the web publishing wizard? that would be awesome...any ideas?


Pages: 1 ... 3 4 5 6 [7]