Bugfixes from 2.1
View Staszek'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.
really cool theme
hi stan.... nice theme ...
* No option to delete postings....
how to fix this... help...
Fatal error: Call to a member function getName() on a non-object in /engine/lib/navigation.php on line 129
I dont get this theme to start at all, anyone else that has recieved this error?
Hi,
I can't find a way to edit the sidebar from the dashboard? How do I remove the Thank You link and text from it? My installation didn't come with a sidebar_alt.php file , but downloaded from this link?
M
Hi, i got the following after a user log in:
Fatal Error.
An unrecoverable error has occurred and has been logged. Contact the site administrator with the following information:
Exception #1346425290.
Maybe someone can help me?
Cheers, Pascal
@ melcior to add a delete button you must edit mod/thewire/views/default/river/object/thewire/create.php
change it to:
@ someco it could be a problem with plugins...
deactivate the plugins...
@ Ve thanks for the "like button fix" :-)
@ Ve thanks :-)
@ Ve edit cool_theme_path/views/default/river/object/groupforumtopic/create.php to add delete button for "discussions" in groups, but it is only for discussions not for "posts on messageboard"
@ Ve for the "messageboard" delete button edit cool_theme_path/views/default/river/object/messageboard/create.php
In groups you need to have access(admin etc) to see the button.
@ Ve fix for "The postings within a Group, are visible in wall and activity without headless"
edit cool_theme_path/views/default/river/elements/body.php
change the lin:
$summary = elgg_extract('summary', $vars, elgg_view('river/elements/summary', array('item' => $vars['item'])));
to
$summary = elgg_extract('summary', $vars, false);
Fix for blog delete button cool_theme_path/views/default/river/object/blog/create.php
Fix for page delete button cool_theme_path/views/default/river/object/page/create.php
@ stan
we make you additional work for the new release :-)
@ Ve
What do you mean with "all headers"?
I understand now, but how we can fix it?
Thanks for the new version (I downloaded from the "download 2.1.1" button but version number says 2.1. Maybe I did something wrong).
Also on 2.1 I hit the usual index page error that comes across on all facebook themes. Index page defined using Widget Manager.
Is there a way to make this theme not to effect the index page? regards.
Fatal Error.
Redirect could not be issued due to headers already being sent. Halting execution for security. Search http://docs.elgg.org/ for more information.
SecurityException Object
(
[message:protected] => Redirect could not be issued due to headers already being ..................................
........................
@ Ve
I have fixed it.
add the two lines in cool_theme_path/languages/en.php
you can change it... it's just an example :)
We are a good team Ve :-)
@ Ve
I have a simple solution for the bug "Responses to discussions are seen as "post" and as response in the wall (within a group)"
Just comment in mod/groups/actions/discussion/reply/save.php the line //add_to_river('river/annotation/group_topic_post/reply', 'reply', $user->guid, $topic->guid, "", 0, $reply_id);
or remove it.
New Responses are not visible on the river.
@ Ve
For all "Responses on the river" you can edit:
mod/groups/views/default/discussion/replies.php
If you comment the whole code in the file or remove the whole code from the file then the posts are not visible on the river, but there is one problem, you will get "lines" on the river with that change.
I don't know yet how to remove the lines.
Great Plugin !! Recomended !!
But is there any a simple code to show blog in my profile's sidebar ?
Because there is no "add widget" like an ussual theme. Anyone help ?
@kuncoro
change views/default/page/layouts/two_sidebar.php
This is an attractive theme.Thanks.
Login screen is diminished to a line, wih all fields invisible making is impossible to login.
To repeat: Click 'register" and on the 'register" form click 'cancel'. Then you see the diminished login form. Refresh the screen and the login form comes back in full.
eng: elgg 1.8.8, custom index plugin disabled, ProfileManager v7.4, WidgetManager v4.3 (with WidgetManager custom index -unfortunately- disabled).
regs.