Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Themes
Author Message
PaoloIV
New Member
New Member



Joined: Mar 20, 2005
Posts: 15

PostPosted: Sat Mar 26, 2005 8:43 am Reply with quote

ok I have a little problem, I'm editing the forums of chronicles adding my own images now there are 3 things I want to do

ok let's begin here's the code

Code:
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">

  <tr>
        <td align="left" valign="bottom"><span class="gensmall">
        <!-- BEGIN switch_user_logged_in -->
        {LAST_VISIT_DATE}<br />
        <!-- END switch_user_logged_in -->
        {CURRENT_TIME}<br /></span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
        <td align="right" valign="bottom" class="gensmall">
                <!-- BEGIN switch_user_logged_in -->
                <a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br /><a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br />
                <!-- END switch_user_logged_in -->
                <a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
  </tr>
</table>

<table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline">
  <tr>
        <th colspan="2" class="thCornerL" height="25" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
        <th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
        <th width="50" class="thTop" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
        <th class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
  </tr>
  <!-- BEGIN catrow -->
  <tr>
        <td class="catLeft" colspan="2" height="28"><span class="cattitle"><a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
        <td class="rowpic" colspan="3" align="right">&nbsp;</td>
  </tr>
  <!-- BEGIN forumrow -->
  <tr>
        <td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" cellspacing="22" width="32" height="32" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
        <td class="row1" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
          </span> <span class="gentblmed">{catrow.forumrow.FORUM_DESC}<br />
          </span><span class="gentblsmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
        <td class="row2" align="center" valign="middle" height="50"><span class="gentblsmall">{catrow.forumrow.TOPICS}</span></td>
        <td class="row2" align="center" valign="middle" height="50"><span class="gentblsmall">{catrow.forumrow.POSTS}</span></td>
        <td class="row1" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gentblsmall">{catrow.forumrow.LAST_POST}</span></td>
  </tr>
  <!-- END forumrow -->
  <!-- END catrow -->
</table>

<table width="100%" cellspacing="0" border="0" align="center" cellpadding="0">
  <tr>
        <td align="left"><span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span></td>
        <td align="right"><span class="gensmall">{S_TIMEZONE}</span></td>
  </tr>
</table>

<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  <tr>
        <td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td>
  </tr>
  <tr>
        <td class="row1" align="center" valign="middle" rowspan="2"><img src="themes/Chronicles/forums/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
        <td class="row1" align="left" width="100%"><span class="gentblsmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span>
        </td>
  </tr>
  <tr>
        <td class="row1" align="left"><span class="gentblsmall">{TOTAL_USERS_ONLINE} &nbsp; [ {L_WHOSONLINE_ADMIN} ] &nbsp; [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
  </tr>
</table>

<table width="100%" cellpadding="1" cellspacing="1" border="0">
        <tr><td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td></tr>
</table>

<!-- BEGIN switch_user_logged_out -->

<!-- END switch_user_logged_out -->

<br clear="all" />

<table cellspacing="0" border="0" align="center" cellpadding="1" bgcolor="#000000">
        <tr>
        <td>
        <table cellspacing="3" border="0" align="center" background="themes/Chronicles/forums/images/gen_background.jpg">
          <tr>
                <td width="46" height="46" align="center"><img src="themes/Chronicles/forums/images/folder_new_big.gif" alt="{L_NEW_POSTS}"/></td>
                <td><span class="gentblsmall">{L_NEW_POSTS}</span></td>
                <td>&nbsp;&nbsp;</td>
                <td width="46" height="46" align="center"><img src="themes/Chronicles/forums/images/folder_big.gif" alt="{L_NO_NEW_POSTS}" /></td>
                <td><span class="gentblsmall">{L_NO_NEW_POSTS}</span></td>
                <td>&nbsp;&nbsp;</td>
                <td width="46" height="46" align="center"><img src="themes/Chronicles/forums/images/folder_locked_big.gif" alt="{L_FORUM_LOCKED}" /></td>
                <td><span class="gentblsmall">{L_FORUM_LOCKED}</span></td>
          </tr>
        </table>
        </td>
        </tr>
</table>


now here's the image of what I want to be modded

Image

and the site http://www.meryrose.altervista.org/html/modules.php?name=Forums


ok here's my explanation of the 3 problems

1: there's a black spacer of 1 pixel wich goes all around the forum module, it's between the paper frame and the paper inside, I would like it to be removed

2: you see the Forum group name bar? it's splitted in the middle, is there a way to take away that little black spacer?

3: The left icon of the forum, you see it has a spacer on the upper and the lower side but no spacer on the left and the right, I would like to have space on the right and left too.

Thanks for the help

Paolo
 
View user's profile Send private message
jaded
Theme Guru



Joined: Nov 01, 2003
Posts: 1006

PostPosted: Sat Mar 26, 2005 10:46 am Reply with quote

please provide a link to the entire theme or theme/pack that you are using. exactly as you are using it now. Thanks

_________________
Themes BB Skins [ Only registered users can see links on this board! Get registered or login! ]
Graphic Tees [ Only registered users can see links on this board! Get registered or login! ]
Paranormal Tees [ Only registered users can see links on this board! Get registered or login! ]
Ghost Stories & More [ Only registered users can see links on this board! Get registered or login! ] 
View user's profile Send private message Visit poster's website
PaoloIV







PostPosted: Sat Mar 26, 2005 11:40 am Reply with quote

you mean you want me to zip it and link it here?
 
jaded







PostPosted: Sat Mar 26, 2005 3:06 pm Reply with quote

yes
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Themes

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©