Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activating Widget Manager makes the Full View of Places lose the site theme and all-broken appearance #4

Closed
dranii opened this issue Dec 23, 2014 · 1 comment

Comments

@dranii
Copy link

dranii commented Dec 23, 2014

Plain vanilla install of Elgg 1.9.6 + Hypewall + Widget Manager
Activating Widget Manager makes the Full View of Places lose the site theme and all-broken appearance. Deactivating Widget Manager makes thing okay. Since Widget Manager is an important utility for many sites and no other major plugin apparently has conflict with it, any idea what is going wrong with hypePlaces?
breaking of hypemaps

It seems to be from these lines in hypePlaces/views/default/framework/places/profile.php
echo elgg_view_layout('widgets', array(
'num_columns' => 2,
'exact_match' => true,

Instead of widgetifying, can there be normal workflow of text and comments just like in other entities (blog, bookmark etc) ?

@dranii
Copy link
Author

dranii commented Dec 23, 2014

It seems to be from these lines in hypePlaces/views/default/framework/places/profile.php
echo elgg_view_layout('widgets', array(
'num_columns' => 2,
'exact_match' => true,

Commneting out this portion will keep the page view intact even if WM is enabled.

@dranii dranii closed this as completed Dec 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant