MyBB Community Forums

Full Version: My Suggestions :)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
1. Template Conditional..

2. Quick reply with editor (some important mycode: b,i,u, quote, link, image...)

3. Add var: $mybb->user['musername'] Marked up Username. useful for some plugins.

4. Add new plugins by Import xml file (include settings var, templates, code...)

5. Smilies Category

6. Change maximum characters of Last Thread title on forumhome by settings
For the second one, i believe theres a plugin for that.
1. I know there's a plugin for this, try searching for "PHP Template and conditionals"

2. I think there's a plugin for this, but I could be wrong.

3. You could easily do this, just not sure how.

4. Not sure about this.

5. Why?

6. For?
(2009-04-16, 08:13 AM)Tom Loveric Wrote: [ -> ]1. I know there's a plugin for this, try searching for "PHP Template and conditionals"

2. I think there's a plugin for this, but I could be wrong.

(2009-04-16, 08:13 AM)Joshua Mayer Wrote: [ -> ]1. http://community.mybboard.net/thread-31860.html
2. http://mods.mybboard.net/view/advanced-quick-reply-form
(2009-04-16, 08:14 AM)Joshua Mayer Wrote: [ -> ]
(2009-04-16, 08:13 AM)Tom Loveric Wrote: [ -> ]1. I know there's a plugin for this, try searching for "PHP Template and conditionals"

2. I think there's a plugin for this, but I could be wrong.

(2009-04-16, 08:13 AM)Joshua Mayer Wrote: [ -> ]1. http://community.mybboard.net/thread-31860.html
2. http://mods.mybboard.net/view/advanced-quick-reply-form
Thanks Josh. I'm sorta busy right now, so thanks for finding the linksSmile
Quote:4. Add new plugins by Import xml file (include settings var, templates, code...)

I hope mybb never does that. It's a total pain in the lime to write plugins then convert the code to be xml. That's how VB does it now and it sucks imho. The method used for plugins for mybb currently is better imho.
(2009-04-16, 09:13 AM)labrocca Wrote: [ -> ]
Quote:4. Add new plugins by Import xml file (include settings var, templates, code...)

I hope mybb never does that. It's a total pain in the lime to write plugins then convert the code to be xml. That's how VB does it now and it sucks imho. The method used for plugins for mybb currently is better imho.

It might be better for simple template and settings plugins to be scripted as XML though, but having the current format should stay never the less.
Smilie categories would be overkill that very few would ever use IMHO.
i know there are plugins for some my suggestions, but i want it's included in mybb script, don't need install plugins Smile
it's useful for deverloper

5. Why need SMilie Category ?
beacause manage smilies easier
If you have many smilies (about several hundreds smilies), you want to delete about one hundred smilies -> very strenuous
i can delete category with all smilies are included in that category

besides, example: i have 100 Yahoo smilies and 200 other smilies, their order are 0, 200 smilies display first, but i want 100 yahoo smilies display first -> set order for each smilie -> very strenuous

=> need category Yahoo, Other and set order for them
Pages: 1 2