Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
[plugin] [ORPHAN] bas_shout - A simple AJAX Shoutbox
I just finished a first version. Would be nice if some of you try it and give me some feedback:
Here is a demo and to show how a chat could worke, here is another.
I tested it with firefox 1.5 and opera 8.5.
Download Plugin
Download prototype.js
Download shout.js
Download shout.css
If you want to use the plugin, you have to install it and run a advanced install at extensions.
This script will add a table and some prefs to your db.
Upload Prototype.js, shout.js and shout.css to your page
After you runned the advanced install, you have to save their pathes at admin -> advanced preferences.
I go now to watch the Soccer WM.
Happy testing :)
Forget to mention: Textile is enabel for the message with livePreview as seen first at Jon Hicks
Offline
Re: [plugin] [ORPHAN] bas_shout - A simple AJAX Shoutbox
Umm….there’s not “save” button in Safari
Offline
Re: [plugin] [ORPHAN] bas_shout - A simple AJAX Shoutbox
Yeah. missing in IE as well..
Sorry, better details on these two….
Windows XP SP 2 on a fujitsu laptop. IE 6.0 (most current)
Safari 2.0.3 on OS X 10.4 (intel)
Last edited by Walker (2006-06-09 15:18:43)
Offline
Re: [plugin] [ORPHAN] bas_shout - A simple AJAX Shoutbox
Okay, because i trunk some after the 4:2 (OleOleOle), just a short response:
Thanks for testing. I wrote this one yesterday on my linux laptop, so i had no chance to test it at IE or Safari. If anyone has an idea, why it fails in IE or Safari, please let me know.
Have a good night.
Offline
Re: [plugin] [ORPHAN] bas_shout - A simple AJAX Shoutbox
So, me again.
I wrote this plugin mainly because i want to know how it can be done.
For the first time, i don’t use a plugin i have written on of my sites.
So i don’t know in which way to develop.
Does anyone want to implement to a page?
Any ideas or whishes?
Offline
Re: [plugin] [ORPHAN] bas_shout - A simple AJAX Shoutbox
To get rid of those errors, where edit the plugin and where you see: ($atts,$thing) for those functions erroring out, change to ($atts=false,$thing=false)
For the join error, you need to declare the $out array.
Find the function bas_shout_msg_list (around line 135) and under the global $prefs line add:
$out=array();
These fixes just ensure the variables have defaults and do exist prior to working on them.
-Ng_
Last edited by NotGoddess (2006-07-21 05:16:19)
Offline
#7 2006-09-09 02:27:22
- lisionosk
- Member
- From: Switzerland
- Registered: 2006-02-10
- Posts: 99
Re: [plugin] [ORPHAN] bas_shout - A simple AJAX Shoutbox
Hi!
I would love to use this plugin on my site once it was well polished and rounded off. I viewed the demo in Opera 9.* and can’t see the ‘Save’ button, either. Once that was fixed, and the shoutbox was equipped with some proper counter-spam tools, this would really kick ass. As far as I’m aware, there is no shoutbox plugin for textpattern yet, so… ;)
Offline
#8 2007-08-31 22:44:15
- creativetags
- New Member
- Registered: 2007-08-29
- Posts: 3
Re: [plugin] [ORPHAN] bas_shout - A simple AJAX Shoutbox
I’ve made some changes – mostly to fix the errors you get as soon as you install this. Code quality is still poor but maybe save someone a little time. Link to file
Offline
Re: [plugin] [ORPHAN] bas_shout - A simple AJAX Shoutbox
Perhaps i give a new try using jQuery…
Offline
#10 2007-10-14 15:26:54
- M_i
- Member
- Registered: 2006-03-05
- Posts: 122
Re: [plugin] [ORPHAN] bas_shout - A simple AJAX Shoutbox
Would it be possible to have more than one shoutbox per site, say one per article?
Are the instructions for use still online somewhere?
Last edited by M_i (2007-10-14 15:27:12)
Offline
Re: [plugin] [ORPHAN] bas_shout - A simple AJAX Shoutbox
looks like this plugin has completely disappeared :/
Offline