Welcome, Guest. Please Login or Register.
May 21, 2024, 06:45:55 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.4.1][Code]Memberlist Plus V2.0 « previous next »
Pages: 1 [2] Reply Ignore Print
Author Topic: [Done 1.4.1][Code]Memberlist Plus V2.0  (Read 9490 times)
Horseman
YaBB God
*****
Posts: 784


'MAS VALE CABALLO QUE CAUDAL!'

ICQ - 44729151 WWW
Re:[Done 1.4.1][Code]Memberlist Plus V2.0
« Reply #15 on: August 22, 2002, 06:43:24 PM »
Reply with quote

howdy,
i have the "add me" to msn now in your memberlist mod.

you can make this:

in template php
search for:
<yabb msn>

and replace:
<object classid="clsid:F3A614DC-ABE0-11d2-A441-00C04F795683" codebase="#Version=2,0,0,83" codetype=application/x-oleobject id=MsgrObj width=0 height=0></object><OBJECT classid="clsid:FB7199AB-79BF-11d2-8D94-0000F875C541" codeType=application/x-oleobject id=MsgrApp width=0 height=0></OBJECT>
</replace>

in your memberlist v2.0

search for (3x):
while ($row = mysql_fetch_array($request)) {
      $name = $row['memberName'];

and add after (3x):
if (isset($row['MSN'])) { $hmsn=$row['MSN']; $msn = "<a href=javascript:MsgrApp.LaunchAddContactUI(\"".$hmsn."\")><img src=\"$imagesdir/m-s-m.gif\" border=\"0\"></a>"; $hmsn=""; } else { $msn=""; }

search for (3x)
      // Adds MSN
      if($row[MSN]) { print <<<EOT
         <td class="windowbg2" bgcolor="$color[windowbg2]" align="center"><a id="lll" href="javascript:MsgrApp.LaunchIMUI('$row[MSN]')"><img src="$imagesdir/msntalk.gif" alt="$row[MSN]" border="0" align="absmiddle"></a></td>

and replace (3x)
      // Adds MSN
      if($row[MSN]) { print <<<EOT
         <td class="windowbg2" bgcolor="$color[windowbg2]" align="center">$msn</td>

you can see the "updatet" memberlist under:
http://212.227.253.250/testfo/

i have make the table a little smaller  ;)
copy the grafiks when you will

best regards
Logged
Wiziwig
Sr. Member
****
Posts: 407


Programmer and Users Liason and Manager

WWW
Re:[Done 1.4.1][Code]Memberlist Plus V2.0
« Reply #16 on: August 22, 2002, 07:41:11 PM »
Reply with quote

Thanks for the help! I figured out the reload problem and I think your yabb tag change did the work! I'm finishing off the final touches and will apply the changes in the distribution. I'll also credited you for the assistance!

Archive Link:

http://www.the-meeting-place.com/members/uploads/mlistplus.zip


Graphic Demo Link (with some sensitive info blocked out):

http://www.the-meeting-place.com/members/uploads/graphic.jpg



Quote from: Horseman on August 22, 2002, 06:43:24 PMhowdy,
i have the "add me" to msn now in your memberlist mod.

you can make this:

in template php
search for:
<yabb msn>

and replace: .. dot dot ..

best regards
« Last Edit: August 22, 2002, 08:59:22 PM by Wiziwig » Logged

Pages: 1 [2] Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.4.1][Code]Memberlist Plus V2.0 « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.067 seconds with 20 queries.