I have checked both Group and OG modules. Both grouped content , audience. But group module structure different.
I have a feature in drupal 7 , developed totally based on Organic Group module. When I am going to migrate it , I found there is no stable version of OG module available in Drupal 8. So I am facing problems.
Can I use Drupal 8 Group module to implement this feature which is based on OG module in Drupal 7. If I can implement this feature using Group module in Drupal 8, then how can I migrate all data ? Because both structure totally different.
I have a form for a single dropdown select that uses a callback on change to update some elements on the page and make a few calls to an API, to update values in the API. Here's the code:
I have an exposed filter (dropdown) on a Drupal7 view displaying terms from a taxonomy list.
The dropdown is ordering alphabetically even though the taxonomy list is ordered by weight.
I've tried everything. Arrrghhh!
Can the order be set programmatically using form_alter or some other way?
I have some ads that use <script></script> that i get from a view and need to insert into a page. I made a view JSON export and tried to import them in the template with javascript, but looks like that is too late in the process. So, I instead added a views block that I imported in a custom twig template. The problem is that views surrounds the <script></script> in quoutes, so intstead of processing the script it just show the full script. I have tried to use | render | trim in twig to remove the outer quotes, but no success and I feel this is not the right solu