MyXoops Forum

Re: Änderung der Platzhalter? [Module für Forenlösungen] - myXOOPS German Support

Ronte

"myXOOPs"-Fortgeschrittener
Gepostet am:23.01.2005 11:41
Ronte
Ronte Offline (Show more)
"myXOOPs"-Fortgeschrittener
Posts: 244
Since: 11.01.2005
#3

Re: Änderung der Platzhalter?

Hi Migoe
danke für den Tip.

migoe

"myXOOPs"-Könner
Gepostet am:22.01.2005 23:07
migoe
migoe Offline (Show more)
"myXOOPs"-Könner
Posts: 527
Since: 02.11.2002
#2

Re: Änderung der Platzhalter?

Hallo Ronte,

ich nehme an Du meinst nicht den Block, sondern die Anzeige im Forum direkt...

...die Datei heißt newbb_viewforum.html und kann über den Templatemanager in Xoops angepaßt werden. Die entsprechenden Stellen findest Du im letzten Drittel der Datei und zwar sieht es so aus:

<table class="outer" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">

    <
tr class="head" align="left">
      <
td colspan="2">&nbsp;</td>
      <
td>&nbsp;<strong><a href="<{$h_topic_link}>"><{$smarty.const._MD_TOPICS}></a></strong></td>
      <
td width="9%" align="center" nowrap="nowrap"><strong><a

href
="<{$h_reply_link}>"><{$smarty.const._MD_REPLIES}></a></strong></td>
      <
td width="20%" align="center" nowrap="nowrap"><strong><a

href
="<{$h_poster_link}>"><{$smarty.const._MD_POSTER}></a></strong></td>
      <
td width="8%" align="center" nowrap="nowrap"><strong><a

href
="<{$h_views_link}>"><{$smarty.const._MD_VIEWS}></a></strong></td>
<{if 
$rating_enable}>
      <
td width="9%" align="center" nowrap="nowrap"><strong><a

href
="<{$h_rating_link}>"><{$smarty.const._MD_RATINGS}></a></strong></td>
<{/if}>
      <
td width="15%" align="center" nowrap="nowrap"><strong><a

href
="<{$h_date_link}>"><{$smarty.const._MD_DATE}></a></strong></td>
    </
tr>

  <{if 
$sticky 0}>
  <
tr class="head">
    <
td colspan="2">&nbsp;</td>
<{if 
$rating_enable}>
    <
td colspan="6"><strong><{$smarty.const._MD_IMTOPICS}></strong></td>
<{else}>
    <
td colspan="5"><strong><{$smarty.const._MD_IMTOPICS}></strong></td>
<{/if}> </
tr>
<{/if}>
  <!-- 
start forum topic -->
<{foreach 
name=loop item=topic from=$topics}> <{if $topic.stick}> <{if $smarty.foreach.loop.iteration == $sticky+1}>
  <
tr class="head">
    <
td colspan="2">&nbsp;</td>
<{if 
$rating_enable}>
    <
td colspan="6"><strong><{$smarty.const._MD_NOTIMTOPICS}></strong></td>
<{else}>
    <
td colspan="5"><strong><{$smarty.const._MD_NOTIMTOPICS}></strong></td>
<{/if}> </
tr>
<{/if}> <{/if}>
  <
tr class="<{cycle values="even,odd"}>">
    <
td width="4%" align="center"><{$topic.topic_folder}></td>
    <
td width="4%" align="center"><{$topic.topic_icon}></td>
    <
td>&nbsp;<a href="<{$topic.topic_link}>">

<{if 
$topic.allow_prefix}>
<{if 
$topic.topic_subject eq NONE}>
<{else}>
<{
$topic.topic_subject}>
<{/if}>
<{/if}>
<{
$topic.topic_title}></a><{$topic.attachment}> <{$topic.topic_page_jump}></td>
    <
td align="center" valign="middle"><{$topic.topic_replies}></td>
    <
td align="center" valign="middle"><{$topic.topic_poster}></td>
    <
td align="center" valign="middle"><{$topic.topic_views}></td>
<{if 
$rating_enable}>
    <
td align="center" valign="middle"><{$topic.rating_img}></td>
<{/if}>
    <
td align="right" valign="middle"><{$topic.topic_last_posttime}><br />
<{
$smarty.const._MD_BY}> <{$topic.topic_last_poster}><{$topic.topic_page_jump_icon}></td>
  </
tr>
<{/foreach}>
  <!-- 
end forum topic -->
  <
tr class="foot"> <{if $rating_enable}>
    <
td colspan="8" align="center"><{else}>    </td>
    <
td colspan="7" align"align""center"><{/if}> <{strip}>
      <
form method="get" action="viewforum.php">
        <
strong><{$smarty.const._MD_SORTEDBY}></strong>&nbsp;<{$forum_selection_sort}>&nbsp;<{$forum_selection_order}>&nbsp;<{$forum_selection_since}>&nbsp;
        <
input type="hidden" name="forum" value="<{$forum_id}>" />
        <
input type="submit" name="refresh" value="<{$smarty.const._MD_GO}>" />
      </
form>
<{/
strip}> </td>
  </
tr>
</
table>


migoe
Wenn Du denkst Du denkst, dann denkst Du nur, Du denkst
--- www.liedermacher-forum.de ---...

Advertisement

Gepostet am:0
Advertisement (Show more)
Posts: 0
Since: 0


Hier könnten Sie Ihre Anzeige aufgeben!
Bitte kontaktieren Sie uns, um mehr darüber zu erfahren.

Ronte

"myXOOPs"-Fortgeschrittener
Gepostet am:22.01.2005 15:44
Ronte
Ronte Offline (Show more)
"myXOOPs"-Fortgeschrittener
Posts: 244
Since: 11.01.2005
#1

Änderung der Platzhalter?

In welchem Template von NewsBB werden die Platzhalter für Themen, Antworten, Autor,Gelesen,Bewertungen,Datum geregelt?
Möchte vor allem für "Themen" mehr Breite.
Diesen Thread durchsuchen:  1 Anonyme Benutzer

Aktuell aus dem Forum

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