πŸ‡¦πŸ‡·Argentina @OPtii

Account created on 2 February 2023, about 2 years ago
#

Recent comments

πŸ‡¦πŸ‡·Argentina OPtii

I solved it using a custom module.
The code is in this issue inside β€œcommerce core”:

Issue: https://www.drupal.org/project/commerce/issues/3513744 πŸ’¬ How to set default price in variation product? Active

πŸ‡¦πŸ‡·Argentina OPtii

@jsacksick Perfect, thx bro <3

πŸ‡¦πŸ‡·Argentina OPtii

Hi jannakha, do you have the patch? I need to apply this for my site.
Thank you very much <3

πŸ‡¦πŸ‡·Argentina OPtii

The problem is with the β€œGin” administration theme, if I remove it, the button disappears completely.

πŸ‡¦πŸ‡·Argentina OPtii

@ultrabob Yes, I am putting it just as you indicate, without the quotation marks. There I made a test and verified that the button is still visible but when I click it it does not work. Is there a way to remove it completely?

πŸ‡¦πŸ‡·Argentina OPtii

Fixed, I was missing to add the views from the β€œDefault hreflang”.

πŸ‡¦πŸ‡·Argentina OPtii

#8 is not working for me, I applied the patch but it does not replace the token, I tried it with a super basic token like [site:name] in the custom region class I would be left:
[site:name]|Site Name

I'm on 8.x-3.24 with Drupal 10.3.5 and PHP 8.2.22

Anybody have any idea? i need to do this D:

πŸ‡¦πŸ‡·Argentina OPtii

It doesn't work on core 10.2.7. Any help pls?

πŸ‡¦πŸ‡·Argentina OPtii

I don't really know what happened, but I fixed it by uninstalling the module and deleting all the files I had already created just in case.

I reinstalled, configured, tested and no problem.

Sorry for posting here and not creating a new issue.

πŸ‡¦πŸ‡·Argentina OPtii

Please, I need help. This is happening to me in Drupal 10.3.2 with PHP 8.2.22 and module version 8.x-1.0-beta7.

I looked in the module files and the patch that is in solution #2 is already applied but it is still happening. Does anyone have any idea why it could be?

Please help <3

πŸ‡¦πŸ‡·Argentina OPtii

I was able to fix it.
You have to go to the "estore" base theme settings.
In CDN->CDN Provider section select "jsDelivr".

πŸ‡¦πŸ‡·Argentina OPtii

I fixed it using hook_mail_alter() and set text/html in Content-Type:
"nl2br" is also used to avoid losing the
when going from plain text to html
function my_custom_module_mail_alter(&$message) {
$message['headers']['Content-Type'] = 'text/html; charset=UTF-8; format=flowed; delsp=yes';
$message['body'][0] = nl2br($message['body'][0]);
}

πŸ‡¦πŸ‡·Argentina OPtii

Hi @leopaccanaro. Yes, I have read that information about the module. I will tell you about my situation, I am currently using the Drupal "PWA" (Progressive Web App) module, as a result of this module what I need is to send notifications to those devices that have the web installed as an APP.
I know there is a module "Advanced Progressive Web App" that sends notifications but only with the "minishlink/web-push" library version 4, which I can't install because it requires PHP 7 or lower and I'm currently working with PHP 8
So I was trying to do it with this firebase module.

πŸ‡¦πŸ‡·Argentina OPtii

I found my mistake, inside the footer of the view I inserted another view. Both views had the same machine name "page_1" so when rendering the footer view it stepped on the Replacement Tokens of my current view.
When I changed the machine name to my current view it worked "{{ field_image_de_tapa }}" as it should.

πŸ‡¦πŸ‡·Argentina OPtii

Hello, applying the patch, it still doesn't work for drupal 10.0.8.
The text field of the "caption field" when adding an image does not appear.
In drupal 9.5.8 the module works perfectly but I need to use it in drupal 10.0.8. Any solution? Thx

πŸ‡¦πŸ‡·Argentina OPtii

Solution

1. Go to modules/contrib/social_post_facebook/src/Plugin/RulesAction/Post.php
2. In this file modify line 23: "context" to "context_definitions"

Production build 0.71.5 2024