abu-zakham → created an issue.
abu-zakham → created an issue.
abu-zakham → created an issue.
abu-zakham → created an issue.
abu-zakham → created an issue.
I found this module to add Bootstrap Classes to any tables https://www.drupal.org/project/table_bs_filter →
Patch #3 fixed the issue.
I have the same problem. I think we should allow adding hreflang even if the site is not multilingual.
abu-zakham → made their first commit to this issue’s fork.
Thanks Mutasim and Rajab. I believe we should open a new issue specifically for hiding blocks feature as it has been committed and is close to completion.
abu-zakham → created an issue.
abu-zakham → created an issue.
I get the same warning, and the PR resolved the issue
abu-zakham → created an issue.
Patch #18 created in the core directory, re-roll the patch from the root directory.
Re-roll patch #290 for 10.2.x
Re-rolled patch #16 for 10.2.x
Would you be able to submit a patch or create a pull request, please?
Added access false to remove the html of the hidden section
I think we can disable/enable Slug based on "Generate automatic URL alias" status
Rerolled patch
abu-zakham → made their first commit to this issue’s fork.
abu-zakham → created an issue.
Rajab Natshah → credited abu-zakham → .
Custom bins allow for fine-grained control over caching for a module's data, ensuring optimal performance and minimal cache conflicts.
Benefits of custom cache bins include isolation, allowing for the separation of cached data related to a module from other modules, and control over how data is cached, retrieved, and invalidated. Custom cache bins also allow for optimization of caching for a module's specific use cases, improving performance.
When implementing a custom cache bin, it's important to consider factors such as cache granularity, data validity, and cache-clearing strategies. Custom cache bins are a powerful tool for fine-tuning caching mechanisms in Drupal.
I have rewritten patch #2. I will improve the functionality in the future, but for now, I need to continue using the patch to update the module.
Thanks, I have change the validate function name to lpl_validate instead of lpl_logo_per_language_validate and removed unwanted language_entities variable.
In entityshare, there is a configuration policy for content updates. You can set the configuration policy to "create only". This means that if the source content is updated, the local content (pulled content) will not receive the updates, even if you try to re-import the content. I have added a plugin to enable websub for each configuration import. This allows me to enable websub for all configuration imports that have an import policy of "Default" or "Locked editing", and disable it for all import configurations set to "create only".
Indeed, you are correct that there exists a permission to access the form. Nevertheless, in cases where there are multiple user roles, it is imperative that not all users have the capability to subscribe to the content. In this scenario, the site administrator should have the privilege to subscribe, whereas the editors should only possess the ability to pull updates.
Currently, I am utilizing entityshare to distribute content across 13 different sites, and my intention is to restrict the number of subscriptions.
abu-zakham → created an issue.
The primary objective of this module is to change a created entity as a translation for another node. I currently have a website that contains content in four different languages, and I recently migrated the content from the old site to the new one. Many of the contents were created as individual nodes, but with this module, editors will have the ability to link nodes together instead of having to recreate the translations and redirects.
I will update the project page to clarify this.
abu-zakham → created an issue.
abu-zakham → created an issue.
Hello,
Thank you for your hard work!
Can we release version 2.0.0-alpha2? There are 5 fixed issues.
Thank you, fixed, please check
abu-zakham → created an issue.
Beta-5 released.
Will do the review tomorrow and release a nee tag. Thanks
Patch #32 for 9.4.x
abu-zakham → created an issue.
abu-zakham → created an issue.
Re-roll patch #6
abu-zakham → made their first commit to this issue’s fork.
After reviewing the code and the comments, it appears that the code was added to override the default Image Widget template when using the Media Library. However, I have found that removing this override has resolved the issue, and now everything is functioning as expected. It seems that at some point, the theme "focal_point_media_library_image_widget" was removed, but the corresponding code was not removed along with it. To address this, I will create a pull request to remove the unnecessary code.
abu-zakham → created an issue.
abu-zakham → created an issue.
abu-zakham → created an issue.
abu-zakham → made their first commit to this issue’s fork.
abu-zakham → made their first commit to this issue’s fork.
abu-zakham → created an issue.
@yivanov, yes you are right