🇮🇳India @kishan@lnwebworks

Account created on 8 August 2022, over 2 years ago
#

Recent comments

🇮🇳India kishan@lnwebworks

@mydot Thanks for mentioning the Drupal version.
I replicated the issue in Drupal 11 version and provided the merge request ,and it's working fine.
Please review once.

🇮🇳India kishan@lnwebworks

Duplicate of the issues below

https://www.drupal.org/project/drupal/issues/3504789 🐛 Menu link weight editing cannot be saved, automatically reset to zero Active
https://www.drupal.org/project/drupal/issues/3494194 🐛 Menu Edit form is not saving properly overridden values properly Active

🇮🇳India kishan@lnwebworks

Hello @mydot.
I reviewed the module on my local environment.
Config page is working fine without any errors

Could you please share the steps to replicate the issue.

I have attached my drupal version and PHP version.

🇮🇳India kishan@lnwebworks

Hi @mydot

I installed the module in Drupal version 10.4.3 and PHP version 8.3.13.
Linked field Module is working fine in the local environment.

Can you please share the steps to replicate the issue?

🇮🇳India kishan@lnwebworks

Please update the parent class according to requirement and configurations mentioned in the screenshot

🇮🇳India kishan@lnwebworks

@andras_szilagyi Hello

I followed your steps and placed the block on a page.

I found the same errors.
After reading the module instructions.
I found that
We need h tags with wrapper parent elements on the same page.

So, I added one block with custom code in CKEditor in the block layout.

<h2 id="section1">
    Section 1
</h2>
<p>
    Content for Section 1...
</p>
<h3 id="subsection2">
    Subsection 2
</h3>
<p>
    Content for Section 2...
</p>

and added its parent class ,h3,h2 tags in the configuration.

Then, I did not find any console errors, and the in-page navigation also started working.

Please check my attached screenshots.

🇮🇳India kishan@lnwebworks

@mistergroove I applied these code changes it solved my issue from the mentioned issue link.

🇮🇳India kishan@lnwebworks

I reviewed the following issue on the Drupal version
10.4.3 and PHP version 8.3.13.

It's working fine.

Can you provide detailed steps to replicate the above issue further?

🇮🇳India kishan@lnwebworks

@mistergroove
Please check once

I think this is a duplicate of the following issue.
I applied the solutions provided in the below issue:
https://www.drupal.org/project/context/issues/3268903 🐛 TypeError: call_user_func(): Argument #1 ($callback) must be a valid callback RTBC

And the error is resolved.

🇮🇳India kishan@lnwebworks

I replicated the issue and reviewed the patch in comment #3, and it works fine for me.

🇮🇳India kishan@lnwebworks

Can you please provide the steps for reproducing this issue?
Because I installed the module version
2.0.6 in Drupal version 10.0.0 and PHP version 8.2.24.
It's working fine for me without any errors.

🇮🇳India kishan@lnwebworks

Not 100% sure it's the same issue, but https://www.drupal.org/project/tb_megamenu/issues/3441346 🐛 Mega Menu caused our webform pages to crash Active is now in RTBC status. Once that is released it will hopefully solve this issue too.

Please also check the latest dev version of The Better Mega Menu module or
downgrade to alph3 or alph2 because in my case these latest dev version fixes the site crash issue.

🇮🇳India kishan@lnwebworks

I have reviewed the above solutions and its working.
thank you @jpfrancesconi

🇮🇳India kishan@lnwebworks

kishan@kk made their first commit to this issue’s fork.

🇮🇳India kishan@lnwebworks

Pushed the changes in the new release tag 1.0.2
Now it's installed in the correct directory.
@bamberjp
Please review it once.

🇮🇳India kishan@lnwebworks

kishan@kk made their first commit to this issue’s fork.

🇮🇳India kishan@lnwebworks

I have pushed the changes. Please review it once.

🇮🇳India kishan@lnwebworks

Yes. I reviewed it. It's fixed in version 1.0.2.

🇮🇳India kishan@lnwebworks

Yes. I reviewed the module and found issues with the default item load on the path yoursite/billing-form; the total price is 0 for quantity.
So I added the fixes for this. Please review my fixes. I have added them in MR.

🇮🇳India kishan@lnwebworks

Yes, I reviewed the new version of the module. it's fixed now.

🇮🇳India kishan@lnwebworks

I have added the merge request in target branch but it gives errors. Please review MR and add the required changes.

🇮🇳India kishan@lnwebworks

Please remove your commented key from the WeatherForecastBlock.php file and
If your API key is empty and not configured, then a message will be shown.

if (empty($api_key)) {
      return [
        '#markup' => $this->t('Please configure the OpenWeatherMap API key.'),
      ];
    }
🇮🇳India kishan@lnwebworks

@chaitanyadessai Please Check Yesterday I tried to create MR request but changes are already pushed in branch.
Direct access for changes in branch is also not good from security reasons. Please make it correct.

🇮🇳India kishan@lnwebworks

1 . I Installed the module and enabled it.

2. Then Go to page content type and click add field.

3. I selected the reference type field and click add.

4. Select the block plugin field and add.

Please follow the steps above.
Because it's not missing for me when I follow the above steps.

🇮🇳India kishan@lnwebworks

Updated the form field with required validations

🇮🇳India kishan@lnwebworks

As jQuery and once are part of Drupal core and do not need to be added as separate dependencies in the info.yml.

🇮🇳India kishan@lnwebworks

kishan@kk made their first commit to this issue’s fork.

🇮🇳India kishan@lnwebworks

Add a composer.json file with the following configurations:

{
"name": "drupal/academic_marksheet",
"description": "Module to manage student marks and generate results.",
"require": {
"tecnickcom/tcpdf": "^6.7"
}
}

for resolving library issue.

🇮🇳India kishan@lnwebworks

Please try to downgrade the module to version 8.x-1.9 then upgrade to version 3.0.0-alpha2. Then the issue will be fixed using the same approach on my site on live as well as locally and it will fix the problem.

🇮🇳India kishan@lnwebworks

Hello @ i have create mr please review @tobiasb@sanduhrs@hexabinaer

🇮🇳India kishan@lnwebworks

Hello @steveoriol you can add more avatars Gravatar generator by selecting its type.
I have attached screenshots that I think will be helpful for you but in my case adorable is not showing.

🇮🇳India kishan@lnwebworks

hi @GyD,@Ruben Marques.
I have created MR for the above issue. Please review it once.
Thank you

🇮🇳India kishan@lnwebworks

You can add hook help in .module file with the help of below code

<?php

use Drupal\Core\Routing\RouteMatchInterface;

/**
* Implements hook_help().
*/
function YOUR_MODULE_help($route_name, RouteMatchInterface $route_match) {
switch ($route_name) {
case 'help.page.YOUR_MODULE':
return '

' . t('This is a description of what your module does.') . '

';
}
}
Production build 0.71.5 2024