Quote:
Originally Posted by Wordplay
is there a way i can get the list of "aus den buddylisten von" and "s buddylist" out of there and just display all the buddies in common?
|
Yes, there is, you just have to remove the specific part of the code in the plugin, which would be
PHP Code:
<tr>";
$FRIENDSFOES .= "<td class=\"thead\" width=\"50%\">$userinfo[username]s Buddyliste ($outcounter)</td>";
$FRIENDSFOES .= "<td class=\"thead\" width=\"50%\">$userinfo[username] ist auf den Buddylisten von ($incounter)<br>";
$FRIENDSFOES .= "</tr><tr>";
$FRIENDSFOES .= "<td class=\"alt2\" valign=\"top\"><div class=\"smallfont\">$outuserlist</div></td>";
$FRIENDSFOES .= "<td class=\"alt2\" valign=\"top\"><div class=\"smallfont\">$inuserlist</div></td>";
$FRIENDSFOES .= "</tr>
(At the end of the php code in the plugin)
OT:
Quote:
Originally Posted by Wordplay
uebrigends solltest du vielleicht ein ' einfuegen vor "s Freunde". damit da nicht steht jacobs freunde sondern jacob's freunde.
|
In Deutschland gibts das ' nicht, das ist eine amerikanisch/englische Sache. Manche Deutsche verwenden das unwissentlich ^^