Welcome, Guest. Please Login or Register.
April 29, 2024, 01:25:06 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  |  [Beta 1.5.3 Final] UltraSweet Im Sound Mod « previous next »
Pages: 1 ... 4 5 [6] 7 Reply Ignore Print
Author Topic: [Beta 1.5.3 Final] UltraSweet Im Sound Mod  (Read 73755 times)
Thomas
Full Member
***
Posts: 203


WWW
Re:[Beta 1.5.1 Final] UltraSweet Im Sound Mod
« Reply #75 on: May 26, 2003, 08:59:05 PM »
Reply with quote

Hi

I have updated my forum to 1,53 and when I try to install this mod again I have some problems.

It seem ok, but when I try to change my IM sound and press save, then it doesent change my settings.

Is there a solution to this?

/Thomas
Logged
arsenic
Noobie
*
Posts: 1


I'm a llama!

Re:[Beta 1.5.1 Final] UltraSweet Im Sound Mod
« Reply #76 on: May 28, 2003, 02:10:47 PM »
Reply with quote

Is it possible to add your own sounds?
Logged
Fizzy
Full Member
***
Posts: 214


Re:[Beta 1.5.1 Final] UltraSweet Im Sound Mod
« Reply #77 on: May 28, 2003, 04:47:39 PM »
Reply with quote

Yup,

Just open up InstantMesage.php and look for the file list after
Quote
<select name="imsound">

and change them to what ever you have uploaded.
Logged
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Beta 1.5.1 Final] UltraSweet Im Sound Mod
« Reply #78 on: May 29, 2003, 08:09:39 AM »
Reply with quote

Metho Found your problem:
I found the problem, you forgot the last step in the mod.

<search for>
         $yyim = "$txt[152] <a href=\"$cgi;action=im\">$mnum $txt[471]</a>$txt[newmessages4] $munred $isare $txt[newmessages2].";
      else
         $yyim = "$txt[152] <a href=\"$cgi;action=im\">$mnum $txt[153]</a>$txt[newmessages4] $munred $isare $txt[newmessages2].";
<search for>

<replace>
         $yyim = "$txt[152] <a href=\"$cgi;action=im\">$mnum $txt[471]</a>$txt[newmessages4] $munred $sound $isare $txt[newmessages2].";
      else
         $yyim = "$txt[152] <a href=\"$cgi;action=im\">$mnum $txt[153]</a>$txt[newmessages4] $munred $sound $isare $txt[newmessages2].";
</replace>


so on lines 225 - 227: (your codes)
         $yyim = "$txt[152] <a href=\"$cgi;action=im\">$mnum $txt[471]</a>$txt[newmessages4] $munred $isare $txt[newmessages2].";
      else
         $yyim = "$txt[152] <a href=\"$cgi;action=im\">$mnum $txt[153]</a>$txt[newmessages4] $munred $isare $txt[newmessages2].";


should be: (my codes)
         $yyim = "$txt[152] <a href=\"$cgi;action=im\">$mnum $txt[471]</a>$txt[newmessages4] $munred $sound $isare $txt[newmessages2].";
      else
         $yyim = "$txt[152] <a href=\"$cgi;action=im\">$mnum $txt[153]</a>$txt[newmessages4] $munred $sound $isare $txt[newmessages2].";


I made the changes in the file if you want I can email them to you, or you can attempt to edit yours first.

Hope that helps,
Nemey
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Beta 1.5.1 Final] UltraSweet Im Sound Mod
« Reply #79 on: May 29, 2003, 08:14:55 AM »
Reply with quote

Quote from: arsenic on May 28, 2003, 02:10:47 PM
Is it possible to add your own sounds?

As Fizzy stated open up instant message.php and look for this:


<select name="imsound">
   <option value="' . $imconfig[2] . '">' . $imconfig[2] . '</option>
   <option value="">None...</option>
   <option value="carlinmail.wav">carlinmail.wav</option>
   <option value="chainltr.wav">chainltr.wav</option>
   <option value="damnmail.wav">damnmail.wav</option>
   <option value="emailsex.wav">emailsex.wav</option>
   <option value="gotamsg.wav">gotamsg.wav</option>
   <option value="gotmail.wav">gotmail.wav</option>
   <option value="ICQEmail.wav">ICQEmail.wav</option>
   <option value="kirkmail.wav">kirkmail.wav</option>
   <option value="mailwaiting.wav">mailwaiting.wav</option>
   <option value="mfnmail.wav">mfnmail.wav</option>
   <option value="mix.wav">mix.wav</option>
   <option value="msgs.wav">msgs.wav</option>
   <option value="readmail.wav">readmail.wav</option>
   <option value="xmail.wav">xmail.wav</option>
   <option value="yahoomail.wav">yahoomail.wav</option>
