
i will take a look to this tomorrow and will be back with an answer

Lyric wrote: ok that got the mod to begin to install but then i got this...
Warning
FIND FAILED: In file [templates/fiappleblue/modcp_body.tpl] could not find:
<input type="submit" name="unlock" class="liteoption" value="{L_UNLOCK}" />
MOD script line #378 :: FAQ :: Report
Error Detail
Critical Error
FIND FAILED: In file [templates/subSilver/modcp_body.tpl] could not find:
<td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td>
MOD script line #387
Famitsu wrote:No, it doesn'tansafa wrote:rossmcclymont wrote:OR - is it the MOD I've been waiting for that act like an Invision Power Board and put it in there when anything is DELETED?
This is what I would like to know...
When a user or moderator hits the delete button for a post, will it automatically appear in the 'trash bin'??
Ask your moderators to use bin icon instead of delete icon
otherwise you can remove delete link in viewtopic.php or replace it with bin link
something like thisCode: Select all
$topic_mod .= ( $userdata['user_level'] == ADMIN ) ? "<a href=\"modcp.$phpEx?" . POST_TOPIC_URL . "=$topic_id&mode=delete&sid=" . $userdata['session_id'] . '"><img src="' . $images['topic_mod_delete'] . '" alt="' . $lang['Delete_topic'] . '" title="' . $lang['Delete_topic'] . '" border="0" /></a> ' : "";
Code: Select all
$topic_mod .= ( $is_auth['auth_delete'] ) ? "<a href=\"modcp.$phpEx?" . POST_TOPIC_URL . "=$topic_id&mode=delete&sid=" . $userdata['session_id'] . '"><img src="' . $images['topic_mod_delete'] . '" alt="' . $lang['Delete_topic'] . '" title="' . $lang['Delete_topic'] . '" border="0" /></a> ' : "";
Code: Select all
$is_auth['auth_delete']
Code: Select all
$userdata['user_level'] == ADMIN
Code: Select all
if (!$is_auth['auth_delete'])
Code: Select all
if (!$userdata['user_level'] == ADMIN)
i don't know if it will work, but there is mod here which disable post count per forumCyberpenguin wrote: how would i make it so when i move a thead to the bin, that the posts in that thread dont count towards the users post count.
for example, a user has 100 posts, then posts 10 times in a thread. so he now has 110. then i move that thread to the bin, and now he should be back at 100
Cyberpenguin wrote: http://www.phpbb.com/phpBB/viewtopic.php?t=133022
i think this is the correct one, im gonna try it out now.
Famitsu wrote: if you apply there rules to the bin forum = no post increase for user
if you move a topic to bin, i 'guess' with this mod user's posts will be implemented -1![]()