Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nubits

Pages: [1]
1
Mods & Plugins (Releases & Support) / Re: [MOD] Last comments v1
« on: July 15, 2006, 10:55:21 PM »
I solve my problem... If somebody is interested, I can explain it... PM me :D

2
Hi everybody... I just installed the V@no's MOD Last Comments v1.0. It works great, but I dont want to see it in home.html. I want to put a link in user_logininfo.html above "logout" for example and to open other page (with the same template layout and design) with the last comments. The same result as in the home.html, but in other page. I tryed, but the new page shows only text and {...} functions?!? Please Help me... I searched the forum, but didnt find solution.

3
Templates & Styles (Requests & Discussions) / Re: Custom borders
« on: June 30, 2006, 01:54:23 PM »
I saw this thread and understood it, but where should I paste the html code to create a shadow (border) on the thumbnails? I did it only for the detailed view of a image? :cry:

This is my part of the code for details.html

Code: [Select]
<table align="center" border="0" cellpadding="0" cellspacing="0">
  <tbody><tr>
    <td align="right" valign="bottom"> <img src="{template_url}/images/table_09.gif" alt="" height="5" width="8"></td>
    <td background="{template_url}/images/table_10.gif"></td>
    <td align="left" valign="bottom"> <img src="{template_url}/images/table_13.gif" alt="" height="5" width="11"></td>
  </tr>
  <tr>
    <td align="right" background="{template_url}/images/table_23.gif" valign="top"><img src="{template_url}/images/table_23.gif" height="6" width="8">
    </td>
    <td>{image}
    <td background="{template_url}/images/table_27.gif">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top"> <img src="{template_url}/images/table_37.gif" alt="" height="11" width="8"></td>
    <td align="left" background="{template_url}/images/table_38.gif" valign="top"><img src="{template_url}/images/spacer.gif" height="11" width="1"></td>
    <td valign="top"> <img src="{template_url}/images/table_41.gif" alt="" height="11" width="11"></td>
  </tr>
</tbody></table>

Pages: [1]