Hi, there is a scenario where we want to build a mobile application for Android & iOS of our drupal site.
We googled and we found that we can build it using Drupalgap, but after doing research on google we are not able to find any resources, articles or tutorials which we can use for developing the mobile app. We are in a situation where we can't confidently say that Drupalgap is the perfect solution for developing or I would say for converting your Drupal sites into mobile applications.
What is the best way to go forward? Can anyone guide us on this?
In my drupal 7 website, i have content type called book and ther is user reference in form field.As there are more than 2000 records as user reference in individual node.Now it is taking time for load node in admin and even if i add more user reference it is not being save in database.
I have done google for custom code / module and found solution as module for load more field, but in drupal 8 only.Unfortunately it is not available for drupal 7.
Any reference or solution would be helpful for me.
I am using Drupal 7.x version for my site, which is having very huge data and facing below mentioned problem.
I have two content types books and courses and used entity reference field for mapping between user and books/courses, used existing field in both content types to assign books and courses to user.
I keep getting this error message in my status report and when I try to generate PDFs:
PDF using mPDF Library - Not Found!
No mPDF Library Found in "sites/all/libraries" or "sites/all/modules/pdf_using_mpdf". Please download the PHP mPDF Library API from mPDF1.com
I have tried placing the mPDF library in both locations mentioned in the error message. I've tried naming the library folder "mpdf", "mPDF" and "pdf_using_mpdf" in both locations. Permissions are set to 755. -But I'm still getting this error.
What is the best way to write a module that will add some to check if someone is allowed to access a page? I see hook_init doesn't work on cached pages. Do I use moduke_load_include
and does it execute the code first before anything else?
Does anyone know of a way to generate a random set of characters that meet certain criteria (this will be for creating a password) that will automatically be added to a field when new content is created?