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 using the toc_js module to load a table of contents at the top of a content node. Currently experiencing a problem in the container is rendering on the page but non of the headers <h2> - <h4> load. I have attempted to debug this in the wiziwig and in the module but have had no luck. This is the user experience right now. Does anyone have experience debugging this issue and/or know what to do here?
I have got a view showing a table of rows of records. I want to change some table cell values after the view is rendered. So I thought hook_views_post_render is the hook I should implement in my module. I tried to change the cell values and they changed inside the implemented function ... however on the html page output I still see the old strings.... Means the changes I made have vanished.
I was/am under the impression that since the signature of this function is ...
I want to create a filter that allows users to search by company name. Currently, the company field is a text field, but I want to list all companies as checkboxes.
I am running a Drupal site since Drupal 4 days.............It got upgraded from Drupal 7 to 8 successfully and now it is running Drupal 10.
Before Drupal 8 I was having a block showing recent comments as table with 1. comment subject, 2. author, 3, node title and 4 date-time as fields. I had put code to change the node title to an alternate title (say title_mf which I have in a different table with additional/alternate data for nodes ... node_alt_data)