- Updated to Elgg 1.8.14
- Added: elgg.org link in footer
View Per Jensen's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
@Sandi Hudson It shouldn't appear. Try again on a clean Elgg installation with only default plugins activated, please.
Thanks for this wonderful plugin. pls how can I make members send message to each other . The message button is not displaying when you click on a user profile and also i use (Frei Chat) for Elgg 1.8.X, i'll like it disabled on mobile view.
Thanks.
@Ifeanyi Emeka Mobilize does not turn of messages, it's just a text link and not a button.
Chat and mobilize has been discussed earlier, please check out the comments under previous versions.
Ok thanks...
@gillie i've removed the frei chat but that message link is still not appearing and i've already moved mobilize plugin to the bottom of the plugin list. Please help, if there's a way to add the link to individual profile page. I don't want it on navigation dropdown list or the submenu.
Note: the message link showing on navigation dropdown points to admin's message even when you're on another user's profile page.
thanks.
@gillie don't bother, i've achieved my aim. Thanks once again for the plugin.
I love the plugin. I am having a weird problem with only the registration form. It seems that the text fields are full screen width and run off the right side of the screen. Any help would be appreciated.
@Flying Dutchman Try to deactivate your theme and/or profile manager, and see how it turns out.
Thanks for the super quick response!
I disabled Profile Manager 7.5.1 and it worked. I do need that plugin. What do you think I can do to make it work.
I actually only wanted to remove fields from the profile, so I did it manually. No need for the Profile Manager plugin. Mobilize is working perfectly now.
One more question: I would like to completely remove the footer, including the colored bar that is coming from the theme I am using. I am using Mobilize for a mobile app, and will provide those links and things through the app. How can I do that?
Flying Dutchman
You should ask the plugin author to support responsiveness.
Don't know your theme, but you can edit any css in mobilize.php. To remove the footer try,
.elgg-page-footer {
display: none;
}
That worked! Thanks you!
One last question. Is there a way to make Mobilize ignore the iPad, and just display the regular site?
I have a question. It looks like the TinyMCE editor shows up with Mobilize enabled on the iphone. How would I make it so it doesn't and just plain text show up? Thanks.
Flying Dutchman
Use the search functionality, questions might be asked already. Check the first few posts in this thread.
It shouldn't. At least not with the tinymce plugin that comes with elgg.
TinyMCE does appear. Actually that is not so bad-- i have a custom plugin for it, but it is appearing at full width. How do I make it know that it is running through mobilize, so it sizes down?
Disable your custom plugin and try with only the default tinymce plugin that comes with elgg. It should not appear.
I really do want to use TinyMCE with Mobilize. Is there any way to make it recognize that it is running through Mobilize, and does not display at full width-- I found a Width parameter in the TinyMCE files, but that is a fixed percentage or pixel width-- I would like to have it automatically adjust to the width of the screen?
@Flying Dutchman
Now that you want the tinymce displayed in mobile view, comment out or delete the line below in start.php,
elgg_unregister_js('elgg.tinymce');
Don't know which part to change to make it adapt, I haven't dug into it. It might be in the js. But maybe plugin authors over time will think responsiveness into their plugins.
That WORKED! Thank you! It now resizes perfectly. Thanks for the GREAT plugin and support!
Is there a way to disable the avatar cropping tool, when the edit profile page is accessed through Mobilize? Does anybody know. I can't quite figure out how Mobilize unregisters things...
Have a look at this discussion,
http://community.elgg.org/discussion/view/1426237/very-specific-question-about-overwrittig-a-page
Fabulous! It works wonderfully. How can I get rid of the search area though? It conflicts with something else.
Correction, this was the navigation bar, which is ginormous if I have Mobilize as plugin1 and Pearl as2. Reverse those and it is small again, but covered by the account slider in Pearl.
@Roger Luedecke You chould keep mobilize at the bottom of the plugin list and then make your adjustments from there.
If an account slider is breaking the layout, you can for example hide it with display: none;
Mobilize css is in views/default/css/mobilize.php.