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.

Can anyone give the code for this

3 posters

Go down

In progress Can anyone give the code for this

Post by blackmambaski Sun 25 Sep 2011 - 7:16

Can anyone give the code for this 14weycy

Can anyone tell me the code for it?
avatar
blackmambaski
New Member

Posts : 9
Reputation : 0
Language : Filipino

Back to top Go down

In progress Re: Can anyone give the code for this

Post by Nera. Sun 25 Sep 2011 - 10:25

Hi,

Add the icons there like this
https://help.forumotion.com/t86303-topic-icons-how-to-add-a-solved-icon

And to make it display at that spot add this to AP > Display > Colors > CSS

Code:
dl.icon dd.dterm, dl.icon dt {
    background-position: 75% 75%;
}

Not that these are phpBB3 CSS settings.
Nera.
Nera.
Energetic

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

Back to top Go down

In progress Re: Can anyone give the code for this

Post by dmwdead909 Mon 26 Sep 2011 - 13:12

Nera. wrote:Hi,

Add the icons there like this
https://help.forumotion.com/t86303-topic-icons-how-to-add-a-solved-icon

And to make it display at that spot add this to AP > Display > Colors > CSS

Code:
dl.icon dd.dterm, dl.icon dt {
    background-position: 75% 75%;
}

Not that these are phpBB3 CSS settings.

Can you give the PunBB code too? =)
dmwdead909
dmwdead909
Forumember

Male Posts : 124
Reputation : 0
Language : English
Location : Pomona

http://lmc-forums.inmyclan.com

Back to top Go down

In progress Re: Can anyone give the code for this

Post by Guest Mon 26 Sep 2011 - 20:21

The above procedure will only work with phpBB3 boards.

It can be done on IPB2/Invision boards with some fairly simple javascript. On PunBB boards, you will need to find this entry in the topics_list_box template:

Code:
{topics_list_box.row.ICON}
and enclose it in a SPAN tag that has a class name. You'll also need to enclose the entire cell contents in a DIV tag. You could then set the DIV tag to position:relative; in the CSS, and use absolute positioning on the new SPAN tag to place the topic icon where you want in the cell.
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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