The errors some have with terms and urls's is hopefully fixed in this release - Anyway, it's working here on Elgg 1.8.2
Removed some obsolete files
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.
I changed the page handler BTW
I realized that it wouldn't work changing the page handeler. But it still says 404 on bottom. On top, it works fine
Also: How to switch the amount after the currency.
@speedysnails
the page not found can be solved by adding a
before the closing curly bracket of function market_page_handler($page) { at line 95.
Great plugin. Works fine except I'm seeing "market:Buying" etc in the tabs instead of just "Buying". What have I broken? The instructions did say to add market:category to the language file and that's exactly what I did.
Thanks for the plugin.
@Osay - Beware that if you add something like "Buying" as a category then the language file must contain a line like this:
'market:Buying' => 'Buying',
Notice the uppercase "B"
Great Plugin, congratulations :)
I just wanted to know if it's possible to add many pic.s to the market post as a gallery
let's say I've a house want to sell. I've to upload many pic.s of it.
is it simple to do it ?
This is a great plugin, it works perfectly. I was wondering if there is a way to add the market posts widget to groups, in this way I can have all the market posts for the users belonging to a group.
but have you had a look at http://community.elgg.org/plugins/1079795/B.0.2/embrache-simple-commerce - the one elgg-ecommerce to rule them all ?
Wait for my plugin coming tomorrow Dhrup, its an ecommerce contender:)
3 days ago 'tomorrow' has come and gone.. no contenders, no news, no nuffink, no nada.. ;-oO;X;P
Been busy Dhrup, its coming soon;)
This is a great plugin for letting your users create free classified advertisements at your site,
Would be even better if also allowed,- specifying an expiry-date for the ads and some cleanup mechanism for the admin (clean the database of those data x days past the expiry date). And maybe someone can extend this by allowing paid listings for selected categories.
@slyhne mange tak for this very useful plugin.
@İşöğünçı:
that sounds like an interesting feature idea. i'll be looking to develop your ideas in futher detail in the next version set of enhacements for http://community.elgg.org/plugins/1079795/B.0.2/embrache-simple-commerce.
Hi, it's me, again, after 30 years.
I'm still having trouble with the output, what I did was to wait a few months to come back here and ask.
Let me go straight to the point: Long ago I managed to do what I needed to do, that was modify the extension to make it save blogspot templates scripts. It worked partially, worked only on old templates, on new based wordpress templates it filtered a few stuff, it parses: ", & and a few other ones.
I checked out everything, but couldnt solve it. I'll be really glad to zip the plugin package and give it to the developer if he can help me out with this. Please, help...
@slyhne found a bug in start.php
// Add to the user block menu
$url = "market/owner/{$params['entity']->username}";
Should be
$url = "market/owned/{$params['entity']->username}";
Then the link under profile works.
@Spike Spiegel - I'm sorry, but other projects leaves me no time for merging your project into mine.
@Gerad Kanters - I'll see if I can release a patched version soon. Thank you :-)
The best! Only if it also had:
- a better category management
- allow administrator to say: For this category, if you place an advertisement, you pay x euro.
Thank you for sharing this plugin. Thank you Thank you Thank you.
Ditto. It would be great to get enhanced version of this plugin.
Thanks for providing! I do not understand php and would like to know where I can set the image size, example; 150x150 pixels and 100k? Again thank you! Vlad
@vgomespt
When a picture is uploaded it get's resized in the action files (mod/market/actions/ad.php and edit.php).
I save 4 diffrent sizes + the master.
In the action files you could also put in a check for file size. there are lots of PHP file upload guides on the net that has instructions for this.
Thanks slyhne!
ok!
accepted my test image and 3.90 megabytes do not know the limit. I'll search code to not exceed 100 Kytes. My php does not exist, but I will search.
Again thank you. Vlad
Great Plugin.
I want to add a html payment button via tinymce, but when I publish it didnt display.
How can I solve this issue?
Thanks
@m-china
I changed the line 'title' => elgg_echo("{$category}"), but it does't changes the title of category.
Help please
This is among coolest plugins. Thanks!