MyBB Requests

Thread Starter/OP

Submitted by Lucidious, , Thread ID: 12316

Thread Closed
Member
Supreme
Level:
0
Reputation:
28
Posts:
185
Likes:
15
Credits:
10
03-11-2015, 03:53 PM
#1
I was wondering how to make a threadstarter ribbon or tag? Like, one that says OP or like Nulled has it.
Nah

RE: Thread Starter/OP

Natsu
Divine One
Divine
Level:
0
Reputation:
151
Posts:
5.78K
Likes:
226
Credits:
9.22K
03-11-2015, 03:57 PM
#2
03-11-2015, 03:53 PM
LucidiousXIV Wrote:
I was wondering how to make a threadstarter ribbon or tag? Like, one that says OP or like Nulled has it.

Here's a simple one I found for 1.8
http://community.mybb.com/mods.php?action=view&pid=371

I guess you'd just have to edit it to your liking?
| Upgrades: 6 | #2 All Time Poster | 100+ Reputation |

RE: Thread Starter/OP

Addicted
Freak
Divine
Level:
0
Reputation:
105
Posts:
2.77K
Likes:
130
Credits:
9.94K
03-11-2015, 03:59 PM
This post was last modified: 03-11-2015, 04:04 PM by Addicted
#3
You could just use this in a template with the conditionals plugin:

PHP Code:
<if $post['uid'] == $thread['uid'then>
<
divThread Starter</div
</if> 

You can style it in the div

RE: Thread Starter/OP

Member
Supreme
Level:
0
Reputation:
28
Posts:
185
Likes:
15
Credits:
10
OP
03-11-2015, 04:03 PM
#5
03-11-2015, 03:59 PM
Addicted Wrote:
You could just use this in a template with the conditionals plugin:

PHP Code:
<if $post['uid'] == $thread['uid'then>
<
divThread Starter</div
</if> 

How exactly would I do that? Cause when I tried I got an error xD
Nah

RE: Thread Starter/OP

Addicted
Freak
Divine
Level:
0
Reputation:
105
Posts:
2.77K
Likes:
130
Credits:
9.94K
03-11-2015, 04:04 PM
#6
03-11-2015, 04:03 PM
LucidiousXIV Wrote:
03-11-2015, 03:59 PM
Addicted Wrote:
You could just use this in a template with the conditionals plugin:

PHP Code:
<if $post['uid'] == $thread['uid'then>
<
divThread Starter</div
</if> 

How exactly would I do that? Cause when I tried I got an error xD

http://mybbhacks.zingaburga.com/showthread.php?tid=260

RE: Thread Starter/OP

Member
Supreme
Level:
0
Reputation:
28
Posts:
185
Likes:
15
Credits:
10
OP
03-11-2015, 04:17 PM
#7
03-11-2015, 04:04 PM
Addicted Wrote:
03-11-2015, 04:03 PM
LucidiousXIV Wrote:
03-11-2015, 03:59 PM
Addicted Wrote:
You could just use this in a template with the conditionals plugin:

PHP Code:
<if $post['uid'] == $thread['uid'then>
<
divThread Starter</div
</if> 

How exactly would I do that? Cause when I tried I got an error xD

http://mybbhacks.zingaburga.com/showthread.php?tid=260

How exactly would I get that working in the postbit? Not in the userdetails but near the posturl or date?
Nah

Users browsing this thread: 1 Guest(s)