The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to put down post number picture?

2 posters

Go down

In progress How to put down post number picture?

Post by mmägi August 22nd 2011, 11:33 am

How to add down post number picture?

Table Row Color 2 and highlight : how to make that no color only picture down it?phpbb2 using
mmägi
mmägi
Forumember

Male Posts : 402
Reputation : 4
Language : Estonia

http://royal.forumc.net/

Back to top Go down

In progress Re: How to put down post number picture?

Post by Nera. August 22nd 2011, 1:48 pm

Hi mmägi,

Can you please explain a bit your request.

You want to ad a BG picture to post or what? Confused
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: How to put down post number picture?

Post by mmägi August 22nd 2011, 5:26 pm

like there is post number etc who posted last sec let me make a picture:

these where is red boxes these backgrounds .how to make my own image there?How to put down post number picture? 111_bm10
mmägi
mmägi
Forumember

Male Posts : 402
Reputation : 4
Language : Estonia

http://royal.forumc.net/

Back to top Go down

In progress Re: How to put down post number picture?

Post by mmägi August 23rd 2011, 1:08 pm

any help`?
mmägi
mmägi
Forumember

Male Posts : 402
Reputation : 4
Language : Estonia

http://royal.forumc.net/

Back to top Go down

In progress Re: How to put down post number picture?

Post by Nera. August 23rd 2011, 1:28 pm

Hello,

May I remind you that double posting isn't tolerated unless separated by 24 hours (Use the edit button) Wink

Go to your index box and find this

Code:

      <td class="row3" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.TOPICS}</span>
      </td>
      <td class="row2" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.POSTS}</span>
      </td>

Replace it with this
Code:

      <td class="novo row3" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.TOPICS}</span>
      </td>
      <td class="novo row2" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.POSTS}</span>
      </td>

Save and publish on the Add

Than add this to CSS

Code:
.novo {
    background: url('http://r29.imgfast.net/users/3412/19/22/63/avatars/42273-14.png');
}

Change the picture and this will be your resault

How to put down post number picture? 8o9v
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: How to put down post number picture?

Post by mmägi August 25th 2011, 9:39 am

but how to make 2 different one that row 2 got other picture and row 3 got other?
mmägi
mmägi
Forumember

Male Posts : 402
Reputation : 4
Language : Estonia

http://royal.forumc.net/

Back to top Go down

In progress Re: How to put down post number picture?

Post by mmägi August 26th 2011, 9:09 am

up
mmägi
mmägi
Forumember

Male Posts : 402
Reputation : 4
Language : Estonia

http://royal.forumc.net/

Back to top Go down

In progress Re: How to put down post number picture?

Post by Nera. August 26th 2011, 4:43 pm

Sorry, I forgot about you.

AP > Display > Templates > Index_box

Replace this

Code:
      <td class="row3" align="center" valign="middle" height="50">
        <span class="gensmall">{catrow.forumrow.TOPICS}</span>
      </td>
      <td class="row2" align="center" valign="middle" height="50">
        <span class="gensmall">{catrow.forumrow.POSTS}</span>
      </td>

With this

Code:

      <td class="row3 novo1" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.TOPICS}</span>
      </td>
      <td class="row2 novo2" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.POSTS}</span>
      </td>

Than add this to CSS
Code:

.novo1 {
    background: url('http://r29.imgfast.net/users/3412/19/22/63/avatars/42273-14.png');
}
.novo2 {
    background: url('http://r29.imgfast.net/users/3412/19/22/63/avatars/42273-51.png');
}


How to put down post number picture? 8vT6
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: How to put down post number picture?

Post by mmägi August 26th 2011, 9:44 pm

but how to make the background where isat ur picture codebox codebox codebox tue 23 ... wroted? and other sidelike the topic background?
mmägi
mmägi
Forumember

Male Posts : 402
Reputation : 4
Language : Estonia

http://royal.forumc.net/

Back to top Go down

In progress Re: How to put down post number picture?

Post by Nera. August 26th 2011, 9:47 pm

1 question: Do you want the same BG for all parts?
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: How to put down post number picture?

Post by mmägi August 26th 2011, 9:57 pm

witch page? I would like to know how to change these backgrounds yes:D
mmägi
mmägi
Forumember

Male Posts : 402
Reputation : 4
Language : Estonia

http://royal.forumc.net/

Back to top Go down

In progress Re: How to put down post number picture?

Post by Nera. August 26th 2011, 10:44 pm

Index_box replace this
Code:

            <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
         <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
               <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
            </span>
         </h{catrow.forumrow.LEVEL}>
         <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
         <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
         </span>
      </td>
      <td class="row3" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.TOPICS}</span>
      </td>
      <td class="row2" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.POSTS}</span>
      </td>
      <td class="row3 over" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
      </td>
   </tr>
   <!-- END forumrow -->
   

With this
Code:
<!-- END inc -->
      <td class="drugired {catrow.forumrow.INC_CLASS}" align="center" valign="middle">
         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over trecired" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
         <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
               <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
            </span>
         </h{catrow.forumrow.LEVEL}>
         <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
         <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
         </span>
      </td>
      <td class="cetvertired row3" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.TOPICS}</span>
      </td>
      <td class="row2 petired" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.POSTS}</span>
      </td>
      <td class="sestired row3 over" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
      </td>
   </tr>
   <!-- END forumrow -->
   

Than add this to CSS and change the links

Code:
td.trecired {
background: url('http://i686.photobucket.com/albums/vv227/mollsex/Explosions/sb10069275k-001.jpg');
}
td.drugired {
background: url('http://r26.imgfast.net/users/2611/11/99/51/avatars/2-43.png');
}
td.sestired {
background: url('http://i45.servimg.com/u/f45/15/95/60/34/musica10.png');
}
td.cetvertired {
background: url('http://r29.imgfast.net/users/3412/19/22/63/avatars/15026-6.png');
}
td.petired {
background: url('http://r29.imgfast.net/users/3412/19/22/63/avatars/42273-14.png');
}

How to put down post number picture? 8wB7
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum