Nieuwe functie in PM-box: Markeer PM als gelezen/ongelezen
Pagina 1 van 1• Deel
Nieuwe functie in PM-box: Markeer PM als gelezen/ongelezen
Nieuwe functie in PM-box: Markeer PM als gelezen/ongelezen |


Veel Voorkomende Problemen | Forum Gereedschap | Tutorials | Skin Aanvraag | Forum Promotie Goedkeuring | Wachtwoord Hoofd-Beheerder kwijt? | Geen ondersteuning via PM | Ondersteuningsvraag opgelost? Markeer je topic dan met het icoon

TonnyKamper heeft dit bericht gelezen
Re: Nieuwe functie in PM-box: Markeer PM als gelezen/ongelezen
Als u vóór deze update wijzigingen in de template privmsgs_body heeft aangebracht, wijzig deze dan door de onderstaande wijzigingen te volgen: Beheerderspaneel> Weergave> Templates> Bericht- en privéberichten: template privmsgs_body
- AWESOMEBB:
- Voeg toe:
- 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 -->
- 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 -->
- INVISION:
Voeg toe:- 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:
Voeg toe:- 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:
Voeg toe:- 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:
Voeg toe:- 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:
Voeg toe:- 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:
Voeg toe:- 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 -->


Veel Voorkomende Problemen | Forum Gereedschap | Tutorials | Skin Aanvraag | Forum Promotie Goedkeuring | Wachtwoord Hoofd-Beheerder kwijt? | Geen ondersteuning via PM | Ondersteuningsvraag opgelost? Markeer je topic dan met het icoon

TonnyKamper heeft dit bericht gelezen
Pagina 1 van 1
Permissies van dit forum:
Je mag geen reacties plaatsen in dit subforum