numerabilis β created an issue.
mmarler When I enabled the module it already get enabled in each content type (shows checked) and I also have to check "Display updated date" in the node "Publish Options" too but after all it didnΒ΄t work anything at all.
So I had to make that workaround above to get the date the node was changed by database info.
My node.tpl.php has:
<?php if ($display_submitted): ?>
<div class="submitted">
<?php print $submitted; ?>
</div>
<?php endif; ?>
<?php if (isset($node->show_updated) && $node->show_updated) :?>
<?php if (!empty($updated_value)): ?>
<div class="updated-date">
Atualizado em: <?php print $updated_value; ?> às <?php print $updated_time; ?>
</div>
<?php endif; ?>
<?php endif; ?>
But I had to do like this to work. It doesnΒ΄t seems to be a mere theme problem.
numerabilis β created an issue.
The site is running but I canΒ΄t add METATAGS field in basic page structure.
I added Pathauto as you said but nothing happend.
I found a patch here that solves the problem: https://www.drupal.org/project/business_responsive_theme/issues/3184086 π Adding picture to Front Page Slider breaks Theme Closed: outdated
Admin theme is Claro 10.2.7
Yes, there is something in Report status:
Token types do not have any tokens defined
$info['types']['block_content-layout_builder__layout']
$info['types']['contact_message-layout_builder__layout']
$info['types']['node-layout_builder__layout']
Drupal Symfony Mailer Lite 1.0.6
Layout Builder Block Decorator 1.0.x-dev (2024-Jan-24)
Layout Builder Modal 8.x-1.2
Mail System 8.x-4.4
Metatag 2.0.0
Mime Mail 8.x-1.0-alpha6
Schema.org Metatag 3.0.1
SMTP Authentication Support 8.x-1.2
Token 8.x-1.14
Token OR 2.2.0
Themes
Business Responsive Theme 3.0.5
Tara - Modern Drupal 8, 9, 10 Theme 10.1.2
Mailsystem module is installed but doesnΒ΄t appear anywhere to make any configuration step.
Drupal 10 System config only shows to me 2 things: basic site config and Cron.
numerabilis β created an issue.
I canΒ΄t depend on Composer as I donΒ΄t have VPS.
Why canΒ΄t I download that library and upload to lib's folder as usually?
numerabilis β created an issue.
numerabilis β created an issue.
numerabilis β created an issue.
numerabilis β created an issue.
numerabilis β created an issue.
How to configure Drupal 7 to benefit from Zend Opcache (PHP version>7)?
numerabilis β created an issue.