Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted September 21, 200915 yr File Name: (SOS30) Upload Images v1.0.0File Submitter: Adriano FariaFile Submitted: 25 Jun 2009File Category: Application Modules Form to upload image You can configure: This application will allow your members to make upload of images to your host. Useful if you have a board that needs to post images, screenshots, etc. if the application is onlineallowed user groups to use the applicationallowed type of imagesprefix for your imagesidentify the user that made the uploadthe maximum image size per group. Image preview ACP Overview ACP Settings Manage User Groups Compatibility:IP.Board 3.0.0Click here to download this file
December 28, 200915 yr Hello! I'm getting error when using your modification: Fatal error: Call to a member function form() on a non-object in /home/lfs_4sure/html/admin/applications_addon/other/upload/modules_public/upload/form.php on line 68 IPB version 3.05 How to fix this? Thanks in advance
December 28, 200915 yr Author Line 68: Your installation probably didn't create the proper template. Probably won't work with any app. $this->output .= $this->registry->output->getTemplate( 'upload' )->form( $ext );
December 29, 200915 yr Author You can create the template manually. But I think it's better you open a ticket to IPS to see what's happening.
December 29, 200915 yr Is there possibility to include "upload to tinypic.com..." "upload to imageshack.eu..." etc? That mod would be usefull.
December 29, 200915 yr That mod would be usefull. Yeah i too need itIs there possibility to include "upload to tinypic.com..." "upload to imageshack.eu..." etc?
December 29, 200915 yr Author It's just a simple upload to your own host. Sorry but I have no intent to make it different.
December 29, 200915 yr [quote name='Adriano Faria' date='29 December 2009 - 11:59 AM' timestamp='1262087979' post='1892999'] You can create the template manually. But I think it's better you open a ticket to IPS to see what's happening. Here's the answer for a ticket That's not a default template in IPB v3.0.5 and is likely created by the modification during its install. Since the author isn't a native English speaker, I can't be certain what he's trying to say. You will have to discuss that with the author, in the Support topic you mentioned. Ask him if his modification is supposed to create it, and if it's compatible to v3.0.5. Some mods aren't. But, as was said, we cannot offer Support for 3rd-party modifications. Thank you. Mark H. Technical Support Invision Power Services Hello.
December 29, 200915 yr Author Yeah, tipical answer... throw the problem ahead! :D Search for "Call to a member function" and you will see how many users have same problem in other applications. Anyway, you can create it manually. Better: PM me with an ACP account to your board and I'll make it work.
January 2, 201015 yr Hello Adriano, is it possible somehow to see all those images somewhere after they have been uploaded? Like a view of all images uploaded?
January 2, 201015 yr Author Not in this version. This is a feature I hope to include in a future version, somewhere in next months. I'm working on 2 big conversions for a client... Unfortunatelly I can't stop it to update any mod right now. ;)
January 8, 201015 yr keep getting this error home/xxxxx/public_html/uploads folder called images the following folder is present at that address and is chmodded to 777 to see if it will still work still the same error comes up i've tried reinstalling the mod i get this error when i tried both srop tables and skip tables ALTER TABLE ibf_groups ADD g_upload_use TINYINT(1) NOT NULL DEFAULT '0'; Duplicate column name 'g_upload_use' · ALTER TABLE ibf_groups ADD g_upload_maxsize INT(4) NOT NULL DEFAULT '0'; Duplicate column name 'g_upload_maxsize' any ideas this is a very handy mod thanxs
January 10, 201015 yr Author Sure... just remove the columns, reinstall the mod and you are done. Simply because you tried to install the app more than once... so the columns already exists. Remove them: About the folder, you have to create a folder called images in your uploads folder on your FTP. Unless you are using a different version of the mod, which I doubt, should work... the detection is automatic. When the folder is there, you'll see no message.alter table ibf_groups drop column g_upload_use; alter table ibf_groups drop column g_upload_maxsize;
January 16, 201015 yr hi thanxs for the repsponce i deleted the hole things and reinstalled it all but still the same error [#Erro 04] Error: application directory not detected! Please, create a folder on /home/xxxxxx/public_html/uploads folder called images! and the file is present and is fully chmodded any ideas many thanxs
January 16, 201015 yr ignore me sorted it lol my fault what i forgot was to change the upload path to my new board settings when i redid the site it seemd it was still with my old settings many thanxs
January 24, 201015 yr [24-Jan-2010 12:37:09] PHP Fatal error: Call to a member function form() on a non-object in /home/admin/applications_addon/other/upload/modules_public/upload/form.php on line 68 using cleancut :(
January 24, 201015 yr Author The template of APP was not created. Submit a ticket to IPS. Althought they gonna say that its a problem related to the app, it is not. See http://community.invisionpower.com/topic/295269-download-sos30-upload-images-v100/page__view__findpost__p__1893273 And yes, it works on 3.0.5. Tested several times. Several users have the same problem with several apps.
February 7, 201015 yr Have you thought about making it able to upload other file types? If you haven't is it an easy alteration? Thanks.
February 7, 201015 yr Author The way it is now, file types are hardcoded. But I'm planning some changes on next month or so.
March 8, 201014 yr Add some nice AJAX uploading effects or something please.. then make it paid once you add nice effects :)
Archived
This topic is now archived and is closed to further replies.