I uploaded wrong file in this version,plz download the newer version.And apologize.And,should I delete this version?
这个版本我上传了错误的文件,请下载新版本。抱歉。
THIS IS A EXPERIMENTAL PLUGIN,DO NOT INSTALL ON NON-TESTING SITE.
这是一个开发中的插件,请不要在非测试站点使用
Some little fix:
views/default/riverdashboard/css.php,line 15-18
.collapsable_box .item_body img{
width:200px;
height:150px;
}
replace them like this:
.item_body img{
max-width:98%;
height:auto;
padding:2px;
border-top:1px #AAA solid;
border-right:2px #333 solid;
border-bottom:2px #333 solid;
border-left:1px #AAA solid;
}
/* IE6 */
.item_body img{
*width:expression(this.clientWidth > 601?"600px":"auto");
}
.collapsable_box .item_body img{
*width:expression(this.clientWidth > 201?"200px":"auto");
}
What'new in 0.40&0.30
Extra view useage:
echo elgg_view('river/item/extra',
array('performed_by' => $performed_by,
'object' => $object,
'body' => $body,
'show_comment' => TRUE,)
);
in some river item's view.Example:
$performed_by = get_entity($vars['item']->subject_guid);
$object = get_entity($vars['item']->object_guid);
$body = '<div class="wire_post">';
$body .= '<span class="start_quote">"</span>';
$body .= "<span class=\"post_content\">{$object->description}</span>";
$body .= '<span class="end_quote">"</span>';
$body .= '</div>';
echo elgg_view('river/item/extra',
array('performed_by' => $performed_by,
'object' => $object,
'body' => $body,
'show_comment' => TRUE,)
);
A little modified to the riverdashboard and thewire.
0.3和0.4的修改
对riverdashboard和thewire的一些小修改
Here comes the screenshot:
View Snow.Hellsing'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.
can you update your screen shots to show what's new?
@cim done }:)
and,in 0.30,most update is invisible to end-user.
To LKLaRose:Sorry for some html structure change.That may cause your css work gone.
I have some display issues and miss some spaces between the recent activity and the icon before.
Sorry, this was because of my Layout. In default view its working perfect so i can start with german translation.
See it live on: http://pixel4tune.de/social/
oh i see what you did, you enabled html or only images to show up on the river via wire? and also tabs are different
Sweet, Is there anyone who can adjust the pages plugin to only allow admins to post pages?
Say your making a news community so you want the pages feature but you only want the admin to be able to post new pags for the rest of the community?
What is the profile plugin for?
what does QQ stand for in your profile mod? and can you add fields for
AIM yahoo or msn instant messagers
On the dashboard you have
Who will be in birthday
it should read
Whose Birthday will it be or Birthdays
@Dante thx for the translation suggestion^^
QQ is a IM.I hate it but it's popular in China(RPC).
If u could read PHP codes,read profile_conf.php in this plugin's root folder.
Else,edit the profile_conf.php,find this codes:
replace them like this:
Hi Snow,
Now when I download this file, I get 2 folders " profile " and " riverdashboard ".
Will I replace the profile folder extracted from this plugin with the one you added to " Improved profile " plugin ?
Also, I don't see the commenting option available for all activities on the dashboard. How to solve this issue?
@Anas God,I uploaded wrong file!