Welcome, Guest. Please Login or Register.
April 25, 2024, 06:50:13 PM
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.x/1.5.x - UPDATE] IM Status V1.3 « previous next »
Pages: 1 2 [3] Reply Ignore Print
Author Topic: [Done 1.4.x/1.5.x - UPDATE] IM Status V1.3  (Read 9831 times)
bostasp
Jr. Member
**
Posts: 62


WWW
Re:[Done 1.4.x/1.5.x - UPDATE] IM Status
« Reply #30 on: January 04, 2003, 01:13:45 AM »
Reply with quote

Thanks for this mod!

Its really useful to see who has actually read the Welcome IM that I always send out to new users, or to notice which users actually know of the IM feature...

Thanks alot  ;D

Bostasp  :)
Logged

MC600
YaBB God
*****
Posts: 968


Jetzt habe ich Zähne!

ICQ - 168723559 WWW
Re:[Done 1.4.x/1.5.x - UPDATE] IM Status
« Reply #31 on: January 04, 2003, 11:29:48 AM »
Reply with quote

*Update* New Screenshot for V1.5.x
Logged

Freundliche Grüße aus Hönow - MC600 - Forum Gegen Krebs
Newsletter Service - Info´s über MOD´s von MC600 - Hier eintragen
N-Ur-Hand
Noobie
*
Posts: 38


I'm a llama!

Re:[Done 1.4.x/1.5.x - UPDATE] IM Status V1.3
« Reply #32 on: January 20, 2003, 08:35:25 AM »
Reply with quote

Ok i have messed with this all night.. I looked over all i could, I have v1.5.0 and it is running great until now, heh.

below is my outbox, all off center? What did i miss?


Below here is a copy of my inbox, same thing.



 I must have missed somthing i have tried installing manually. I do not use boardmod.

What can i do to fix this.

Thanks....
Logged
MC600
YaBB God
*****
Posts: 968


Jetzt habe ich Zähne!

ICQ - 168723559 WWW
Re:[Done 1.4.x/1.5.x - UPDATE] IM Status V1.3
« Reply #33 on: January 20, 2003, 09:16:12 AM »
Reply with quote

This is a colspan problem...

<edit file>
Sources/InstantMessage.php
</edit file>

<search for>
                  <td align="right" valign="bottom" class="catbg" bgcolor="' . $color['catbg'] . '" colspan="5">
                     <font size="-1">';

    // Load membergroups
</search for>

<replace>
                  <td align="right" valign="bottom" class="catbg" bgcolor="' . $color['catbg'] . '" colspan="6">
                     <font size="-1">';

    // Load membergroups
</replace>

<search for>
                  <td bgcolor="' . $windowbg . '" style="padding : 2px;" align="right" colspan="5">
</search for>

<replace>
                  <td bgcolor="' . $windowbg . '" style="padding : 2px;" align="right" colspan="6">
</replace>

<search for>
   // Display Message if there are no Messages in Users Outbox
   if ( mysql_num_rows($request)  == 0 )
      echo '
               <tr>
                  <td class="windowbg" colspan="5" bgcolor="' . $color['windowbg'] . '"><font size="2">' . $txt[151] . '</font></td>
               </tr>';
</search for>

<replace>
   // Display Message if there are no Messages in Users Outbox
   if ( mysql_num_rows($request)  == 0 )
      echo '
               <tr>
                  <td class="windowbg" colspan="6" bgcolor="' . $color['windowbg'] . '"><font size="2">' . $txt[151] . '</font></td>
               </tr>';
</replace>
Logged

Freundliche Grüße aus Hönow - MC600 - Forum Gegen Krebs
Newsletter Service - Info´s über MOD´s von MC600 - Hier eintragen
MC600
YaBB God
*****
Posts: 968


Jetzt habe ich Zähne!

ICQ - 168723559 WWW
Re:[Done 1.4.x/1.5.x - UPDATE] IM Status V1.3
« Reply #34 on: January 20, 2003, 09:21:46 AM »
Reply with quote

if you don't come clearly, then send yours to me InstantMessage.php
Logged

