MyBB Community Forums

Full Version: Need help with: Translation and Dropdown-Menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys,

i have 3 problems.
First i can't find the text of these buttons, because i need to translate that:

[attachment=26135] -> Quick Edit Buttons - Threads
[attachment=26136] -> Reply Button - Private Messages

Are they in the .php files or languages, or maybe other files?
All other buttons i've already translated.

Than, i need a Dropdown Menu for the Navigation, something like that:

[attachment=26137]

Does anyone got a code for it?

Forum: http://immortal-vendetta.pytalhost.at/Forum/

Hope you can help me Smile

Best wishes,
Miyuki
The button text is defined in on of the language files. As for the dropdown menu, there are several ways of doing it. You can either do it using just pure CSS or you can use javascript.
(2012-04-29, 10:32 AM)euantor Wrote: [ -> ]The button text is defined in on of the language files. As for the dropdown menu, there are several ways of doing it. You can either do it using just pure CSS or you can use javascript.

The button-text where in -> Post Bit Templates and xmlhttp_inline_post_editor

Maybe u've got a css code?
I already tried one, but it just broke my header Dodgy
The button text is all defined within the language files in MyBB as I said. You could overwrite the language strings within the templates, but using the language system is the advised method.

As for creating the CSS drop-down menu, take a look at this: http://csswizardry.com/2011/02/creating-...down-menu/