MyBB Community Forums

Full Version: Thread starter not showing on posbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
https://community.mybb.com/mods.php?action=view&pid=371

thread starter not showing on postbit anyone know how to fix .. help me 

Thank you
(2019-11-28, 08:35 AM)kuttysoft Wrote: [ -> ]https://community.mybb.com/mods.php?action=view&pid=371

thread starter not showing on postbit anyone know how to fix .. help me 

Thank you

I'll check it Wink
Fixed : change to image thread starter
OK....I've tested it...I have to fix a PHP 7.2 -> installation issue but it works.
[attachment=42348]

(2019-11-28, 08:53 AM)kuttysoft Wrote: [ -> ]Fixed : change to image thread starter

You also could set a thread starter text string and style it with CSS class "ts_text"
(2019-11-28, 09:01 AM)SvePu Wrote: [ -> ]OK....I've tested it...I have to fix a PHP 7.2 -> installation issue but it works.


(2019-11-28, 08:53 AM)kuttysoft Wrote: [ -> ]Fixed : change to image thread starter

You also could set a thread starter text string and style it with CSS class "ts_text"

bro give me small thread starter png image 

Thank you
Copy this at the end of theme global.css and you don't need an image Wink
.ts_text {
    display: inline-block;
    color: red;
    border: 1px solid red;
    padding: 3px 5px;
    margin: 5px auto 10px;
}

.ts_text a {
    color: red;
    text-decoration:none;
}
wow Thank You sir its awesome
I have installed this plugin but the thread starter image or text isn't visibile.

I think the related variable is missing,so, could you let me know the name of the variable should i add manually to the postbit template?

Thanks a lot.

Solved by using {$post['threadstarter']} in postbit template.