Welcome, Guest. Please Login or Register.
April 26, 2025, 04:19:13 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [beta] you got mail mod « previous next »
Pages: [1] Reply Ignore Print
Author Topic: [beta] you got mail mod  (Read 2609 times)
Mr.Sins
Full Member
***
Posts: 113


BROOD WAR FOR LIFE

ICQ - 36721259cl.david@newmail.net WWW
[beta] you got mail mod
« on: January 08, 2003, 04:33:08 PM »
Reply with quote

i've seen here a while a go a you got mail mod for 1.4.1

i've done something simelar for 1.5.0

add this function at the butom of your Subs.php
function yynewboodschap()
{
   global $munred;
   if ($munred > 0)
   {
       echo("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\">\n");
        echo("<param name=\"movie\" value=\"HERE I FILL OUT THE LOCATION OF MY SWF FILE\">\n");
       echo("<param name=\"play\" value=\"true\">\n");
       echo("<param name=\"loop\" value=\"true\">\n");
       echo("<param name=\"quality\" value=\"high\">\n");
       echo("<embed src=\"HERE I FILL OUT THE LOCATION OF MY SWF FILE\" width=\"20\" height=\"10\" play=\"true\" loop=\"true\" quality=\"high\">\n");
       echo("</embed>\n");
       echo("</object>\n");
    }
}   

new include the <yabb newboodschap> tag in your template.

you will also need to change the "HERE I FILL OUT THE LOCATION OF MY SWF FILE" to your own corrosponding you've got mail swf file.
Logged


Ben_S
Disciple of Joe
Support Team
YaBB God
*****
Posts: 1586


I Love YaBB SE!

WWW
Re:[beta] you got mail mod
« Reply #1 on: January 08, 2003, 05:42:46 PM »
Reply with quote

errrr whats it do?
Logged
Yordy
Noobie
*
Posts: 40


Dekroeg!

ICQ - 96762844Yo_rdy@hotmail.com WWW
Re:[beta] you got mail mod
« Reply #2 on: January 08, 2003, 06:22:42 PM »
Reply with quote

Quote from: Scotty_B on January 08, 2003, 05:42:46 PMerrrr whats it do?

So, iam not the only one?  :P
Logged
Mr.Sins
Full Member
***
Posts: 113


BROOD WAR FOR LIFE

ICQ - 36721259cl.david@newmail.net WWW
Re:[beta] you got mail mod
« Reply #3 on: January 08, 2003, 06:33:09 PM »
Reply with quote

it plays an swf file when ever you've got new mail

here is my swf file http://b-squad.dyndns.org/~david/YabbSe%20Mods/1.5.0/new.ace

it shows new and plays you've got mail
« Last Edit: January 08, 2003, 06:40:18 PM by Mr.Sins » Logged


Thomas
Full Member
***
Posts: 203


WWW
Re:[beta] you got mail mod
« Reply #4 on: January 08, 2003, 08:40:10 PM »
Reply with quote

Quote from: Mr.Sins on January 08, 2003, 06:33:09 PMit plays an swf file when ever you've got new mail

here is my swf file http://b-squad.dyndns.org/~david/YabbSe%20Mods/1.5.0/new.ace

it shows new and plays you've got mail
Is this an swf-file?

I could not open it.

I need a good message to play when new IM arrives. Any tips is appreciated.

/MR.T
« Last Edit: January 08, 2003, 09:48:44 PM by MR.T » Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:[beta] you got mail mod
« Reply #5 on: January 08, 2003, 08:58:20 PM »
Reply with quote

No ace is like zip, but you will have to download a program to open it. Not sure if it is worth it to just look at at a flash file though. :)
Logged
Mr.Sins
Full Member
***
Posts: 113


BROOD WAR FOR LIFE

ICQ - 36721259cl.david@newmail.net WWW
Re:[beta] you got mail mod
« Reply #6 on: January 08, 2003, 09:00:54 PM »
Reply with quote

http://www.winace.com/
Logged


Thomas
Full Member
***
Posts: 203


WWW
Re:[beta] you got mail mod
« Reply #7 on: January 08, 2003, 09:56:04 PM »
Reply with quote

Thanks.

BTW: Here is the mod for 1.4 / 1.41 and 1.5- i finally found it - thereby also the soundfile I was looking for. Here it here.

/MR.T
« Last Edit: January 11, 2003, 09:51:10 AM by MR.T » Logged
Mr.Sins
Full Member
***
Posts: 113


BROOD WAR FOR LIFE

ICQ - 36721259cl.david@newmail.net WWW
Re:[beta] you got mail mod
« Reply #8 on: January 08, 2003, 10:13:45 PM »
Reply with quote

correct code for use with my flash file and msie 6.0 compatible thx to [Uknown]

