YourWBB


yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB 2.3.x » [WBB 2.3.x] Allg. Fragen und Probleme » Im Forum ist ... verschieben » Hallo Gast [Anmelden|Registrieren]
Letzter Beitrag | Erster ungelesener Beitrag 1.457 Views | | Thema zu Favoriten hinzufügen

Neues Thema erstellen Antwort erstellen

Dieses Thema wurde als unerledigt markiert. Thread unerledigt

Zum Ende der Seite springen Im Forum ist ... verschieben
Autor
Beitrag « Vorheriges Thema | Nächstes Thema »
ddennis ddennis ist männlich
Mitglied


Dabei seit: 29.12.04
Beiträge: 166

 Im Forum ist ... verschieben Antworten Zitieren Editieren Melden       UP

Hallo,
ich würde gerne "Im Forum ist ..." eine stelle verschieben.
In welcher Datei machen ich dass, da sonst das zu nah an dem Unterforum ist.

Dateianhang:
jpg Zwischenablage01.jpg (10 KB, 135 mal heruntergeladen)

Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von ddennis: 16.10.05 20:02.

16.10.05 20:00 ddennis ist offline E-Mail WWW Finden Als Freund hinzufügen Füge ddennis in deine Kontaktliste ein
Samwan Samwan ist männlich
TEAM - Administrator


images/avatars/avatar-4373.gif

Dabei seit: 01.01.04
Beiträge: 2.237
Herkunft: Insel der Aphrodite

Antworten Zitieren Editieren Melden       UP

da fehlt eher ein < /br>

__________________
mfG
Samwan


Bitte keine Fragen zu Hacks und Addons per PN, denn ich code nur ins Klo!

16.10.05 20:02 Samwan ist offline WWW Finden Als Freund hinzufügen
ddennis ddennis ist männlich
Mitglied


Dabei seit: 29.12.04
Beiträge: 166

Themenstarter Thema begonnen von ddennis
Antworten Zitieren Editieren Melden       UP

in welcher Datei muss man dass denn machen?

Edit 1: Also ich wollte halt nur, dass halt nach dem Unterforum das (Benutzer im Forum aktiv: NamedesUsers) eine Spalte darunter kommt. Ich weiß nur nicht welche Datei ich bearbeiten soll. In der index_subboardbit ist es schonmal nicht bzw. dort geht es nicht.

Edit 2: das wurde ja hier, in dem y****** Forum auch gemacht.

Die Edits sind deine Doppelposts, die hier nicht erwünscht sind, beim nächsten mal werden die einfach so gelöscht. Augen rollen

Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von Radiation: 17.10.05 16:54.

16.10.05 20:06 ddennis ist offline E-Mail WWW Finden Als Freund hinzufügen Füge ddennis in deine Kontaktliste ein
Radiation Radiation ist männlich
Mitglied


Dabei seit: 17.01.04
Beiträge: 2.089
Fähigkeiten: WBB3 Anfänger; WBB2 Profi
Herkunft: Reutlingen
Forenversion: 2.3

Antworten Zitieren Editieren Melden       UP

Nur mal so, das ist eine Standardfunktion, Aber der Fehler bei dir ist, das ein <br /> fehlt.

Öffne template index_boardbit:

Suche (kommt mehrmals vor):
code:
1:
2:
3:
4:
$subboardbit</span></then></if><if(isset($boards['useronline']) && $boards['useronline'])><then><span class="smallfont">($boards[useronline])</span></then></if></td>
    </tr>


und ersetze durch:

code:
1:
2:
3:
4:
$subboardbit</span></then></if><if(isset($boards['useronline']) && $boards['useronline'])><then><span class="smallfont"><br />($boards[useronline])</span></then></if></td>
    </tr>


__________________
Mit freundlichem Gruß

Sascha Speidel

17.10.05 16:53 Radiation ist offline E-Mail WWW Finden Als Freund hinzufügen
ddennis ddennis ist männlich
Mitglied


