• Resolved presvinay

    (@presvinay)


    The commenting system is great, but it doesn’t serve my site’s purpose if there isn’t a file upload system. I thought the “attachment” system would allow users to attach files, but I believe it just allows users to add URLs.

    Is there any way you can help me add this functionality? If you do not have a custom file upload designed for your plugin, could I add the following jQuery code to the php files of the plugin?

    $("#example3").jqUploader({
                        debug : 0 //set to 1 to expose the values received by the flash file
    			background:	"FFFFDF",
    			barColor:	"FF00FF",
    			allowedExt: "*.avi; *.jpg; *.jpeg; *.png",
    			allowedExtDescr: "what you want",
    			params: {quality:'low', menu: false},
    			validFileMessage: 'Thanks, now hit Upload!',
    			endMessage: 'and don\'t you come back ;)',
    			hideSubmit: false
    			});

    Thanks for making this wonderful plugin!

    https://www.ads-software.com/plugins/wpdiscuz/

Viewing 6 replies - 1 through 6 (of 6 total)
  • I am also looking for this functionality. Did you have any luck?

    so do I

    Plugin Author gVectors Team

    (@gvectors-team)

    Hi presvinay, fivestarfisher and kilte,
    We’re currently working on Image/Attachment/Video/Audio uploaders for wpDiscuz. those will be available very soon.

    Hi gVectors Team,
    can you please tell me when can we use the image upload?

    Thanks!

    Hi gVectors Team,

    Do not yet ready?
    I am waiting for 4 months :’-(

    Plugin Author gVectors Team

    (@gvectors-team)

    Hi echo2014,
    Thank you for your patient and sorry for this delay.
    As I’ve explained in other topics, we got lots of performance issues with wpDiscuz 2 version, so we had to redevelop whole core and release the supercharged wpDiscuz 3 with dozens of new features. This was the reason of delaying file uploaded addon. But now, it almost done, just wait for a few days, I can not say an exact day, but should not take more than 7 days.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Adding file upload option to comments’ is closed to new replies.