Jump to content

Modifica pannello informazione utente sei post

Featured Replies

In questo tutorial vi spiego come personalizzare le info sotto l'utente in un post racchiudendole in delle celle...

prima cosa dirigetevi su

ACP - Aspetto - Il tuo stile - CSS - ipb_style.css

poi successivamente una volta aperto con un editor cercate

.custom_fields {

sopra aggiungete questo

.custom_fields li {background: #FFFFFF;padding:4px;margin-top:2px;border:1px solid #DDDDDD;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;text-align:center;width:100%;}

bene la parte css è fatta,ricordo che potete cambiare lo sfondo alla voce back ground con il colore che volete,idem per il bordo alla voce border.

 

Ora andate sui ACP - Aspetto - Il tuo stile - Modelli globali- userInfoPane

apritelo con un editor e cercate

<if test="postCount:|:$author['member_id']">

sopra aggiungete

<ul class='custom_fields'>

poi cercate

</ul>    <if test="authorcfields:|:$author['custom_fields'] != """>

sovrascrivete con

</ul>    </ul><if test="authorcfields:|:$author['custom_fields'] != """>

salvate tutto ed otterrete questo risultato:

 

post-942-0-16854400-1390085444_thumb.png

 

carino vero?

 

 

 

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

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. to insert a cookie message.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.