BBSmiley.com  - Staff have posted Ribbons (small)

BBSmiley.com - Staff have posted Ribbons (small) v1

No permission to download

Shelley

Well-known member
Shelley submitted a new resource:

Staff have posted Ribbons (small) - Smaller staff have posted ribbons.

View attachment 55435 View attachment 55436 View attachment 55437 View attachment 55438 View attachment 55439
View attachment 55440 View attachment 55441 View attachment 55442 View attachment 55443 View attachment 55444


Summary: This enhancement will display a ribbon on the messageuserinfo in staff posts. These are smaller ribbons than the larger ribbon resource I submitted so if your wanting something bigger :P then these...

Read more about this resource...
 
Very nice enhancements you've released over the past few days! Nice job... (y) (As usual)
 
Not working in Conversation (showing ribbon to all participants)!!!

look at my conversation.

Welcome_to_Digital_Buzzy_Forum_Digital_Buzzy_For.png
 
no idea what to do: anyway i just added .thread_view ti EXTRA.css

still ribbon is showing!
Replace:
Code:
.message.staff .messageUserInfo .helper  {
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  content: "";
  background: url("@imagePath/xenforo/icons/staff-ribbon-posted-cyan.png") no-repeat  transparent;
  height: 60px;
  width: 60px;

}

By:
Code:
.thread_view .message.staff .messageUserInfo .helper  {
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  content: "";
  background: url("@imagePath/xenforo/icons/staff-ribbon-posted-cyan.png") no-repeat  transparent;
  height: 60px;
  width: 60px;

}
 
Top Bottom