This is the first beta version. Please, report bugs and feedbacks.
*Requires the Tab Navigator plugin by Desiron.
http://community.elgg.org/pg/plugins/project/598998/developer/openid_20296/tab-navigator
Installation:
To Do:
Cleanup the codes.
Tested on Elgg 1.7.10. Should work on other version of 1.7.* as well. Not ready for 1.8.* Will do the upgrade depending updon the encouragement from the users.
Encouragement = healthy discussion and comments, sharing on other sites, writing local language packs, recommending the plugin, etc. :)
View Shouvik Mukherjee'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.
Great job!
Thanks, Rj!
Well done!!
Really like it! Hope you do one for 1.8!
Good looking and neat.
@Frank (and others too;)
Stop asking so much about 1.8 vers of PlugIns & Themes..
Elgg.1.8 just barely came out..
Give the Developers some time to rest, etc too LOLZ ;-P
Things will get there to 1.8 eventually...
Also please read carefully what I said at :-
http://community.elgg.org/pg/forum/topic/791050/future-plugins-into-core/
about Developers, PlugIns, And how people like you can help to get
Features and PlugIns implemented quicker,
but not by people just merely always asking and asking...
I think that all Developers - Core and Independents -
have normal day-time jobs for you-know-what..
The Elgg world does not revolve around the "whims" of wish-lists.
That link above describes what you yourself can do to help for Elgg;
When you are finished with asking about 1.8 upgrades of so many PlugIns...
how do i put the mesage board widget at the centre???
wonderful plugin...
Honestly, I am a bit too occupied with things here ... so, 1.8 would take some time ... depending upon the encouragements I get from users here; otherwise, there's no use.
Encouragement = healthy discussion and comments, sharing on other sites, recommending the plugin, etc. :)
Good job Shouvik.......
Thanks, Ghumanz!
I love this look.. Good work.
Waiting for the 1.8.x version of this plugin.. A strong "recomment".
Thanks, Puru!
yes we are waiting 1.8 version
'waiting..' ? lolz, lolz.... with 150 downloads and 6 recommendations - seems a 'lot of encouragement' to code the 1.8 version ;-) i think that thiis called 'community support..' ;-o;X;p ps: for those that now knows - Shouvik gone off to start college compsci yr 1 @ 1 of best tertiary institutions around the area.
how can I do this job work in elgg 1.7.4
To my knowledge it should work pretty much out of the box for Elgg 1.7.*
can explain best ?
It should work if you follow the instruction for installation.
not
It is impossible for me to provide any help if you're looking for one with such a limited use of words, I'm afraid. :)
excuse , I need this plugin in elgg 1.7.4 , the columns do not change..
Hmm ... strange ... it ... maybe some other plugin causing the conflict ...? I have tested on Egg 1.7.8 and 1.7.10 and it has worked there flawlessly.
1. Comment out the message board widget option from /mod/messageboard/start.php
2. Comnent out the 'activity' widget optin from the /mod/riverdashboard/start.php
3. Remove the page forward after deletion of individual entries.
Go to /mod/messageboard/actions/delete.php and change the value of the variable $url.
$url = $_SERVER['HTTP_REFERER'];
please can you explaine more as i am quite new to elgg and dont know how to even make plugins if you can explain that will be great thanks
1 and 2
http://php.net/manual/en/language.basic-syntax.comments.php
3. Just head over to the file and change the value of $url = "pg/messageboard/" . $entity->username; to $url = $_SERVER['HTTP_REFERER'];
so for 1 and 2 do I comment it all out?