MyBB Codes

Full Version: How do I remove this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
I have added the Custom User tittle and look at the picture...
[Image: attachment.php?aid=16438]

And the "****"..

How do I solve it?
I read your thread at Mybb. Did you solve it or do you still require assistence with it?
I need help yet.
Can you tell me the code that you have used to bold the text?

Also, for the images, is the path set as it should?
What path should be?

I used this code:
<a onclick="alert('Skiilz')"><strong>Click for important Message</strong></a>

If you need more info: http://community.mybboard.net/thread-61031.html
Can you tell me also where exactly did you add that code?
I have installed this mod: http://mybbsource.com/mods.php?act=view&id=63 to allow HTML in usertitles. (only in ACP)
Them I went to ACP and added this code to the profile>custom user title.


What path should be (for the starts)?
I have removed the starts in the Profile template ({$userstars})
Then I think that you should ask at that mod''s support thread because I am not familiar with it.

Now for the stars, when you edit a usergroup title, there is an option all the way that says: Star Image. below you should enter the path to the stars that you want to show for that particluar group.

The image to the stars can be seen at the functions.post.php file in the /inc/ directory. The exact code is:

PHP Code:[Highlight]
$post['userstars'] .= "<img src=\"".$post['starimage']."\" border=\"0\" alt=\"*\" />"

But as I said, all you have to do is simply entering the path to the stars that you want to show for that particluar group at that option that I mentioned above. Hope it helps.
I have removed the starts in the Profile template ({$userstars})
Thank you.
Ah, you didn''t want to show stars at all? I was under the impression that you wanted to add your own starts for the custom titles.
Pages: 1 2 3 4
Reference URL's