Internet και Δίκτυα

IPB Προεπιλεγμένο avatar ανάλογα με το φίλο

05/06/2013 05:31 μμ | sylvester73 από sylvester73


Καλησπέρα

Πάμε να δούμε πως με βάση το φύλο που έχει επιλέξει ο χρήστης θα έχει και το αντίστοιχο avatar. Θα πρέπει να ανεβάσετε τρεις εικόνες, σε κάθε φάκελο από τα σκιν σας.

 

Η εικόνες θα έχουν της παρακάτω ονομασίες

 

defaultav.gif

femaleav.gif

maleav.gif

 

Μετά πηγαίνετε ACP-Look&Feel-επιλεξτε το σκιν που θέλετε

 

πατήστε στο Global Templates-UserInfoPane.

 

Βρειτε το παρακάτω

><if test="avatar:|:$author['member_id'] AND $author['avatar']"><li class='avatar'><ahref="{parse url="showuser={$author['member_id']}"template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}">{$author['avatar']}</a></li><else /><li class='avatar'>{$author['avatar']}</li></if>

Και κάντε το αντικατάσταση με αυτό εδώ

><if test="avatar:|:$author['member_id'] AND !$author['avatar']"><if test="gender:|:$author['field_5'] == 'f'"><liclass='avatar'><a href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}"><imgsrc="{style_images_url}/femaleav.gif"></a></li></if><if test="gender:|:$author['field_5'] == 'm'"><liclass='avatar'><a href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}"><imgsrc="{style_images_url}/maleav.gif"></a></li></if><if test="gender:|:$author['field_5'] != ''"><liclass='avatar'><a href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}"><imgsrc="{style_images_url}/defaultav.gif"></a></li></if></if><if test="avatar:|:$author['member_id']AND $author['avatar']"><li class='avatar'><ahref="{parse url="showuser={$author['member_id']}"template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}">{$author['avatar']}</a></li><else /><li class='avatar'>{$author['avatar']}</li></if>

Κάντε αποθήκευση και ετοιμο!!