Dit moi dans la présentation c'est possible d'ajouté l'icône du navigateur
Merci d'avance pour ton aide

► PCA > UTILISATEURS ET GROUPES > UTILISATEURS > Champs de profil personnalisés
Code: Tout sélectionner
<!-- BEGIN custom_fields -->
<!-- IF not postrow.custom_fields.S_PROFILE_CONTACT -->
<dd class="profile-custom-field profile-{postrow.custom_fields.PROFILE_FIELD_IDENT}"><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}{L_COLON}</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
<!-- ENDIF -->
<!-- END custom_fields -->
Code: Tout sélectionner
<!-- BEGIN custom_fields -->
<dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong>{postrow.custom_fields.PROFILE_FIELD_VALUE}
<!-- IF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Safari" --> <br> <img src="url du forum/images/navigateur/safari.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Opéra" --> <br> <img src="url du forum/images/navigateur/opera.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Google Chrome" --> <br> <img src="url du forum/images/navigateur/chrome.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Internet Explorer" --> <br> <img src="url du forum/images/navigateur/explorer.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Brave" --> <br> <img src="url du forum/images/navigateur/brave.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Firefox" --> <br> <img src="url du forum/images/navigateur/firefox.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "SRWare Iron" --> <br> <img src="url du forum/images/navigateur/iron.png" />
<!-- ENDIF --></dd>
<!-- END custom_fields -->
Code: Tout sélectionner
<!-- BEGIN custom_fields -->
<dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong>{postrow.custom_fields.PROFILE_FIELD_VALUE}
<!-- IF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Safari" --> <br> <img src="url du forum/images/navigateur/safari.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Opéra" --> <br> <img src="url du forum/images/navigateur/opera.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Google Chrome" --> <br> <img src="url du forum/images/navigateur/chrome.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Internet Explorer" --> <br> <img src="url du forum/images/navigateur/explorer.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Brave" --> <br> <img src="url du forum/images/navigateur/brave.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Firefox" --> <br> <img src="url du forum/images/navigateur/firefox.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "SRWare Iron" --> <br> <img src="url du forum/images/navigateur/iron.png" />
<!-- ENDIF --></dd>
<!-- END custom_fields -->
Code: Tout sélectionner
<!-- BEGIN custom_fields -->
<dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong>{postrow.custom_fields.PROFILE_FIELD_VALUE}
<!-- IF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Safari" --> <br> <img src="https://sos-pc-depannage.fr/images/navigateur/safari.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Opéra" --> <br> <img src="https://sos-pc-depannage.fr/images/navigateur/opera.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Google Chrome" --> <br> <img src="https://sos-pc-depannage.fr//images/navigateur/chrome.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Internet Explorer" --> <br> <img src="https://sos-pc-depannage.fr//images/navigateur/explorer.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Brave" --> <br> <img src="https://sos-pc-depannage.fr//images/navigateur/brave.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Firefox" --> <br> <img src="https://sos-pc-depannage.fr//images/navigateur/firefox.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "SRWare Iron" --> <br> <img src="https://sos-pc-depannage.fr//images/navigateur/iron.png" />
<!-- ENDIF --></dd>
<!-- END custom_fields -->
Code: Tout sélectionner
<!-- BEGIN custom_fields -->
<dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong>{postrow.custom_fields.PROFILE_FIELD_VALUE}
<!-- IF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Safari" --> <br> <img src="https://sos-pc-depannage.fr/images/navigateur/safari.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Opéra" --> <br> <img src="https://sos-pc-depannage.fr/images/navigateur/opera.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Google Chrome" --> <br> <img src="https://sos-pc-depannage.fr//images/navigateur/chrome.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Internet Explorer" --> <br> <img src="https://sos-pc-depannage.fr//images/navigateur/explorer.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Brave" --> <br> <img src="https://sos-pc-depannage.fr//images/navigateur/brave.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "Firefox" --> <br> <img src="https://sos-pc-depannage.fr//images/navigateur/firefox.png" />
<!-- ELSEIF postrow.custom_fields.PROFILE_FIELD_VALUE eq "SRWare Iron" --> <br> <img src="https://sos-pc-depannage.fr//images/navigateur/iron.png" />
<!-- ENDIF --></dd>
<!-- END custom_fields -->
Code: Tout sélectionner
<img src="https://sos-pc-depannage.fr//images/navigateur/iron.png" />