Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message in dev version > html folder Joomla 3 #213

Open
Joomlaplates opened this issue Feb 2, 2021 · 3 comments
Open

Error message in dev version > html folder Joomla 3 #213

Joomlaplates opened this issue Feb 2, 2021 · 3 comments

Comments

@Joomlaplates
Copy link

I have installed the new dev version with Joomla 3.9.24.
No other extensions are installed.

If I am using the html folder from original "ONE" theme its working
one

@Joomlaplates
Copy link
Author

Joomlaplates commented Feb 2, 2021

There is an issue in > html/com_content/article/default.php/
Its about the "print" and "mail" active in blog or article view
If I delete this part, its working

 <?php if (!$this->print) : ?>
     <?php if ($canEdit || $params->get('show_print_icon') || $params->get('show_email_icon')) : ?>
        <?php echo LayoutHelper::render('joomla.content.icons', array('params' => $params, 'item' => $this->item, 'print' => false)); ?>
     <?php endif; ?>
  <?php else : ?>
     <?php if ($useDefList) : ?>
        <div id="pop-print" class="btn hidden-print">
           <?php echo HTMLHelper::_('icon.print_screen', $this->item, $params); ?>
        </div>
     <?php endif; ?>
  <?php endif; ?>

@Nishtha003
Copy link
Contributor

Yes there is a slight issue with the Print & Email options here in the blog, we'll fix this in the update.

Thanks,
Nishtha

@Nishtha003
Copy link
Contributor

Hi, this issue has been fixed in Astroid2.5.1 released recently, please update and check for J4

Thanks,
Nishtha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants