Deleted the accidental space at the beginning of the en.php file in the earlier version.
Thank you Brett for finding out this...
View Thuvalpakshi'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.
just enter whole numbers like 1, 5 etc for each widget.. save it and reload the page. if nessasary clear the cache of browser and see...
Thank you, kindly. I was only putting ordering in for the two modules I wanted on top and leaving the other modules in that column with a blank ordering setting. Once I applied ordering to the whole column it worked like a charm. Awesome plugin!! Recommended. :)
any thoughts of ajaxing the wire post for the activity page, satheesh?
nevermind, with a little trial and error, not only have i ajaxed the wire post but managed to ajax the river so anything that posts to the river now is auto updated, love your plugins, thanks
@costakisc
Happy to hear that you have done the ajaxifiation of wire and auto updating..
if you share the code it would be better for other members .. thank you
Jey Cos.. yep! Do it now lolz ;-) on my desk 1st thing in the morning ;-P
Wow @costakisc looks like you are almost there and that would be an awesome plugin of elgg if you can make it work fully ajax. Please keep me closely posted when you are all done. I would love to have this 3C with ajax... just can't wait .............
@costakisc thanks for the reply, I did try many times but no success.
You said first step
in the start file i added:
function river_activity_3C_init() {
elgg_extend_view('css/elgg', 'river_activity_3C/css');
$action_path = dirname(__FILE__) . '/actions';
if (elgg_get_plugin_setting('show_thewire', 'river_activity_3C') == 'yes'){
// actions
elgg_register_action("river_activity_3C/add", "$action_path/add.php");
elgg_extend_view('js/elgg', 'js/update');
}
May I know in which area/ place I should insert those above codes? As I tried everywhere in the very end in the middle and in the top area...
2nd thing can't fine the following codes in the start.php file
if ((elgg_get_plugin_setting('show_wire', 'river_activity_3C') == 'yes') && (elgg_is_active_plugin('thewire'))){
elgg_extend_view('page/layouts/content/header', 'page/elements/wire','200');
And in the last step u said make a update.php and place in views/default/js
But there is no js folder inside views/default/
I have doubt you used old version of this plugin as I am working on Satheesh PM this new plugin.
Please could you help/ clarify
Many thanks
ok, i downloaded this version of the plugin and made wire posts and river activity ajaxed, it is way to much code to post here and try to make the instructions clear to everybody, if you want it send me a message and i will send you a zip file of it
I have 1.8.8 currently installed. Will I lose my settings if I upgrade? Thanks!
@Donna No. If you upgrade, you won't lose the settings.
Thanks @Speedysnail6! So glad to hear it. :-)
I'm copying this from the 1.8.8 Comments. Thanks for any info!
"Great plugin. Thanks! A question...
Is there a way to hide the admin activities from the "Activity" page? I uploaded a couple of photos for site developement only and now they are noted on the thread.
If not, is there a way to delete them? I tried turning off the file display in the plugin already and that didn't work.
Thanks again!"
@Speedysnail6 Regrading upgrade: do you extract the new file with a different name [eg, river_activity_3C(1).zip], de-activate the 1.8.8 plug-in and activate the new upgrade, 1.8.8.2?
It doesn't matter. Just delete the folder and the zipfile upload the new zipfile and extract it.
@Donna - I understand what you mean now. Don't rename the new folder.
if anybody wants the ajax code, i will post it on here and explain it the best i can, but i really do believe it would be easier to send in a file, but however you want it
@Speedysnail6 Thanks again! Renamed the old folder and extracted...worked fine...perfect! Now I just have to figure out how to stop my admin actions from displaying in the Activity thread. This is a great plugin. Best to you speedy...great name!
Hi Satheesh, I have an problem about brithday feature, I have already did like your instruction about add brithday integer by Profile manager and put it in 3_Column_River setting, but there has an error : http://img525.imageshack.us/img525/8918/error1d.png, what happen with the "12:00:00 GMT+0700 (SE Asia Standard Time)" where does it come? And the result, when i go to "Edit profile", the birthday filed is empty but in profile page it show me lilke this. And, the birthday feature is not working.
I appreciate from any ideas and helps. Thanks for all your times.
I made one new page with externalpages plugin? How I can show 3C plugin right or left side things in to my new external page? Because with 3C plugin I can see left or right site activities only in home page.
In new external page I can see only site Announcement activity but how I can add other things on the sidebar?
adding or removing items from the sidebar in your new external page doesnt have anything to do with this plugin. that would be about page layout and elements.
studing the code in this plugin and some others you will see how the sidebar is control through elements and the start.php
@costakisc Many thanks for thr prompt reply,
Is there a way i can remove some of the site links like friend request or bookmarks?
are you talking about the links below the avatar?
In admin settings there is option to show or hide links below avathar... if you want to remove selected links you need to edit the file profile.php in views/default/page/elements/