Hello there! Welcome to Youjoomla Support Forums

We are Web Development Company specializing in Joomla Templates , Joomla Extensions and WordPress Themes development . You are not able to see some forum threads due to your memberhip level. To unlock all forums and special customer support please take few moments to signup . If you are just searching for free joomla templates , or free joomla extension support simply head to our Free Joomla Support forums and open a new thread. Our moderators will help you as soon as possible. To spead up the response time please take few seconds and go over forum rules

Have fun!

Component for print not working

07-21-2011, 03:36 PM
# 1 (permalink)
jsafrica
Beatiful template, thanks!

Button 'print' on article don't work. After click show the popup, but next click on button 'print' don't make none action!

Your template demo on line, too.

Why?

(Sorry for my English)
07-21-2011, 06:20 PM
# 2 (permalink)
maggoo
I see, but only on 1.6/1.7, on 1.5 it works. Might be overlooked since the function changed in 1.6 but have to check this.
07-22-2011, 03:05 AM
# 3 (permalink)
jsafrica
Thanks.
I waiting for joomla 1.8...
07-24-2011, 04:19 PM
# 4 (permalink)
jsafrica
Ehi, i hope find the solution.
In template/yougrids/html/com_content/article/default.php

I changed the next statement

Edited by Neo:

thnx for the fix proposal but your version moved the order of icons ,


please see my post below for the fix
07-24-2011, 05:50 PM
# 5 (permalink)
maggoo
Thanks for getting back, much appreciated.

After your post it has been reported to the developer to have a look at this and if needed act upon it.

So, no more waiting for 1.8 then aye
08-01-2011, 05:49 AM
# 6 (permalink)
neo
change

PHP Code:

            <?php if ($params->get('show_print_icon')) : ?>
            <span class="print"> <?php echo JHtml::_('icon.print_popup',  $this->item$params); ?> </span>
            <?php endif; ?>
to


PHP Code:

            <?php if ($params->get('show_print_icon')) : ?>
                <?php if (!$this->print) : ?>
                    <span class="print"> <?php echo JHtml::_('icon.print_popup',  $this->item$params); ?> </span>
                <?php else : ?>
                    <span class="print"> <?php echo JHtml::_('icon.print_screen',  $this->item$params); ?> </span>
                <?php endif; ?>
            <?php endif; ?>
Thread Tools
Display Modes

Powered by vBulletin®
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

Members Login

Username
Password