Zitat
Original von Terror
wenn man die grafiken hat, braucht man eigentlich nur noch die attachment templates bearbeiten, den rahmen den ich hier auf die schnelle reingebastelt habe ist ein einfaches fieldset.
frag am besten mal bei denen direkt, ob es die oder den ganzen hack dort zum dl gibt.
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
<if($attachmentbit != '')><then> <br /><br /> <table align="center" width="98%" cellpadding="4" cellspacing="1" class="tableinborder"> <tr> <td align="left" class="tablecat"><span class="smallfont"><b>$LANG_THREAD_ATTACHMENT</b></span></td> </tr> <tr class="normalfont"> <td class="inposttable" align="left">$attachmentbit</td> </tr> </table></then></if> <br /><br /><br /> <fieldset> <if($attachmentbit_img_thumbnails != '')><then> <p><span class="normalfont">$LANG_THREAD_ATTACHMENT_IMAGE_THUMBNAIL</span><br /> $attachmentbit_img_thumbnails </p> </then></if> </fieldset> <if($attachmentbit_img_small != '')><then> <p><span class="normalfont">$LANG_THREAD_ATTACHMENT_IMAGE_SMALL</span><br /> $attachmentbit_img_small </p> </then></if> <if($attachmentbit_img != '')><then> <p><span class="normalfont">$LANG_THREAD_ATTACHMENT_IMAGE</span><br /> $attachmentbit_img </p> </then></if> |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Tights« (18. September 2008, 11:43)
Forensoftware: Burning Board® 3.1.7, entwickelt von WoltLab® GmbH