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.
But I can't get it to work with the Cors Preflight on modern Browsers.
Thats why I am searching a way to handle the OPTIONS Method and response with a A Access-Control-Allow-Origin header.
I have installed a new subtheme for my Bootstrap site with less insteed of the cdn version.
It is my first time and i have followed the instructions as found on internet. I didnt have any errors with compiling and the site looks the same as it did when i modified everything over cdn. I've started to make the extra changes in the less files as i wanted.
I'm looking to create a content type that allows people to upload a request for access to a resource (e.g. sales person requesting access to HR system). Once the user creates his/her request, an approver of that resource should be notified (email or otherwise). The approver, and only the approver, should then able to login and approve the request.
I have a View displaying all content by title. I want every new content title to display as bold, and then after one hour I want the font-weight to return normal. Any suggestions?
This is for anonymous users, so I cannot use "has new content." At least that's my experience.