Knipperend PB......
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Knipperend PB......
Ik heb op een of ander forum eens gezien dat er een rood rondje gaat knipperen als je een nieuwe PB hebt (rondje staat vóór "je hebt 1 nieuw bericht") Is hier een mod voor??
ik denk het niet, in de meeste stijlen is dit leeg:
(staat in templates/jouw_stijl/jouw_stijl.cfg)
in je .tpl bestand kun je dan <img src="{PRIVMSG_IMG}"> gebruiken voor het plaatje
Code: Selecteer alles
$images['pm_new_msg'] = "";
$images['pm_no_new_msg'] = "";
in je .tpl bestand kun je dan <img src="{PRIVMSG_IMG}"> gebruiken voor het plaatje
- WebSiteNet
- Berichten: 6524
- Lid geworden op: 20 okt 2003, 16:56
- Locatie: Wieringerwerf
- Contacteer:
Het probleem is dat ik nu een popup scherm heb dus staat het anders in mijn overall_header en mijn subsilver.cfg, dit staat er nu
<script type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
en in de subsilver cfg staat
$images['pm_new_msg'] = "$current_template_images/{LANG}/pm_new.gif\" width=\"24\" height=\"25";
$images['pm_no_new_msg'] = "$current_template_images/{LANG}/pm_no_new.gif\" width=\"24\" height=\"25";
hoe moet ik het nu veranderen???
<script type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
en in de subsilver cfg staat
$images['pm_new_msg'] = "$current_template_images/{LANG}/pm_new.gif\" width=\"24\" height=\"25";
$images['pm_no_new_msg'] = "$current_template_images/{LANG}/pm_no_new.gif\" width=\"24\" height=\"25";
hoe moet ik het nu veranderen???
$images['pm_new_msg'] = "$current_template_images/{LANG}/pm_new.gif\" width=\"24\" height=\"25";
$images['pm_no_new_msg'] = "$current_template_images/{LANG}/pm_no_new.gif\" width=\"24\" height=\"25";
moet denk ik
$images['pm_new_msg'] = "$current_template_images/{LANG}/pm_new.gif";
$images['pm_no_new_msg'] = "$current_template_images/{LANG}/pm_no_new.gif"; zijn.
$images['pm_no_new_msg'] = "$current_template_images/{LANG}/pm_no_new.gif\" width=\"24\" height=\"25";
moet denk ik
$images['pm_new_msg'] = "$current_template_images/{LANG}/pm_new.gif";
$images['pm_no_new_msg'] = "$current_template_images/{LANG}/pm_no_new.gif"; zijn.
Maar wat moet ik mijn overall_header veranderen ik heb de wijziging in het subsilver.cfg aangebracht mmar krijg nog het popup scherm, wat moet ik hier in veranderen dit is mijn overall_header
<script type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
<script type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
ja dat staat er hier is hij nog een keer,
<!-- BEGIN switch_enable_pm_popup -->
<script type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
<!-- BEGIN switch_enable_pm_popup -->
<script type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->