TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,966
  • Latest: safir45
Stats
  • Total Posts: 195,985
  • Total Topics: 21,321
  • Online today: 677
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 291
  • Total: 291

Shoutbox Autorefresh

Started by MKJ, February 24, 2006, 03:24:19 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

brianjw

Also... do you have to pay monthly/yearly or is it one time only?

Crip

I have become comfortably numb!

Cripzone | Crip's Free 2.0.2 Themes



RoarinRow

Quote from: brianjw on February 25, 2007, 11:13:04 PM
Also... do you have to pay monthly/yearly or is it one time only?

Per their site - Subscribe annually for just $20 or pay $6 quarterly to start enjoying all the premium features.

I went with the $20 annual set up   :)

SMF 2.0 RC3
TP 1.0 beta 5-1
Wordpress 3.0

RoarinRow

Quote from: brianjw on February 25, 2007, 11:11:57 PM
Quote from: RoarinRow on February 25, 2007, 11:01:46 PM
Quote from: brianjw on February 25, 2007, 10:54:39 PM
Quote from: Ï‚Ã'ÏŠÏ on February 25, 2007, 10:53:47 PM
I doubt it with TP, smf has a Shoutbox wit auto-refresh
Is it able to display in a tinyportal block and if your talking about nneonneos shoutbox, that one didn't work out :-\

that didn't work for me either   :o
I dont see the AVS Messenger on your site :o how come?

It can only be seen by members who have 'Contributor' status.

Quote from: Ï‚Ã'ÏŠÏ on February 25, 2007, 11:14:29 PM
Popup window?

Yup you click on 'Popup Shoutbox' then a second shoutbox will appear into a floating Popup Window.

SMF 2.0 RC3
TP 1.0 beta 5-1
Wordpress 3.0

brianjw

You mean you have to post atleast one post to see it or what?

RoarinRow

Quote from: brianjw on February 25, 2007, 11:28:08 PM
You mean you have to post atleast one post to see it or what?

Our 'Contributors' are hand picked by our Admins.  Normally, the criteria is that they have 50 posts or more, then it's subjective after that.

There is a demo box at their site - http://www.shoutmix.com/main/  It works I just tried it.

SMF 2.0 RC3
TP 1.0 beta 5-1
Wordpress 3.0

RoarinRow

This is the code I got from the shoutmix developer.  He said we can put this in a phpbox, but i didn't work.  Can someone please look at this sample code and see what it's missing:

global $user_info;// Edit configurations$shoutbox = 'http://www.shoutmix.com/?shoutmix'; // URL of shoutbox$width = '100%';$height = '360'; // without the % sign, value will be in pixels.$border = 0; // 0 for none, 1 for border.// Do not edit below this lineecho '<iframe src="' . htmlspecialchars($shoutbox) . '&name=' . htmlspecialchars($user_info['name']) . '" width="' . $width . '" height="' . $height . '" frameborder="' . $border . '" scrolling="auto"><a href="' . htmlspecialchars($shoutbox) . '">View shoutbox</a></iframe>';

I'm trying to use it in a right phpbox and all I see is the title, with nothing inside the block.

Thanks,
RoarinRow

SMF 2.0 RC3
TP 1.0 beta 5-1
Wordpress 3.0

RoarinRow

This code works.  To use it you have to make your shoutbox Public instead of Membership, then put this in a php block.  Just changes the URL to your own shoutbox account URL:

global $user_info;

// Edit configurations

$shoutbox = 'http://www.shoutmix.com/?shoutmix'; // URL of shoutbox
$width = '160';
$height = '400'; // without the % sign, value will be in pixels.
$border = 0; // 0 for none, 1 for border.

// Do not edit below this line

echo '<iframe src="' . htmlspecialchars($shoutbox) . '&name=' .
htmlspecialchars($user_info['name']) . '" width="' . $width . '"
height="' .
$height . '" frameborder="' . $border . '" scrolling="auto"><a href="'
.
htmlspecialchars($shoutbox) . '">View shoutbox</a></iframe>';


Even though this code will recongize your member's user names automatically, there is nothing to prevent them from changing to something else.

Personally, I reverted back to Membership access, which means they have to register their username via the shoutbox.

SMF 2.0 RC3
TP 1.0 beta 5-1
Wordpress 3.0

brianjw

Thanks I am testing that code right now :D

RoarinRow

Quote from: brianjw on February 26, 2007, 11:35:08 PM
Thanks I am testing that code right now :D

It does work, we just don't like the fact that people can still change their user name to something else.   :down:

SMF 2.0 RC3
TP 1.0 beta 5-1
Wordpress 3.0

This website is proudly hosted on Crocweb Cloud Website Hosting.