Welcome, Guest. Please Login or Register.
November 05, 2024, 08:38:14 AM
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.5.1] Now Listening to Mod « previous next »
Pages: 1 [2] 3 Reply Ignore Print
Author Topic: [Done 1.5.1] Now Listening to Mod  (Read 5460 times)
oldiesmann
YaBB God
*****
Posts: 577


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

oldiesmann@oldiesmann.us WWW
Re:[Done 1.5.1 RC1] Now Listening to Mod
« Reply #15 on: March 28, 2003, 05:38:09 PM »
Reply with quote

The whole thing didn't show up. I tried everything and then finally made $nowPlayingText a global variable and then it worked.
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)
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1 RC1] Now Listening to Mod
« Reply #16 on: March 28, 2003, 06:50:16 PM »
Reply with quote

heh, if the $nowListeningText doesnt show, at least the song name should be displayed ::)
well, i don't know what happened to your forum...
haven't heard any complains from others...
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
oldiesmann
YaBB God
*****
Posts: 577


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

oldiesmann@oldiesmann.us WWW
Re:[Done 1.5.1 RC1] Now Listening to Mod
« Reply #17 on: March 28, 2003, 11:58:13 PM »
Reply with quote

Ah! I found the problem! I forgot to put $nowListening in the list of global variables. That would explain why it wasn't showing up! ;D
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)
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1 RC1] Now Listening to Mod
« Reply #18 on: March 29, 2003, 05:23:45 AM »
Reply with quote

u should use boardmod, it does all the editing for you
www.boardmod.org
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
oldiesmann
YaBB God
*****
Posts: 577


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

oldiesmann@oldiesmann.us WWW
Re:[Done 1.5.1 RC1] Now Listening to Mod
« Reply #19 on: March 29, 2003, 05:51:28 PM »
Reply with quote

The few times I've used it, it usually will end up not finding something anyway... I'll try it next time I find a mod to install.
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)
BiErLeEuW
Full Member
***
Posts: 174


WWW
Re:[Done 1.5.1 RC1] Now Listening to Mod
« Reply #20 on: April 15, 2003, 08:14:21 AM »
Reply with quote

This mod works fine on RC1 but it he ready for 1.5.1 ?
Logged
oldiesmann
YaBB God
*****
Posts: 577


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

oldiesmann@oldiesmann.us WWW
Re:[Done 1.5.1 RC1] Now Listening to Mod
« Reply #21 on: April 15, 2003, 01:19:01 PM »
Reply with quote

Works just fine on 1.51 final. I've got it (along with about 10 other mods) on my board and haven't had any problems...
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)
BiErLeEuW
Full Member
***
Posts: 174


WWW
Re:[Done 1.5.1 RC1] Now Listening to Mod
« Reply #22 on: April 15, 2003, 02:24:26 PM »
Reply with quote

I works fine but looks not what i want ;)

I would like that you can select this mod to a special Board like "Music board" and maby an effect of music could have more functional like a simple image of this

In small version this ;)
Logged
oldiesmann
YaBB God
*****
Posts: 577


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

oldiesmann@oldiesmann.us WWW
Re:[Done 1.5.1 RC1] Now Listening to Mod
« Reply #23 on: April 15, 2003, 04:44:24 PM »
Reply with quote

I can make that image smaller... I don't really understand what you're trying to do though... If you mean only having the "Now Playing" option show up in a certain area, that's not very easy to do (I don't think).
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)
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1 RC1] Now Listening to Mod
« Reply #24 on: April 15, 2003, 10:14:10 PM »
Reply with quote

u can resize that image, and add it to the settings so it will display the image (ubbc is enabled)
see the screenshots in the first post, i also put an image there
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Daniel D.
Mod Team
YaBB God
*****
Posts: 2935


Re:[Done 1.5.1] Now Listening to Mod
« Reply #25 on: May 11, 2003, 02:20:30 AM »
Reply with quote

German:

$txt['nowListening1'] = 'Lieblingstitel Mod';
$txt['nowListening2'] = 'Aktiviere "Lieblingstitel Mod"';
$txt['nowListening3'] = 'Aktiviere UBBC Tags';
$txt['nowListening4'] = 'Anzeige Text (ubbc Code aktiviert)';
$txt['nowListening5'] = 'Ich höre gerade: ';


To make it ready for "multi language"...
Changes in the *.mod file:
<search for>
            $nowlisten = '<br /><br />' . $nowListeningText . doUBBC($message['nowListening']);
         else
            $nowlisten = '<br /><br />' . $nowListeningText . $message['nowListening'];
</search for>

<replace>
            $nowlisten = '<br /><br />' . $txt['nowListening5'] . doUBBC($message['nowListening']);
         else
            $nowlisten = '<br /><br />' . $txt['nowListening5'] . $message['nowListening'];
</replace>


Changes in "nowlistening_dbmod.php":
<search for>
$result1 = mysql_query("INSERT INTO `{$db_prefix}settings` (`variable`, `value`) VALUES ('nowlistening_enabled', '1');");
$result2 = mysql_query("INSERT INTO `{$db_prefix}settings` (`variable`, `value`) VALUES ('nowlistening_ubbc', '0');");
$result3 = mysql_query("INSERT INTO `{$db_prefix}settings` (`variable`, `value`) VALUES ('nowlistening_displaytext', 'Now listening to: ');");
if(!$result1 || !$result2 || !$result3) {
</search for>

<replace>
$result1 = mysql_query("INSERT INTO `{$db_prefix}settings` (`variable`, `value`) VALUES ('nowlistening_enabled', '1');");
$result2 = mysql_query("INSERT INTO `{$db_prefix}settings` (`variable`, `value`) VALUES ('nowlistening_ubbc', '0');");
if(!$result1 || !$result2) {
</replace>
« Last Edit: May 11, 2003, 02:22:36 AM by Daniel D. » Logged

CokeCan
Full Member
***
Posts: 182


WWW
Re:[Done 1.5.1] Now Listening to Mod
« Reply #26 on: May 12, 2003, 01:36:59 AM »
Reply with quote

Is it posible to select between "Now listening to" and "Now watching to"? ;) (so the user can select between "Listening" and "Watching")
Logged
CokeCan
Full Member
***
Posts: 182


WWW
Re:[Done 1.5.1] Now Listening to Mod
« Reply #27 on: May 18, 2003, 04:53:42 PM »
Reply with quote

Spanish Translation:
Quote$txt['nowListening1'] = 'Ahora Escuchando A Mod';
$txt['nowListening2'] = 'Activa el mod ahora escuchando a';
$txt['nowListening3'] = 'Permite UBBC tags';
$txt['nowListening4'] = 'Texto para mostrar (permite códigos ubbc)';
$txt['nowListening5'] = 'Ahora Ascuchando A';
Logged
DBU
Noobie
*
Posts: 15


I'm a llama!

Re:[Done 1.5.1] Now Listening to Mod
« Reply #28 on: June 03, 2003, 01:00:37 AM »
Reply with quote

I installed this mod and for some people on my forum it works great. The only problem is that about 30 people have posted saying that when they post and use this mod, it crashes their browser. And now it's happening to me. Any suggestions?
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1] Now Listening to Mod
« Reply #29 on: June 05, 2003, 07:15:30 AM »
Reply with quote

crashing browser? thats so weird
it doesnt even use javascript
did you add anything else new to your forum recently?
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Pages: 1 [2] 3 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.1] Now Listening to 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.041 seconds with 20 queries.