Topic: dynamic theme fail

hi everybody. i instal dynamic theme from FA repository . but after activating it, drop down menu works great but main page of each application did not load correctly. i mean that graphics and tables and charts on main pages didn't shoe up. see links below for screenshots :
[img]http://i39.tinypic.com/3094gom.png[/img]
[img]http://i44.tinypic.com/w1pgf5.png[/img]
[img]http://i42.tinypic.com/nt7py.png[/img]
you see that i have same problem in the dashbord theme . there is no chart or table in gadgets ...
please help me

Re: dynamic theme fail

It seems that you are missing the GD extension version 2.

Try to check your php.ini on the server if the extension is activated.

Joe

Re: dynamic theme fail

tnx dude. i install gd extention with this code:

#apt-get install php5-gd
after installing finished restart the web server :
#services apache2 restart

Re: dynamic theme fail

i've updated dynamic theme so it can follow configuration to hide inaccessible item if set to 1.

on line 145 file renderer.php change :

echo "<li><a href='#'></a>$img_src {$lnk[0]}</li>\n";

to:

if (!$_SESSION["wa_current_user"]->hide_inaccessible_menu_items()) echo "<li><a href='#'></a>$img_src {$lnk[0]}</li>\n";

Hope this helps.
Not sure if other theme needs it too.

Re: dynamic theme fail

This has been fixed and the repo will be updated in a while. Just waiting for eventually more fix needed in other themes.

/Joe