This is a modified version of Webgalli's plugin, with the following new features:
This modified version of Classifieds plugin works in conjunction with Modified Custom Index to display in homepage ads approved by admins. If both Modified Ads and Modified Custom Index are installed a link appears in the administration area from where administrators can approve ads to be published in home page.
WARNING
This is a BETA version for testing purposes only, not production. It works well in our testing environment but unsolved bugs have been reported.
CHANGELOG V1.0b2
View alivin70'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.
Thanks Alivin
It is still a beta version, please report any bug you found.
Sweet!!!!!! I have been looking for something like this.
hey
I have a problem with this plugin, i can upload a photo but i don't see the photo when i browse Classifieds and i dont see the photo on front page
any ideas
my site here
I see. I'll check the code to find the bug.
thx
there is no bug i didn't create a 'ad' folder in my elgg instalation sorry about it...
best wishes
Ok, :)
Feature request: I'd like to have an "all classified" widget so that I can put it in the default new member display.
Could you please tell me which version is this?. I have subscribed to Webgalli's Original pluggin and is using the latest version V4. Should i use this one?
One more thing is that their roadmap promises many good features. Thank you
It's based on [version value="2.0"]
A small thing to change... There needs to be a space between the word TAG: and the tag words that appear. To do so go to: Mod/Ad/views/default/ad/object
and in the ad.php file
Where it says:
Put a space after the : symbol
Saludos
I have two doubts:
1. As Admin, How do I remove an ad that I put on the index/home page? Also....
2. I found a broken link. Next to the title in the right hand corner there is a link that says
Woodward: Classified (or MemberX: Classified)
When you click on it, it says Page not found.
And for the wish list (or how can I do it now), How/Where can I add the title of the advertisement to the Title of the page instead of just the name of the site. (I know I will eventually find it but it will take me most of the night to find the correct place then figure out how to do it)
Oh, if you need to see a live example of Point 2, it is in the classifieds section of my website.
Hi Woodward,
thank you for your comments. We will release an updated version of Ads later this weeks, with some bugfix and maps integration. ;)
Good plugin, thanks, alivin70.
I have some problem with approving ads. don't have link. How can I get it on home page? I do have code in but ads not show up on home page. I did install Modified Custom Index Thanks
There is a link in the administrator area. Administrators can see pending ads and approve them to be shown in home page.
Hi allivin70! would you please provide with a link to manage pending ads? I'll do it manually. Probably something wrong with my admin area or there is a conflict of some kind, I don't have this link.
Thanks
I found it :) it's under Home category from admin main page. no link, just list of classifieds.
I don't understand how to use this plug-in.
Did you install it?
What is not clear exactly?
I'm happy to help you
How can I make a list of the titles of just the most recent ads to display on the dashboard.
$ads = get_entities('object', 'ad','0','10');
foreach($ads as $ad){
echo($ad->title);
}