Support Online: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

file How to change tags position of JUX Mashup

More
8 years 6 months ago #8073 by Eddie

longdt wrote: Hi Propolis,
Lightbox option will use to display image intro of articles.
So in this case your articles don't have images, that why don't have lightbox!



So it wont work like www.international18skiff.org

Some of thise articles dont have images in it

If that cant be done in that way opening up articles, I wont be able to use the module - its a pitty as its got 85 % of the things I need.

Would I get a refund for not using the module

Eddie

Please Log in or Create an account to join the conversation.

More
8 years 6 months ago #8082 by GDragon
Hi Propolis,
Thanks for your feedback!
This function is not supported in our module. You can check demo before purchase because our policy don't refund for single product.
However if you really need this function please suggest us and custom project. We'll do it for you. :)

Best regards,
--GD--

Please Log in or Create an account to join the conversation.

More
8 years 6 months ago #8108 by marcin

longdt wrote: Hi sirwiz,
Thanks for your reply!
Path: {root}/modules/mod_jux_mashup/tmpl/ then open file defaut_k2.php
With K2 you can do similar by cut the code from line 163 to 172:

<?php if($params->get('jux_tags') == "1"): ?>
                            <?php if (isset($item_tags)):?>    
                            <ul class="jux-tags">
                                <?php 
                                 foreach ($item_tags as $tag) {?>
                                    <li class = "jux-get-tags"><a href="<?php echo JURI::base().'index.php/component/k2/itemlist/tag/'.$tag->name;?>"><?php echo ($tag != end($item_tags) ? $tag->name : $tag->name);?></a></li>
                                <?php }?>
                            </ul>
                            <?php endif;?>
                        <?php endif; ?>
then paste after line 86
<?php echo $image; ?>
However you need style css after custom our module.
Hope this help!



I think that you dont understand me :)

I know where default_k2.php template is, i also notoced that multi words tag for k2 works now. But i modified default_k2.php before patch, and when i overwrite pached default_k2.php with my old file multi word tag for k2 dont work. Of corse i can do diff with oryginal old default.k2, and new one, and try to find what you change to make multi word k2 tags working, but asking is easier way ;)

Please Log in or Create an account to join the conversation.

More
8 years 6 months ago #8140 by GDragon
Hi sirwiz,
I have custom a lot in helper.php and default_xxx.php!
So In this case it's hard to ask you all steps to making it working fine!
You can use diff tool of editor to check it in theses files.
Hope this help!

Best regards,
--GD--

Please Log in or Create an account to join the conversation.

More
8 years 6 months ago #8160 by marcin

longdt wrote: Hi sirwiz,
I have custom a lot in helper.php and default_xxx.php!
So In this case it's hard to ask you all steps to making it working fine!
You can use diff tool of editor to check it in theses files.
Hope this help!


Sure np. but there is only one change releted to tags in default_k2.php ;)

<div class="mix jux-mix <?php echo $item->category_alias; ?> <?php foreach ($item_tags as $tag) { echo $tag->name . " "; } ?>" to -

<div class="mix jux-mix <?php echo $item->category_alias; ?> <?php foreach ($item_tags as $tag) { echo modJuxMashUpHelper::k2Tag($tag->name). " "; } ?>"

;)

Please Log in or Create an account to join the conversation.

More
8 years 6 months ago #8162 by GDragon
Hi sirwiz,
Thanks for your reply!
I'm very happy when you can solved problem yourself!
If you have other problem with jux mashup please feel free to contact us at any time!

Best regards,
--GD--

Please Log in or Create an account to join the conversation.

More
8 years 6 months ago #8163 by marcin
I have one, after upgrade :)

8host.pl/FA3/index.php?option=com_conten...9&Itemid=611&lang=pl

Try to click on any element, its open in modal, thats OK, but look what happening to any clicked element, after closing modal. I try to find what happening, but for now without luck.

Please Log in or Create an account to join the conversation.

More
8 years 6 months ago #8183 by GDragon
Hi,
I checked your site and see you customized our module. So I don't know the reason cause this now.
However when I use debug tools of browser (F12) I see many bugs javascript on your site. Maybe one of them cause this error.
I think you should check it first!

Best regards,
--GD--

Please Log in or Create an account to join the conversation.

Moderators: Jackie
Time to create page: 0.036 seconds
Powered by Kunena Forum