Threadstarter Ribbon

Threadstarter Ribbon 2013-08-27

No permission to download
It worked for me a while back so unsure what is going on there. I haven't got this installed either so I can't test it for you but the css should have worked.
I just tried with the original style and the problem is the same :(

EDIT: work with that:
Code:
.thread_view .messageUserInfo .helper {
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  background: url("@imagePath/xenforo/icons/starter.png") no-repeat  transparent;
  height: 56px;
  width: 56px;
}
.quickReply .messageUserInfo .helper {display:none;}
 
Last edited:
I just tried with the original style and the problem is the same :(

EDIT: work with that:
Code:
.thread_view .messageUserInfo .helper {
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  background: url("@imagePath/xenforo/icons/starter.png") no-repeat  transparent;
  height: 56px;
  width: 56px;
}
.quickReply .messageUserInfo .helper {display:none;}

*shrugs* what is it you are wanting to do again? (sorry was half asleep this morning when i replied to you). I'm not sure what you really want me to do, I'm not installing it on my site since i don't want to start editing templates on my styles.
 
I have the same problem.
test that:
Code:
.thread_view .messageUserInfo .helper {
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  background: url("@imagePath/xenforo/icons/starter.png") no-repeat  transparent;
  height: 56px;
  width: 56px;
}
.quickReply .messageUserInfo .helper {display:none;}
 
If we use this ribbon, the STAFF ribbon is disappearing.
t9aLJGt.png
DgUnbQ3.png


How to keep both of them? and, Is the color change of AUTHOR image possible?

@Shelley
@Allan
 
What you have done, Thats The Image from Autor it's showing on The right Site ?
I just made small change in image (Attached, may someone already have done that) and change the value of "left" from -4 to 69 as below:
Code:
.thread_view .messageUserInfo .helper {
  display: block;
  position: absolute;
  top: -4px;
  left: 69px;
  background: url("@imagepath/images/icons/starter.png") no-repeat  transparent;
  height: 56px;
  width: 56px;
}
.quickReply .messageUserInfo .helper {display:none;}
 

Attachments

  • starter.webp
    starter.webp
    1.2 KB · Views: 4
ThX made :) Have you edit The Image ? I ask in this Thread to Write it in German :(
No, actually I just rotate this image, but if you need, i will ask my forum designers to do that, i will update, if i got any positive answer. :)

What editing you want in this image?
 
Some things that need fixed;

-> In PM's, the ribbon displays for both conversation users.
-> The ribbon now displays on everyone's postbit, OP or not.
 
Some things that need fixed;

-> In PM's, the ribbon displays for both conversation users.
-> The ribbon now displays on everyone's postbit, OP or not.

test this

Code:
.thread_view .messageUserInfo .helper {
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  background: url("@imagePath/xenforo/icons/starter.png") no-repeat  transparent;
  height: 56px;
  width: 56px;
}
.quickReply .messageUserInfo .helper {display:none;}
 
test this

Code:
.thread_view .messageUserInfo .helper {
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  background: url("@imagePath/xenforo/icons/starter.png") no-repeat  transparent;
  height: 56px;
  width: 56px;
}
.quickReply .messageUserInfo .helper {display:none;}


This sorted the conversation issue, but the ribbon for every poster still occurs:

91kbz.png
 
can you list your modification from the templates ?

Code:
.message .signature .bbCodeImage {
max-height: 260px;
max-width: 280px;
overflow-x: auto !important;
overflow-y: auto !important;
}

.thread_view .messageUserInfo .helper {
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  background: url("styles/images/starter.png") no-repeat  transparent;
  height: 56px;
  width: 56px;
}

.quickReply .messageUserInfo .helper {display:none;}

/*.messageUserInfo .helper  {
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  background: url("styles/images/starter.png") no-repeat  transparent;
  height: 56px;
  width: 56px;

}*/
 
Last edited:
Back
Top Bottom