All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rana

Pages: [1]
1
I got where to change the file permission, actually I changed the allowed downloads to everyone. I didn't notice that. It worked, but I have to change them one by one. I still don't know how to use phpmyadmin on that..

2
hmm...the files are still hidden.
Maybe I'm doing the SQL query wrong..please help

3
Ok, i run the SQL query, but is it normal that is says there is 0 affected rows?
I'm sorry, I never mess around phpmyadmin..

After that, I deactivated then activated the plugin;change the layout to classic; took out the widget and put it back in...nothing happened. It still shows n/a on my sidebar unders downloads, and none in the post..

I am using WP download 1.50..hmmm..I don't get this..

thank you again for your help!

4
hi
thank you for your replies

Just to make sure for the SQL query.. do I put this

$wpdb->query("UPDATE $wpdb->downloads SET file_permission = -2 WHERE file_permission = -1;");
$wpdb->query("UPDATE $wpdb->downloads SET file_permission = -1 WHERE file_permission = 0;");
$wpdb->query("UPDATE $wpdb->downloads SET file_permission = 0 WHERE file_permission = 1;");

to the box when click run SQL?

or can I change the file permissions by ftp?

5
the widget does not work either in my sidebar.
it shows N/A under downloads section..

6
Hi,

I tried that but still not working...

7
Hi,

This plugin was still working when I was using the previous version of WP until I updated to 2.8.5. The list of download still shows in the admin section, but the links don't show in my post nor in the download page and even in the sidebar.

I use this code: [download id="24"]   

I am currently using Duffy 1.0 by InfoCreek.com
I tried the default WP theme, but still doesn't work. I deleted the entire plugin and re-installed again but still doesn't work.

Thank you for your help.

8
cool! thanks for these!

Pages: [1]