fashionbleeker
Expert
Just Getting Started
Member Likes (0)
Hello,
I'm using your plugin classifieds.
Just to know how to fix 8 weeks about duration.
Please look at picture enclosed.
http://i255.photobucket.com/albums/hh153/mcbrandsstores/second/f3481b0f.jpg
Thanks
Simone

Responses (4)
Member (joined March 2012) Likes (0)
Here is a link to the plugins documentation; it says:
Classifieds Features: #4 Set time limit for ads to expire in terms of weeks
http://premium.wpmudev.org/project/classifieds/
Hope it helps; Enjoy!
Inactive (joined February 2012) Likes (0)
Hey Simone,
This isnt a feature at the moment, the max you can have is 4 weeks. I tried editing the plugin to add 8 weeks, but in vain. Let me pass this onto Arnold, our dev.
Hang on :)
Support Kangaroo (joined March 2011) Likes (0)
Greetings Simone,
Just checking in here with you to let you know that we have not forgotten about you nor this issue as we await the invaluable input from the lead developer.
Thank you for your patience.
Cheers, Joe
Developer (joined January 2012) Likes (0)
You would have to do some code hacking. You would need to go into CustomPress custom fileds and add the option you want.
Then in the classifieds/core/core.php file find the function
get_credits_from_duration() and add a case to the case stament there to return the number of credits required.
Then in classifieds/ui-admin/dashboard.php you would need to update the lists there.
Then in classifieds\ui-front\buddypress\members\single\classifieds\my-classifieds.php update the lists there.
Then in classifieds\ui-front\general\page-my-classifieds.php same thing.
If you don't know PHP I would recommend against it. Also note the next time you update the plugin, you'll have to patch it again.
Become a member