Quote:
Originally Posted by Madita
Hi / Merhaba
we did a upgrade to 4.1.12 - now our former postbit style doesnt work anymore.
this is your mod in my additional.css so far, which looks like this:
http://hizliresimyukle.com/view-pic-...g=361737&w=720
As you can see some minor changes I have been done:
Bu I would like to have the each option in a box.
like this, as it was before: http://img428.yukle.tc/images/1513rep-profil-yukari.jpg
And how do I add the User ID (= member No. x)
Can you help coding it please ?
(P.S: valla bu seferki kodun cok karisik geldi bana, ne yaptiysam daha da bozuyorum. Yardimci olursan cok sevinirim! Daha ?nce postbit'de yaptigim degisiklerinde hic zorluk cekmemistim - bu 4.1.12'den kaynaklaniyor galiba.
Saygilar
|
you need to be more specific on the support you need
each time you update your forum tags in templates tend to change
this will also be the same for mods that add information to the postbit_legacy template
this is the basic structure you need to follow
PHP Code:
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
Description
<dd>
content
</dd>
</div>
but this will also depend on custom styles as they will behave differenlty depending on how the tag is opened/closed
this is an example of old style
PHP Code:
<span class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
Description
<dd>
content
</dd>
</span>