Verfasst: 14.11.2005 00:11
hab da auch nen prob:
Prob ist das einzige was ich finden kann was ähnlich ist ist das:
mfg
-----------------------------------
----[ FIND ]----------------------- weiter
-----------------------------------
$username_from = $privmsg['username_1'];
-----------------------------------
----[ REPLACE WITH ]---------------
-----------------------------------
#======================================================================= |
#==== Start: == Advanced Username Color ================================ |
#==== v1.0.5 =========================================================== |
#====
$username_from = CheckUsernameColor($privmsg['color1'], $privmsg['username_1']);
#====
#==== Author: aUsTiN [austin@phpbb-amod.com] [http://phpbb-tweaks.com] = |
#==== End: ==== Advanced Username Color ================================ |
#======================================================================= |
Prob ist das einzige was ich finden kann was ähnlich ist ist das:
jetzt steh ich da natürlich aufm schlauch...
$username_from = color_group_colorize_name($privmsg['user_id_1'], true);
$user_id_from = $privmsg['user_id_1'];
$username_to = color_group_colorize_name($privmsg['user_id_2'], true);
$user_id_to = $privmsg['user_id_2'];
init_display_pm_attachments($privmsg['privmsgs_attachment']);
mfg