Includes a fix so that access pulldown honors site default access - thanks to David Stawowy for finding that bug.
View slyhne'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 changed between 093 & 094? I had to go all the way back to 093 to get a version that worked with 1.5 on my site - most perplexing!
@David & jededitor
I have tried converting the 1.7 version to run on 1.5 - 1.6.x. Please download version 0.9.6 and test it...
Please report errors - and if you know the cure please report that as well.
I doesn't have much time for coding, so any help is appreciated.
@Slyhne.. Jed seems to have got Markets working on his Elgg.v.1.5 after all. he emailed me some days back ;p-) but recently he has had problems connecting via normal internet.. headaches ;- ) The patch I coded some weels ago to make Markets work.. I got too busy with other projects and don't even remember the code fixes now ;- ( What can I do ? the rest of life goes on and on...
No still here ! Peeps in my area are having difficulty accessing certain parts of the internet which, unfortunately includes things like Google & Gmail <grinding teeth noise>
Tried 096 and it works okay.. guess the clue was the difference between 093 & 094?
Small error...
@jededitor
Well, 0.9.6 is a different beast than the previous 0.9.x versions.
The small error you mention is in the messages plugin, and not the market plugin.
@slyhne - ah so it is..
BTW when can we expect a version 1 to be compatible with 1.5?
In messages/views/default/messages/messages.php I have this:
Maybe that will do the trick?
Hello. It is for elgg 1.7 or 1.7.1. With 1.7.1 I've got some problems :)
Hi. When user is not logged in, and I type url like: http://localhost/mod/market/category.php?cat=market%3Aclothes, it don't load css style. It's like some element's of page are not loaded. How can I fix it? :)
@whatevermike
Have you tried disabling simple_cache and filepath_cache?
Could be it needed a refresh of the cache...
I've done this and it's still doesn't work;/ Also in the home page in last activity it doesn't show category of item in the market;/ (for not loggin users).
I've disabled cache in "elgg developers plugin".
Now all we need is the ability to add ebay postings!
@Jed:
EMail me re: EBay postings/ RSS -- we got some similar code already ;-) I can conference you in with the guy who wrote the original code....
Have anyone similar problem like I have? I use elgg 1.7.1.
I have the same problem that whatevermike.
I'm interested to add ebay postings too.
The market plugin looks all weird when viewed in Safari - particularly the iPad version. Much too narrow with the images outside the width of the page.
@whatevermike
I had the same problem, I solved it by changing the line 162 in views/default/object/market.php
need change this: if($ownerGUID != $_SESSION['user']->getGUID()){
to this: if(isset($_SESSION['user']) && $ownerGUID != $_SESSION['user']->getGUID()){
Good luck!
Thanks emadgon, now it works fine.
Can we add business listings script with this or in alternative plugin?
Viral - you can change wording and use this plugin as listing (according to screenshots)
Most of the plugins here can be altered to our needs, to many extent even if you are not much of a coder, just think imagine and create...
Business listings can be created with market plugin even with a blogs plugin... If its just about listing then it will do... but listings need control and more granular search functions
@slyhne
can u please tell me where shud I add the code to get
"Rate" http://community.elgg.org/pg/plugins/artistcraze/read/500143/likesdislikes-bundle-v10
or "Likes/dislikes" by Pedro or others functionalities visible at end of each market post
HaPPy ElGGInG :)
Do GooD :)
@jaxcatz
I would suggest you look how they do it on blogs, should give you a clue about where and how.
Hello, I am trying to change the plugin settings so that only logged in users can view the market posts and everyone else gets a 'you must be logged in the view the market posts' message. How can i accomplish that?