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.

new icon

2 posters

Go down

In progress new icon

Post by GummyBear November 17th 2013, 7:58 pm

Can someone help me how to add a new icon when there is a new topic created just like this

new icon Q12

my forum version is punbb
http://muonline.forums.com.bz
avatar
GummyBear
Forumember

Posts : 71
Reputation : 2
Language : English

http://haxactivity.forum.com.bz

Back to top Go down

In progress Re: new icon

Post by Ange Tuteur November 18th 2013, 10:39 pm

Hello GummyBear,

You could add that by checking for the new posts image.

Administration Panel > Modules > HTML & JAVASCRIPT > Javascript codes management

Create a new javascript
Name: What you wish
Placement: In the homepage
Source:
Code:
jQuery(function () {
jQuery('.tcl:has(img[src="IMAGE"])').prepend('<span class="newPosts">NEW</span>');
});
For the script to work you need to place you image displayed when new posts are made here:
.tcl:has(img[src="IMAGE"])

When finished save.  thumright 

Now go to CSS
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet

Paste the codes below and submit.
Code:
.newPosts{
float:right;
padding:5px;
margin-right:5px;
border-radius:5px;
color:#ff5;
background:#AAA;
box-shadow:0px 6px 6px rgba(255,255,255, 0.1) inset, 0px -6px 6px rgba(0,0,0, 0.1) inset;
}
The result:
new icon Captu127
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: new icon

Post by GummyBear November 19th 2013, 8:07 am

i think its not an image
check this
http://coding-spot.darkbb.com/f15-garbage
avatar
GummyBear
Forumember

Posts : 71
Reputation : 2
Language : English

http://haxactivity.forum.com.bz

Back to top Go down

In progress Re: new icon

Post by GummyBear November 20th 2013, 5:19 am

Up
avatar
GummyBear
Forumember

Posts : 71
Reputation : 2
Language : English

http://haxactivity.forum.com.bz

Back to top Go down

Back to top

- Similar topics

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