Benodigd en reeds geinstalleerd:
Nationalflags 1.0.3 extensie van rmcgirr83
Uitleg: Positie verandering van de nationale vlag in topics. Toon de vlag in de avatar.
Demo:
Installatie:
Verwijder het volgende bestand :
\rmcgirr83\nationalflags\styles\prosilver\template\event\viewtopic_body_postrow_custom_fields_after.html
Maak een nieuw bestand aan :
\rmcgirr83\nationalflags\styles\prosilver\template\event\viewtopic_body_avatar_after.html
Plaats het volgende in dat bestand :
Code: Selecteer alles
<!-- IF postrow.USER_FLAG -->
<a class="flagsettings" href="{postrow.U_FLAG}">{postrow.USER_FLAG}</a>
<!-- ENDIF -->
\rmcgirr83\nationalflags\styles\prosilver\theme\flags.css
Plaats het volgende aan het einde.
Code: Selecteer alles
/* Extra settings to place the flag over the avatar */
.avatar-container {
position: relative;
}
.flagsettings {
position:absolute;
right: 5px;
}
@media (max-width: 700px) {
.flagsettings {
right: 20px;
}
}
(Note: Waarschijnlijk dien je nog te spelen met right: 5px en right: 20px voor verschillende stijlen)