MyBB Community Forums

Full Version: Couple of questions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Is there a mod that can transform a smiley input from being for instance
:smile:
to the actual image?

Secondly is there a mod that allows you to apply a favicon?
(2010-04-16, 12:08 AM)thebeatle Wrote: [ -> ]Is there a mod that can transform a smiley input from being for instance
:smile:
to the actual image?

I don't understand what you mean?

(2010-04-16, 12:08 AM)thebeatle Wrote: [ -> ]Secondly is there a mod that allows you to apply a favicon?

Just upload an image named favicon.ico to your root directory. Smile
When you click a smiley, you see the text
:smile:
Instead of seeing the code, can you see the actual image right away
That would require a plugin, I don't think there is one that does that. Undecided
For the first problem, you can use a custom MyCode to make :smile: turn out as Smile

For the second problem, yes, there is a mod to add a favicon.
http://mods.mybboard.net/view/myfavicon
I'm not sure how it works in the newest version of MyBB though.
Thank you, but does anyone know a plugin for the smiley issue?
(2010-04-16, 12:28 AM)Joshee Wrote: [ -> ]For the second problem, yes, there is a mod to add a favicon.
http://mods.mybboard.net/view/myfavicon

Pointless plugin is pointless.
(2010-04-16, 12:30 AM)thebeatle Wrote: [ -> ]Thank you, but does anyone know a plugin for the smiley issue?

In your Admin CP, go to the Configuration tab, on the left click MyCode, click the Add New MyCode button. Name it whatever, you can leave the description blank if you want. For the Regular Expression, put:
:smile:
For the Replacement, put:
<img src="images/smilies/smile.gif" />

And save.

(2010-04-16, 12:30 AM)AJS Wrote: [ -> ]
(2010-04-16, 12:28 AM)Joshee Wrote: [ -> ]For the second problem, yes, there is a mod to add a favicon.
http://mods.mybboard.net/view/myfavicon

Pointless plugin is pointless.

But it gets the job done. If you aren't going to help, don't post.
(2010-04-16, 12:39 AM)Joshee Wrote: [ -> ]
(2010-04-16, 12:30 AM)thebeatle Wrote: [ -> ]Thank you, but does anyone know a plugin for the smiley issue?

In your Admin CP, go to the Configuration tab, on the left click MyCode, click the Add New MyCode button. Name it whatever, you can leave the description blank if you want. For the Regular Expression, put:
:smile:
For the Replacement, put:
<img src="images/smilies/smile.gif" />

And save.

There is actually a smiley manager as well...
ACP -> Configuration -> Smilies

But I was thinking they were wanting the images to actually show up in the post while you're writing/editing it, rather than just once you preview or post it.
(2010-04-16, 12:49 AM)ladyunicornejg Wrote: [ -> ]
(2010-04-16, 12:39 AM)Joshee Wrote: [ -> ]
(2010-04-16, 12:30 AM)thebeatle Wrote: [ -> ]Thank you, but does anyone know a plugin for the smiley issue?

In your Admin CP, go to the Configuration tab, on the left click MyCode, click the Add New MyCode button. Name it whatever, you can leave the description blank if you want. For the Regular Expression, put:
:smile:
For the Replacement, put:
<img src="images/smilies/smile.gif" />

And save.

There is actually a smiley manager as well...
ACP -> Configuration -> Smilies

But I was thinking they were wanting the images to actually show up in the post while you're writing/editing it, rather than just once you preview or post it.

Adding a MyCode for it is better because then you can type
:)
or
:smile:
And it will work either way. If you change it in the Smilies sectiono of the ACP, you would only be able to type
:smile:
Pages: 1 2