User Custom Titles for Chat bubbles 1.5
1.0sp
With this fix you can use User Custom Titles(sp1) even on boards where you have activated the chat bubbles(1.5 ver, sp1) forum.
This is not a mod that can work alone..it suppoes you have installed UserCustomTitles sp1 and ChatBubbles 1.5 sp1.
Let me know if you find some bugs.
ReHlbe
http://www.rehlbe.com
Sources\Display.pl
if($musername ne "Guest") {
$yymain .= qq~
$userprofile[13]
$memberinfo
$userprofile[12]
$userprofile[8] $icqad $userprofile[10] $yimon $userprofile[9]
~;
}
if($musername ne "Guest") {
if($titlesettings eq $cuttxt{'2'}) {
$yymain .= qq~
$titlesettings
$memberinfo
~;
} else {
$yymain .= qq~
$memberinfo
$titlesettings
~;
}
$yymain .= qq~
$userprofile[13]
$userprofile[12]
$userprofile[8] $icqad $userprofile[10] $yimon $userprofile[9]
~;
}