MyXoops Forum

Forum - myXOOPS German Support

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

Re: Block wird nicht richtig angezeigt

Betreff: Re: Block wird nicht richtig angezeigt
von hallo am 07.04.2005 11:29:20

Danke für deine schnelle Antwort.

So ganz die Lösung war das noch nicht:

in der theme.html:

<!-- Start left blocks loop -->
<
br>
            <{foreach 
item=block from=$xoops_lblocks}>
            <{
$block.bodytext|truncate:255}> 
     <
div class="blockTitle"><{$block.title}></div>
<
div class="blockContent"><{$block.content}></div>
 &
nbsp;
            <{/foreach}>



news_block_new.html:
<ul>
<{foreach 
item=news from=$block.stories}>
<
li>
<
a href="<{$xoops_url}>/modules/news/article.php?storyid=<{$news.id}>"><{$news.title}><{$block.bodytext|truncate:255}></a>
</
li>
<{/foreach}>
</
ul>

Aktuell aus dem Forum

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