Search found 25 matches

by BRotondi
March 23rd, 2009, 6:14 pm
Forum: GuMax 'How Do I' Questions
Topic: GumaxDD: Faster Dropdown
Replies: 12
Views: 7268

Re: GumaxDD: Faster Dropdown

Not on my server... (I had to test ist...) Put this code at the beginning of your LocalSettings: <?php function MsgBox($str) { echo "<script language=\"javascript\">\n"; echo " alert('$str');\n"; echo "</script>\n"; } MsgBox("Sorry... Debuging"); ?> ...
by BRotondi
March 23rd, 2009, 6:06 pm
Forum: GuMax Suggestions and Feedback
Topic: Your Simple Skins are AWESOME
Replies: 6
Views: 18801

Re: Your Simple Skins are AWESOME

But don't loose too much time ;)

More important than simple text ist simple navigation: Can I find this information (your starting point, the wiki-dummy-page) if I'm not really searching it? Once found the trace, can I follow it? (good managed Links)

...

Bruno
by BRotondi
March 23rd, 2009, 3:34 am
Forum: GuMax Suggestions and Feedback
Topic: GumaxV -> Fratman (vbGore)
Replies: 8
Views: 5963

Re: GumaxV -> Fratman (vbGore)

... and what I learned first: After you reached 38 years, you will forget everything as fast as you learned it... so document every step you will need again... (hope it's true only for me ;) )
by BRotondi
March 23rd, 2009, 3:32 am
Forum: GuMax 'How Do I' Questions
Topic: GumaxDD: Faster Dropdown
Replies: 12
Views: 7268

Re: GumaxDD: Faster Dropdown

LocalSetting.php will be loaded every page too, as much as I understood from php... since there is no server side cache or similar...
by BRotondi
March 22nd, 2009, 4:59 pm
Forum: GuMax 'How Do I' Questions
Topic: GumaxDD: Faster Dropdown
Replies: 12
Views: 7268

Re: GumaxDD: Faster Dropdown

What do you think about a setting.php or settings.css (don't know if possible) for each of your styles? There you can put defaultvalues and explain them. I preferr not to overload LocalSettings ... and this way the code would easily be ignored when using another style. Anyway: Enjoy your ideas, conc...
by BRotondi
March 22nd, 2009, 4:53 pm
Forum: GuMax Suggestions and Feedback
Topic: GumaxV -> Fratman (vbGore)
Replies: 8
Views: 5963

Re: GumaxV -> Fratman (vbGore)

:D No, I did not lost the time because of you :D
... only because I'm working me into something I never did before...
by BRotondi
March 22nd, 2009, 5:18 am
Forum: GuMax Suggestions and Feedback
Topic: Your Simple Skins are AWESOME
Replies: 6
Views: 18801

Re: Your Simple Skins are AWESOME

We could begin with links and add minimal text between: - All internet-pages are written in a special language: HTML (http://selfhtml.org for german and french, don't know similar in english) - To generate a changeable page like a wiki we need a programming language which generates this HTML: PHP . ...
by BRotondi
March 22nd, 2009, 4:27 am
Forum: GuMax Suggestions and Feedback
Topic: Gumax Minor Bug: Do not take Monobook-Logo!
Replies: 5
Views: 4541

Re: Gumax Minor Bug: Do not take Monobook-Logo!

You're welcome! And thanks also for your answers. It's more fun searching and implementing when you have someone to talk with :)
by BRotondi
March 22nd, 2009, 4:23 am
Forum: GuMax Suggestions and Feedback
Topic: GumaxV -> Fratman (vbGore)
Replies: 8
Views: 5963

Re: GumaxV -> Fratman (vbGore)

After some hours I realized it, searched and then asked for a solution in selfhtml.de and... then I realized what you mean :)

Now the banner is background as you mentioned and the links above are text: www.SinnImLeben.net/forum ("wiki coming soon")

Bruno
by BRotondi
March 22nd, 2009, 4:21 am
Forum: GuMax 'How Do I' Questions
Topic: GumaxDD: Faster Dropdown
Replies: 12
Views: 7268

Re: GumaxDD: Faster Dropdown

Ah! Yes... perhaps it's more logical to change the speed when calling the function instead of changing the function itself :D