0
Welcome Guest! Login
0 items Join Now

Issue's with the color chooser

  • Re: Issue's with the color chooser

    Posted 13 years 5 months ago
    • That error you said you get about Drag.Base, that is on backend isn't it? I think the <head> you pasted is instead of the frontend.
      Can you paste the <head> from the backend page where you see that error happening?
    • / Djamil Legato / Lead Developer /
  • Re: Issue's with the color chooser

    Posted 13 years 5 months ago
    • Hi, Sorry my bad.

      This is the code from the backend.
      <head>
                <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <meta name="robots" content="index, follow" />
        <meta name="keywords" content="joomla, Joomla" />
        <meta name="description" content="Joomla! - the dynamic portal engine and content management system" />
        <meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />
        <title>Xboxhive Community - Administration</title>
       
        <link rel="stylesheet" href="templates/rt_missioncontrol_j15/css/core.css" type="text/css" />
        <link rel="stylesheet" href="templates/rt_missioncontrol_j15/css/core-gecko.css" type="text/css" />
        <link rel="stylesheet" href="templates/rt_missioncontrol_j15/css/menu.css" type="text/css" />
        <link rel="stylesheet" href="templates/rt_missioncontrol_j15/css/colors.css.php" type="text/css" />
        <link rel="stylesheet" href="modules/mod_rokquicklinks/tmpl/rokquicklinks.css" type="text/css" />
        <link rel="stylesheet" href="modules/mod_rokuserstats/tmpl/rokuserstats.css" type="text/css" />
        <link rel="stylesheet" href="modules/mod_rokuserchart/tmpl/rokuserchart.css" type="text/css" />
        <link rel="stylesheet" href="modules/mod_rokadminaudit/tmpl/rokadminaudit.css" type="text/css" />
        <script type="text/javascript" src="/hive-v4/includes/js/joomla.javascript.js"></script>
       
        <script type="text/javascript" src="/hive-v4/plugins/system/mtupgrade/mootools.js"></script>
        <script type="text/javascript" src="templates/rt_missioncontrol_j15/js/MC-mt1.2.js"></script>
        <script type="text/javascript">
              window.addEvent('domready', function(){ new Accordion($$('.panel h3.jpane-toggler'), $$('.panel div.jpane-slider'), {onActive: function(toggler, i) { toggler.addClass('jpane-toggler-down'); toggler.removeClass('jpane-toggler'); },onBackground: function(toggler, i) { toggler.addClass('jpane-toggler'); toggler.removeClass('jpane-toggler-down'); },duration: 300,opacity: false,alwaysHide: true}); });
       
                  var updateEditor = function(){
                      var editor = $('editor_selection');
                      var xhr = new XHR({
                          method: 'post',
                          onRequest: editorAjax.request,
                          onSuccess: editorAjax.success,
                      }).send('index.php', 'option=com_users&task=save&id=62&sendEmail=0&cadbf98d32db32870f8dcf604ff780db=1&username=admin&params[editor]='+editor.value+'&tmpl=component');
                  };
                  
                  var editorAjax = {
                      'request': function(){
                          $('editor_spinner').setStyle('display', 'block');
                          $('editor_selection').getParent().getFirst().setStyle('margin-left', 10);
                      },
                      'success': function(){
                          $('editor_spinner').setStyle('display', 'none');
                          $('editor_selection').getParent().getFirst().setStyle('margin-left', 0);
                      }
                  };
                  
                  window.addEvent('domready', function(){
                      $('editor_selection').addEvent('change', updateEditor);
                  });
       
        </script>
        <script type='text/javascript'>
      /*<![CDATA[*/
          var jax_live_site = 'http://ela-media.com/hive-v4/index.php';
          var jax_site_type = '1.5';
      /*]]>*/
      </script><script type="text/javascript" src="http://ela-media.com/hive-v4/plugins/system/pc_includes/ajax_1.3.js"></script>
       
          </head>
       

      The script seems to be there!
  • Re: Issue's with the color chooser

    Posted 13 years 5 months ago
    • I have the same problem, but Firebug is not showing any type of errors.
      Tested on Chrome 7,8 and FF4.
    • Olivier
      interfaSys sàrl
  • Re: Issue's with the color chooser

    Posted 13 years 5 months ago
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: Issue's with the color chooser

    Posted 13 years 5 months ago
    • it's fixed in svn, and will be available in the next update.
  • Re: Issue's with the color chooser

    Posted 13 years 5 months ago
    • Andy Miller wrote:
      it's fixed in svn, and will be available in the next update.

      Thanks for the update Andy!
  • Re: Issue's with the color chooser

    Posted 13 years 5 months ago
    • Great news! And good job on that template! :)
    • Olivier
      interfaSys sàrl
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: Issue's with the color chooser

    Posted 13 years 4 months ago
    • fixed in 1.0.4
    • ruzzino's Avatar
    • ruzzino
    • Newbie
    • Posts: 1
    • Thanks: 0

    Re: Issue's with the color chooser

    Posted 13 years 1 month ago
    • hi Andy, I'm using Tachyon template and Jomsocial extension (joomla 1.5), but I'm a newbie ...
      The error is the same. What I have to do to fix it?

      Thanks in advance
      Marco

Time to create page: 0.060 seconds