Welcome, Guest. Please Login or Register.
April 26, 2024, 08:20:58 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  |  [Done 1.4.0] New Instant Messages Alert Box « previous next »
Pages: 1 2 3 [4] 5 6 7 Reply Ignore Print
Author Topic: [Done 1.4.0] New Instant Messages Alert Box  (Read 246609 times)
PoohBear
Jr. Member
**
Posts: 66


Re:[Done 1.4.0] New Instant Messages Alert Box
« Reply #45 on: February 02, 2003, 04:05:09 AM »
Reply with quote

I tried the above code with 1.5.1 but is doesn't work.
If anyone can help it will be appreciated.
Logged
PoohBear
Jr. Member
**
Posts: 66


Re:[Done 1.4.0] New Instant Messages Alert Box
« Reply #46 on: February 11, 2003, 11:04:27 AM »
Reply with quote

Well I guess nobody can help  :'(
Oh well it was worth a try, I will give it a go myself but don't expect anything for a few years as I am no PHP expert!.....
« Last Edit: February 11, 2003, 02:07:37 PM by PoohBear » Logged
1979Z28
Sr. Member
****
Posts: 324


WWW
Re:[Done 1.4.0] New Instant Messages Alert Box
« Reply #47 on: February 18, 2003, 10:39:38 AM »
Reply with quote

Woohoo!

I was able to get it working on 1.5.1 ;D

To make it easier on anybody else who would want this, I put the modified .mod file and the ORIGINAL dbmod file (how about that combination of words?) in a .zip and put it up on my server. I didn't change the dbmod file, since I believe it would still work for 1.5.1, but I did change the .mod file, and update it with the info ;D Hope nobody minds, but I thought I'd share with others. *shrugs* All credit goes to the original creators, and yada yada.

EDIT: Link removed due to not working. Look on the next page, or click here for this for 1.5.3.
« Last Edit: June 04, 2003, 11:07:17 PM by 1979Z28 » Logged
1979Z28
Sr. Member
****
Posts: 324


WWW
Re:[Done 1.4.0] New Instant Messages Alert Box
« Reply #48 on: February 18, 2003, 02:55:44 PM »
Reply with quote

I just noticed a big typo that has been in this mod since the first 'update' for this, for 1.4.0.

*Old Content Removed*

Edit: I got it fixed!@! :D Works perfectly now in my forum. My suggestion is for everybody to either re-download the above zip file. If you have a previous version installed, you'll probably need to tweak the below code (also found in the .mod file in the .zip above) to fit your version of YaBB SE.


<add after>
                        <tr>
                           <td valign=top>
                             <font size="2"><b>' . $txt[newmessages5] . ':</b></font>
                          </td>
                          <td>
                             <font size=2>
                             <select name="alerter">
                                 <option value="0"' . $aler0 . '>' . $txt[163] . '</option>
                                 <option value="1"' . $aler1 . '>' . $txt[164] . '</option>
                             </select>
                             </font>
                          </td>
                        </tr>
</add after>


As far as I know, this mod will now work *perfectly* for 1.5.1, build 42. Lemme know of any other problems :D

;D I wonder if I can poke fun of the people who never noticed/never fixed this.. *evil laughter*
« Last Edit: February 18, 2003, 03:29:04 PM by 1979Z28 » Logged
PoohBear
Jr. Member
**
Posts: 66


Re:[Done 1.4.0] New Instant Messages Alert Box
« Reply #49 on: February 19, 2003, 02:53:47 PM »
Reply with quote

Quote from: 1979Z28 on February 18, 2003, 02:55:44 PM
Edit: I got it fixed!@! :D Works perfectly now in my forum. My suggestion is for everybody to either re-download the above zip file. If you have a previous version installed, you'll probably need to tweak the below code (also found in the .mod file in the .zip above) to fit your version of YaBB SE.

Works perfect on my forum as well. Thanks M8 :)
Logged
c0210k_hiep
Noobie
*
Posts: 32


I'm a llama!

Re:[Done 1.4.0] New Instant Messages Alert Box
« Reply #50 on: February 22, 2003, 03:46:42 AM »
Reply with quote

My forum version is YABB 1.5.0
i add your MOD
run installdb and Install pak success but it 's not worked
when install, what's file MOD fix
can you show me all code of that file
seem my board have problem
oh damn it
Logged
1979Z28
Sr. Member
****
Posts: 324


WWW
Re:[Done 1.4.0] New Instant Messages Alert Box
« Reply #51 on: February 22, 2003, 11:48:17 AM »
Reply with quote

The files and stuff that I put up are only for 1.5.1, and it's also a boardmod file, not yabbpak :-\ The 1.5.0 coding is back in the middle of page 3. If I get bored a little later today I might go through and fix the earlier 1.5.0 code with the typo fix that I found though. I'm not sure about the YabbPak stuff, as I've never used it before  :-X
Logged
goldpicks
Noobie
*
Posts: 14


I'm a llama!

