Supernova für phpBB v. 3.0.7
Posted: 25. July 2010 23:55
Beitrag für die Anleitung entfernt.
Überarbeitete Anleitung siehe hier: viewtopic.php?f=47&t=3841
Überarbeitete Anleitung siehe hier: viewtopic.php?f=47&t=3841
Code: Select all
<dt>{L_XXXXXXXXXX}</dt>
Code: Select all
<dt><div class="cat-name" style="margin:-4px 0 -2px 0;"><span>{L_XXXXXXXXXX}</span></div></dt>
Code: Select all
<dt><div class="cat-name" style="margin:-4px 0 -2px 0;"><span>{L_LATEST_NEWS}</span></div></dt>
Hello diastasi,diastasi wrote:If you want to show the title of the center blocks as the Supernova forums title change in all center blocks:
thiswith thisCode: Select all
<dt>{L_XXXXXXXXXX}</dt>
for example:Code: Select all
<dt><div class="cat-name" style="margin:-4px 0 -2px 0;"><span>{L_XXXXXXXXXX}</span></div></dt>
See a sample: http://thraki.infoCode: Select all
<dt><div class="cat-name" style="margin:-4px 0 -2px 0;"><span>{L_LATEST_NEWS}</span></div></dt>
Das klappt ganz gut. Vielen Dank.archivar wrote:Hello diastasi,
thank you for your contribution.
I have included this contribution in the new instructions.
Revised instructions see here.
Hallo,rappelkiste_src wrote: Was muss man den zusätzlich ändern, um die Überschrift, welche einen Link enthält vor dem neuen weißen Hintergrund sehen zu können?
Als Beispiel wäre hier die Box "Wer ist online?" zu erwähnen,
Code: Select all
{$C_BLOCK_H_L}<dt><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF --></dt>{$C_BLOCK_H_R}
Code: Select all
{$C_BLOCK_H_L}<dt><div class="cat-name" style="margin:-4px 0 -2px 0;"><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}"><span>{L_WHO_IS_ONLINE}</span></a><!-- ELSE --><span>{L_WHO_IS_ONLINE}</span><!-- ENDIF --></div></dt>{$C_BLOCK_H_R}
Meinst Du die Galerie im Zentrum des Portals?rappelkiste_src wrote:oder die GalleryBox fürs das Portal.
Code: Select all
<dt><!-- IF imageblock.U_BLOCK --><a href="{imageblock.U_BLOCK}">{imageblock.BLOCK_NAME}</a><!-- ELSE -->{imageblock.BLOCK_NAME}<!-- ENDIF --></dt>
Code: Select all
<dt><div class="cat-name" style="margin:-4px 0 -2px 0;"><!-- IF imageblock.U_BLOCK --><a href="{imageblock.U_BLOCK}"><span>{imageblock.BLOCK_NAME}</span></a><!-- ELSE --><span>{imageblock.BLOCK_NAME}</span><!-- ENDIF --></div></dt>