Welcome, Guest. Please Login or Register.
November 28, 2024, 12:47:25 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.5.2] Ultimate Shoutbox v.1.3 « previous next »
Pages: 1 [2] 3 4 5 Reply Ignore Print
Author Topic: [Done 1.5.2] Ultimate Shoutbox v.1.3  (Read 12664 times)
oldiesmann
YaBB God
*****
Posts: 577


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

oldiesmann@oldiesmann.us WWW
Re:[Done 1.5.2] Ultimate Shoutbox v.1.2
« Reply #15 on: May 05, 2003, 02:53:28 PM »
Reply with quote

I'm not scrolling them horizontally... I'm scroling them vertically (upward). I may try horizontally later.
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.2] Ultimate Shoutbox v.1.2
« Reply #16 on: May 05, 2003, 10:34:51 PM »
Reply with quote

It would be very nice if some-one can make a SSI version of this.
Logged
haase
Full Member
***
Posts: 224


Do you feel lucky?

Re:[Done 1.5.2] Ultimate Shoutbox v.1.2
« Reply #17 on: May 05, 2003, 11:43:33 PM »
Reply with quote

It was just pointed out to me that there were a few validation errors.  Some validation fields were not updated to pull values from english.lng.  If you've already installed this mod, all you need to do is download the package and upload the file shout.php.

Sorry about that.
Logged
haase
Full Member
***
Posts: 224


Do you feel lucky?

Re:[Done 1.5.2] Ultimate Shoutbox v.1.2
« Reply #18 on: May 06, 2003, 01:39:06 AM »
Reply with quote

Quote from: BiErLeEuW on May 05, 2003, 10:34:51 PM
It would be very nice if some-one can make a SSI version of this.

It's in the works.  As a matter of fact, I'm doing the final testing on it now.
Logged
haase
Full Member
***
Posts: 224


Do you feel lucky?

Re:[Done 1.5.2] Ultimate Shoutbox v.1.2
« Reply #19 on: May 07, 2003, 12:41:54 AM »
Reply with quote

There is a slightly newer version availble.  Some of the validation wasn't working correctly (allowing a few blank shouts to go in), and the shout should now work on subdirectories.

And I did put the ssi piece in, but I could only get it to work with the php version.  For some reason, none of the shtml includes would work on my site.  If someone could try it out and let me know what happens, I'd appreciate it.
Logged
Daniel D.
Mod Team
YaBB God
*****
Posts: 2935


Re:[Done 1.5.2] Ultimate Shoutbox v.1.2
« Reply #20 on: May 11, 2003, 01:56:28 AM »
Reply with quote

The actual german translation is very "ugly"/funny :-\ - OMG... Perhaps I'll make a slightly new one.
Logged

tamalyn
Noobie
*
Posts: 29


I'm a llama!

Re:[Done 1.5.2] Ultimate Shoutbox v.1.2
« Reply #21 on: May 12, 2003, 09:41:35 AM »
Reply with quote

Have I done something wrong?

I have out tup the shoutbox, it is is my mod settings, but it is not coming up on my page?

any ideas, I am a still a newbie with these mods, but i thought i had done it right. also the shout.php is in the sources folder.

Thanks
Logged
tamalyn
Noobie
*
Posts: 29


I'm a llama!

Re:[Done 1.5.2] Ultimate Shoutbox v.1.2
« Reply #22 on: May 12, 2003, 09:57:25 AM »
Reply with quote

ha ha, its ok, I fixed it. i am just a bit dumb today!

thanks
Logged
oldiesmann
YaBB God
*****
Posts: 577


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

oldiesmann@oldiesmann.us WWW
Re:[Done 1.5.2] Ultimate Shoutbox v.1.2
« Reply #23 on: May 17, 2003, 06:15:14 PM »
Reply with quote

Hmmm... That horizontally-scrolling thing is pretty cool! I'll have to fix the height and width later... I'm busy sprucing up my moods mod. I found one bug and one "annoyance bug" (something that's not exactly a bug, but is pretty annoying).
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)
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[Done 1.5.2] Ultimate Shoutbox v.1.2
« Reply #24 on: May 21, 2003, 11:48:22 AM »
Reply with quote

is there anyway to make the shoutbox pick up the local time of the member and not the server time??

Logged
haase
Full Member
***
Posts: 224


Do you feel lucky?

Re:[Done 1.5.2] Ultimate Shoutbox v.1.2
« Reply #25 on: May 21, 2003, 03:12:54 PM »
Reply with quote

Quote from: PioneeR on May 21, 2003, 11:48:22 AM
is there anyway to make the shoutbox pick up the local time of the member and not the server time??



hmm...  it looks like I somehow left that half implemented.  How strange.

Try this (untested) code:

Open up shout.php and find:$endmarq = "</marquee>";


add after:
   $oldtime = (isset($settings[18]) ? $settings[18] : 0);
« Last Edit: May 21, 2003, 03:22:54 PM by greghaase » Logged
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[Done 1.5.2] Ultimate Shoutbox v.1.2
« Reply #26 on: May 21, 2003, 03:29:35 PM »
Reply with quote

nope didnt work  :-\

I suppose it needs to take into account the time offset (set in the admin bit) and also the offset the member may set.
Logged
haase
Full Member
***
Posts: 224


Do you feel lucky?

Re:[Done 1.5.2] Ultimate Shoutbox v.1.2
« Reply #27 on: May 21, 2003, 04:11:05 PM »
Reply with quote

hmmm...  you know, that's really weird because later in the code, you see:   $time = lang_strftime($r['time'] + (($timeoffset + $oldtime) * 3600));


Where $timeoffset is the server time-offset, and the code I suggested sets $oldtime as the user's offset (settings[18]).

So this should show for the user every shout that was posted in reference to their own time.

The time that is stored in the database is still the server time.

So if you are east cost, and the server is west cost, and someone from the west coast makes a shout at 2:00 PM, it shows up to you as 5:00 PM.  It shows up to them at 2:00 PM.  It shows up to someone in Mountain time as 3:00 PM, etc.
Logged
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[Done 1.5.2] Ultimate Shoutbox v.1.2
« Reply #28 on: May 21, 2003, 04:13:09 PM »
Reply with quote

there server I use is 5 hours behind me. I have set yabb's offset to 5. the time is correct.

My profile offset is set to 0

yet when i shout, it seems to display the server time  :-\
Logged
haase
Full Member
***
Posts: 224


Do you feel lucky?

Re:[Done 1.5.2] Ultimate Shoutbox v.1.2
« Reply #29 on: May 21, 2003, 04:50:30 PM »
Reply with quote

Okay...  I see...

Try adding $timeoffset in the list of globals under shout_reader().  This would be line 6.

Also, if you can try changing the offset in your profile and see how that affects the display, I'd appreciate it.

Tonight when I get home, I'll publish a new shout.php file.  This will fix the shout archive also, and there are a couple of other cosmetic things I want to clean up.

I appreciate your help with this one.
Logged
Pages: 1 [2] 3 4 5 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.2] Ultimate Shoutbox v.1.3 « 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.018 seconds with 20 queries.