🇺🇸United States @dianacastillo

Miami
Account created on 2 December 2010, over 13 years ago
#

Recent comments

🇺🇸United States dianacastillo Miami

when i uninstalled and then reinstalled the geocoder_geofield module this issue was fixed.

🇺🇸United States dianacastillo Miami

attached is image of page i get after the email link and before the error .

🇺🇸United States dianacastillo Miami

i clicked on forgot password, then got a link in the mall. the link took me to a page that said Login . thats when i got the error.

🇺🇸United States dianacastillo Miami

hi @itamair I did the requires as above but the new providers do not show up as options on admin/config/system/geocoder/geocoder-provider

🇺🇸United States dianacastillo Miami

found the solution ;
if you have these functions in custom modules you need to change : function render has been replaced with \Drupal::service(
'renderer'
)->render and the function file_create_url is now
\Drupal::service('file_url_generator')->generateAbsoluteString

🇺🇸United States dianacastillo Miami

i was able to add the patch like this :

"gabrielbull/ups-api": {
                "php 8.1 compatibility /project/commerce_ups/issues/3326304": "https://www.drupal.org/files/issues/2023-11-06/fix-php81-depreciations.patch"
            }
🇺🇸United States dianacastillo Miami

this doesnt work for D10 because the 3xdev doesnt work for d10 and the 4.0 version has the same issue still

🇺🇸United States dianacastillo Miami

fixed as in #22 by editing the toolbar in the text filter configuration to add line breaks into the toolbar.

🇺🇸United States dianacastillo Miami

the solution in #76 worked for me , added the google directory into vendor directory and then added those lines to the recaptcha module as well as the files he includes in the zip to the src/recaptcha directory

🇺🇸United States dianacastillo Miami

I installed drupal 10 with lando and then ran composer require goalgorilla/open_social:~12.0.0 but got these errors :

Your requirements could not be resolved to an installable set of packages.
Problem 1
- goalgorilla/open_social[12.0.0, ..., 12.0.2] require drupal/advancedqueue 1.0.0-rc7 -> found drupal/advancedqueue[1.0.0-rc7] but it does not match your minimum-stability.
- Root composer.json requires goalgorilla/open_social ~12.0.0 -> satisfiable by goalgorilla/open_social[12.0.0, 12.0.1, 12.0.2].
Installation failed, reverting ./composer.json and ./composer.lock to their original content.

🇺🇸United States dianacastillo Miami

hi, please give me the steps to install open social as part of the drupal 10 installation, the instructions are not clear.

🇺🇸United States dianacastillo Miami

hi i downloaded it via a zip since there is no method to install this via composer indicated on this page https://www.drupal.org/project/social/releases/12.0.2

which would be the way to do it via composer as part of the drupal installation?

🇺🇸United States dianacastillo Miami

Ravi that link you just sent me was written last april. since then they have come out with open social 12 which is not mentioned in that article.

🇺🇸United States dianacastillo Miami

but now i get this error TypeError: Drupal\Core\Menu\MenuActiveTrail::__construct(): Argument #1 ($menu_link_manager) must be of type Drupal\Core\Menu\MenuLinkManagerInterfac

🇺🇸United States dianacastillo Miami

that above didnt work but this did

drush config-delete editor.editor.basic_html
drush config-delete editor.editor.full_html
🇺🇸United States dianacastillo Miami

works for me in drupal 9.5 will this be in the latest version of the module soon?

🇺🇸United States dianacastillo Miami

i deleted the members field which was in the structure of the calendar event and the problem was fixed. apparently it was loading all of the users so it timed out.

🇺🇸United States dianacastillo Miami

tested this patch and it works , fixes a big bug

🇺🇸United States dianacastillo Miami

fixed in this issue https://www.drupal.org/project/drupal/issues/3397544#comment-15295888 💬 views plugin directory missing from datetime_range module Fixed

🇺🇸United States dianacastillo Miami