</select>


Change the value and option to the sounds you like to change or add more options to add sounds, etc...

Nemey
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
Metho
Sr. Member
****
Posts: 342


I'm a llama!

Re:[Beta 1.5.1 Final] UltraSweet Im Sound Mod
« Reply #80 on: May 29, 2003, 08:21:52 AM »
Reply with quote

Wow! Don't know how that line didn't get changed in my subs.php!!! Don't I feel nubbish. :D Thanks Nemesis, works like a charm when I put all your code in. ::)

Methonis
Logged

Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Beta 1.5.1 Final] UltraSweet Im Sound Mod
« Reply #81 on: May 29, 2003, 04:42:37 PM »
Reply with quote

 ;D

No Problem, Enjoy!
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
CokeCan
Full Member
***
Posts: 182


WWW
Re:[Beta 1.5.1 Final] UltraSweet Im Sound Mod
« Reply #82 on: May 30, 2003, 02:25:40 PM »
Reply with quote

Is it working for 1.5.3? :-\

I want to update but I wanna be sure that it haven't got any problem with this new version.
Logged
Metho
Sr. Member
****
Posts: 342


I'm a llama!

Re:[Beta 1.5.1 Final] UltraSweet Im Sound Mod
« Reply #83 on: May 30, 2003, 05:09:41 PM »
Reply with quote

I have it running on my 1.5.3 board and I, nor my users, experienced any problems. :)

Methonis
Logged

Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Beta 1.5.1 Final] UltraSweet Im Sound Mod
« Reply #84 on: May 31, 2003, 12:02:15 AM »
Reply with quote

works perfect, just like metho said.
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
Maffy
Jr. Member
**
Posts: 60


Graphic design of buttons, translation of DK lang.

ICQ - 87234896 WWW
Re:[Beta 1.5.1 Final] Nemesis UltraSweet Im Sound Mod
« Reply #85 on: May 31, 2003, 11:32:33 PM »
Reply with quote

Quote from: multikon on April 19, 2003, 05:34:56 PM
Hi

Please make this MOD for al Languages  ;D

I made it available for other languages .
http://www.yabbse.org/community/index.php?board=158;action=display;threadid=23881
« Last Edit: June 13, 2003, 09:21:11 PM by maffy » Logged

================================
Maffy
(Where is danish.lng choosen from the profile in this forum, when we have norwedian and sweedish???)
================================
spiper
Noobie
*
Posts: 7


I'm a llama!

Re:[Beta 1.5.3 Final] UltraSweet Im Sound Mod
« Reply #86 on: June 06, 2003, 08:23:00 AM »
Reply with quote

this does not work with 1.5.3 and in board mod it says it also maybe im wrong but it dont wrk.
Logged
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Beta 1.5.3 Final] UltraSweet Im Sound Mod
« Reply #87 on: June 06, 2003, 08:37:24 AM »
Reply with quote

It's working on my site and other's who is running 1.5.3

I will double check the boardmod mod file codes again to be sure.

Nemey
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Beta 1.5.3 Final] UltraSweet Im Sound Mod
« Reply #88 on: June 06, 2003, 08:52:22 AM »
Reply with quote

okay I fixed a problem with the boardmod codes, should install fine now on 1.5.3

You can download the new file here:
http://www.gamerzalliance.com/distributions/im_sound_1.5.3.zip

Thanks for the info on that.

Nemey
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
spiper
Noobie
*
Posts: 7


I'm a llama!

Re:[Beta 1.5.3 Final] UltraSweet Im Sound Mod
« Reply #89 on: June 07, 2003, 04:54:01 AM »
Reply with quote

ok if u look at ur code u still have 2 mistakes on it i dont no how if uve edited it so many times u can miss them also this is the error i get wit board mod

tep 1 ... failed - ERR(2): Could not find file to edit (C:\hold\Sources\InstantMessage.php)

In board mod it says this is due to wrong version can u please take ur file and put it in board mod and u will see what i am talking about and also the 2 mistyped errrors on the code. I would really like for this to work i have put in a total of 12 hours into this and still nothing mine is a fresh install and i might not be doing something correct. I have 2 boards and would like to do more moding but these mods do not have totally clear install notes as well as documentation on how to mod.

http://tucclan.com check that out if u could see the whole board u would see it is set up as a corporation

http://www.corridor1.com/yabbse/index.php this one is one ive been testing and hammering away at.
Logged
Pages: 1 ... 4 5 [6] 7 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Beta 1.5.3 Final] UltraSweet Im Sound 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.045 seconds with 20 queries.