News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Audible PM v1.0

Started by Bigguy, September 07, 2006, 07:45:15 PM

Previous topic - Next topic

Eudemon

alright i attached the mp3 file if someone is willing to convert it to swf for me
will be appreciated (how do u say this in appropriate way, i'm not a native english speaker  O:)

Bigguy

I don't know how good this is. I downloaded a free one and it says it only converts 60% of the file but try it and see what you think. That's the best I can do for you.

Eudemon

i think that's one of the trail out versions of software i've tried
but none of them went well
as it says it only converts 60% of the whole file... :P

anyways thx for trying for me
most of the mp3 to swf converters ask for almost $40 i think that's totally not worth it

Bigguy

Maybe someone else will be by to help you out. If I find one I will post back and give ya a hand. :)

Xarcell

There is a free program called SUPER. It's the best for converting video/audio.

chinaren

Just reloaded this on my 2.0.1 forum after a long absence, and works great!  Thanks Bigguy!
The Opus Path - The Next Generation of the Written Word

MESWEB

I have Simple Potral + Custome Theme. This mode is not working WHY?

Bigguy

Probably cause you have Simple Portal and/or a custom theme installed, lol. Parse the mod and add the edit to the file required and you should be good to go. :)

revwill

#188
Hi All.  This is an awesome MOD!  All works well for the users and all, they love the you've got mail sound--a bit nostolgic.  But I am well old enough to remember everyone went giddy with aol because of this.  The one thing I am not understanding is, as an admin it doesn't seem to work for me.  I don't hear anything.  But when I log into after pming a test user for me it works dandy.  Not complaining at all, and if it makes my users happy I am happy to say the least.  It was just one of those pecular things driving me crazy wondering why its not working for me as admin.

Thank you for helping.

William

Bigguy

Hmm, there is no reason it should not work for you as admin. There are no settings for this mod or permissions. That's a bit weird.

revwill

Happy Holidays BigGuy,

Do you think as admin, and testing a few things out, I am loggin in and out of my admin session and then into a user session then back again logging in and out each time.  Wonder if that is interferring with it?

Thanks.

William

Bigguy

Can you clear your cache and sessions in your browser. (Some browsers allow you to clear seesion) Maybe that would help.

revwill

Yes sir it worked after clearing out totally the cache and cookies.  Do you create a cookie to see if we have logged in once and then if the cookie is there we don't repeat?  Is there a way to link a hook to logout and erase the cookie when we end session?  So if they log in again the same day it will play again if they have mail?  Don't know if its possible-just a thought.  Thanks and Love the mod!

William

Bigguy

This version of audible Pm works with sessions. The audible Pm should not go off every page refresh...just once to let you know there is one.

revwill

Thank you so much again.  It even works for me.  Was easy to install as well. 

Maybe you can answer a silly question for me.  On the smf board, you can see next to the top page numbers then the word all and the go down.  When you go down, you see the page numbers all and go up.  How are they doing that ?  I cant find a mod for it and it says they are running 2.0.2 on the smf site?  Thanks again for a great mod!

William

Bigguy

I know what you are asking, but myself, I can not answer that. Please ask on the boards here in the specific board you need help in, ie: smf 2.0

revwill

Sorry, just was hoping maybe you knew.  Didn't mean to bother.  I have asked and noone seems to be able to answer that question or don't want to hehehe  Thanks for your time and Thanks for being here to assit in your mod.  Appreciate it!

William

Bigguy

I'm sure you will find your answer. If not from me from another SS or interested member. ;)

DSystem

Congrats on the mod. Simple and functional.

I did my version of gotmail.swf with the familiar sound of ICQ

I found a site that converts online any audio file to .swf

http://www.files-conversion.com/

DSystem

I had a small problem with this mod. I don't know if others have also had.

The first message sent the audio worked. There onwards could no longer function. So when I was cleaning the history (cache and cookies) from the browser.

I solved the problem by making a small change in the line of the IF

Before:

if ((isset($_SESSION['unread_sound']) && $_SESSION['unread_sound'] < $context['user']['unread_messages']) || (!isset($_SESSION['unread_sound']) && $context['user']['unread_messages'] >= 1))
{


After:
if ((isset($_SESSION['unread_sound']) && $_SESSION['unread_sound'] < $context['user']['unread_messages']) || (isset($_SESSION['unread_sound']) && $context['user']['unread_messages'] >= 1))
{

Advertisement: