I think that should fix it for both of the last requests =)f*ckfish wrote:Version 0.2 is out and as promised, I'll give you a hint how to fix the Fufi Widgets to work with the menu as the are supposed to do:
So if you use the widgets, open "./plugins/plugin.fufi.widgets.php" and search for the following lines:(oh look, a useless comment... indeed)Code: Select all
function doInitMenu($menu){ //$menu = new FufiMenu('dklsj'); $menu->addEntry('', 'admin', 'Fufi Widgets', 'fufiwidgets'); $menu->addEntry('fufiwidgets', '', 'Show Widgets', 'fufiwidgetshide', '/togglewidgets', '', '', 'getHideWidgetsIndicator'); }
and replace them with the following codeAfter that you'll have an entry to toggle the widgets inside the "Customize HUD" section.Code: Select all
function doInitMenu($menu){ $menu->addEntry('custommenu', '', true, 'Show Fufi Widgets', 'showfufiwidgets', '/togglewidgets', '', '', 'getHideWidgetsIndicator'); }
[XAseco] Fufi Menu v0.37
- f*ckfish
- Pit Crew
- Posts: 1302
- Joined: 15 Jun 2007 07:59
- Owned TM-games: TMNF, TMUF
- Location: Dresden, Germany
- Contact:
Re: [XAseco] Fufi Menu v0.1
inactive, sorry
-
- speedy pilot
- Posts: 328
- Joined: 31 Mar 2006 06:08
- Owned TM-games: TMS, TMU, TMF
- Location: Netherlands
- Contact:
Re: [XAseco] Fufi Menu v0.2
Yup that did the trick
Sorry for my obvious stupid question
Sorry for my obvious stupid question

Ð Ξ F u n n y M a n


- k4nm4n
- smooth traffic navigator
- Posts: 262
- Joined: 11 Feb 2008 10:30
- Owned TM-games: TMUF
- Location: Slovenia
- Contact:
Re: [XAseco] Fufi Menu v0.2
Hey, Fufi where are you. How it is in the new apartment? Your menu and widgets works great. 

Re: [XAseco] Fufi Menu v0.2
Hey, im pretty sure this question has already been answered somewhere, but the forum doesn't let me search for "url", "link" or "website"
I would like to add an entry that links to the Server-Forum, opening the users web browser.
All examples for custom entries, that i've seen have a chat command.
Is there a command that i can use which opens a URL in the browser, or is there any other way how to achieve this?
Thanks for you help,
lupo
//EDIT
Ok, I now used fufi widget to place the link. So there is no Problem anymore

I would like to add an entry that links to the Server-Forum, opening the users web browser.
All examples for custom entries, that i've seen have a chat command.
Is there a command that i can use which opens a URL in the browser, or is there any other way how to achieve this?
Thanks for you help,
lupo
//EDIT
Ok, I now used fufi widget to place the link. So there is no Problem anymore

-
- road tourist
- Posts: 82
- Joined: 30 Jan 2009 09:32
- Owned TM-games: All
Re: [XAseco] Fufi Menu v0.2
Hi , i have a question , is it posible to hide the menu button at end race? (if so , how?)
I cant seem to find the right "manialinkid" to close it OnEndRace
Thanx , ®elaxed®acer
I cant seem to find the right "manialinkid" to close it OnEndRace
Thanx , ®elaxed®acer

Re: [XAseco] Fufi Menu v0.3
Since Fufi remains out of the TM loop for the time being and is unable to update his plugins, I figured I'd release the Fufi Menu version that I updated for recent XAseco changes and new features, as Menu v0.2 didn't work correctly anymore in a few areas. The first post in this thread contains the change notes and download link for this new version 0.3. Hope it helps.
And no, I'm afraid I don't know either when he'll return.
And no, I'm afraid I don't know either when he'll return.
Developer of XASECO for TMF/TMN ESWC & XASECO2 for TM²: see XAseco.org
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
- k4nm4n
- smooth traffic navigator
- Posts: 262
- Joined: 11 Feb 2008 10:30
- Owned TM-games: TMUF
- Location: Slovenia
- Contact:
Re: [XAseco] Fufi Menu v0.3
Tnx Xymph. I'll do the update today. 

-
- smooth traffic navigator
- Posts: 199
- Joined: 05 May 2009 15:52
- Owned TM-games: TM2
Re: [XAseco] Fufi Menu v0.3
I install this Version yesterday evening and there are no troubleshooting so it's work fine 

-
- happy cruiser
- Posts: 122
- Joined: 06 Jan 2007 22:52
- Owned TM-games: TMUF
- Manialink(s): fun
- Contact:
Re: [XAseco] Fufi Menu v0.3
Indeed, i had an error at menu that crashed my xaseco v1.08. The .php file has only changed, right?
http://www.tm-planet.net/ Server hosting, Interviews, Events and more 

Re: [XAseco] Fufi Menu v0.3
Uhh, you didn't see the 18-May-2009 timestamps on the .xml files?jimos94 wrote:Indeed, i had an error at menu that crashed my xaseco v1.08. The .php file has only changed, right?

Developer of XASECO for TMF/TMN ESWC & XASECO2 for TM²: see XAseco.org
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
-
- happy cruiser
- Posts: 122
- Joined: 06 Jan 2007 22:52
- Owned TM-games: TMUF
- Manialink(s): fun
- Contact:
Re: [XAseco] Fufi Menu v0.3
No I didn't
Thanks

http://www.tm-planet.net/ Server hosting, Interviews, Events and more 

Re: [XAseco] Fufi Menu v0.31
I've updated the Menu to v0.31 with the new commands added in XAseco v1.09, see the first post.
Developer of XASECO for TMF/TMN ESWC & XASECO2 for TM²: see XAseco.org
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
-
- happy cruiser
- Posts: 122
- Joined: 06 Jan 2007 22:52
- Owned TM-games: TMUF
- Manialink(s): fun
- Contact:
Re: [XAseco] Fufi Menu v0.31
I got an unexpected fufi menu error which crashed my XAseco v1.09. Here is the error:
I use the latest version (v0.31). It was running for 6-7 days without any problems and today it just crashed. Any ideas? 
Code: Select all
Fatal error: Call to a member function isGroup() on a non-object in /TMF/flukyserver2/flukyxaseco2/plugins/plugin.fufi.menu.php on line 342

http://www.tm-planet.net/ Server hosting, Interviews, Events and more 

-
- happy cruiser
- Posts: 122
- Joined: 06 Jan 2007 22:52
- Owned TM-games: TMUF
- Manialink(s): fun
- Contact:
Re: [XAseco] Fufi Menu v0.31
I got the same error again after a long time.
Is there anyone having the same problem? I'm using the latest release of the plugin (v0.31) as well as XAseco v1.09.
Code: Select all
Fatal error: Call to a member function isGroup() on a non-object in /TMF/ronserver2/ronxaseco2/plugins/plugin.fufi.menu.php on line 342
http://www.tm-planet.net/ Server hosting, Interviews, Events and more 

Re: [XAseco] Fufi Menu v0.31

Hello
Is it perhaps possible to change the menu item TMX-Menu ?
Could the Item "Recent Tracks" change to "Latest Awards"
or you can "Latest Award" to add?
sorry for my bad english
thx SchNaake