Page 1 of 1

CustomNavBlocks and GuMaxV

Posted: March 25th, 2009, 7:43 pm
by zhanna
Hello,

I'm trying to use the CustomNavBlocks extension to set up a custom sidebar that includes a Flash meebo widget. Everything seems to work fine when using the Monobook skin, but the Flash widget does not show up in the sidebar when I switch to GuMaxV. It does show up in normal pages. Does anyone have any ideas what's going on? This is on a restricted test server at the moment so I am unable to show you an example.

Thanks,
Zhanna

Re: CustomNavBlocks and GuMaxV

Posted: April 12th, 2009, 10:18 pm
by Paul
I believe that extension is using a hooks coming from new wiki version...

try to add this in GuMaxV.php, ( find wfRunHooks)

Code: Select all

wfRunHooks( 'SkinTemplateToolboxEnd', array( &$this ) );

Re: CustomNavBlocks and GuMaxV

Posted: July 17th, 2010, 10:16 pm
by KnusperGilb
Hi,

also tried this extension with MediaWiki 1.15 and GuMaxVN Skin... didn't work even though the Hook is in the PHP file. Any advice?

Thanks..