Freundliche Grüße aus Hönow - MC600 - Forum Gegen Krebs
Newsletter Service - Info´s über MOD´s von MC600 - Hier eintragen
N-Ur-Hand
Noobie
*
Posts: 38


I'm a llama!

Re:[Done 1.4.x/1.5.x - UPDATE] IM Status V1.3
« Reply #35 on: January 20, 2003, 08:04:56 PM »
Reply with quote

 Ok i sent it, I played with it for another hour this afternoon and i guess there is a couple of things i am not seeing somewhere..

N-Ur-Hand

Thanks for looking at it for me..

Logged
MC600
YaBB God
*****
Posts: 968


Jetzt habe ich Zähne!

ICQ - 168723559 WWW
Re:[Done 1.4.x/1.5.x - UPDATE] IM Status V1.3
« Reply #36 on: January 20, 2003, 11:33:28 PM »
Reply with quote

I go to sleep now and make it tomorrow
Logged

Freundliche Grüße aus Hönow - MC600 - Forum Gegen Krebs
Newsletter Service - Info´s über MOD´s von MC600 - Hier eintragen
N-Ur-Hand
Noobie
*
Posts: 38


I'm a llama!

Re:[Done 1.4.x/1.5.x - UPDATE] IM Status V1.3
« Reply #37 on: January 21, 2003, 01:06:40 AM »
Reply with quote

well with 7 hours diference between us you need it, heh, I should be in Munich in july for a week or so, heh, I belong to a bike club with chapters over there and it is there 20th anni this summer...

N-Ur-Hand

Logged
MC600
YaBB God
*****
Posts: 968


Jetzt habe ich Zähne!

ICQ - 168723559 WWW
Re:[Done 1.4.x/1.5.x - UPDATE] IM Status V1.3
« Reply #38 on: January 21, 2003, 08:45:40 AM »
Reply with quote

@N-Ur-Hand

prüfe deine post oder/or check your mail
Logged

Freundliche Grüße aus Hönow - MC600 - Forum Gegen Krebs
Newsletter Service - Info´s über MOD´s von MC600 - Hier eintragen
Behr
Noobie
*
Posts: 43


Re:[Done 1.4.x/1.5.x - UPDATE] IM Status V1.3
« Reply #39 on: January 26, 2003, 03:43:28 AM »
Reply with quote

Just did this for my friend so am posting here too. It is mod file only. the mod package is on the first post.

IM Status Mod file only for 1.5.1RCB37.

Behr
Logged
MC600
YaBB God
*****
Posts: 968


Jetzt habe ich Zähne!

ICQ - 168723559 WWW
Re:[Done 1.4.x/1.5.x - UPDATE] IM Status V1.3
« Reply #40 on: January 26, 2003, 07:24:59 PM »
Reply with quote

see first mail for current download (for 1.5.0 and 1.5.1RCB38)
« Last Edit: January 27, 2003, 06:10:51 PM by MC600 » Logged

Freundliche Grüße aus Hönow - MC600 - Forum Gegen Krebs
Newsletter Service - Info´s über MOD´s von MC600 - Hier eintragen
Webby
Beta Tester
YaBB God
*****
Posts: 829


Some mistakes are too funny to make only once.

ICQ - 9814812webby@salesplaza.nl WWW
Re:[Done 1.4.x/1.5.x - UPDATE] IM Status V1.3
« Reply #41 on: January 29, 2003, 09:31:30 PM »
Reply with quote

Great, it works :)  (v1.5.1Rc38)
Logged

Webby of salesplaza.nl
The YaBBSE buttongenerator : Click HERE !
PoohBear
Jr. Member
**
Posts: 66


Re:[Done 1.4.x/1.5.x - UPDATE] IM Status V1.3
« Reply #42 on: February 02, 2003, 03:27:51 AM »
Reply with quote

Works great for me 2. thanxs
« Last Edit: February 11, 2003, 02:12:24 PM by PoohBear » Logged
Pages: 1 2 [3] Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.4.x/1.5.x - UPDATE] IM Status V1.3 « 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.