0
Welcome Guest! Login
0 items Join Now

Long time RT user needs help please

  • Long time RT user needs help please

    Posted 16 years 9 months ago
    • Hi Guys,
      I have a question that I hope someone can help with. I am trying to create a new video mod as described below and when I add the code at the bottom (below)  it shows he flash button but has the coding all around it.. why is it showing the code when I publish it. I looked at what RT has in there coding and even tried to copy it over.. but it still did the same with the coding.

      I have searched the forums trying to find the solution and nothing.. any help would be greatly appreciated .. this is the first time I've ever really had issues with a template from RT.. Hope someone else has had this issue and knows how to resolve it.

      Thanks for the help..

      T..

      This is the description on what to do

      Recent Videos
      Recent Videos is a video script which uses the power of flash to present its content. To setup Recent Videos, follow the instructions below

      The first step is to create a custom module. To do this, navigate to Admin > Modules > Site Modules > New. This will take you to the Custom Module setup page. Fill out the normal parameters such as Title, Show Title, Menu Items, Position etc... On the demo, we are using the Advert1 position.

      The next step is to add the custom script code into the Custom Output box which is as follows. Note the path where the scripts and file are being loaded from.



      This is the coding.. I created the mod.. then clicked on html and copy/pasted this code in and saved it.. but it comes out messed up.


      <script type="text/javascript" src="templates/rt_hyperion/js/swfobject.js"></script>
      <script type="text/javascript">
      window.addEvent('domready', function() {
      var flashVars = {
      titlesColor: '0x' + $$('a')[0].getStyle('color').substr(1)
      };
      var flashParams = {
      wmode: 'transparent',
      base: 'templates/rt_hyperion/flash'
      };
      var rnd = $time() + $random(0, 10000);

      swfobject.embedSWF("templates/rt_hyperion/flash/hype_vid.swf?cache=" + rnd, "recent-videos-object", "635", "310", "9.0.0", "templates/rt_hyperion/js/expressInstall.swf", flashVars, flashParams);
      });
      </script>

      <div id="recent-videos">
      <div id="recent-videos-object">
      <h1></h1>
      <p><a href=" www.adobe.com/go/getflashplayer "><img style="margin-top: 1em;" src=" www.adobe.com/images/shared/download_but...get_flash_player.gif " alt="Get Adobe Flash player" /></a></p>
      </div>
      </div>
  • Re: Long time RT user needs help please

    Posted 16 years 9 months ago
    • it seems like it is ignoring the script completely.. this is what is showing in the output box as well as the main page of the site.



      window.addEvent('domready', function() { var flashVars = { titlesColor: '0x' + $$('a')[0].getStyle('color').substr(1) }; var flashParams = { wmode: 'transparent', base: 'templates/rt_hyperion/flash' }; var rnd = $time() + $random(0, 10000); swfobject.embedSWF("templates/rt_hyperion/flash/hype_vid.swf?cache=" + rnd, "recent-videos-object", "635", "310", "9.0.0", "templates/rt_hyperion/js/expressInstall.swf", flashVars, flashParams); });

      Get Adobe Flash player
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Long time RT user needs help please

    Posted 16 years 9 months ago
    • hi thomas,

      not sure if that might be your problem, but some of the WYSIWYG Editors clean up html code and mess it up sometimes.
      you could try to set your editor to NOT CLEAN UP CODE or something in the plugin or mambot manager in your admin area and try again to insert the whole code.

      hope that helps, greetings, kat
    • Kat05 / QA Lead & Support / Germany
  • Re: Long time RT user needs help please

    Posted 16 years 9 months ago
    • yeah turning off the editor did it.. thanks a million Katrin.. You Rock!
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Long time RT user needs help please

    Posted 16 years 9 months ago
    • glad it works now!
    • Kat05 / QA Lead & Support / Germany
  • Re: Long time RT user needs help please

    Posted 15 years 2 weeks ago
    • Hi,
      how I change the "blue color" of the player list of Recent videos ( hyperion template )?
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Long time RT user needs help please

    Posted 15 years 2 weeks ago
    • Rafael Paiva wrote:
      Hi,
      how I change the "blue color" of the player list of Recent videos ( hyperion template )?
      hi rafael,

      would be great if you could start a new topic in the hyperion forum:
      www.rockettheme.com/forum/index.php?f=107&rb_v=viewforum

      thanks, kat :)
    • Kat05 / QA Lead & Support / Germany

Time to create page: 0.083 seconds