Well this is great plugin but i am getting unmet dependencies probably because i am using elgg 1.8.1 and this plugin has a minimum requirement of elgg 1.8.3. Can i use it on my elgg version 1.8.1 with some changes. Is there any old version i may use.
well the plugin changes the default css and layout. Is there a possibility to use this plugin with existing site css and layout. What css editing might be required.
You are creating great game plugins but there is one common problem in each of them i.e. the more menu hides behing your game iframe. Please provide some solution for that.
there are a few bugs.
Clicking on all places does not show all places entered. same goes for my places and it shows only the main my neighbourhood page. If you click on any place from activity river, it then shows the details of the place.
does not show friends online but users online. It was showing a user online even when it was offline. Just shows a link in more menu but no widget option anywhere.
Any user can go to settings and there is an option in settings in elgg 1.8.1 latest version to choose from any of installed languages and it automatically detects any languages installed.
I already have upgraded to 6.2 but it does not work fine with this plugin and it needs to be updated as well. I am waiting eagerly for new plugin release.
FriechatX 6.2 has recently been released and it works great with integrated restrict chat to buddies and chatroom functionality. Can someone upgrade this plugin for newest version of FriechatX 6.2.
The code from Matt Beckett does not work. Can someone help out with a solution to limit chat to friends only more like facebook. I think it is much required for this plugin to be complete.
Hi all,
i am having a problem with avatar crop tool not working in any of the browsers using facebook theme with elgg 1.8.1b. I opened a ticket but i was asked to contact the theme owner for that purpose. can anyone help.
Hi all,
i am having a problem with avatar crop tool not working in any of the browsers using facebook theme with elgg 1.8.1b. I opened a ticket but i was asked to contact the theme owner for that purpose. can anyone help.
Hi all,
i am using facebook theme on elgg 1.8.1 and my website is near completion at http://www.pak4u.com/pakbook/. What i am facing right now is few bugs in tidy pics plugin which i suppose have resulted because tidy pics is still not up to date...
@e5foxer you can change the settings by opening settings.php and it will start to work well with elgg 1.8 except a few known probs like tagging which will be removed once the 1.8 version of the plugin comes.
Great work. Followers and Friends are conceptually different as you have created it to be. Nice plugin. I just want to extend the view to my sidebars. What is the specific page i can extend to.
what simple it is to do that. Put this code in plugins start file just after line 14 in donation_init function.
elgg_extend_view('page/elements/sidebar', 'donation/donation');
Bingo.
Its a great plugin covering everything i required and most of all i could not find a similar plugin on this much required topic. One problem is that i am using facebook theme and i am finding it difficult to add it to the mainpage sidebar. Please...
I recently read that new bug fix release of elgg 1.8.1 beta has removed existing issues with avatar crop tool. But i still have a problem with avatar crop tool. I updated to beta version of elgg 1.8.1 using a facebook theme and tested on opera, ie9,...
@wynne. Embed plugin had some known bugs by elgg. They have been removed in bug fix beta version of elgg 1.8. Embed works perfectly now. Get the latest elgg 1.8.1 beta version.
I also have the same problem. If i donot upload any picture, instead of showing market plugin default picture, it displays a broken picture. Tried fixing it in thumbnail.php but no success. Any suggestions.
Actually internet explorer 8 does not like display:inline-block; command.
To show avatar in ie8. Just open \mod\facebook_theme\views\default\css\elements\icons.php
On line 274 under Avatar icons: Just replace display:inline-block;...