alineo
Forum Replies Created
-
Hi, same issue here, did you get a way to solve that?
Actually I don’t know if it was that. I’ll try later to add a large file, to test again.
I removed more files, the biggest (4-6 Mo), backup is working again. Either I removed a dirty file, or it was the size, but this was really not so big and it worked perfectly until now.
I will see if it happens again later.I removed all the files with special characters, didnt’t change the result… So that was not the problem.
No very big files, but I was wondering if files with special characters (french é ù ?) could be an issue ?
Backup for theme or plugins is working perfectly, it’s only upload directory…
Hi Daniel,
I had previously set it on 30, and I just tried on 20, same message.Forum: Plugins
In reply to: [WP Cloudy] Call to undefined function get_plugin_data()It works !
ThanksForum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Share from the newsletterOk thanks.
I removed the sharing feature.Good luck with the plugin
Forum: Plugins
In reply to: Show/hide selected comments in a threadNo solution found, we gave up…
Whoa, so much more efficient, cleverly thought.
Thanks a lot.Still we have a problem.
When a restricted user creates a new sub category, in a post, he can see all the categories until the post is published.
Of course the new category is checked, as usual, but now the restricted user could also check any other category…Any idea about that?
Hi,
as no one answered, and as we were in a little hurry in this project, we went into the plugin’s code to make some changes.
I know it’s not a clean way to get what we need, that’s why I wanted to show you the code.We had, on lines 409 and 428:
$subcats = get_categories('hierarchical=1&hide_empty=0&child_of='.$term_id); foreach ($subcats as $subcat) { $maSousCatID=$subcat->cat_ID; $this->cat_list .= $maSousCatID . ','; }
I repeat, the idea was to display sub categories when created by restricted user in his own category.
Could anyone tell me if there’s a nicer way to change the code?
Thanks.