Thread Content
1. After a post that has been rated (including positive and negative scores) is moved to the recycle bin, will the rated points disappear when the recycle bin is emptied? 2. Perform the same management operation on two posts. If you select them together and operate them separately, will the number of management times be 1 for the former and 2 for the latter? function __ RP_Callback_Helper(str, strCallbackEvent, splitSize, func){var event = null;if (strCallbackEvent){event = document.createEvent('Events');event.initEvent(strCallbackEvent, true, true);}if (str && str.length > 0){var splitList = str.split('|');var strCompare = str;if (splitList.length == splitSize)strCompare = splitList;var pluginList = document.plugins;for (var count = 0; count < pluginList.length; count++){var sSrc = '';if (pluginList && pluginList.src)sSrc = pluginList.src;if (strCompare.length > = sSrc.length){if (strCompare.indexOf(sSrc) != -1){func(str, count, pluginList, splitList);break;}}}}if (strCallbackEvent)document.body.dispatchEvent(event);}function __ RP_Coord_Callback(str){var func = function(str, index, pluginList, splitList){pluginList.__ RP_Coord_Callback = str;pluginList.__ RP_Coord_Callback_Left = splitList;pluginList.__ RP_Coord_Callback_Top = splitList;pluginList.__ RP_Coord_Callback_Right = splitList;pluginList.__ RP_Coord_Callback_Bottom = splitList;};__ RP_Callback_Helper(str, 'rp-js-coord-callback', 5, func);}function __ RP_Url_Callback(str){var func = function(str, index, pluginList, splitList){pluginList.__ RP_Url_Callback = str;pluginList.__ RP_Url_Callback_Vid = splitList;pluginList.__ RP_Url_Callback_Parent = splitList;};__ RP_Callback_Helper(str, 'rp-js-url-callback', 3, func);}function __ RP_TotalBytes_Callback(str){var func = function(str, index, pluginList, splitList){pluginList.__ RP_TotalBytes_Callback = str;pluginList.__ RP_TotalBytes_Callback_Bytes = splitList;};__ RP_Callback_Helper(str, null, 2, func);}function __ RP_Connection_Callback(str){var func = function(str, index, pluginList, splitList){pluginList.__ RP_Connection_Callback = str;pluginList.__ RP_Connection_Callback_Url = splitList;};__ RP_Callback_Helper(str, null, 2, func);}
I am very familiar with this version of the Haichuan Forum, although I have never worked as a general editor or administrator in Haichuan. 1. Ratings are based on the existence of posts. If the posts are gone, the ratings will definitely be gone. This backend is generally set up like this. The backend can also be set up so that topic posts are deleted and reply posts are deleted together, but it does not affect the number of posts by the replyers. This function can be implemented, but Haichuan does not set it up this way. 2. If N posts are selected for the same management operation, such as pinning, the operator will record one management operation. ; If the same post is managed N times, even if it is the same management operation, it will be counted as N times of management. I am wrong. Please correct me!
The ratings (both positive and negative) of posts that have been emptied from the recycle bin will be lost.
Thank you both for your answers, haha, but I don’t have the right to rate here.
Then it would be meaningless to deduct points for repeated postings and then move it to the recycling bin. It will still be returned to others. :'( :'(
The big money giver upstairs, since they have changed (dealt with it) after being fined, it should give some encouragement, and they should focus on treating diseases and saving people! :loveliness: Still a big money giver! :) So stingy ;P ;P
This should be retained. The default setting of the forum is to retain it, including the deletion of topic posts, and the reply posts will not be deleted. It will not affect the number of posts by the reply person, but the reply posts do not exist in the forum, and the number of posts has not been changed.