Mr.T
23.06.2008, 17:01
Hoi,
Ich hab vor einiger Zeit mal ne Anfrage im vBGo gestellt wegen den Präfix in eine eigene Spalte hauen, dadrauf hin hab ich diese Anfrage auch bei vB.com gestellt und mir hat jemand geholfen zumind. so gut wie möglich.
Das möchte ich euch natürlich nicht vor enthalten:
Hier der Orginale Thread /showthread.php?t=271280 (http://www.vbulletin.com/forum/showthread.php?t=271280)
threadbit -Template
<if condition="$show['threadicons']">
<td class="alt2"><if condition="$show['threadicon']"><img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /><else /> </if></td>
</if>
Dadrunter fügen
<if condition="THIS_SCRIPT == 'forumdisplay'">
<td class="alt1">$thread[prefix_rich]</td></if>
Finde
$thread[prefix_rich]
Ersetze mit
<if condition="THIS_SCRIPT != 'forumdisplay'">$thread[prefix_rich]</if>
FORUMDISPLAY -Template
Finde
<if condition="$show['search_engine']">
<if condition="$show['threadicons']">
<td class="thead" colspan="2"> </td>
<else />
<td class="thead"> </td>
</if>
Dadrunter fügen
<td class="thead">Präfix</td>
Finde
<else />
<if condition="$show['threadicons']">
<td class="thead" colspan="2"> </td>
<else />
<td class="thead"> </td>
</if>
Dadrunter fügen
<td class="thead">Präfix</td>
Das einzige was hier fehlt und das ist meine Frage und zwar in der Suche fehlt die Spalte dann, wie bekomme ich dort eine Extra-Spalte hin?..
mfg
Ich hab vor einiger Zeit mal ne Anfrage im vBGo gestellt wegen den Präfix in eine eigene Spalte hauen, dadrauf hin hab ich diese Anfrage auch bei vB.com gestellt und mir hat jemand geholfen zumind. so gut wie möglich.
Das möchte ich euch natürlich nicht vor enthalten:
Hier der Orginale Thread /showthread.php?t=271280 (http://www.vbulletin.com/forum/showthread.php?t=271280)
threadbit -Template
<if condition="$show['threadicons']">
<td class="alt2"><if condition="$show['threadicon']"><img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /><else /> </if></td>
</if>
Dadrunter fügen
<if condition="THIS_SCRIPT == 'forumdisplay'">
<td class="alt1">$thread[prefix_rich]</td></if>
Finde
$thread[prefix_rich]
Ersetze mit
<if condition="THIS_SCRIPT != 'forumdisplay'">$thread[prefix_rich]</if>
FORUMDISPLAY -Template
Finde
<if condition="$show['search_engine']">
<if condition="$show['threadicons']">
<td class="thead" colspan="2"> </td>
<else />
<td class="thead"> </td>
</if>
Dadrunter fügen
<td class="thead">Präfix</td>
Finde
<else />
<if condition="$show['threadicons']">
<td class="thead" colspan="2"> </td>
<else />
<td class="thead"> </td>
</if>
Dadrunter fügen
<td class="thead">Präfix</td>
Das einzige was hier fehlt und das ist meine Frage und zwar in der Suche fehlt die Spalte dann, wie bekomme ich dort eine Extra-Spalte hin?..
mfg