MyXoops Forum

Forum - myXOOPS German Support

5 - 1 = ?  
Geben Sie das Ergebnis der Berechnung ein
Sie haben max. 10 Versuche.
 
* = Erforderlich

Re: Inhalt in einem Block darstellen?

Betreff: Re: Inhalt in einem Block darstellen?
von frankblack am 05.05.2006 09:31:48

Pi-Mal-Daumen müsste dann das template tc_index.html von tinycontent folgenden Inhalt haben:

<div style="padding: 5px;">
  <
fieldset>
    <
legend class="blockTitle"><{$title}></legend>
    <
div class="blockContent"><{$content}></div>
<
div style="padding: 5px; text-align: right; margin-right:3px;">
<
a href="print.php?id=<{$id}>"><img src="images/print.gif" border="0" alt="<{$lang_printerpage}>" /></a>
<
a href="<{$mail_link}>" target="_top"><img src="images/friend.gif" border="0" alt="<{$lang_sendstory}>" /></a>
</
div>

<{if 
$nocomments == 0}>
<
br /><br />
<
div style="text-align: center; padding: 3px; margin: 3px;">
  <{
$commentsnav}>
  <{
$lang_notice}>
</
div>

<
div style="margin: 3px; padding: 3px;">
<!-- 
start comments loop -->
<{if 
$comment_mode == "flat"}>
  <{include 
file="db:system_comments_flat.html"}>
<{elseif 
$comment_mode == "thread"}>
  <{include 
file="db:system_comments_thread.html"}>
<{elseif 
$comment_mode == "nest"}>
  <{include 
file="db:system_comments_nest.html"}>
<{/if}>
<!-- 
end comments loop -->
</
div>
<{/if}>
  </
fieldset>
</
div>


Nicht hauen, wenn das nicht stimmt. War nur eine theoretische Überlegung.

Aktuell aus dem Forum

Forum Thema Antworten Views Letzter Beitrag
Modulentwicklung New Xoops Xcreate Module 0 5329 26.11.2025 15:22
efkan Gehe zum letzten Beitrag
Modulentwicklung XOOPS Custom Field Module 1 1816 24.11.2025 11:21
Goffy Gehe zum letzten Beitrag