Dabei seit: 29.12.04
Beiträge: 166

Themenstarter Thema begonnen von ddennis
Antworten Zitieren Editieren Melden       UP

hi, ich habe das jetzt ein paar mal versucht zu machen, aber es funktioniert einfach nicht.
Kannst du mal drüberschauen?

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
<tr>
 <if($depth == 1)>
  <then>
  
   <td align="left" class="tablea"<if($boards['externalurl'] != '')><then> colspan="<if($hide_modcell==0)><then>6</then><else>5</else></if>"</then><else> colspan="2"</else></if>><table cellpadding="0" cellspacing="0">
    <tr class="tablea_fc">
     <td><img src="{$style['imagefolder']}/$onoff.gif" alt="" title="" />&nbsp;&nbsp;</td>
     <td align="left"><span class="normalfont"><a href="board.php?boardid=$boards[boardid]{$SID_ARG_2ND}"><b>$boards[title]</b></a></span><span class="smallfont">
      <if($boards['description']!="")><then><br />$boards[description]</then></if><if($subboardbit!="")><then><br />{$lang->items['LANG_START_INCLUSIVE']} $subboardbit</then></if><if(isset($boards['useronline']) && $boards['useronline'])><then><br />($boards[useronline])</then></if></span></td>
    </tr>
   </table></td>
  
  </then>
  
  <else>
  
  
  <if($depth == 2)>
   <then>
  
   <td class="tableb" align="center"><img src="{$style['imagefolder']}/$onoff.gif" alt="" title="" /></td>
   <td align="left" class="tablea"<if($boards['externalurl'] != '')><then> colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>"</then></if>><span class="normalfont"><a href="board.php?boardid=$boards[boardid]{$SID_ARG_2ND}"><b>$boards[title]</b></a></span><span class="smallfont">
    <if($boards['description']!="")><then><br />$boards[description]</then></if><if($subboardbit!="")><then><br />{$lang->items['LANG_START_INCLUSIVE']} $subboardbit</then></if><if(isset($boards['useronline']) && $boards['useronline'])><then><br />($boards[useronline])</then></if>
    
    <if(isset($favorites) && $favorites)>
     <then><br /><b><a href="newthread.php?boardid=$boards[boardid]{$SID_ARG_2ND}">{$lang->items['LANG_START_NEWTHREAD']}</a> <a href="usercp.php?action=removesubscription&amp;boardid=$boards[boardid]{$SID_ARG_2ND}">{$lang->items['LANG_START_UNSUBSCRIBE']}</a></b></then>
    </if>
    
    </span></td>
 
  </then>
  
  <else>
  
   <td class="tableb" align="center">&nbsp;</td>
   <td class="tablea" align="left"<if($boards['externalurl'] != '')><then> colspan="<if($hide_modcell==0)><then>5</then><else>4</else></if>"</then></if>><table cellpadding="0" cellspacing="0">
    <tr class="tablea_fc">
     <td><img src="{$style['imagefolder']}/$onoff.gif" alt="" title="" />&nbsp;&nbsp;</td>
     <td><span class="normalfont"><a href="board.php?boardid=$boards[boardid]{$SID_ARG_2ND}"><b>$boards[title]</b></a></span><span class="smallfont">
      <if($boards['description']!="")><then><br />$boards[description]</then></if><if($subboardbit!="")><then><br />{$lang->items['LANG_START_INCLUSIVE']} $subboardbit</then></if><if(isset($boards['useronline']) && $boards['useronline'])><then><br />($boards[useronline])</then></if></span></td>
    </tr>
   </table></td>
  
  </else>
  </if>
  
  </else>
 </if>
 
 <if($boards['externalurl'] == '')><then>
 
 <td class="tableb" align="center" nowrap="nowrap"><span class="normalfont">$boards[postcount]</span></td>
 <td class="tablea" align="center" nowrap="nowrap"><span class="normalfont">$boards[threadcount]</span></td>
 <td class="tableb" nowrap="nowrap" align="left"><if($boards['threadcount']!=0)>
  
  <then>
   <if($showlastposttitle==1)>
    <then>
    
     <table border="0" cellspacing="0" cellpadding="0">
      <tr align="left" class="tableb_fc">
       <td nowrap="nowrap">&nbsp;&nbsp;$ViewPosticon&nbsp;</td>
       <td nowrap="nowrap"><span class="smallfont"><if($boards['threadprefix']!="" && $permissioncache[$boards['boardid']]['can_enter_board'] && $boards['password']=="")><then><span class="prefix">$boards[threadprefix]</span><br /></then></if> <if($permissioncache[$boards['boardid']]['can_enter_board'] && $boards['password']=="")><then><b><a href="thread.php?goto=lastpost&amp;threadid=$boards[lastthreadid]{$SID_ARG_2ND}" title="$boards[topic]">$topic</a></b></then><else><b>{$lang->items['LANG_START_UNKNOWN']}</b></else></if><br />$lastpostdate <span class="time">$lastposttime</span>&nbsp;{$lang->items['LANG_START_FROM']}&nbsp;<if($boards['lastposterid'])><then><b><a href="profile.php?userid=$boards[lastposterid]{$SID_ARG_2ND}">$boards[lastposter]</a></b></then><else>$boards[lastposter]</else></if></span></td>
      </tr>
     </table>
    
    </then>
    <else>
    
     <table style="width:100%">
      <tr class="tableb_fc">
       <td nowrap="nowrap" align="right" style="width:100%"><span class="smallfont">$lastpostdate <span class="time">$lastposttime</span><br />{$lang->items['LANG_START_FROM']} <if($boards['lastposterid'])><then><b><a href="profile.php?userid=$boards[lastposterid]{$SID_ARG_2ND}">$boards[lastposter]</a></b></then><else>$boards[lastposter]</else></if></span></td>
       <td><a href="thread.php?goto=lastpost&amp;threadid=$boards[lastthreadid]{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/lastpost.gif" border="0" alt="{$lang->items['LANG_START_GOTO_LASTPOST']}" title="{$lang->items['LANG_START_GOTO_LASTPOST']}" /></a></td>
      </tr>
     </table>
    
    </else>
   </if>
  </then>
  
  <else>
   <div align="center"><span class="smallfont">{$lang->items['LANG_START_NOPOSTS']}</span></div>
  </else>
  
 </if></td>
 <if($hide_modcell==0 && (!isset($favorites) || !$favorites))><then><td class="tablea" align="center"><span class="smallfont"><if($moderatorbit!="")><then>$moderatorbit</then><else>&nbsp;</else></if></span></td></then></if>
 
 </then></if>
