Page 1 of 1

news bloc sur le portail ?

Posted: 21. January 2010 10:43
by daniel25000
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
hello bonjour , sorry my english is very bad; me speak french sorry

je voudrais ajouté un bloc à droite ou à gauche sur mon portail ou je puisse y intégré du code html

je voudrais y intégrer ce code :

Code: Select all

<script language='javascript' src='http://www.hoaxbuster.com/includes/module.php?c1=20&c2=3&c3=1&c4=2&c5=2&c6=12&c7=1&c8=2&c9=150'></script>
merci dans l'attente
thanks for help me

daniel[/i]

Re: news bloc sur la portail ?

Posted: 21. January 2010 10:52
by danny1969
You want to ad a new block?

Maybe this can help you?

knowledge/kb_show.php?id=51

Re: news bloc sur la portail ?

Posted: 21. January 2010 11:18
by daniel25000
hello danny sorry me not speak english me speak french or portugues

je ne comprend pas le lien ....?

Re: news bloc sur la portail ?

Posted: 21. January 2010 11:32
by daniel25000
traduct google sorry for the traduction

me duplicate the block : styles/prosilver/template/portal/block/custom_small.html

renamed in: new_block.html

Code: Select all

<!--version $Id: custom_small.html 236 2008-05-18 15:50:06Z kevin74 $ //-->
<div class="portal-panel">
	<div class="inner">
		<span class="portal-corners-top"><span></span></span>
			<h3><img src="{T_THEME_PATH}/images/portal/portal_menu.gif" width="18px" height="18px" alt=""/>&nbsp;{PORTAL_CUSTOM_SMALL_HEADLINE}</h3>
			<div class="postbody" style="width: 100%">
				<div class="content">{PORTAL_CUSTOM_SMALL_CODE}</div>
			</div>
			<br />
		<span class="portal-corners-bottom"><span></span></span>
	</div>
</div>
<br style="clear:both" />
ADD code ? y don't no sorry??

Code: Select all

{$LR_BLOCK_H_L}&nbsp;Your_Block_Title{$LR_BLOCK_H_R}
             <div style="text-align: center;">
         
  ... Place your Code here ...
           
</div>
    {$LR_BLOCK_F_L}{$LR_BLOCK_F_R}

Re: news bloc sur la portail ?

Posted: 21. January 2010 17:30
by Mike
Maybe you have a friend who speaks english. Im sorry to say that i have absolutely no idea what you want to get...

Re: news bloc sur le portail ?

Posted: 21. January 2010 20:17
by daniel25000
I want to add a custom block on my portal is to include code (traduct to google):

Code: Select all

<script language='javascript' src='http://www.hoaxbuster.com/includes/module.php?c1=20&c2=3&c3=1&c4=2&c5=2&c6=12&c7=1&c8=2&c9=150'></script>

Re: news bloc sur le portail ?

Posted: 22. January 2010 00:40
by Mike
Have you already tryed this:

Code: Select all

{$LR_BLOCK_H_L}&nbsp;Your_Block_Title{$LR_BLOCK_H_R}
             <div style="text-align: center;">
         
<script language='javascript' src='http://www.hoaxbuster.com/includes/module.php?c1=20&c2=3&c3=1&c4=2&c5=2&c6=12&c7=1&c8=2&c9=150'></script>
           
</div>
    {$LR_BLOCK_F_L}{$LR_BLOCK_F_R}