Hello everybody, i'm new to drupal, i wanted to use the title of nodes as a link of a term, so i installed Automatic Entity Label module to use tokens or html code, but is not working as a link. it just displays as a text
i need to allow users to click on the title of the node to go to the term.
need help plz
After several hours of searching on drupal.org and google, I have not been able to find anything that assist in solving my problem. I'm very new to Drupal, and I'm hoping that someone here can point me in the right direction.
We have a custom module that allows users to update a safety procedure form. The update form for this module was written using the Form API and required a CKEditor dependency. The module was also recently updated from Drupal 6 to Drupal 7 from my understanding.
I have a content type for which I have "Multistep Nodeform " installed . I have made a view for that content type with exposed filters so logged in users can change stuff , such as an uploaded photo , address etc .
When I log in as a user multistep generates buttons with text " Skip next step " and " next " . I made a module that looks for the form name ( if($form_id=='mycontentype_node_form') {...etc }) that should overwrite the text on the buttons .The module is ok since it also searches for other form id's to overwrite stuff and that works .
How to slow down drupal response time? I need this in order to develop for REST API front-end the loading icons, cancel requests and other stuff related to fetch latency
Is there any module or maybe a way to add some delay (2-3 seconds) to index.php before render?
In my project I need facet search as block view that need to be included in content region. So I created View as block and added facet block in header of the view. Also need infinite scroll, so enabled ajax in view. The issue is that facet search ajax and View ajax causing conflict so that the query parameters are duplicating in URL.