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.
How can I add ad along this plugin? All I want is a few ad space in left and right column.
@enakta13,
Use the plugin Ads Rotator http://community.elgg.org/plugins/833989/1.4/ads-rotator-18
or see the start.php file and see how sidebar and sidebar_alt are extended and like waise do the same for your ads file too...
tem tradução pt br
does any one trasnlated this plugin please send it to thuvalpakshi(at)yahoo.com
In my 3 colomn activity page , Group invitation button graphics is not like normal .. refer this screenshot .. How to change it to normal ? can i remove that button ?
edit views/default/page/elements/profile.php
This is really cool! For some reason, I can't get my "Friends" to display in the right column. "Online Firends" displays, but not the "Friends" widget.
@leighburke, You need to enter number of friends in the settings.. then only it may work. try it
Hmm, I tried that. I have it set at 8.
http://www.tiikoni.com/tis/view/?id=a873680
http://www.tiikoni.com/tis/view/?id=f00aa7d My Friends should be displaying on the right just above New Members.
can u check the code in start.php from 161 to 168 which show the friends riverbox.? make sure nothing is commented out...
Also the page friends.php in views/default/page/elements nothing is commented out there tooo
Nothing commented out in start.php.
Here's the code in friends.php
$title = elgg_echo('river_activity_3C:friends');
$num = (int) elgg_get_plugin_setting('num_friends', 'river_activity_3C');
$box_view = elgg_get_plugin_setting('view_riverbox', 'river_activity_3C');
$friend = elgg_list_entities_from_relationship(array(
'type' => 'user',
"limit" => $num,
'relationship' => 'friend',
'relationship_guid' => elgg_get_logged_in_user_guid(),
'inverse_relationship' => false,
'full_view' => false,
'pagination' => false,
'list_type' => 'gallery',
'gallery_class' => 'elgg-gallery-users',
'order_by' => 'rand()'
));
if ($friend) {
$river_body = $friend;
$river_body .= '<p style="text-align:right; margin:3px 3px;"><a href="'.elgg_get_site_url().'friends/'.elgg_get_logged_in_user_entity()->username.'"><b>'.elgg_echo('river_activity_3C:viewmore').'</b></a></p>';
}else {
$river_body = elgg_echo ('river_activity_3C:friends-no');
$river_body .= '<p style="text-align:right; margin:3px 3px;"><a href="'.elgg_get_site_url().'members"><b>'.elgg_echo('river_activity_3C:addfriends').'</b></a></p>';
}
echo elgg_view_module($box_view, $title, $river_body);
keep this plugin at the bottem of all plugins... by this way we are makeing sure that no files in this plugins is not getting over ridden
For Me also the same problem still 1.8.8 birthday was working after updating to 1.8.9 birthday remider stoped working..
@meril
change the codes in river_activity_3C\views\default\page\elements\birthdays.php
ok i found the problem...
both are extending to the sidebar_alt change the second one to sidebar.. it will work
change
Hi Satheesh,
I got your message and made the changes. Fixed!
Cheers,
Leigh.
hello Satheesh
I want embed content link in river activity page where wire post is present
How it is possible
please help
I dont want to install rivertalk plugin
Hi Satheesh,
I add a profile field in profile manager plugin name 'VIP' and only admin can edit that field. And i want to show VIP member in River_activity_3C like online member, friend, online friend, birthday member...How can i do that? Thanks.
Hello
can you help me to make wire post box at activity top like this
@NgoQuocViet,
You need to fetch the users with metadataname =>'VIP' and list it... add that code in a vip.php file in pages/elements and extend that file in start.php
@shebhbaz,
I think this screen shot is of oxwall.. i dont have any time rt now will be trying to do that in future versions...
I am using elgg 1.8.8 so this plugin would work on that or I have to have elgg 1.8.9 for this plugin?
Bunch of thanks in advance.
birthdays disappeared after upgrading from v 1.8.8
There are no birthdays present after I upgraded from previous version of plugin.
I 1)uninstalled v1.8.8.
2)flushed caches
3) activated v 1.8.9 + flushed cache
I see birthdays option in admin settings but nothing in the website. What could be wrong?
elgg v1.8.6
@roman, read the comments above this is discussed