Welcome to Geeklog, Anonymous Saturday, December 21 2024 @ 10:22 pm EST
Geeklog Forums
Chatterblock 3.0 Released
efarmboy
The three operating modes are:
- Static: the original look with a fixed number of posts
- Smooth Scroller: View messages with a scroller to easily display more messages. Number of messages determined by the number of hours of history set.
- iframe - auto refresh mode: This mode allows the block to operate independent and refresh automatically without requiring a main page refresh.
Users can set the refresh interval and amount of history to show. Users will see a highlighted message at top of the Message window to indicate number of private messages. Using the iframe mode with popup alerts enabled and private messages enables a basic instant messaging on your site.
All of the these features can be configured online and disabled if the site admin so desires. If enabled, users can set their own preferences including operating mode, pop-ups and amount of history to view.
Another major new feature is the Chatterlog that allows you to page thru all the chatter history and even edit your last message. Site admins will use Chatterlog to manage the messages including bulk select of messages to archive or delete them.
Many new features and changes are detailed in the install document.
The archive may be downloaded from my site www.langfamily.ca or www.squatty.com or from the My Downloads section on this site.
Enjoy,
Blaine
T1Pimp
Paul 'T1Pimp'
http://www.Huggybeer.com - Geek news with attitude
efarmboy
Looks like you found the same two issues that were also reported on squatty's site. Good news both were quick fixes. There was a lot of testing done by myself and other but a few conditions slipped by all of us
-
When the Block was on the Left and you accessed the chatterlog. The chatterlog and the block were now both visible and common code was being called twice.
- Fix is line 172 in plugins/chatterblock/functions.inc should be:
include_once($_CONF['path_html'] . "/chatterblock/include/cb_functions.php");
- Fix is line 172 in plugins/chatterblock/functions.inc should be:
- Posting a message when outside of common GL Code - such as a Staticpage up or inside your integrated gallery code.
- The fix is a change to line 85 in public_html/chatterblock/cb_main.php
$loc = $_CONF['site_url'] . "/index.php?";
Or setting$loc="#";
also works but I am not sure of the issues in use the # symbol and cross browser support.
- The fix is a change to line 85 in public_html/chatterblock/cb_main.php
Blaine
Anonymous
efarmboy
It will help to include the actuall error message
Presently there is now way to just have IP addresses on for but it's easy to modify cb_chatLog.php to allow this. Look for the check for the track_ip option to be enabled = true
if ($cb_siteconfig['track_ip'])
And add the additional check to see if they may be admin
if (($cb_siteconfig['track_ip']) || (SEC_inGroup("Root"))
Should work fine. There are three lines to change.
Blaine
Anonymous
thedude
thedude
bcbrock
~Brian
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content