hi
nice job
but i found some problem... when I click for dropdown on picture profile, there is dropdown menu out of frame...
haven't been around for a while. the profile dropdown is usually problematic in internet explorer 1.7
In previous versions for elgg 1.7 I simply gave the profile dropdown a display:none in the css so it wouldn't appear. You can probably do the same in the 1.8 version.
@Sus..
EMail me all the details, links, info of this...;-)
yew knows this topic has greatly grabbed my interest because -> the Sanskrit web-work I did circa 1998 and I do continue my ($0) volunteer efforts there ? -O
@sefi edit widgets option in my site profile pages works ok (i'm using draggable widgets on profile and riverdashboard-so will have to check the regular dashboard widgets.)
I've tried playing about with the search button position, so far no luck in chrome or ie7 but I haven't given up yet :)
Demo site elgg.edureshet.org.il

@sefi just checked and my dashboard widgets are editable (although I do need to add some space between the blue welcome to my dashboard panel and the widget columns underneath.)
dashboard widgets look great with this plugin and draggable widgets.
two remaining small fixes are 'iconmousehover' and the 'go button'.
it works when you see the user's profile but it doesn't show the avatar on member search or any parts of the site with icons. i'm using 1.7 by the way!
Great plugin Adam. Thanks so much.
Works great on Mozilla, but not so well on IE (only tried IE8). With Mozilla the progress page opens in a new window and closes itself when emails have all been sent. Very nice. With IE though, the progress page is not a popup window. Windows ask for closing confirmation, and if you say yes or close it out yourself, the whole site closes. And if you hit back, all works OK, but get a "Form is missing __token or __ts fields" error message.
Any help would be great! (FYI: I'm using 1.7.2).
it works when you see the user's profile but it doesn't show the avatar on member search or any parts of the site with icons. i'm using 1.7 by the way!
To resolve the problem about display of answers, go to tool administration and open settings of this famous plugin and just save !
How can i make this plugin public for guest users?
Only loged in users can see the questions.
I like to open, public the Link for all my users.
ah.. just another essential.. exactly the way it has to be, glad I haven't started this one =)
good job friend, thanks for sharing!
Hi, Iv installed and enabled the plugin.
I had to edit the start.php like swap elgg_register_event_handler for register_elgg_event_handler etc due to version conflicts.
Now I cant find it in the admin interface. How do I use it?
@ekerner if you are using elgg 1.8 you should download the 2.0 version of this plugin.
HI , Thanks a lot for this extension. Will it be possible to make this compatable with 1.8 Please???? I think it is really useful extension for the community and i am sure that it will be used for the new version as well.
A small site access hack, for those who wish to use generic whitelist filtering instead of exact URL only :
in mod/siteaccess/start.php :
// Facyla : allow generic URL filtering, like pg/blog/$
$cutat = null;
$cutat = strpos($acl, '$');
if ($cutat > 0) {
$acl = substr($acl, 0, $cutat);
$url = substr($url, 0, strlen($CONFIG->wwwroot . $acl));
if(strcmp($url, $CONFIG->wwwroot . $acl) == 0) {
$allowed = true;
//system_message('Matching generic filtering on : ' . $url);
break;
}
You should end up with (inserted => bold) :
foreach($accesslist as $acl) {
$acl = trim($acl);
// Facyla : allow generic URL, like pg/blog/$
$cutat = null;
$cutat = strpos($acl, '$');
if ($cutat > 0) {
$acl = substr($acl, 0, $cutat);
$url = substr($url, 0, strlen($CONFIG->wwwroot . $acl));
if(strcmp($url, $CONFIG->wwwroot . $acl) == 0) {
$allowed = true;
//system_message('Matching generic filtering on : ' . $url);
break;
}
}
if(strcmp($url, $CONFIG->wwwroot . $acl) == 0) {
$allowed = true;
break;
}
}
Finally add generic URL(s) in plugin settings : write request URI (eg. : pg/blog) followed by the dollar ($) symbol ; all URL beggining by this exact match will become accessible.
In extenso, il you add the line : pg/blog/$, URL like pg/blog/username/read/... will become publicly available..
Enjoy ;)
Hello,
When I try to use Site Acess, the captcha image doesn't appear, so I cant' use the form :
I'm using Elgg 1.7.8
Thank you
Hi Lofol - thanks for the help! Your English is fine :) The template I adapted for rtl can be downloaded here http://groups.google.com/group/elgg-rtl?lnk=srg aligning text to the right works ok, however rtl directionality is a problem.
By the way there is an RTL group here on elgg, maybe you would consider joining? http://community.elgg.org/pg/groups/1202/right-to-left-rtl/
Gr8 work... .. so u changed the Template 1 from WWW.EDESIGNERZ.NET .. Awesome Change... and which language is it... in http://www.ifootball.ir/ i m not able to understand it.... I think the PSDs with the pack.. helped you a lot na???
yes thanks baltej singh i use your psd file and my website lang is farsi for persian members
Hi Lofol - thanks for the help! Your English is fine :) The template I adapted for rtl can be downloaded here http://groups.google.com/group/elgg-rtl?lnk=srg aligning text to the right works ok, however rtl directionality is a problem.
By the way there is an RTL group here on elgg, maybe you would consider joining? http://community.elgg.org/pg/groups/1202/right-to-left-rtl/
Gr8 work... .. so u changed the Template 1 from WWW.EDESIGNERZ.NET .. Awesome Change... and which language is it... in http://www.ifootball.ir/ i m not able to understand it.... I think the PSDs with the pack.. helped you a lot na???
yes thanks baltej singh i use your psd file and my website lang is farsi for persian members
Hello,
I'm using Simple Neutral theme on an Elgg install and I've installed menu_builder plugin. I've removed the standard menu of the theme to have the menu_builder one instead. It works well when I'm logged as admin, as you can see below
But it doesn't work whan I'm logged as simple user :
I've been told that I should remove something in the theme, but I can't find what. Could you help me, please ?
Thank you
Hi,
I was trying out this theme for the first time and with elgg v1.8.4. It gives the following error:
Deprecated in 1.8: pageshells/pageshell is deprecated by page/default Called from [#5] C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\elgg-1.8.4\pages\river.php:60
regards.
Im new to this website and also new to this social engine, it took me almost a 3 days to install. I know im bad, thats why im asking how to install plugins not only this one but the other plugins? thank you
What if i want to a user to choose a group during registration? Can this modules make it?
I just tried to get this to work with 1.7.3..
I did not manage to get any new users to auto register to the nominated group and when I attempted to register a new user I was presented with a blank screen upon submitting the registration form..
disabling this plugin corrected the blank page issue.
This a great plugin, but could do with listening to the subscriber plugin, so when a new registrant automatically joins a group they also get automactically subscribed to that group as well.
Anyone know how to achieve this?
