Wondering if anyone else thinks that it would be convenient to be able to post your comment or reply by hitting the return key rather than hovering over “Submit”?
]]>I made a fork of this plugin here https://github.com/flip111/schreikasten
I don’t intend to develop it any further myself. But it’s a good starting point for anyone who wants to update this plugin. Because i already made some improvements to it (see readme in github).
]]>Hi all and I hope someone is able to assist mw in resolving this “warning”. I noticed a similar post was made 3 years ago in this forum, but with no resolution.
Schreikasten plugin “Warning – Creating default object from empty value … on line 1814”
Thank you so very much!
]]>So I have a website that’s still kinda under construction and I just installed
Schreikasten and now lower case i’s are not showing up. They show up when you are editing the message.
featherfallstudios.com if you wanna check it out. Any ideas?
]]>Hi, could you please give an explicit example of a shortcode for inserting a shoutbox into a page?
I used [schreikasten:30] and the shoutbox displayed.
When I insert [schreikasten:Comments,30] only a yellow rectangle shows in the page with the shortcode shown: [schreikasten:Comments,30]
Thanks.
]]>Hi Guys, great plugin. I recently developed a new site on my server & moved to the client’s today. All seemed to be working as it should & then I noticed the live post refresh was not. If I refresh the page then the new posts show up. Any ideas why this could have happened?
Many Thanks,
Steve.
]]>Hey guys, anyone know how to display Emoji’s in the content text instead of it showing as this:
��
I’m running the latest version of wordpress?
]]>I managed to get jQuery.timeago to work with schreikasten but when someone posts a comment it disappears. Is there a way I can trigger timeago function on focus or blur or click of submit button. Currently I’ve tried these in the header:
<script>
jQuery(document).ready(function() {
jQuery("abbr.timeago").timeago();
});
</script>
<script>
jQuery(document).ready(".sk-comment").blur(function() {
jQuery("abbr.timeago").timeago();
});
</script>
<script>
jQuery(document).ready(".sk-comment").focus(function() {
jQuery("abbr.timeago").timeago();
});
</script>
<script>
jQuery(document).ready("input.sk-button").click(function() {
jQuery("abbr.timeago").timeago();
});
</script>
but none work. It only re-appears when I click on the page.
Thanks for any advise.
Hey does anyone know how to stop the noise on the site everytime someone submits a shout please? Great idea but not suitable for our site ?? https://www.codesouth.fm
]]>Hello,
i use your plugin and i changed something in the schreikasten.php.
Now i cant send messages. can u help me?
my site https://www.sparchef.de
$avatar=””;
$item=””;//Get the avatar using the specific size
if($options[‘avatar’]) {
$avatar=sk_avatar($comment->id,$av_size);
}$comment_text=sk_format_text( wp_kses( (string)$comment->text, $sk_allowed) );
$comment_text=str_replace(“<p>”, “”, $comment_text);
$comment_text=str_replace(“</p>”, “”, $comment_text);//If we have to hide this comment it’s because this is the
//section that would display the message while we ask if it’s spam.
//Then we have to set the comment part as the section that would have
//the message and the alias.
$th_alias_id = $th_text_id = “”;
if($hide) {
$th_alias_id = ” id=’th_sk_alias$rand'”;
$th_text_id = ” id=’th_sk_text$rand'”;
}/*$cp_points = “”;
if(function_exists(‘cp_displayPoints’) && $comment->user_id>=0) {
$cp_points = sprintf(” (%s)”,cp_displayPoints($comment->user_id, true, true));
}*/
$points = apply_filters(‘sk_points’, “”, $comment);//Create the comment text
$item.=”<div style=’min-height: “.$av_size.”px;’>”.”
<div class=’skwidget-comment6′>”.$avatar.” <div class=’timeshout’>(“.$comment->date.”)</div></div>
<div class=’skwidget-comment5’$th_alias_id>”.sanitize_text_field($comment->alias).$points.”</div>
<div class=’skwidget-comment4′>”.$comment_text.”</div>
<div style=’clear: both;’></div>
</div>”;if($options[‘layout’]==SK_LAYOUT_QA) {
if($replies = sk_format_replies($comment->id,$sk_canmannage,$rand)) $item.=$replies;
}//if we show avatars, use the images
$id = $comment->id;$user_id = $comment->user_id;
//Set the comment owner type
$usertype = ‘sk-user-user’;
if($user_id>0) {
$comment_user = get_userdata($user_id);
$capabilities = $comment_user->wp_capabilities; //->administrator;
if(isset($capabilities[‘author’]) && $capabilities[‘author’]==1) $usertype = ‘sk-user-author’;
if(isset($capabilities[‘editor’]) && $capabilities[‘editor’]==1) $usertype = ‘sk-user-editor’;
if(isset($capabilities[‘administrator’]) && $capabilities[‘administrator’]==1) $usertype = ‘sk-user-admin’;
}$sk_id = “id=’sk-$rand-$id'”;
$class = “class=’$divClass $usertype'”;
if($hide) {
$class = “class=’throbber-img-off’ style=’visibility: hidden;'”;
$sk_id = “id=’throbber-img$rand'”;
}if($options[‘avatar’]) {
$answer.=”\n<div $class $sk_id>
$item
</div>”;
} else { //else, it’s a list item
$answer.=”\n<li $class $sk_id>
$item
“;
}
return $answer;
}/**
* Returns the name of the owner of the comment
*
* @param int id The comment id
* @return string The name of the owner, false on error
* @access public
*/function sk_name_by_id($id)
{
global $wpdb;
$answer = false;//Get the comments to show
$table_name = $wpdb->prefix . “schreikasten”;
$sql=”SELECT alias FROM $table_name WHERE id=$id”;
$comments = $wpdb->get_results($sql);
if(is_array($comments)) {
foreach($comments as $comment) {
$answer = $comment->alias;
}
}return $answer;
}/**
* Returns the page where this comment is
*
* @param int id The comment id
* @return string The page number, false on error
* @access public
*/function sk_page_by_id($id)
{
global $wpdb;
$answer = 1;$options = get_option(‘sk_options’);
$size=$options[‘items’];//Get the comments to show
$table_name = $wpdb->prefix . “schreikasten”;
$sql=”SELECT count(*) FROM $table_name WHERE id>=$id AND status=”.SK_HAM;
if($comments = $wpdb->get_var($sql)) {
$answer = ceil($comments/$size);
}return $answer;
this and something other i changed. but i dont know what :D. plz help :/. i think i changed the something with random ?!?.
]]>Hi,
how can I change my links just to “link” word?
Now when someone posts link on chat, there is a whole looong link text diplayed.
Thank you,
Jurij
The shoutbox just disappears after 10 seconds, I’m not sure how to fix this. My website, if this can help: rinoadiary.it
]]>Hi there,
Is it possible to give only specific role the possibility to reply in the shoutbox?
Atm I can only decide on whether logged in or logged out user can reply.
Case:
The Shoutbox is always visible also for Guests.
However, only admins and a few specific roles should be able to reply as we don’t want restricted members to reply in the shoutbox.
Hallo,
ich hoffe deutsch ist ok?
Folgendes Problem, ich habe eine Kommentar-Like Funktion bzw ein Plugin, was im Schreikasten auch übernommen wurde. Finde es generell toll, dass Schreikasten im Grunde wie ein Kommentar funktioniert. Allerdings wird die Kommentar-ID nicht ermittelt, was anscheind zur Folge hat, dass es in der Datenbank nicht funktioniert.
K?nnte man das noch ?ndern? W?re super!!
Gro?es Lob an das Plugin,
Beste Grü?e,
Dani
Hi Seb
Really like your plugin, just one question as to how I can reverse the shoutbox chat so that recent comments appear at the top. Have had this request from a number of my users and think it would be very useful either to have a button to toggle the direction or some code if possible.
Thanks, Dave
]]>Hello, I would like to hide the message that is shown when only logged in users are allowed to post a comment.
I have looked through the template files and the schreikasten.php file but I couldnt figure it out.
Kind regards, Nicola
]]>Hi. When i try to see the settings this is what happens, in an infinite loop… I use wordpress 4.1. Thank you
Warning: fwrite() expects parameter 1 to be resource, null given in /www/docs/mysite.com/public_html/wp-content/plugins/schreikasten/schreikasten.php on line 439
Warning: feof() expects parameter 1 to be resource, null given in /www/docs/mysite.com/public_html/wp-content/plugins/schreikasten/schreikasten.php on line 440
Warning: fgets() expects parameter 1 to be resource, null given in /www/docs/mysite.com/public_html/wp-content/plugins/schreikasten/schreikasten.php on line 441
Warning: feof() expects parameter 1 to be resource, null given in /www/docs/mysite.com/public_html/wp-content/plugins/schreikasten/schreikasten.php on line 440
]]>I have added the widget but it simply doesn’t show on my front page…
]]>Hi,thankyou for the plugin I installed and its very nice.
I want to display most commented posts in a custom template but I need to know the meta_key to sort these posts do you have any idea?
thankyou
So I have this code to display most commented posts:
$post_by_comment = new WP_Query('orderby=comment_count&posts_per_page=16');
But I dont want to use default comments and I want to display most commented of this plugin instead
]]>Hello,
Thanks for the plugin. I want to show latest shout on home page and sidebar. Is there a way to retrieve say latest 10 shouts and view them on a widget?
If not, how can I program it?
Thanks in advance
Gungor
]]>How to add this shoutbox on the page? Thx
]]>Hi there everything seems to work in internet explorer but in chrom when you press submit in the middle of the button nothing happens.
when you press it in the lower left corner it works.
does anyone know where i can change the code to not let this happen.
your help is much appreciated. thanks.
gr jamie
Hello,
First, Schreikasten works flawless on my website.
For offline development, I copy my wordpress website to a localhost with Xampp and a backup from BackupBuddy. This process works flawless except for one error message from the plugin Schreikasten as shown below:
Warning: Creating default object from empty value in D:\MacGregor Website\Xampp\htdocs\MYCBC\wp-content\plugins\schreikasten\schreikasten.php on line 1814
I did copy the “edit” content of the plugin to an editor to find line 1814, but cannot find anything obvious. Any idea on how to resolve this is appreciated.
]]>Hi,
I’ve got a problem with Schreikasten administration. When I try to check the skmanage page I get only the admin bars and a blank page, while when I go to edit-comments.php?page=skmanage&filter=spam, everything looks OK.
Now when I try to click on “Comments” or “Approved”, I get the blank page again. The problem may be that I have nearly 40 000 total and approved comment, so there can be a problem with pagination or capacity or something. Nevertheless, I cannot effectively manage those comments.
Another clue to what is wrong may be that the submenus of wordpress admin sidebar doesn’s appear while hovering on the sidebar while I’m on those blank pages….
Can you please help me?
]]>Hi !
Is there a way to make the avatar clickable, to go to the profile ?
]]>Hi,
I started to use Schreikasten a few days ago and this is exactly what I was looking for but I couldn’t fix a problem.. when someone writes “ne” it shows up in the shoutbox as “né”.
The problem is only with the lowercase form, when we write “Ne”, it’s good.
Is there any way I could fix this?
Could you make it so the comments can be posted to the user’s twitter account at the same time they’re added to Schreikasten? Like a checkbox under the comments box and they connect to their Twitter account to post?
Thanks,
Emily
Is it be possible to have the comments scroll like the Twitter feed?
]]>Hello, I want change the language, but I don’t know how…please help. And I write Slovak translate and I want add this language to your pack, can I this?
]]>Hi,
is it possible to disable the reply function of SK from within the admin account?
]]>