vikram0811
Forum Replies Created
-
Forum: Plugins
In reply to: [File Away] File Away – This file exceeds the 10 MB max file size@thomstark, user accidentally created directory from FTP and uploaded files into it. The directories mentioned from admin is correct, but I can see two not required folders on frontend which are created from FTP.
I tried deleting it and it says
mv /usr/local/apache/htdocs/wp-content/uploads/my-files/My Linux Release /usr/local/apache/htdocs/wp-content/uploads/my-files/My Linux Release: no such file or directory. Though the folder permission is set to777Could you pls guide ?
Forum: Plugins
In reply to: [File Away] File Away – This file exceeds the 10 MB max file sizeIt throws exception
Warning: mkdir(): No space left on device in /usr/local/apache/htdocs/wp-content/plugins/file-away/lib/cls/class.fileup.php on line 36Forum: Plugins
In reply to: [File Away] File Away – This file exceeds the 10 MB max file size@thomstark, got your point. Yes they are using [fileup] to upload the files. For multiple directories how do I specify one shortcode without including shortcode into each directory seperately?
Forum: Plugins
In reply to: [File Away] File Away – This file exceeds the 10 MB max file size@thomstark, increasing the file size using shortcode works, but I have huge number of directories where user will upload files upto size 1GB. Everytime, I can not apply short codes to specific directories.
Is there any global setting where I can set the value ? I have already changed it in my
php.inifile. But unless I specify here, it won’t work.Thanks.
Forum: Plugins
In reply to: [File Away] File Away – This file exceeds the 10 MB max file sizeI tried with below code to increase the size. But for that I need to include the shortcode.
[fileup sub=”Twitter” showto=”administrator” makedir=”true” maxsize=”500″]
This allows to upload file size upto 500MB. Is there any way to change the default size to 500MB without including any shortcode for
fileup?Forum: Plugins
In reply to: [File Away] How to Upload file usign File Away@thomstark appreciate your prompt response, but being an admin, how could I use shortcodes to upload files ? Do I always need to upload using FTP ?
Forum: Plugins
In reply to: [File Away] How to Upload file usign File AwayCan I upload files to my server, securely from the front-end with File Away? Anticipating the steps required to achieve the same. Also is it possible to create directory structure for different file segments ?
Ex: Software -> software files
hardware -> hardware filesDoes the File Away shortcode include Directory Tree navigation?
Forum: Plugins
In reply to: [New User Approve] One Time Password or Authentication LinkHi,
For the approval email we have below content.
You have been approved to access Bla Bla Blog Username: someusername Password: somerandompassword blog_urlHow can we modify the above content by adding an activation key or link and modifying the blog_url to our cusotm URL with some activation code ?
Awaiting your solution.
Thanks.
Forum: Plugins
In reply to: [File Away] Change column order in tableHello, Thom !,
I tried adding above code in my header.php, but somehow can’t get it to work.
Do you have any workaround for this ?
Thanks
Forum: Plugins
In reply to: [File Away] Change column order in tableThanks for responding. I am able to change the placeholder text as you mentioned above.
For changing column order, can we do something like below.
<script type="text/javascript"> jQuery( ".ssfa-sorttype" ).after( ".ssfa-sortname" ); </script>I have not tested it, but just a thought.