@fasenderos try to put the hypeFramework and the hypeAlive plugin "under" the facebook theme plugin, that's how they will be able to override it
@xini757 I am not sure of the reason, but it seems different from our problem, try to...
It works with me without any modification, maybe you have to change the priority of the plugin in the administration..
In my settings HypeAlive plugin overrides the Facebook plugin
I was trying to add comments to the message boards posts (or the walls) using the HypeAlive plugin to make it more Facebook like and it worked for me after a small modification.
If you have the HypeAlive plugin, go to...
@worldopensources I found the solution for the composer problem..
To fix it, just paste the following lines in the file "start.php" inside "function...
I think you can add a 'sidebar_alt' to the $content in dashboard.php, so it can become like this:
$content = elgg_view_layout('two_sidebar', array(
'title' => $title,
'content' => $composer . $activity,
...