- Updated to Elgg 1.8.6
- Added: changelog, mobilize/CHANGES.txt
- Added: Teaser text setting
- Added: Friendspicker setting
- Fixed: CSS issues
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.
Hi there,
I just wanted to chime in on this plugin. I does work pretty well. Some issues have reared their heads as I will list the few I've encounter in bulletpoint below:
Other than that, I see a wonderful piece of work and hats off to you for sharing it with us.
Thanks in advance!
Don Juan John
I do not get any of these errors? I use iPhone/iPad.
Which version of Elgg do you use?
Post a url I can check out.
Thanks for this new release, I will try it because the previous 1 did not show the zaudio player on blackberry (9810)brower.It worked for nokia x7
Thanks for this new release,hope it fits 1.8.1.
I will try it because the previous 1 did not show the zaudio player on blackberry (9810)brower.It worked for nokia x7
@GILLIE: i use version 1.8.1.
i deployed the 2012.07.01 version of mobilize and still can not play back uploaded video through blackberry 9810 or android handheld running ginger bread (2.3)
how can i get the site to show my customised logo?
@kxx4 Enable "Display your own logo", and replace logo.png in mobilize/graphics/ with your own logo.png.
Hey, do you guys have a public GitHub repo for this project?
I once had a brief look at GitHub and realized that I had to spend some time learning how to use it. Never got back to it, sorry.
Enabled on fresh 1.8.6 install. All files uploaded but no setting to either in Admin / Settings / or on Plugin List.
I've noticed that you have had some problems with your page, they can cause this problem too.
You should only see plugin settings though, under Configure > Settings > Mobilize.
Enabled it on another fresh 1.8.6 install with not as many plugins being tested and it displays the Setting link in the Plugin List. Could it be a plugin conflict that's causing the settings to not displayed on my other install?
Don't really know Burgs. You might need to disable the plugins one by one to find out which is causing problems.
@gillie:thanks , it worked..my logo shows, but aligned to the left.how can i centralize?
To center your logo.png, open css/mobilize.php and delete,
.elgg-heading-site, .elgg-heading-site:hover {
position:absolute;
line-height: 60px;
font-weight:normal;
font-style:normal;
font-size: 1.2em;
text-align:center;
width: auto;
}
Below that in .elgg-heading-site img {, change
float: left;
to
text-align: center;