MemHT Portal is a Free PHP CMS and Blog
It permit the creation and the management online of websites with few and easy steps.
It's completelly customizable, expandable and suitable for all needs.
Moderators: Moderators
Forum RSS feedReply
Front end upload to gallery
AuthorText
steveeyes
Junior Member
Avatar

Posts: 20
Contributes: 4

Gender: _NEUTRAL_
Online: No
Date: 06/07/2008 04:30
Front end upload to gallery
#post9422
Is there a way for a user to upload an image to the gallery from the front end. I thought imageup was the answer, but after I install it I find out that is not the case.

thanks for any help in advance
Delete Edit Quote
 
Iconoclast
Junior Member
Avatar

Posts: 95
Contributes: 95

Gender: _MALE_
Online: No
Date: 06/07/2008 06:00
Re: Front end upload to gallery
#post9423
Edited: 06/07/2008 06:04
Reason: Linked Download URL
Delete Edit Quote
 
steveeyes
Junior Member
Avatar

Posts: 20
Contributes: 4

Gender: _NEUTRAL_
Online: No
Date: 06/07/2008 15:34
Re: Front end upload to gallery
#post9442
I don't understand...Use Send ?
Delete Edit Quote
 
mem
MemHT's Dad
Admin & Developer

Avatar

Posts: 5118
Contributes: 2461

Gender: _MALE_
Online: No
Date: 06/07/2008 15:46
Re: Front end upload to gallery
#post9443
Use the addon called "Send Image Gallery 3.7.5" http://www.memht.com/download_file_229_Send-Image-Gallery-3.7.5.html
Delete Edit Quote
 
steveeyes
Junior Member
Avatar

Posts: 20
Contributes: 4

Gender: _NEUTRAL_
Online: No
Date: 06/07/2008 17:32
Re: Front end upload to gallery
#post9445
Boy, so much problem understanding.

I download sendimage

1. I uploaded like readme file says.

2. After upload, I go to admin but can not find any file for send image.

3. I search the site for help, but find very little

4. I'm here again asking another question.

After you upload the sendimage addon how do you use or activate to use?

Where is it - I don't see it in the admin?

Sorry, just frustrated.

Thanks

p.s. Just so you know, I read the documentation on Addons, but it does not help me understand.
Edited: 06/07/2008 17:33
Delete Edit Quote
 
steveeyes
Junior Member
Avatar

Posts: 20
Contributes: 4

Gender: _NEUTRAL_
Online: No
Date: 06/07/2008 17:47
Re: Front end upload to gallery
#post9446
Sorry, I find it under pages. Before when I added an addon (ImageUP) it was under addon in the admin, but not the case with send image. It will take time to get use to how things work.
Delete Edit Quote
 
ktos
Just arrived
Avatar

Posts: 2
Contributes: 1

Gender: _NEUTRAL_
Online: No
Date: 06/07/2008 18:13
Re: Front end upload to gallery
#post9449
ImageUP does not fit to 3.8.5. There are bad dismissals:
code
                        if ($img_w>$max_thumb_w) {
                                echo "<script type='text/javascript' src='".$siteConfig['site_url']."/inc/javascript/gallery/js/prototype.js'></script>\n";
                                echo "<script type='text/javascript' src='".$siteConfig['site_url']."/inc/javascript/gallery/js/scripta****us.js?load=effects'></script>\n";
                                echo "<script type='text/javascript' src='".$siteConfig['site_url']."/inc/javascript/gallery/js/lightbox.js'></script>\n";
                                echo "<link rel='stylesheet' href='".$siteConfig['site_url']."/inc/javascript/gallery/css/lightbox.css' type='text/css'>\n";
                                $th_w = $max_thumb_w;
                                $th_h = $th_w/$ratio;
                                $view = "<tr><td align='center' colspan='2'><a href='".$siteConfig['site_url']."/".$upload->path.$filename."' rel='lightbox' target='_blank'><img src='images/view.gif' border='0'></a></td></tr>";
                        } else if ($img_h>$max_thumb_h) {
                                echo "<script type='text/javascript' src='".$siteConfig['site_url']."/inc/javascript/gallery/js/prototype.js'></script>\n";
                                echo "<script type='text/javascript' src='".$siteConfig['site_url']."/inc/javascript/gallery/js/scripta****us.js?load=effects'></script>\n";
                                echo "<script type='text/javascript' src='".$siteConfig['site_url']."/inc/javascript/gallery/js/lightbox.js'></script>\n";
                                echo "<link rel='stylesheet' href='".$siteConfig['site_url']."/inc/javascript/gallery/css/lightbox.css' type='text/css'>\n";

Such location is not here.
Delete Edit Quote
 
mem
MemHT's Dad
Admin & Developer

Avatar

Posts: 5118
Contributes: 2461

Gender: _MALE_
Online: No
Date: 06/07/2008 18:24
Re: Front end upload to gallery
#post9452
quote
ktos:
ImageUP does not fit to 3.8.5. There are bad dismissals:
code
                        if ($img_w>$max_thumb_w) {
                                echo "<script type='text/javascript' src='".$siteConfig['site_url']."/inc/javascript/gallery/js/prototype.js'></script>\n";
                                echo "<script type='text/javascript' src='".$siteConfig['site_url']."/inc/javascript/gallery/js/scripta****us.js?load=effects'></script>\n";
                                echo "<script type='text/javascript' src='".$siteConfig['site_url']."/inc/javascript/gallery/js/lightbox.js'></script>\n";
                                echo "<link rel='stylesheet' href='".$siteConfig['site_url']."/inc/javascript/gallery/css/lightbox.css' type='text/css'>\n";
                                $th_w = $max_thumb_w;
                                $th_h = $th_w/$ratio;
                                $view = "<tr><td align='center' colspan='2'><a href='".$siteConfig['site_url']."/".$upload->path.$filename."' rel='lightbox' target='_blank'><img src='images/view.gif' border='0'></a></td></tr>";
                        } else if ($img_h>$max_thumb_h) {
                                echo "<script type='text/javascript' src='".$siteConfig['site_url']."/inc/javascript/gallery/js/prototype.js'></script>\n";
                                echo "<script type='text/javascript' src='".$siteConfig['site_url']."/inc/javascript/gallery/js/scripta****us.js?load=effects'></script>\n";
                                echo "<script type='text/javascript' src='".$siteConfig['site_url']."/inc/javascript/gallery/js/lightbox.js'></script>\n";
                                echo "<link rel='stylesheet' href='".$siteConfig['site_url']."/inc/javascript/gallery/css/lightbox.css' type='text/css'>\n";

Such location is not here.


Protitype library is no more used in MemHT. Soon an update to the ImageUP addon will be released with news and fixes
Delete Edit Quote
 
steveeyes
Junior Member
Avatar

Posts: 20
Contributes: 4

Gender: _NEUTRAL_
Online: No
Date: 06/07/2008 22:32
Re: Front end upload to gallery
#post9461
Thanks Mem....great support
Delete Edit Quote
 
Reply
Tags Cloud
Advertising
News Archive
Language
Help MemHT Portal
Navigator
Users Block
Hi Guest
IP: 38.103.63.59

Username
Password
New files
MemHT Wiki
Friends
MemHT Portal is a free software released under the GNU/GPL License by Miltenovik Manojlo