Jump to content

Recommended Posts

Posted

Pentru problema 1:
Mai întâi de toate du-te la ipb_styles.css. , si tasteaza CTRL+F si cauta codul acesta:

.ipsUserPhotoLink:hover
.ipsUserPhoto {

Eliminați tot codul dintre acolade {} și introduceți acest cod:

-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
o-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
Posted

Mai intii incarci imaginile in public_html/public/style_extra/team_icons.
Pe urma pergem in ACP/Members/Manager Member Group/Edit grup (oricare vrei tu)/Group Icon Image,aici vei pune urmatorul cod:
public/style_extra/team_icons/admin.png
in loc de admin.png pui denumirea fotografiei care doresti sa fie sub avatar.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.