• Home
  • Community
  • Submitted News
FAQ • Search • Login
Forum Home • Register

View unanswered posts | View active topics


Board index » Pligg » Pligg Modules » Released Modules

All times are UTC


Image Upload Pligg Module v1.03



Post new topic Reply to topic  Page 6 of 8
 [ 76 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8  Next
Print view Previous topic | Next topic 
 Image Upload Pligg Module v1.03 
Author Message
hatsmagee

Joined: Tue Jun 10, 2008 6:35 am
Posts: 3
Post Re: Image Upload Pligg Module v1.03
Hi! I've installed pligg 9.9, and the 1.03 image uploader from the zip in this original forum post... but it seems that it is not working.. when i upload it says the size isn't correct of the photo, but it is well under the 1200 width and height defined in those variables.. and the labels on the upload fields are the variable names, rather than the text in the variable... it seems that none of the variables are getting evaluated in the module. see below. is this a permission thing? what do i need to set to 777? i've set all of the modules directory to that, including the new 1.03 image_upload module. any clue as to what's causing this? thanks~!

Attachment:
a.jpg
Attachment:
a.jpg


You do not have the required permissions to view the files attached to this post.


Tue Jun 10, 2008 9:59 am
Profile
hatsmagee

Joined: Tue Jun 10, 2008 6:35 am
Posts: 3
Post Re: Image Upload Pligg Module v1.03
it seems the
include_once('image_upload_settings.php');
lines aren't including that file.. when i put an echo 'test'; into that settings file, it doesn't get echo'ed out. it should, right? why isn't the include_once working? i know it's seeing the file because when i change the included filename it complains that it's not there.

any php master care to point out what i'm doing wrong here?

tom


Tue Jun 10, 2008 1:24 pm
Profile
hatsmagee

Joined: Tue Jun 10, 2008 6:35 am
Posts: 3
Post Re: Image Upload Pligg Module v1.03
got it! there was a bonus image_upload_settings.php file in the root dir! an old one! do'h! php!


Tue Jun 10, 2008 1:41 pm
Profile
KSK

Joined: Tue Jun 10, 2008 6:41 pm
Posts: 2
Post Re: Image Upload Pligg Module v1.03
hi guys,

first many grats to that great script. i've just installed the image upload module on pligg 9.9 (yget theme), which seems to work fine.

the image is being placed in the correct folder and the full-size-image does work.

:?: but the thumbnail is just replaced by the red cross as he isn't finding the thumb... anyone knows how to fix that?

thx in advance. best, karim


Thu Jun 12, 2008 7:00 am
Profile
snok

Joined: Thu Jun 05, 2008 2:45 pm
Posts: 3
Post Re: Image Upload Pligg Module v1.03
Everthing works great i have another problem... Featured story get the wrong picture with a random story. :roll:

{config_load file=$featured_story_lang_conf}
{if $pagename eq "published"}
{php}
$link = new Link;
$randomQ = mysql_query("select * from " . table_links . " where link_status='queued' order by RAND() ASC limit 0,1");
while($random = mysql_fetch_array($randomQ))
{
$link_title = $random[link_title];
$link_url = $random[link_url];
$link_id = $random[link_id];


$link->id=$link_id;


$link->read();
$link->print_summary('summary');
}


{/php}

{/if}

{* this is a temporary fix. When you load a new config file the existing config gets dropped. *}
{config_load file="/libs/lang.conf"}


Fri Jun 13, 2008 4:58 pm
Profile
softwarep2p

Joined: Wed Jun 18, 2008 9:36 pm
Posts: 4
Post Re: Image Upload Pligg Module v1.03
hello i installed the mod following the steps you say but without results, it appears the photo submit button but the img do not br created in the directory images /
i have instaled pligg 9.9.0
whatI can be doing wrong?
so strange is that if upload any image psd not give me any mistake, as if the mod is not implemented
can you givme de premoded files ?
greetings
pd sorry by de english its google traductor


Wed Jun 18, 2008 10:42 pm
Profile
catchpen
User avatar

Joined: Thu Feb 14, 2008 4:07 pm
Posts: 32
Location: Texas
Post Re: Image Upload Pligg Module v1.03
hatsmagee wrote:
got it! there was a bonus image_upload_settings.php file in the root dir! an old one! do'h! php!


I'm getting the same problem but no extra file. Are you sure you didn't do anything else?

Please help.

_________________
http://www.GarageSongs.com


Thu Jun 26, 2008 11:46 pm
Profile
LincolnHawks
Site Admin
User avatar

Joined: Wed Dec 12, 2007 9:34 pm
Posts: 296
Post Re: Image Upload Pligg Module v1.03
hi guys,

whats the exact problem your having? Any more details would be great as i read softwarep2p's post and didn't really understand.

I looked at the site within your signature catch and images are displaying fine.


Thu Jun 26, 2008 11:52 pm
Profile
catchpen
User avatar

Joined: Thu Feb 14, 2008 4:07 pm
Posts: 32
Location: Texas
Post Re: Image Upload Pligg Module v1.03
LincolnHawks wrote:
hi guys,

whats the exact problem your having? Any more details would be great as i read softwarep2p's post and didn't really understand.

I looked at the site within your signature catch and images are displaying fine.


Hey! Lincoln - that was quick.

My problem is a little different - my own doing with other mods I think. I'm using 9.9- site is under construction.
I'm using link field1 for another module with large file uploads so I think this module is also looking at at link field1 since that file is over 2 megs. I'm reading directions for the old version to comment out link_field1 but I'm using it. I switched the image upload settings to look at link_field2 but I think I'm heading down the wrong road.

Help is appreciated but I can understand if not able to since I created my own beast here. :lol:

BTW I can't open your home page up as of a little while ago.

_________________
http://www.GarageSongs.com


Fri Jun 27, 2008 12:12 am
Profile
LincolnHawks
Site Admin
User avatar

Joined: Wed Dec 12, 2007 9:34 pm
Posts: 296
Post Re: Image Upload Pligg Module v1.03
catchpen wrote:
My problem is a little different - my own doing with other mods I think. I'm using 9.9- site is under construction.
I'm using link field1 for another module with large file uploads so I think this module is also looking at at link field1 since that file is over 2 megs. I'm reading directions for the old version to comment out link_field1 but I'm using it. I switched the image upload settings to look at link_field2 but I think I'm heading down the wrong road.

Help is appreciated but I can understand if not able to since I created my own beast here. :lol:

BTW I can't open your home page up as of a little while ago.


Would it be possible to change the upload module to use field2? or have you already tried that scenario. If not i could probably take a look at it tomorrow for you see if i can figure out a solution for ya ;)

We just moved to a new server thats why the hompage was down as the DNS was updating, actually went pretty smooth and only around 10 mins downtime mostly due to some database tweeks that were needed. The new server we are on will be much faster and support our growing traffic better, we also have a new look in the pipeline hopefully that should be live by the middle of next week. ;) you can notice an instant improvement gaged on the speed of our pligg install http://socialcmsbuzz.com/news/


Fri Jun 27, 2008 12:21 am
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  Page 6 of 8
 [ 76 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8  Next

Board index » Pligg » Pligg Modules » Released Modules

All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

©2007-2008 Social CMS Buzz

Feed XML Favourite Valid XHTML Valid CSS WordPress