I see it now... and no, it doesn't work. I do have other rewrite rules on other parts of the site working fine. I worked around the problem as Andras suggested and got it installed.
In the .htaccess I commented out <IfModule...
I did a search and didn't find rewrite.php anywhere in the elgg 1.8.3 I downloaded yesterday. I couldn't find anything with rewrite in the file name actually. I did write a basic rewrite rule and that worked. I also verified that...
I'm trying to install Elgg 1.8.3 on a fresh install of Xampp 1.7.7 on a RedHat Linux 5U4 system. I've also tried on a previosly existing Xampp 1.7.4 server. I've done the install of previous Elgg versions lots of times before but this...
I am using Elgg 1.7.10. I have a group with it's access permissions set to "Logged In Users" and the group is open. If I create something in the group like a discussion topic, it's permission gets set to "Public" by default. Is...
I seem to have found my answer...
The file mod/profile/views/default/profile/listing.php actually compiles the information to put in the member search listing around line 39. That is then passed to views/default/entities/entity_listing.php to...
Finally back from vacation so I can get back to this...
Thanks for the response. I'm still figuring out the architecture of ELGG and where to find everything. Can you point me in the direction of where I would put such a statement?
I am using Elgg 1.7 and the profile_manager plugin. Right now when I do a search of members, The users name, icon, and location are returned. Location is one of the fields I defined using profile manager. I'm wondering 2...
I ran across a problem when using multiselects. If I select multiple values when editing my profile, it works fine. If I edit again and deselect any of the options previously selected, the checkbox turns off but the previously selected...
First, beautiful piece of work. Now on to the question...
I have a feeling this is a silly question but here goes anyways... I've finally figured out how categories and types work but I'm still confused about searching. How do I get to...
Thanks Kevin. The order is exactly as you say. I made a test install of Elgg to play with and found out it's actually my theme that's causing the problem. If I use the default theme the user profile form replaces the default one...
First... Kevin, this is a fantastic plugin. Thanks for you efforts on this one.
I'm using the form and flexprofile plugins on Elgg 1.7.10. It does exactly what I need but I'm a bit confused with the default and extended profiles. ...