View Stumpy'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.
what about followers and friends?
@mpcount
I'm not a coder so I wouldn't know exactly, but from what I can see you'd need to add another access variable (or whatever they call them) in elgg/engine/lib. Groups and friends plugins acheive this... What I would do is ask the author of followers to add this to his plugin (or pay him) and use accessplus http://community.elgg.org/pg/plugins/project/769057/developer/Beck24/access-plus-17x
So that users can choose who can view the post. As for setting the access for to default at friends and followers, I would imagine it can be done because followers does define a relatiobship, but I wouldn't know how to use both... probably an array of some sort.
Sorry I couldn't help more
Stumpy - this looks good and is just what I wanted, see post http://community.elgg.org/pg/forum/topic/850949/the-wire-for-visitors/
however it doesn't play well with Satheesh's 3 Column River Activity : it messes up the Activity page.
@joiwind sorry I don't follow..? The wire for visitors? I am using Satheesh's 3 Column River Activity myself and I am having no problems whatsoever. I must say that I hace stopped using accessplus because it messes up the access levels in groups; It sets them as private regardless of what access level I select.
@Stumpy : I was talking about a plugin that allowed non-logged-in visitors to post on the Wire and I thought this one allowed that. Bidn't work on my setup I cn't say.
3 Column River Activity : the Site Announcement covers the whole page when using this plugin.
Hmmm that's strange because I've done nothing but add access dropdown menu in the wire form and actions... I use the same plugin on my site with 3 column river activity and all is well. I'll take a look.
I'm wondering if anybody else has had this issue?
stumpy i was just expecting for this..... really thank u so much...
stumpy i get this error when i visit the wire
Parse error: syntax error, unexpected '<' in /home/xxxxxx/public_html/test/mod/thewire/views/default/forms/thewire/add.php on line 40
got it.. at line 40 you forgot to put ?> then only we have to put <div>... any how thank you stumpy.. If anyone has this error.. at line 40 before <div> add ?> ...
?>
<div>
@zenin
What version of elgg are you using? 1.8.1? 1.8.2? Some things were deprecated from 1.8.2 in 1.8.3.
@meril
sorry about that I'll have to sort that out.
does this work on 1.8.3?
Hi Stumpy, I couldn't find any change, even after activate & apply Friends access.