userrank fett?
Verfasst: 10.07.2003 22:22
wie kann ich den userrank fett machen? habe es mit [b]Admin[/b] versucht aber der rank bleibt wie er war
Code: Alles auswählen
{postrow.POSTER_RANK}
Code: Alles auswählen
#################################################################
## Mod Title: Extended Ranks
## Mod Version: 1.0 Final
## Author: Hålo <halo@toxic-productions.tk>
## Description: This mod will allow you to have 255 characters instead of the standard 40,
## allowing for ranks with mutliple <font> tags, <b>, <u>, <i>, whatever.
##
## Installation Level: Beginner(Easy)
## Installation Time: 2 Minutes
## Files To Edit: rank_edit_body.tpl, your MySQL database
## Included Files: (n/a)
#################################################################
## Security Disclaimer: This MOD Cannot Be Posted To Or Added At Any Non-Official phpBB Sites
##
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
#################################################################
#
#-----[ Run MySQL Query ]------------------------------
#
**NOTE** Replace the "phpbb_" prefix if you use a different one
ALTER TABLE phpbb_ranks MODIFY COLUMN rank_title varchar(255) NOT NULL
#
#-----[ Open ]------------------------------------------
#
/phpBB2/templates/subSilver/admin/rank_edit_body.tpl
#
#-----[ Find ]------------------------------------------
#
<tr>
<td class="row1" width="38%"><span class="gen">{L_RANK_TITLE}:</span></td>
<td class="row2"><input type="text" name="title" size="35" maxlength="40" value="{RANK}" /></td>
</tr>
#
#-----[ Replace With ]------------------------------------------
#
<tr>
<td class="row1" width="38%"><span class="gen">{L_RANK_TITLE}:</span></td>
<td class="row2"><input type="text" name="title" size="35" maxlength="255" value="{RANK}" /></td>
</tr>
#
#-----[ Save/Upload ]------------------------------------------
Code: Alles auswählen
<span class="postdetails">