Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am looking for a module that will help me display a few lines on the front page of a site and when you click on a button, it will expand to full text or article. Probably using AJAX or jQuery.
Currently we can make a break point which will display a read more option but that will take us to a full node. I want to stay on the same page and same URL but expand a text area, that's all.
The project entailed developing a Student CRM for which Drupal fulfils all the requirements due to its vast and flexible environment and added security.
In the case of having multiple databases aggregated into a .sql file dump of around 1Gb from PHPMyAdmin, but require just one database from the multiple databases dumped in the .sql file, to hopefully restore a drupal site which has crashed following an attempt to install some modules.
I made a page ( let's say the name of the page is A ) to let user check in. The page only show an QR code.
When the anonymous user visit A, scan the QR CODE, the Controller behind the page will Redirect to page B. In page B, it will show an ID to the user. And since i want know who got the id , so i need to know the name and other things of the user.