New : Mark PM as read / unread
Page 1 of 1
New : Mark PM as read / unread
New feature in PM box : Mark PM as read / unread |
A Forumotion Important Announcement |
skouliki, SLGray, TonnyKamper, MattiaDes, trajce, TheCrow, zzlasperpen and like this post
Re: New : Mark PM as read / unread
If you made any changements in the template privmsgs_body before this update, please modify it by following the modifications below :
Administration Panel > Display > Template > Post & Private Messages : template privmsgs_body
Administration Panel > Display > Template > Post & Private Messages : template privmsgs_body
- awesomeBB:
ADD THIS :- Code:
<!-- BEGIN switch_mark_as_read -->
<input class="btn btn-default" type="submit" name="mark_as_read" value="{switch_mark_as_read.L_MARK_AS_READ}" />
<input class="btn btn-default" type="submit" name="mark_as_unread" value="{switch_mark_as_read.L_MARK_AS_UNREAD}" />
<!-- END switch_mark_as_read -->
- Code:
<!-- BEGIN switch_save -->
<input class="btn btn-default" type="submit" name="save" value="{L_SAVE_MARKED}" />
<!-- END switch_save -->
- invision:
ADD THIS :- Code:
<!-- BEGIN switch_mark_as_read -->
<input class="button" type="submit" name="mark_as_read" value="{switch_mark_as_read.L_MARK_AS_READ}" />
<input class="button" type="submit" name="mark_as_unread" value="{switch_mark_as_read.L_MARK_AS_UNREAD}" />
<!-- END switch_mark_as_read -->
- Code:
<!-- BEGIN switch_move_profile -->
<input type="submit" name="moveprofile" value="{L_MOVE_PROFILE_MARKED}" class="button" />
<!-- END switch_move_profile -->
- mobi_modern:
ADD THIS :- Code:
<!-- BEGIN switch_mark_as_read -->
<input class="btn" type="submit" name="mark_as_read" value="{switch_mark_as_read.L_MARK_AS_READ}" />
<input class="btn" type="submit" name="mark_as_unread" value="{switch_mark_as_read.L_MARK_AS_UNREAD}" />
<!-- END switch_mark_as_read -->
- Code:
<!-- BEGIN switch_move_profile -->
<input class="btn" type="submit" name="moveprofile" value="{L_MOVE_PROFILE_MARKED}" />
<!-- END switch_move_profile -->
- modernBB:
ADD THIS :- Code:
<!-- BEGIN switch_mark_as_read -->
<input class="button1" type="submit" name="mark_as_read" value="{switch_mark_as_read.L_MARK_AS_READ}" />
<input class="button1" type="submit" name="mark_as_unread" value="{switch_mark_as_read.L_MARK_AS_UNREAD}" />
<!-- END switch_mark_as_read -->
- Code:
<!-- BEGIN switch_move_profile -->
<input class="button1" type="submit" name="moveprofile" value="{L_MOVE_PROFILE_MARKED}" />
<!-- END switch_move_profile -->
- phpBB3:
ADD THIS :- Code:
<!-- BEGIN switch_mark_as_read -->
<input class="button2" type="submit" name="mark_as_read" value="{switch_mark_as_read.L_MARK_AS_READ}" />
<input class="button2" type="submit" name="mark_as_unread" value="{switch_mark_as_read.L_MARK_AS_UNREAD}" />
<!-- END switch_mark_as_read -->
- Code:
<!-- BEGIN switch_move_profile -->
<input class="button1" type="submit" name="moveprofile" value="{L_MOVE_PROFILE_MARKED}" />
<!-- END switch_move_profile -->
- punBB:
ADD THIS :- Code:
<!-- BEGIN switch_mark_as_read -->
<input type="submit" name="mark_as_read" value="{switch_mark_as_read.L_MARK_AS_READ}" />
<input type="submit" name="mark_as_unread" value="{switch_mark_as_read.L_MARK_AS_UNREAD}" />
<!-- END switch_mark_as_read -->
- Code:
<!-- BEGIN switch_move_profile -->
<input type="submit" name="moveprofile" value="{L_MOVE_PROFILE_MARKED}" />
<!-- END switch_move_profile -->
- phpBB2:
ADD THIS :- Code:
<!-- BEGIN switch_mark_as_read -->
<input class="liteoption" type="submit" name="mark_as_read" value="{switch_mark_as_read.L_MARK_AS_READ}" />
<input class="liteoption" type="submit" name="mark_as_unread" value="{switch_mark_as_read.L_MARK_AS_UNREAD}" />
<!-- END switch_mark_as_read -->
- Code:
<!-- BEGIN switch_move_profile -->
<input class="mainoption" type="submit" name="moveprofile" value="{L_MOVE_PROFILE_MARKED}" />
<!-- END switch_move_profile -->
Ape, SLGray, SarkZKalie, TonnyKamper, MattiaDes, trajce, TheCrow and like this post
Similar topics
» Don't mark old unread private messages as new
» Mark topic read
» Permanent mark topic read
» Auto mark notifications read
» Mark PM as read function modification
» Mark topic read
» Permanent mark topic read
» Auto mark notifications read
» Mark PM as read function modification
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum