You are not logged in.
- Topics: Active | Unanswered
Pages: 1
#1 2013-01-09 10:32:35
- bibiyanki
- Member
- Registered: 2013-01-08
- Posts: 18
- Website
update shifmod for 1.2
hello friend
:i have update shifmod
the mod you can select more than one topic when you moderate when you click+shift (select all topic)
sorry for my english i'm french but is interesting mod!
just add template moderate.tpl
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
<script type="text/javascript" src="include/shiftclick.js"></script>
and in moderate.php
find
<input type="checkbox" name="posts['.$cur_post['id'].']" value="1" />'
and change with
<input type="checkbox" name="posts['.$cur_post['id'].\']" value="1" class="chkbox" id="id_chk_'.$post_count.'" />',
<input type="checkbox" name="topics[<?php echo $cur_topic['id'] ?>]" value="1" />'
and change with
<input type="checkbox" name="topics[<?php echo $cur_topic['id'] ?>]" value="1" class="chkbox" id="id_chk_<?php echo $topic_count; ?>" />
it's all^^
Offline
Pages: 1