I build a module to create some blocks, based on entity creation. I have a "Banner" entity, a BannerBlockDeriver deriver and a BannerBlock block implementation that use the BannerBlockDeriver class as deriver. The BannerBlock implementation allow the user the select the view-mode to use on display.
All is ok : I can create a new "Banner" entity, attach an image and the deriver generate a new block with my entity informations. I can embed the block via the block layout panel and add my own block configuration.
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.