I was wondering if anyone could help me with module creation - I need to create a module in drupal 7 from scratch. It's a ticket booking module. Is there anyone willing to provide guidance or even paid tutoring, as I'm completely new to this.
I have one issue,
I've created some items for a content type on my develop site, I've created something like 30 new items and i would like to export them and import on my production site
How can i export them and import on my production site?
I've tried using Configuration synchronization but i dont know how to export all my items.
Maybe it would be easier to describe more my problem. I´ve got a vocabulary "tags" and nodes and media objects. Both are referencing to this vocabulary. My content type "Post" has the field "field_mt_post_tags" and my media object "Image" has the field "field_tags".
I want to create a block, which is shown on the node pages. The block has to include the media objects which is also referenced to all tags of the node.
Trying to use the views grouped filter instead of exposed but trying to override the feature when using checkboxes and "allow multiple" it replaces them with a select after going above 4 filter options. It's in the filter plugin for Views in the spot below. Is there a way to do it via hook or is it too hacky of an ask?
Hello, first of all thanks to ready my post in "Low English", sorry but it is not my native language.
I am not developer, i am systems technician but in my job we have changed from WIX to DRUPAL and i have migrate all content (published content, not configured the core site) WIX was totally family friendly, i had a editor to the content in mobile devices and another to the computers.
I use MathJax (a JavaScript display engine) on my Drupal 9 website. This engine uses JavaScript to convert mathematical formulas, given in LaTeX notation, into .svg format. JavaScript is executed on the client side. My question is whether it is possible to run MathJax on the server, that is, to generate the svg formulas on the server instead of on the client side?