- 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.
Hello, @Per jensen,
I'm testing now, please, wait ok ? I let U know !
Thanks !
Hi @Per jensen,
You have full reason. I disabled the Mobilize, I used the default browser of Samsung S4 and still did not work.
Images can not be loaded, the system restarts.
Could anyone tell me the reason? My theme is a theme that you accept all features, I even adapted.
Please, who want to test, create an account at:
www.hallbook.com.br , but an accont using Mobile ... Or use another device or OS (iOS).. I'm using Android.
I do not understand it. :(
I think some line to identify user_agent missing in elgg.
But Thanks
Umm, a Ideia, if I add on the "start.php" default of the my theme the line:
function detectmobile(){
if(preg_match('/(alcatel|amoi|android|avantgo|blackberry|benq|cell|cricket|docomo|elaine|htc|iemobile|iphone|ipaq|ipod|j2me|j$
return true;
} else {
return false;
}
}
Works ?
Please Guys, I need same use the Mobilize . lol !
Hi, Just Updating ...
I Put on my start.php of the mye Theme, 'mobilize_init' in all (elgg_event_page_hander) and now, Works the function of send images via mobile , :
I did:
elgg_register_event_handler('pagesetup', 'system', 'friends_hack_pagesetup_handler','mobilize_init');
elgg_register_page_handler('groups', 'facebook_theme_groups_page_handler' , 'mobilize_init');
elgg_register_event_handler('pagesetup', 'system', 'facebook_theme_pagesetup_handler', 'mobilize_init', 1000);
But the system via Mobile App was very slow to load. including site .
Anything that can be made? Some additional function to my start.php my theme?
Please Firends, I need same help.
Thanks !
Hello,
update:
Well, I undid everything up and I registered a new (elgg_register_page_handler) on my theme:
elgg_register_page_handler('mobilize_init');
Now, sometimes it works sending image via mobile but sometimes not.
I do not know what to do hands. :(
@juniorhallak
What do you mean by "sending image via mobile".
I though you were talking about uploading images to elgg datafolder.
Hi @Per Jensen and good Morning .
I say that my system mobilize does not send images, graphics via submission form images (files).
Understand?
Thanks !
Hi Again,
Please install my app to mobile, in:
http://www.appsgeyser.com/getwidget/hallbook% 20mobile
Via mobilze your device, use the login : per_ and passwd: perl2121 and please, try sending a file / image.
I'm here ok ?
Thanks !
Sorry, the correct Short url: http://www.appsgeyser.com/882231 to Download App .
@juniorhallak
Since this is not related to mobilize, I think you will get the best support if you post your problem in the Elgg Technical Support group.
I don't even have a phone like yours.
Hello @Per Jensen ..
Thanks a lot for your atenttion .
Regards !
@hallak
Mobilize is a very nice and handy plugin. But I only get thumbnails and images displayed, when I am viewing via WiFi. Otherwise there are small questionmarks. Does this has something to do with this plugin? Or tidypics? Any idea?
Maybe the thumbnails are too big? A guess would be that I have to make a redirect for mobile devices to use tiny picture size?
@Hanzolo
I doubth that is has anything to do with Tidypics or Mobilize. I have no problems using a wifi connection. What happens if you disable the plugins?
Thanks for your answer, Per! Disabling plugins does not seem to have any effect. I can see profile
icons/avatars, but no previews/thumbnails/pictures from tidypics.
I am running elgg 1.8.18 and Tidypics Photo Gallery 1.8.1beta12
(there are no thumbs when turning off mobilize plugin either)
@Hanzolo: it might be a setting on your phone's browser to not load (larger) images to save bandwidth. Is it an Iphone? Maybe this helps then: http://www.ehow.com/how_5918995_fix-not-showing-up-safari.html (though I'm not sure if the instructions refer to the mobile version of Safari, too, or only the desktop version).
Or you might test the image loading on your phone on this page: http://www.williammalone.com/articles/html5-javascript-ios-maximum-image-size/.
Once again you were right, iionly! I had to allow my browser to preload sites.... OMG, am I stupid ;) Thank you all!
One more question: I want to unregister a menu item from the navbar (or at least set a display: none), e.g. the wire. I tried to edit the css with
.elgg-menu-item-option-thewire {
}
That did not work. On the other hand I tried to unregister within the start.php with
elgg_unregister_menu_item('navigation', 'thewire');
which did not work either. I probably have the wrong syntax. Can someone please help me?
Use, elgg_unregister_menu_item('site', 'thewire');
Ahhh, thank you very much!
My brother Per Jensen, I have your Mobilize plugin - Mobile plugin heart Elgg 1.8 that functions well to the mobile level when my users are connected in my network of commaunté, Just a small problem, I programmed my menus, losrque I am sails in my cell phone, in the button navigation, him ya that of the menus that function correctly: BLOG and LINES, the other menus of navigation himself excute not well, how do have to me to make so that all menus of my site web can functioned well in the button of navigation?
Second my brother @ #PER JENSEN, when my users are connected to the mobile level, difficult of himself to connect, nor to see the icon profile, nor to see the icon message, nor to see icoes contacts, because not found TOPBAR. Please help me so that this problem is solved. Thank you for your aid in relation to my requette. I hope to have you a favorable continuation
@Polycarpe MAKOMBO
The Navigation dropdown menu is dynamically created from the site menu. If you have added menu items to the topbar, move them to the site menu in mobile view.
That also answers second part of your post, there's no topbar in mobile view, the items have been moved to the site menu.