Zeile 5 | Zeile 5 |
---|
Thread.quickEdit(); Thread.initQuickReply(); Thread.initMultiQuote();
|
Thread.quickEdit(); Thread.initQuickReply(); Thread.initMultiQuote();
|
|
|
// Set spinner image $('#quickreply_spinner img').attr('src', spinner_image); });
| // Set spinner image $('#quickreply_spinner img').attr('src', spinner_image); });
|
Zeile 21 | Zeile 21 |
---|
$.each(post_ids, function(key, value) { var mquote_a = $("#multiquote_"+value).closest('a'); if(mquote_a.length)
|
$.each(post_ids, function(key, value) { var mquote_a = $("#multiquote_"+value).closest('a'); if(mquote_a.length)
|
{
| {
|
mquote_a.removeClass('postbit_multiquote').addClass('postbit_multiquote_on'); } });
| mquote_a.removeClass('postbit_multiquote').addClass('postbit_multiquote_on'); } });
|
Zeile 55 | Zeile 55 |
---|
} }); }
|
} }); }
|
|
|
var mquote_a = $("#multiquote_"+pid).closest('a') if(is_new == true) {
| var mquote_a = $("#multiquote_"+pid).closest('a') if(is_new == true) {
|
Zeile 66 | Zeile 66 |
---|
{ mquote_a.removeClass('postbit_multiquote_on').addClass('postbit_multiquote'); }
|
{ mquote_a.removeClass('postbit_multiquote_on').addClass('postbit_multiquote'); }
|
|
|
var mquote_quick = $('#quickreply_multiquote'); if(mquote_quick.length) { if(new_post_ids.length)
|
var mquote_quick = $('#quickreply_multiquote'); if(mquote_quick.length) { if(new_post_ids.length)
|
{
| {
|
mquote_quick.show(); } else
|
mquote_quick.show(); } else
|
{
| {
|
mquote_quick.hide(); } } Cookie.set("multiquote", new_post_ids.join("|")); },
|
mquote_quick.hide(); } } Cookie.set("multiquote", new_post_ids.join("|")); },
|
|
|
loadMultiQuoted: function() { if(use_xmlhttprequest == 1)
| loadMultiQuoted: function() { if(use_xmlhttprequest == 1)
|
Zeile 97 | Zeile 97 |
---|
complete: function (request, status) { Thread.multiQuotedLoaded(request, status);
|
complete: function (request, status) { Thread.multiQuotedLoaded(request, status);
|
|
|
// Get rid of spinner mquote_spinner.hide(); }
| // Get rid of spinner mquote_spinner.hide(); }
|
Zeile 120 | Zeile 120 |
---|
{ $.each(json.errors, function(i, message) {
|
{ $.each(json.errors, function(i, message) {
|
$.jGrowl(lang.post_fetch_error + ' ' + message);
| $.jGrowl(lang.post_fetch_error + ' ' + message, {theme:'jgrowl_error'});
|
}); return false; }
| }); return false; }
|
Zeile 191 | Zeile 191 |
---|
{ id = $(this).attr('id'); pid = id.replace( /[^\d.]/g, '');
|
{ id = $(this).attr('id'); pid = id.replace( /[^\d.]/g, '');
|
| $("#quickedit_" + pid + "_editreason_original").val($("#quickedit_" + pid + "_editreason").val());
|
return { editreason: $("#quickedit_" + pid + "_editreason").val() }
| return { editreason: $("#quickedit_" + pid + "_editreason").val() }
|
Zeile 199 | Zeile 200 |
---|
{ id = $(this).attr('id'); pid = id.replace( /[^\d.]/g, '');
|
{ id = $(this).attr('id'); pid = id.replace( /[^\d.]/g, '');
|
|
|
var json = $.parseJSON(values); if(typeof json == 'object')
|
var json = $.parseJSON(values); if(typeof json == 'object')
|
{
| {
|
if(json.hasOwnProperty("errors")) { $(".jGrowl").jGrowl("close");
$.each(json.errors, function(i, message) {
|
if(json.hasOwnProperty("errors")) { $(".jGrowl").jGrowl("close");
$.each(json.errors, function(i, message) {
|
$.jGrowl(lang.quick_edit_update_error + ' ' + message);
| $.jGrowl(lang.quick_edit_update_error + ' ' + message, {theme:'jgrowl_error'});
|
}); $(this).html($('#pid_' + pid + '_temp').html());
|
}); $(this).html($('#pid_' + pid + '_temp').html());
|
}
| }
|
else if(json.hasOwnProperty("moderation_post"))
|
else if(json.hasOwnProperty("moderation_post"))
|
{ $(".jGrowl").jGrowl("close");
| { $(".jGrowl").jGrowl("close");
|
$(this).html(json.message);
// No more posts on this page? (testing for "1" as the last post would be removed here)
| $(this).html(json.message);
// No more posts on this page? (testing for "1" as the last post would be removed here)
|
Zeile 227 | Zeile 228 |
---|
} else {
|
} else {
|
$.jGrowl(json.moderation_post);
| $.jGrowl(json.moderation_post, {theme:'jgrowl_success'});
|
$('#post_' + pid).slideToggle(); }
|
$('#post_' + pid).slideToggle(); }
|
}
| }
|
else if(json.hasOwnProperty("moderation_thread")) { $(".jGrowl").jGrowl("close");
|
else if(json.hasOwnProperty("moderation_thread")) { $(".jGrowl").jGrowl("close");
|
|
|
$(this).html(json.message);
|
$(this).html(json.message);
|
|
|
alert(json.moderation_thread);
|
alert(json.moderation_thread);
|
|
|
// Redirect user to forum window.location = json.url;
|
// Redirect user to forum window.location = json.url;
|
}
| }
|
else { // Change html content
| else { // Change html content
|
Zeile 283 | Zeile 284 |
---|
$('#pid_' + pid + ' textarea').attr('id', 'quickedit_' + pid); if(allowEditReason == 1 && $('#quickedit_' + pid + '_editreason').length == 0) {
|
$('#pid_' + pid + ' textarea').attr('id', 'quickedit_' + pid); if(allowEditReason == 1 && $('#quickedit_' + pid + '_editreason').length == 0) {
|
$('#quickedit_' + pid).after('<label for="editreason">' + lang.editreason + ':</label> <input type="text" class="textbox" style="margin: 6px 0;" name="editreason" size="40" maxlength="150" id="quickedit_' + pid + '_editreason" /><br />');
| edit_el = $('#editreason_' + pid + '_original').clone().attr('id','editreason_' + pid); edit_el.children('#quickedit_' + pid + '_editreason_original').attr('id','quickedit_' + pid + '_editreason'); edit_el.insertAfter('#quickedit_' + pid).show();
|
} }); });
| } }); });
|
Zeile 313 | Zeile 316 |
---|
this.quick_replying = 1; var post_body = $('#quick_reply_form').serialize();
|
this.quick_replying = 1; var post_body = $('#quick_reply_form').serialize();
|
|
|
// Spinner! var qreply_spinner = $('#quickreply_spinner'); qreply_spinner.show();
| // Spinner! var qreply_spinner = $('#quickreply_spinner'); qreply_spinner.show();
|
Zeile 327 | Zeile 330 |
---|
complete: function (request, status) { Thread.quickReplyDone(request, status);
|
complete: function (request, status) { Thread.quickReplyDone(request, status);
|
|
|
// Get rid of spinner qreply_spinner.hide(); } });
|
// Get rid of spinner qreply_spinner.hide(); } });
|
|
|
return false; },
quickReplyDone: function(request, status)
|
return false; },
quickReplyDone: function(request, status)
|
{
| {
|
this.quick_replying = 0;
var json = $.parseJSON(request.responseText); if(typeof json == 'object') { if(json.hasOwnProperty("errors"))
|
this.quick_replying = 0;
var json = $.parseJSON(request.responseText); if(typeof json == 'object') { if(json.hasOwnProperty("errors"))
|
{
| {
|
$(".jGrowl").jGrowl("close");
$.each(json.errors, function(i, message) {
|
$(".jGrowl").jGrowl("close");
$.each(json.errors, function(i, message) {
|
$.jGrowl(lang.quick_reply_post_error + ' ' + message);
| $.jGrowl(lang.quick_reply_post_error + ' ' + message, {theme:'jgrowl_error'});
|
}); $('#quickreply_spinner').hide();
|
}); $('#quickreply_spinner').hide();
|
}
| }
|
}
if($('#captcha_trow').length)
| }
if($('#captcha_trow').length)
|
Zeile 362 | Zeile 365 |
---|
{ json.data = json.data.replace(/^<captcha>(.*)<\/captcha>/, '');
|
{ json.data = json.data.replace(/^<captcha>(.*)<\/captcha>/, '');
|
if(cap[1] == "reload") { Recaptcha.reload(); } else if($("#captcha_img").length)
| if($("#captcha_img").length)
|
{ if(cap[1]) {
| { if(cap[1]) {
|
Zeile 388 | Zeile 387 |
---|
} } }
|
} } }
|
|
|
if(json.hasOwnProperty("errors")) return false;
| if(json.hasOwnProperty("errors")) return false;
|
Zeile 398 | Zeile 397 |
---|
var post = document.createElement("div");
$('#posts').append(json.data);
|
var post = document.createElement("div");
$('#posts').append(json.data);
|
|
|
if (typeof inlineModeration != "undefined") // Guests don't have this object defined $("#inlinemod_" + pid).on('change', inlineModeration.checkItem);
|
if (typeof inlineModeration != "undefined") // Guests don't have this object defined $("#inlinemod_" + pid).on('change', inlineModeration.checkItem);
|
|
|
Thread.quickEdit("#pid_" + pid);
|
Thread.quickEdit("#pid_" + pid);
|
// Eval javascript $(json.data).filter("script").each(function(e) { eval($(this).text()); });
| // Eval javascript $(json.data).filter("script").each(function(e) { eval($(this).text()); });
|
$('#quick_reply_form')[0].reset();
var lastpid = $('#lastpid');
| $('#quick_reply_form')[0].reset();
var lastpid = $('#lastpid');
|
Zeile 416 | Zeile 415 |
---|
{ lastpid.val(pid); }
|
{ lastpid.val(pid); }
|
}
| }
|
else { // Eval javascript
| else { // Eval javascript
|
Zeile 424 | Zeile 423 |
---|
eval($(this).text()); }); }
|
eval($(this).text()); }); }
|
|
|
$(".jGrowl").jGrowl("close"); },
|
$(".jGrowl").jGrowl("close"); },
|
showIgnoredPost: function(pid)
| showIgnoredPost: function(pid) { $('#ignored_post_'+pid).slideToggle("slow"); $('#post_'+pid).slideToggle("slow"); },
showDeletedPost: function(pid)
|
{
|
{
|
$('#ignored_post_'+pid).slideToggle("slow");
| $('#deleted_post_'+pid).slideToggle("slow");
|
$('#post_'+pid).slideToggle("slow"); },
| $('#post_'+pid).slideToggle("slow"); },
|
Zeile 455 | Zeile 460 |
---|
{ $.each(json.errors, function(i, message) {
|
{ $.each(json.errors, function(i, message) {
|
$.jGrowl(lang.quick_delete_error + ' ' + message);
| $.jGrowl(lang.quick_delete_error + ' ' + message, {theme:'jgrowl_error'});
|
}); } else if(json.hasOwnProperty("data"))
| }); } else if(json.hasOwnProperty("data"))
|
Zeile 465 | Zeile 470 |
---|
{ // Change CSS class of div 'post_[pid]' $("#post_"+pid).addClass("unapproved_post deleted_post");
|
{ // Change CSS class of div 'post_[pid]' $("#post_"+pid).addClass("unapproved_post deleted_post");
|
|
|
$("#quick_delete_" + pid).hide(); $("#quick_restore_" + pid).show();
|
$("#quick_delete_" + pid).hide(); $("#quick_restore_" + pid).show();
|
$.jGrowl(lang.quick_delete_success);
| $.jGrowl(lang.quick_delete_success, {theme:'jgrowl_success'});
|
} else if(json.data == 2) { // Actually deleted
|
} else if(json.data == 2) { // Actually deleted
|
$('#post_'+pid).slideToggle("slow"); $.jGrowl(lang.quick_delete_success); } else if(json.data == 3)
| $('#post_'+pid).slideToggle("slow");
$.jGrowl(lang.quick_delete_success, {theme:'jgrowl_success'}); } else if(json.data == 3)
|
{ // deleted thread --> redirect
|
{ // deleted thread --> redirect
|
if(!json.hasOwnProperty("url"))
| if(!json.hasOwnProperty("url"))
|
{
|
{
|
$.jGrowl(lang.unknown_error);
| $.jGrowl(lang.unknown_error, {theme:'jgrowl_error'});
|
}
|
}
|
|
|
// set timeout for redirect
|
// set timeout for redirect
|
window.setTimeout(function()
| window.setTimeout(function()
|
{ window.location = json.url; }, 3000);
|
{ window.location = json.url; }, 3000);
|
|
|
// print success message
|
// print success message
|
$.jGrowl(lang.quick_delete_thread_success);
| $.jGrowl(lang.quick_delete_thread_success, {theme:'jgrowl_success'});
|
}
|
}
|
} else { $.jGrowl(lang.unknown_error); } } });
| } else { $.jGrowl(lang.unknown_error, {theme:'jgrowl_error'}); } } });
|
} } });
|
} } });
|
|
|
return false; },
| return false; },
|
Zeile 531 | Zeile 536 |
---|
{ $.each(json.errors, function(i, message) {
|
{ $.each(json.errors, function(i, message) {
|
$.jGrowl(lang.quick_restore_error + ' ' + message);
| $.jGrowl(lang.quick_restore_error + ' ' + message, {theme:'jgrowl_error'});
|
}); } else if(json.hasOwnProperty("data"))
|
}); } else if(json.hasOwnProperty("data"))
|
{
| {
|
// Change CSS class of div 'post_[pid]' $("#post_"+pid).removeClass("unapproved_post deleted_post");
$("#quick_delete_" + pid).show(); $("#quick_restore_" + pid).hide();
|
// Change CSS class of div 'post_[pid]' $("#post_"+pid).removeClass("unapproved_post deleted_post");
$("#quick_delete_" + pid).show(); $("#quick_restore_" + pid).hide();
|
$.jGrowl(lang.quick_restore_success);
| $.jGrowl(lang.quick_restore_success, {theme:'jgrowl_success'});
|
} else {
|
} else {
|
$.jGrowl(lang.unknown_error);
| $.jGrowl(lang.unknown_error, {theme:'jgrowl_error'});
|
} } }); } } });
|
} } }); } } });
|
|
|
return false; },
| return false; },
|