fixed in this issue https://www.drupal.org/project/drupal/issues/3397544#comment-15295888 💬 views plugin directory missing from datetime_range module Fixed

🇺🇸United States dianacastillo Miami

fixed by adding these two patches
"#2924061: Create views plugins for date range fields": " https://www.drupal.org/files/issues/2019-04-15/2924061-14.patch ",
"#2898635: [PP-1] bundleFieldDefinitions() are not added in EntityViewsData": " https://www.drupal.org/files/issues/2020-01-16/2898635-28.patch "

🇺🇸United States dianacastillo Miami

hi thanks for the information. attached is the image of the content, does anyone what patch may have added these files?

🇺🇸United States dianacastillo Miami

what is the progress on this ? I am having an issue in drupal 9.5 there is no longer the option for the view template 'Calendar event Field date_daterange on Calendar'

🇺🇸United States dianacastillo Miami

what is the progress on this ? I am having and issue in drupal 9.5 there is no longer the option for the view template 'Calendar event Field date_daterange on Calendar'

🇺🇸United States dianacastillo Miami

thank you , i had missed putting number_format around a couple of the data variables.

I went through the configuration file, made sure they all had number_format and reimportee (cim) and it works now .

🇺🇸United States dianacastillo Miami

i found if i modify this line : // Allowed formats.
$allowed_format = 'simple_text'; in social_editor.module to $allowed_format = 'restricted_html' and also make sure the restricted html format has a ckeditor configured to it, i get a wysiwig not only on posts but on comments as well.

🇺🇸United States dianacastillo Miami

closing this i meant open social, not opigno social

🇺🇸United States dianacastillo Miami

i found if i modify this line : // Allowed formats.
$allowed_format = 'simple_text'; in social_editor.module to $allowed_format = 'restricted_html' and also make sure the restricted html format has a ckeditor configured to it, i get a wysiwig not only on posts but on comments as well.

🇺🇸United States dianacastillo Miami

i got some information from the open social slack channel :
https://github.com/goalgorilla/open_social/pull/3015
We have attempted this however we have some fundamental issues with it before it could hit the distribution; See: https://github.com/goalgorilla/open_social/pull/3015#issuecomment-166184...
However the changes in the pull request might give you an idea on what it takes to get it working.
#3015 Internal: Create a new format Simple HTML and enable it for Posts
goalgorilla/open_social | Jun 29th, 2022 | Added by GitHub
Comment on #3015 Internal: Create a new format Simple HTML and enable it for Posts
goalgorilla/open_social | Aug 2nd | Added by GitHub

🇺🇸United States dianacastillo Miami

i got some information from the open social slack channel :
https://github.com/goalgorilla/open_social/pull/3015
We have attempted this however we have some fundamental issues with it before it could hit the distribution; See: https://github.com/goalgorilla/open_social/pull/3015#issuecomment-166184...
However the changes in the pull request might give you an idea on what it takes to get it working.
#3015 Internal: Create a new format Simple HTML and enable it for Posts
goalgorilla/open_social | Jun 29th, 2022 | Added by GitHub
Comment on #3015 Internal: Create a new format Simple HTML and enable it for Posts
goalgorilla/open_social | Aug 2nd | Added by GitHub

🇺🇸United States dianacastillo Miami

i got some information from the open social slack channel :
https://github.com/goalgorilla/open_social/pull/3015
We have attempted this however we have some fundamental issues with it before it could hit the distribution; See: https://github.com/goalgorilla/open_social/pull/3015#issuecomment-166184...
However the changes in the pull request might give you an idea on what it takes to get it working.
#3015 Internal: Create a new format Simple HTML and enable it for Posts
goalgorilla/open_social | Jun 29th, 2022 | Added by GitHub
Comment on #3015 Internal: Create a new format Simple HTML and enable it for Posts
goalgorilla/open_social | Aug 2nd | Added by GitHub

Production build 0.69.0 2024