</tr>
17.10.05 17:30 ddennis ist offline E-Mail WWW Finden Als Freund hinzufügen Füge ddennis in deine Kontaktliste ein
ddennis ddennis ist männlich
Mitglied


Dabei seit: 29.12.04
Beiträge: 166

Themenstarter Thema begonnen von ddennis
Antworten Zitieren Editieren Melden       UP

hi, sorry das ich jetzt schon wieder einen Doppeltpost mache, aber als ich edieren wolllte, steht da:
"Sie können Beiträge nur innerhalb von 60 Minuten, nachdem Sie sie verfasst haben, bearbeiten." Obwohl das schon über einen Tag her ist.

Ich wollte sagen, das das schon funktioniert, aber jetzt auch eine Spalte nach "normalen" Foren (also ohne Unterforen) ist. Wie kann man das so einstellen, das nach "normalen" Foren kein Abstand ist, sondern nur nach Foren mit Unterforen?
18.10.05 15:25 ddennis ist offline E-Mail WWW Finden Als Freund hinzufügen Füge ddennis in deine Kontaktliste ein
Baumstruktur | Brettstruktur
Gehe zu:

Neues Thema erstellen Antwort erstellen

yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB 2.3.x » [WBB 2.3.x] Allg. Fragen und Probleme » Im Forum ist ... verschieben