Threadstarter Ribbon

Unmaintained Threadstarter Ribbon 2013-08-27

No permission to download
Summary: This will display a threadstarter ribbon in your messageuserinfo block. Bare in mind I just got lucky with this in that it works so additional support if you run into issues won't happen unless it's an easy css fix but you should be fine.

Go into you message_user_info template find

Code:
<span class="helper"></span>

add the following so it looks like so

Code:
<xen:if is="{$post.user_id} == {$thread.user_id} "><span class="helper"></span></xen:if>

Then go into your EXTRA.CSS template and paste the following

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

}

Additional info: If you don't like the ribbon displaying in the quickreply messageuserinfo add the following to EXTRA.CSS

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

And finally, upload the image in the attachment to your /icons folder.

The output of all that is as follows.

Screenshot_7.webp
Screenshot_8.webp

Latest reviews

I love it! Now there's finally a way to see who posted the content without going to the first page to check. This will be very useful for my forum and my users. Thank you very much.
Thanks a ton, works great and looks good!

To meet the 150 minimum post: It would be nice is someone could zip a bunch of the pictures together with different names all in once place.
Very great. Thanks
perfekt
One of my favorite addons! Great
Excellent stuff :)
Awesome, thanks :)
Awesome, thank you very much!
Shelley's the best. If there was a Greek goddess for Graphics, she'd be the one. Brilliant stuff, thanks!
Very very nice. Thank you!
Top Bottom