This is my first plugin. I'm not developper. Just autodidact ! It's why this plugin need to be review by elgg's experts for improve security and errors. Some stuff bugs like ability to make any tabs...
View ManUtopiK'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.
Gracias ManUtopiK.
"chapeau" and thanks
this plugin will have a great future, also as a stand alone app with perhaps coming api support, i think :-)
Congratulation!, this is the first time i see something new about the activity process interface.
But...it seems to take so much space on the screen, is it a fluid layout or fixed layout, how can use it on a 1024 x 768 screen?
Thanks :)
interesting ;-) i agree about the excessive width, but that can be fixed/handled. i have a UI layout idea in mind to do just that to make this river-deck look even better, cosmetically ;)
Ehy DhrupDeScoop do you a have a your site?
@Mr Smith ;-) That's a strange question to ask about the DDS ! I don't see any WebSite URLs on your Profile ;-P Do you see WebSite any Links on my Profile ?? You should look before asking.. in case you have no idea who you are talking about ;-oO
very nice!!!
Thanks for yours comments.
@manfred Salomon :
An API is a good idea. It will be good for plugins to add a new type of column.
@Smith $ @DhrupDeScoop :
The goal is to display the maximum of column with a column's width > 300px. It's why I take the full width screen. On a 1024 x 768 screen, it will display only 3 columns. On a 1600 x 1200 screen, 5 columns. This is javascripted. Number of columns change on window resize. Try it !
You could easely change the max width by editing the «.deck-river width» in css.
ManUtopiK, it's great!
I think, i will wait for a future and stable release, i can write a new language file (italian) if it may be useful.
Thanks
DhrupDeScoop I always know what I'm talking about, I have my site, but I did not write the link in my profile ...:)
This looks very promising for a fresh look to Elgg, well done!
@ ManUtopiK very nice concept.
Ah, this is similar to the dashboard for CoHuman as well. It does bring out a very different looking riverdashboard which is a nice change. Good work.
the plugin is great! but i have an error into user columns :
Table 'XXXX.entities' doesn't exist
QUERY: SELECT DISTINCT rv.* FROM elgg_river rv ,entities e ,objects_entity o WHERE e.guid=o.guid AND rv.object_guid=o.guid AND (o.description REGEXP '(@Admin)') AND ( (1 = 1) ) ORDER BY rv.posted desc LIMIT 0, 20
Thanks for your help
Table 'XXXX.entities' doesn't exist
QUERY: SELECT DISTINCT rv.* FROM elgg_river rv ,entities e ,objects_entity o WHERE e.guid=o.guid AND rv.object_guid=o.guid AND (o.description REGEXP '(@Admin)') AND ( (1 = 1) ) ORDER BY rv.posted desc LIMIT 0, 20
the tables exists! I don't understand this error... :S
It's missing the elgg_ suffix.....
the errors are the row 149 and 151
$query = "SELECT DISTINCT rv.* FROM {$CONFIG->dbprefix}river rv, entities e, objects_entity o ";
help !