- Updated to Elgg 1.8.9
- Added: breadcrumbs
- Improved: CSS
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.
Few more questions:
Where is "logout" option? Can it be added to "Navigation"?
Can we shift "Navigation"to Left?
How to fix logo?
@Linux Explore Logout is in footer.
Use an inspector and edit the css.
Is it possible to design this plugin such that one can switch between mobile and desktop views respectively?
yes
I have a bottom bar chat plugin in mobile when I use my site with this Mobilize plugin.
i can see there is no way to use that bottom bar chat because there is no send button. :(
@kisssssss4ever Earlier in this thread Linux Explore found a solution to a problem with a chat plugin. Try to check if it can solve your problem.
Am I able to put an 'Inbox' link in the navigation bar or somewhere on the template? I installed it on my website but there isn't anywhere to access the Inbox.
@Dylan Pruitt Look for Messages in the Navigation dropdown menu.
That's the thing @gillie , it's not there. I believe I installed it correctly, so I'm not too sure what's wrong with it.
Hi, I wan't to hide FreiChat plugin by Team Webgalli to not showing when on mobile view.
I have added this code to /mobilize/start.php:
if (!elgg_is_active_plugin('chat')) {
elgg_unextend_view('page/elements/head', 'chat/chat');
elgg_unextend_view('page/elements/head', 'page_elements/clear_cookies');
}
But it still show, any idea?
@Dylan Pruitt Maybe you are using a plugin/theme that has moved the Messages link. Keep mobilize at the bottom of your plugin list.
@DRAFHA Community Try, if (elgg_is_active_plugin('chat')) {
Ok, it now work. Thank you :)
This plugin is invalid: The required file "start.php" is missing. what is the problem?
@buule No need to PM, the answer is already posted.
@gillie people are and will still be learning :) haha
@Michele I are you talking about the tv show, community? lol
Can you guys fix this so that iPad users won't end up viewing the mobile site?
@Huckleberry Pie User agent detection is done in function detectmobile(). Open start.php and delete "mobi|".
Any string in that function will provide a mobile view. You can decide yourself what to include.
Yeah, Did that. But what if, let's say I want to have Opera Mobile detected, but not the iPad. Both clients have the word "mobile" in their user-agent strings.
Apples & oranges...; )
Opera is browser agent
Ipad is os platform
Huckleberry, the iPad user agent string is (iPad2):
Version numbers and OS strings change with each version of the hardware and iOS version. I don't use the mobilize plugin and have not seen the detectmobile() routine - but adding something like:
&& !preg_match('/(iPad)/i', $_SERVER['HTTP_USER_AGENT'])
to the detection code should do the trick...
Huckleberry Pie Add, opera mobi |