How to remove/disable the make offer feature https://www.premiumpress.com/forums/topic/how-to-removedisable-the-make-offer-feature/feed/ Sun, 26 Oct 2025 20:06:36 +0000 https://bbpress.org/?v=2.6.4 en-US https://www.premiumpress.com/forums/topic/how-to-removedisable-the-make-offer-feature/#post-841 <![CDATA[How to remove/disable the make offer feature]]> https://www.premiumpress.com/forums/topic/how-to-removedisable-the-make-offer-feature/#post-841 Thu, 04 Jul 2013 09:15:43 +0000 HI

I would like to remove the make offer feature. Can anyone please tell me how to do this?
Frustrating that I can see half the instructions on google from the old forum content 🙂

Regards
Mark

]]>
https://www.premiumpress.com/forums/topic/how-to-removedisable-the-make-offer-feature/#post-846 <![CDATA[Reply To: How to remove/disable the make offer feature]]> https://www.premiumpress.com/forums/topic/how-to-removedisable-the-make-offer-feature/#post-846 Thu, 04 Jul 2013 10:19:05 +0000 Mark Fail you can remove it from the file

auctionpress/template_auctionpress/system_customdesign.php

search for keyword: offer

]]>
https://www.premiumpress.com/forums/topic/how-to-removedisable-the-make-offer-feature/#post-854 <![CDATA[Reply To: How to remove/disable the make offer feature]]> https://www.premiumpress.com/forums/topic/how-to-removedisable-the-make-offer-feature/#post-854 Thu, 04 Jul 2013 10:44:11 +0000 Hi Mark

Thanks for the reply. Would I just deleted the whole // MAKE OFFER FUNCTION FOR SINGLE PAGE ONLY section?

Regards
Mark

]]>
https://www.premiumpress.com/forums/topic/how-to-removedisable-the-make-offer-feature/#post-863 <![CDATA[Reply To: How to remove/disable the make offer feature]]> https://www.premiumpress.com/forums/topic/how-to-removedisable-the-make-offer-feature/#post-863 Thu, 04 Jul 2013 12:11:51 +0000 Ok thinking about it… is there a way to keep the auction open when someone puts an offer in? Currently if someone makes an offer then the auction status is “under offer”

]]>
https://www.premiumpress.com/forums/topic/how-to-removedisable-the-make-offer-feature/#post-888 <![CDATA[Reply To: How to remove/disable the make offer feature]]> https://www.premiumpress.com/forums/topic/how-to-removedisable-the-make-offer-feature/#post-888 Thu, 04 Jul 2013 14:09:18 +0000 Mark Fail its not really that simple, you would need to edit alot of keep it and do that support of change.

maybe something for the jobs board?

https://jobs.premiumpress.com

]]>
https://www.premiumpress.com/forums/topic/how-to-removedisable-the-make-offer-feature/#post-1014 <![CDATA[Reply To: How to remove/disable the make offer feature]]> https://www.premiumpress.com/forums/topic/how-to-removedisable-the-make-offer-feature/#post-1014 Fri, 05 Jul 2013 08:49:21 +0000 Ok, for time reasons I am going to just remove the feature.

Sorry Mark I know you are up to your eyes in it with the forum crash but is there anything else you can tell me about editing the customdesign page?
ie. What to remove

Mark

]]>
https://www.premiumpress.com/forums/topic/how-to-removedisable-the-make-offer-feature/#post-1017 <![CDATA[Reply To: How to remove/disable the make offer feature]]> https://www.premiumpress.com/forums/topic/how-to-removedisable-the-make-offer-feature/#post-1017 Fri, 05 Jul 2013 08:50:57 +0000 Mark Fail line 499
remove this code

[code title=””] $fields[$o][‘title’] = $PPT->_e(array(‘ap’,’32’));
$fields[$o][‘name’] = “makeoffer”;
$fields[$o][‘dataname’] = “makeoffer”;
$fields[$o][‘values’] = array(“yes” => $PPT->_e(array(‘button’,’25’)),”no” => $PPT->_e(array(‘button’,’26’)));
$fields[$o][‘type’] = “listbox”;
//$fields[$o][‘required’] = true;
$fields[$o][‘subtext’] = $PPT->_e(array(‘ap’,’33’));
$o++; [/code]

]]>
https://www.premiumpress.com/forums/topic/how-to-removedisable-the-make-offer-feature/#post-1021 <![CDATA[Reply To: How to remove/disable the make offer feature]]> https://www.premiumpress.com/forums/topic/how-to-removedisable-the-make-offer-feature/#post-1021 Fri, 05 Jul 2013 08:57:28 +0000 Mark you are a legend!

Many many thanks

Kind Regards
Mark

]]>
https://www.premiumpress.com/forums/topic/how-to-removedisable-the-make-offer-feature/#post-1022 <![CDATA[Reply To: How to remove/disable the make offer feature]]> https://www.premiumpress.com/forums/topic/how-to-removedisable-the-make-offer-feature/#post-1022 Fri, 05 Jul 2013 09:04:53 +0000 Mark Fail np

]]>