Viewing 15 posts - 1 through 15 (of 27 total)
  • Author
    Posts
  • benehem Friend
    #156204

    When I click on the image tab of the K2 form, the image gallery form is shown.
    When I click on the image gallery tab, the video form is shown, and so on…
    It’s always the tab right of the clicked tab. Only when I click on the content tab, the content form is shown.

    Anyone out there with the same problem or with a solution?

    benehem Friend
    #362153

    Well come on… am I the only one with this problem?
    I’ve set up the JA Social package including Joomla 1.5 three times and the bug is always there.
    I click on the button <image> (on frontend editing/adding) and all that I see is the image gallery form.
    Who else has the the same problem?

    benehem Friend
    #362246

    I made some more tests…

    On a new “clean” Joomla 1.5.22 only with K2 installed, everything on the add item popup works fine.

    But when I install the ja social template, the K2 tabs doesn’t work anymore.

    The same error happens, when I use the actual quickstart download.

    Could anybody of the development team check this out?

    Saguaros Moderator
    #362425

    may be the issue is from enabling the mootools upgrade plugin, you try disabling it and test this issue again

    benehem Friend
    #363082

    The mootools plugin is disabled.

    It’s just the quickstart version, freshly installed on a webserver and it doesn’t work.

    You can test it: test2.mtv-soltau.de
    User: testman
    Password: test

    Now, the community plus template is installed (also the quickstart download). It wa just a test, if other templates work, but it’s the same bug.

    Just go to a K2 item and click “edit item”. Then click on the image tab, et voilá…

    perdu Friend
    #363083

    Hi,

    It’s a JA bug and it affects all JA templates that run the T3 framework, I know because I’ve spent the last 10 days trying to get this to work, see here: http://www.joomlart.com/forums/topic/urgent-bug-report-javascript-conflict-with-k2-also-in-quickstart/) . It has absolutely nothing to do with the moo tools upgrade plugin.You will also find that in IE if users click the toggle editor button then they will end up with multiple text area boxes and lots of other undesirable things. Basically until JA release a fix you won’t be able to use K2 for front end submissions. If like me you chose a JA template for the K2 compatibilty and were planning to use K2 for user submissions then you are stuffed :(( You can try submitting a support ticket (I’ve submitted 3!) but you probably won’t have much luck – but if you do find a fix please let me know.

    Saguaros Moderator
    #363105

    Hello,

    I tried debug and found this issue, i informed our developer fixing this issue,

    And I would like to provide you a quick solution to resolve this issue:

    You open the file: templates/ja_TEMPLATE/component.php and replace all content of this file by :

    [PHP]

    /**
    * @copyright Copyright (C) 2005 – 2010 Open Source Matters. All rights reserved.
    * @license GNU/GPL, see LICENSE.php
    * Joomla! is free software. This version may have been modified pursuant
    * to the GNU General Public License, and as distributed it includes or
    * is derivative of works licensed under the GNU General Public License or
    * other free or open source software licenses.
    * See COPYRIGHT.php for copyright notices and details.
    */

    // no direct access
    defined( ‘_JEXEC’ ) or die( ‘Restricted access’ );
    ?>
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
    <html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”<?php echo $this->language; ?>” lang=”<?php echo $this->language; ?>” dir=”<?php echo $this->direction; ?>”>
    <head>
    <jdoc:include type=”head” />
    <link rel=”stylesheet” href=”templates/<?php echo $this->template; ?>/css/template.css” type=”text/css” />

    <?php if($this->direction == ‘rtl’) : ?>
    <link rel=”stylesheet” href=”templates/<?php echo $this->template ?>/css/template_rtl.css” type=”text/css” />
    <?php endif; ?>
    </head>
    <body class=”contentpane”>
    <jdoc:include type=”message” />
    <jdoc:include type=”component” />
    </body>
    </html>
    [/PHP]

    Thanks so much

    Saguaros Moderator
    #363107

    I have got a quick solution from developers:
    You open file: ns/system/jat3/base-themes/default/page/component.php and remove codes:

    [PHP]
    <jdoc:include type=”head” />

    <?php JHTML::_(‘behavior.mootools’); ?>
    [/PHP]
    i woud like to provide your 2 solution

    1) without t3 framework
    2) fixing for t3 framework

    You can use one of two solution to fit your site.

    Please let me know the result

    perdu Friend
    #363160

    That seems to be working with the tabs (fingers crossed) but I’m still getting this error if the user closes the window by clicking on the white X in the lightbox window:

    Message: Can’t execute code from a freed script
    Line: 1
    Char: 32179
    Code: 0
    URI: plugins/system/mtupgrade/mootools.js

    I’ve tried adding mootools to the Optimize Exclude list in JA Portfolio.
    If they close the window using the cancel button there’s no error :confused:


    1. Capture
    benehem Friend
    #363163

    <em>@tienhc 203894 wrote:</em><blockquote>Hello,

    I tried debug and found this issue, i informed our developer fixing this issue,

    And I would like to provide you a quick solution to resolve this issue:

    You open the file: templates/ja_TEMPLATE/component.php and replace all content of this file by :

    </blockquote>

    Okay, I can use the image tab now.
    But if I make changes to the text and click on save nothing happens.

    You can take a look at it: test2.mtv-soltau.de
    login as mentioned above.

    perdu Friend
    #363165

    Hi beneham, when you’re making changes to the text have you got the editor toggled to show the code view when you click save?

    benehem Friend
    #363167

    No, I didn’t.
    Just tried it with the code view, but it doesn’t work either.

    I’m not very firm with K2, but if I click the cancel butten the popup form has to close or not?
    Because now clicking the cancel button has also no effect.

    perdu Friend
    #363172

    Yes it should close when you click cancel. Are you using the simple image gallery pro plugin? If so try going to the plugin and changing ‘Popup engine for image galleries’ to something that doesn’t use mootools

    benehem Friend
    #363173

    No, it’s just the quickstart of the JA template (now Community Plus).

    No other module or plugin installed.

    perdu Friend
    #363174

    I’m not getting that error just the ‘Can’t execute code from a freed script’ when the user clicks the X to close the popup.
    These are my template settings if it helps:
    Cache Exclude: component=com_k2
    Optimize Exclude: js1.js

Viewing 15 posts - 1 through 15 (of 27 total)

This topic contains 27 replies, has 4 voices, and was last updated by  m 13 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum