Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 13 Years, 7 Months, 1 Week ago Show HTML Markup Effects In Forum Index
#1
Solved: 13 Years, 7 Months, 1 Week ago
I wanted to know how to do this for awhile because I want my forums to be a bit different then the other 40,000 out there. I want to make the HTML Markup effect like in the picture and make it show in the picture below it. Can someone explain how to do so?

Want this Effect
[Image: Changing.jpg]

To Show Up Were The Names are in here.
[Image: Change.jpg]

Thanks.
<snip - too big>
#2
Solved: 13 Years, 7 Months, 1 Week ago
http://mods.mybb.com/view/username-style
#3
Solved: 13 Years, 7 Months, 1 Week ago
Does this work 100% with Mybb 1.6?
This plugin is incompatible with MyBB 1603

Doesn't work.
Never Mind XD

I edited the Coding so it is. Big Grin
<snip - too big>
#4
Solved: 13 Years, 7 Months, 1 Week ago
(2011-06-06, 10:46 AM)Abandon Wrote: Never Mind XD

I edited the Coding so it is. Big Grin

Yeah, sorry. Forgot to mention that. Smile
#5
Solved: 13 Years, 7 Months, 1 Week ago
I have another question.

Two really.

1. How can I add a Group Legend to the forums were it displays the groups made.

2. How can I make it so when a member registers and says " Newest Member: lahhh" look like the html markup for the group.
<snip - too big>
#6
Solved: 13 Years, 7 Months, 1 Week ago
1) http://mods.mybb.com/view/group-legend

2) This requires a core mod. Although I don't recommend this for something that small but anyway:
Open index.php and search for:
		$newestmember = build_profile_link($stats['lastusername'], $stats['lastuid']);
replace with:
		$lastuser = get_user($stats['lastuid']); 
		$lastuser['formattedname'] = format_name($lastuser['username'], $lastuser['usergroup'], $lastuser['displaygroup']);
		$newestmember = build_profile_link($lastuser['formattedname'], $lastuser['uid']);
#7
Solved: 13 Years, 7 Months, 1 Week ago
I thought there was a way were you could create your own??
<snip - too big>
#8
Solved: 13 Years, 7 Months, 1 Week ago
(2011-06-06, 11:32 AM)Abandon Wrote: I thought there was a way were you could create your own??

You mean the group legend? You could add it manually to your templates but than it wouldn't update automatically if you add/remove usergroups or change the username style.
#9
Solved: 13 Years, 7 Months, 1 Week ago
True, well this works perfectly fine bud thanks.
<snip - too big>
#10
Solved: 13 Years, 7 Months, 1 Week ago
(2011-06-06, 11:50 AM)Abandon Wrote: True, well this works perfectly fine bud thanks.

No problem Wink
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)