function yynewboodschap()
{
   global $munred;
   if ($munred > 0)
   {
       echo("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\"18\" height=\"10\">\n");
        echo("<param name=\"movie\" value=\"http://b-squad.dyndns.org/yabbse/YaBBImages/new.swf\">\n");
       echo("<param name=\"play\" value=\"true\">\n");
       echo("<param name=\"loop\" value=\"true\">\n");
       echo("<param name=\"quality\" value=\"high\">\n");
       echo("<embed src=\"http://b-squad.dyndns.org/yabbse/YaBBImages/new.swf\" width=\"18\" height=\"10\" play=\"true\" loop=\"true\" quality=\"high\">\n");
       echo("</embed>\n");
       echo("</object>\n");
    }
}   
Logged


[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:[beta] you got mail mod
« Reply #9 on: January 11, 2003, 01:32:24 AM »
Reply with quote

Now up on my package server, at Mr. Sins request...

Package Server: http://gbaetc.homeip.net/yypack

YaBBpak: http://gbaetc.homeip.net/yypack/gotnewims.mod.yp
Boardmod: http://gbaetc.homeip.net/yypack/gotnewims.mod
Zip File: http://gbaetc.homeip.net/yypack/gotnewims.zip

-[Unknown]
« Last Edit: January 11, 2003, 06:24:44 AM by [Unknown] » Logged
smacktalk
Full Member
***
Posts: 236


No Personal Text!!

WWW
Re:[beta] you got mail mod
« Reply #10 on: January 11, 2003, 05:02:59 AM »
Reply with quote

Quote from: [Unknown] on January 11, 2003, 01:32:24 AMNow up on my package server, at Mr. Sins request...

Package Server: http://gbaetc.homeip.net/yypack

YaBBpak: http://gbaetc.homeip.net/yypack/gotnewpms.mod.yp
Boardmod: http://gbaetc.homeip.net/yypack/gotnewpms.mod
Zip File: http://gbaetc.homeip.net/yypack/gotnewpms.zip

-[Unknown]

These links are not working.. ::)
Logged

As a well-spent day brings happy sleep, so a life well spent brings happy death.
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:[beta] you got mail mod
« Reply #11 on: January 11, 2003, 06:26:27 AM »
Reply with quote

Sorry, I had forgotten I renamed them.

It's fixed now :-[.

-[Unknown]
Logged
John R
PHP Challenged
Global Moderator
Sr. Member
*****
Posts: 387


Click, Click, Click, Bang!

ICQ - 3166233codehammer@thevortex.com
Re:[beta] you got mail mod
« Reply #12 on: January 11, 2003, 03:43:31 PM »
Reply with quote

Quote from: MR.T on January 08, 2003, 09:56:04 PMThanks.

BTW: Here is the mod for 1.4 / 1.41 and 1.5- i finally found it - thereby also the soundfile I was looking for. Here it here.

/MR.T

Yep, this post does indeed deal with playing a sound file when a new IM is recieved.  In reply number 7 - Aug 16th  - is proof that this mod has been available for some time.

cheers..........
Logged

Be careful what you wish for, it might come true!

Note: I do not acknowledge support requests via PM, MSN or ICQ, please use the support boards.
Jazhawk
Noobie
*
Posts: 19


I'm a llama!

Re:[beta] you got mail mod
« Reply #13 on: January 15, 2003, 04:35:48 AM »
Reply with quote

Help a YabbSE admin out.  I see a lot of chatter about yabbpaks, and in my admin center, there is a place for it.  Are these direct links to servers with mods on them?  How do these things work exactly?

-Jazhawk
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:[beta] you got mail mod
« Reply #14 on: January 15, 2003, 06:17:56 AM »
Reply with quote

Quote from: [Unknown] on January 03, 2003, 10:02:49 PMFirst, you will need to  a new server.list:

yabbse.org Avatars|^|http://www.yabbse.org/packages/as
yabbse.org Mods|^|http://www.yabbse.org/packages/mod
yabbse.org Language Packs|^|http://www.yabbse.org/packages/lp
Matt|^|http://www.mattsiegman.com/YaBBSE/Packages
Chris|^|http://www.agigames.com/boardmod/Packages
GBAetc|^|http://gbaetc.homeip.net/yypack

Copy that into notepad, and save it as "server.list".  Then upload it to your Packages directory.

After that, go to the admin panel, and select YaBBpak Center.  Click on [ Download new YaBBpaks ].  Select the [ Browse ] next to GBAetc.  When it loads up, select the [ Download ] next to All Bugfixes 01-02-2003 2.0 You've got new IMs.

Select [ Back ], and then [ Back ] again.  Now go to [ Browse YaBBpaks ].  Under Modification YaBBpaks, you will see allbugfixes01-02-03.mod.yp gotnewims.mod.yp, click on [ Apply Mod ].

Follow the buttons, and you will be done.

-[Unknown

-[Unknown]
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [beta] you got mail mod « 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.174 seconds with 20 queries.