If you downloaded the previous release please remove those files from your server and install this version. There was a bug caused by dreamweaver that could lead to your site being exploited.
This is a riverdashboard with 3 columns and using features from the latest version of riverdashboard. Should be pretty stable, i have more features not included in here that are still a little buggy - tobe released soon.
Works in elgg version 1.6.1 but i think it should work in 1.5 as well but havent tested it. please let me know if it works for you in 1.5
features:
If you have these plugins installed open index.php and uncomment those lines.
For any plugins that add their own river icons, open the css for those plugins and comment out or delete the lines for the river icons.
todo:
NEW
0.2.1 Only has some new files that were not included in previous release... SORRY!
You can see it in action at http://thekidcircle.com
INSTALLATION
remove existing riverdashboard and install this one. Remember to backup your files first! This is a replacement to riverdashboard.
rename or delete riverdashboard/css.php from any external theme your using
in .htaccess add this
RewriteRule ^([A-Za-z0-9\_\-]+)$ http://%{HTTP_HOST}/pg/profile/$1 [R]
b4 the last </IfModule> to make the url link work correctly
PLACE PLUGIN AT THE BOTTOM OF PLUGIN LIST! - it needs to override some other views so better off with it at the bottom
View Fusion'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.
Hey, im having the same problem as roman on page 1. i have tryed editing the css files and i cant find what i have to do to get the right collum to display properley. it seams to start on the right side but underneath the middle content...
my sites url is http://www.illmethods.com if someone could please have a look and maybe tell me whats wrong.
i have had this domain for just about a month on paid hosting without it actually being open since i am trying to find a good script to run for what i want to do, i think i have found it with this but just a couple little bugs but if i can get them sorted then ill be happy
cheers to anyone that can help and thankyou to those that tryed
:D
Hi, I'm trying to get my user avatars to float right in the river, can't find where in the css. Firebug just shows them as "element" which isn't a whole lot of help :(
@matt.. in riverdashboard css change these two elements:
#maincontent_wrap.... change width to 683 #col_two... change width to 469 you should be good after that.
@susan.. look in riverdashboard/views/default/river/item/wrapper.php
Hey! I enjoy your plugin.
For the future release, I suggest to add a widget to show the user's bookmarks!
Regards, Gleb.
@gleb.. thanks for input, ill see what i can do about bookmarks
@Fusion, Cheers bro
it works sweet now and doesnt show up half way down the page
shot!
<!--[if gte mso 9]> Normal 0 false false false MicrosoftInternetExplorer4 <![endif]--><!--[if gte mso 9]> <![endif]-->
<!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} p {mso-margin-top-alt:auto; margin-right:0in; mso-margin-bottom-alt:auto; margin-left:0in; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} -->
<!--[if gte mso 10]>
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman";
mso-ansi-language:#0400;
mso-fareast-language:#0400;
mso-bidi-language:#0400;}
<![endif]-->
I am on elgg 1.6 and was able to use this plug-in in earlier version but now all I get is a white screen. On page 3 this is mentioned and a reply says comment out some lines in the index.php. Which index.php and what lines?
I do have iZAP installed and the instructions say “added a view for iZAP Recent profile visitors (requires plugin - uncomment lines:51)” - which index.php?
Thanks,
4D
Dang it - I have no clue where all that crap comes from in my post but my question is at the bottom ^.
@fusion that did it :) Thanks a million!
@4dplane.. index.php is inside riverdashboard directory. its 3 lines you need to check out. one for recent visitors, tags, and photocumulus if you dont have those plugins comment out those lines or add the plugins.
the next release will take care of this.
Thanks Fusion,
I had to comment out specifically:
$area3 .= elgg_view("riverdashboard/photo_cumulus");
$area3 .= elgg_view("riverdashboard/recentview");
$area1 .= elgg_view("riverdashboard/sidebarTagcloud");
In your instructions you say "rename or delete riverdashboard/css.php from any external theme your using"
Well if I do that then the external theme I am using no longer works. Does this mean I cannot use an external theme? When I do not do this the plugin works but the 3 columns do not sit in my graphics correctly. When I edit "views/default/riverdashboard/css.php" nothing changes.
What am I missing?
Thanks,
4D
@4dplane.. when i say that about external theme i am only talking about the css in riverdashboard folder of the external theme. you may need to edit the css of 3 column dashboard to fit correctly. if you give me a url to your site i can take a look and tell you exactly what to do.