MyBB Community Forums

Full Version: vb posting?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I want my posting to look like vb but the mod that's in the mod forum doesn't work and there's another around the board that I can't find Sad with that one like the ranking and other find doesn't show Sad

can someone help me out with this thanks.
this code is from post bit switch and the code is different than in inc/fuction_post.php

	if($post['avatar'] != "" && $mybbuser['showavatars'] != "no")
	{
	$post['avatar'] = htmlspecialchars($post['avatar']);
	eval("\$avatar = \"".$templates->get("postbit_avatar")."\";");
	}
	else
	{
	$avatar = "";
	}
	eval("\$profile = \"".$templates->get("postbit_profile")."\";");
	eval("\$find = \"".$templates->get("postbit_find")."\";");
	eval("\$pm = \"".$templates->get("postbit_pm")."\";");
	if($post['website'] != "")
	{
	eval("\$www = \"".$templates->get("postbit_www")."\";");
	}
	else
	{
	$www = "";
	}
	if($post['hideemail'] != "yes")
	{
	eval("\$email = \"".$templates->get("postbit_email")."\";");
	}
	else
	{
	$email = "";
	}
Which version of Mybb do you have installed RC4 or PR?
I'm sorry I should've updated this post but I forgot Sad

I have pr 2

I made the code to what I wanted but for some reason it works for FIREFOX and not for IE it works but if you make a chage it breaks the page Sad
Could you post some screenshots from IE and Firefox? Or post a URL? Thanks!
This modification (Postbit Switch) will be updated sometime this week hopefully. Big Grin Hang in there a little bit longer.
I don't know what happened Sad it got deleted but look at the one in this post it looked just like that and I had the avatar to the left right next to the name.

K7 I can't wait for that mod

the other thing that I want is the [spoiler] and [strike] I really want the spoiler more since I have a movie forum.