Re:[Done 1.4.0] New Instant Messages Alert Box
« Reply #52 on: March 06, 2003, 03:45:51 AM »
Reply with quote

Can't get it to work with 1.5.1 either.  Had to manually change and it totally messes with the Sub.php file.

All sorts of fatal errors.

to bad!!

I upgrade to 1.5.1 and my members really like the alert box!
  :'(
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.4.0] New Instant Messages Alert Box
« Reply #53 on: March 06, 2003, 03:54:32 AM »
Reply with quote

i think there's something like this for 1.5.1
like the you've got mail sound mod
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
goldpicks
Noobie
*
Posts: 14


I'm a llama!

Re:[Done 1.4.0] New Instant Messages Alert Box
« Reply #54 on: March 06, 2003, 04:56:08 AM »
Reply with quote

I just test the "You got mail" IM MOD.  I didn't really care for it.
Logged
1979Z28
Sr. Member
****
Posts: 324


WWW
Re:[Done 1.4.0] New Instant Messages Alert Box
« Reply #55 on: March 07, 2003, 09:57:53 AM »
Reply with quote

If you use my .zip file, it should work for 1.5.1. Make sure you're using my file, which is near the top on this page, and not the older 1.5.0 or other files.

I will admit, that I updated it with a heavily modified 1.5.1 board, but none of the files that are changed in this mod, should be changed enough for this mod to not work normally. I've tested the 'You've got Mail' mod as well, and I didn't like it. Many of the users on my board didn't like it either, and they prefer the popup alert box.

Anyways, I'll go through this mod, and make sure it works for a CLEAN 1.5.1 board, though it should already. What kind of errors are you getting with the Subs.php file? Maybe if I know which specific errors you're having, I can find what's going on :D Pooh was able to get it to work, and it woks perfectly on my board, so I'm not quite sure why it won't work with yours. How heavily modified is your board?

EDIT: I just tested it on a CLEAN install of 1.5.1, and it worked perfectly for me.  ??? ???
« Last Edit: March 07, 2003, 11:34:07 AM by 1979Z28 » Logged
oldiesmann
YaBB God
*****
Posts: 577


Jesus died for your sins... Have you thanked him?

oldiesmann@oldiesmann.us WWW
Re:[Done 1.4.0] New Instant Messages Alert Box
« Reply #56 on: March 27, 2003, 11:12:07 PM »
Reply with quote

I installed this mod on my YaBB SE board (1.51 B45), and it works fine. I do have a suggestion though. How about instead of an "ok" button you replace it with "Read Message(s) Now" and "Read Message(s) Later" buttons? I think this would be more useful than a plain old "OK" button. The "Read Now" button should create a link to "/index.php?board=;action=imview" (internal linking is wonderful ;D) and obviously the "Read Later" button would just close the alert box like the current "OK" button does, except it would prevent the box from popping up again for a specified amount of time...
« Last Edit: April 07, 2003, 06:19:28 PM by oldiesmann » Logged

"I've sinned greatly, but Christ's for real, baby
It's a wonder He saved me and just didn't hate me
So won't you tell Him "Save me"
Please stand up, please stand up, please stand up..." - J. Jackson (More Info)
oldiesmann
YaBB God
*****
Posts: 577


Jesus died for your sins... Have you thanked him?

oldiesmann@oldiesmann.us WWW
Re:[Done 1.4.0] New Instant Messages Alert Box
« Reply #57 on: April 18, 2003, 06:15:21 PM »
Reply with quote

Ok... Just a little heads up here... If you're using the AdvIM system, be careful installing this mod because the code is a little different in that version of InstantMessage.php...
Logged

"I've sinned greatly, but Christ's for real, baby
It's a wonder He saved me and just didn't hate me
So won't you tell Him "Save me"
Please stand up, please stand up, please stand up..." - J. Jackson (More Info)
Bartman
Jr. Member
**
Posts: 71


WWW
Re:New Instant Messages Alert Box
« Reply #58 on: April 21, 2003, 08:51:17 PM »
Reply with quote

Besides having to get the Search For set-up correctly to match the files used in YaBB SE 1.5.1 ... I got a parse error on Subs.php on line 320.

When I ran the db update, it showed that I already had the tables set-up from my previous version of IM Alert.
« Last Edit: April 22, 2003, 02:43:51 AM by Bartman » Logged
Bartman
Jr. Member
**
Posts: 71


WWW
Re:[Done 1.4.0] New Instant Messages Alert Box
« Reply #59 on: April 22, 2003, 02:46:19 AM »
Reply with quote

All I'm really interested in at this time is having the Alert Pop-up when a member receives a new Instant Message.

I've had this feature before back when I was using YaBB SE 1.4.1.

I'm still learning how SE 1.5.1 Final is configured, so if anyone has any quick suggestions ... I'm all ears. I thought about reconfiguring this mod, but the itself is giving me a MySQL error as is.
Logged
Pages: 1 2 3 [4] 5 6 7 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.4.0] New Instant Messages Alert Box « 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.063 seconds with 20 queries.