Forums / Cotonti / General / Creating a new module ("Gadgets")

multplaneta
#1 2011-04-11 20:34

Good afternoon everyone.
I do not know if the name is correct module, please correct me if I'm wrong.

I have a code in HTML:


<iframe src="http://module.game-monitor.com/189.1.164.69:16567/website.php?s=compatible.css&bg=&f=119" frameborder="0" scrolling="no" height="555" width="200"></iframe>


Picture: https://lh6.googleusercontent.com/_5me2KZIfG40/TaNkzWjddzI/AAAAAAAACQA/BdJQJkLWipw/s800/Sem%20t%C3%ADtulo2.jpg

And I'd like to show it on the main page and would like to make him stay with parecedothat already exist (as in picture above) and would like to stay under the "Online. "

Sorry for any wrong explanation

Thanks for the replies

pieter
#2 2011-04-12 05:56

 

Add this 
      <div class="block-">
        <div class="block-bot">
          <div class="head">
            <div class="head-cnt">
              <h3>{TITLE YOU WANT}</h3>
            </div>
          </div>
          <div class="text-articles articles">
            <div class="article">
              <p><iframe src="http://module.game-monitor.com/189.1.164.69:16567/website.php?s=compatible.css&bg=&f=119" frameborder="0" scrolling="no" height="555" width="200"></iframe></p>
            </div>
            <div class="cl">&nbsp;</div>
            <br />
            <div class="cl">&nbsp;</div>
          </div>
        </div>
      </div>
 
just above 
    </div>
    <!-- / Sidebar -->

Click view plain to do the copy.

... can we help you ...
This post was edited by pieter (2011-04-12 05:57, 13 years ago)
multplaneta
#3 2011-04-12 08:24

Thanks for the reply, but have to add this code in which file?

pieter
#4 2011-04-12 10:42

/skins/gameportal/index.tpl

... can we help you ...
This post was edited by pieter (2011-04-12 10:42, 13 years ago)
multplaneta
#5 2011-04-12 17:45

Thank you, worked perfectly!