micadito
Forum Replies Created
-
Hi Kirti,
I would like to know if the watermark can be put in the middle of the exam and if you have been able to find out something about the implementation of two categories.
Thank you very much for your attention.
Hello Kriti,
If I would like to know if it is possible, it seems to me a very interesting option since I could put, for example, a category by subject for example law and another by chapter to do more specific exams, for example the whole law or a specific chapter.
I would like to know if you can put a watermark or username at the bottom of the exam.
Greetings, thank you.
- This reply was modified 3 years, 6 months ago by micadito.
Hello Kriti,
Thank you very much, you have solved it very quickly.
It was driving me crazy and it was so easy.
I repeat thank you very much.
I had one more doubt, is there an option so that only the answers that have failed come out?
Thank you very much.
A greeting.Forum: Plugins
In reply to: [BuddyDrive] Buddydrive not loading all itemsIn the same file modify:
$defaults = array(
‘paged’ => 1,
‘per_page’ => 80,
‘type’ => array( buddydrive_get_folder_post_type(), buddydrive_get_file_post_type() ),
—>>> ‘orderby’ => ‘title’,
—>>> ‘order’ => ‘ASC’,
‘buddydrive_scope’ => buddydrive_get_current_scope(),to change the default order to name, now I’m looking at how to change the list so that first name appears
Forum: Plugins
In reply to: [BuddyDrive] Buddydrive not loading all itemsI have found a temporary solution, changing the limit of the files from 20 to 40.
To change it we have to go to:
Buddydrive>inclues>buddydrive-item-ajax.php
Where says:
$defaults = array(
‘paged’ => 1,
‘per_page’ => 20,
‘type’ => array( buddydrive_get_folder_post_type(), buddydrive_get_file_post_type() ),
‘orderby’ => ‘modified’,
‘order’ => ‘DESC’,
‘buddydrive_scope’ => buddydrive_get_current_scope(),Substitute 20 for 40 and temporarily fixes that the load more button does not work.
I wait for some solution to fix the button load more and change the default order to name.