Function to print a day pulldown menu.
string
day
([string $day = ''], [string $fieldname = 'day'], [string $idname = 'day'], [boolean $showtitle = false])
-
string
$day: selected day value (optional)
-
string
$fieldname: fieldname
-
string
$idname: id name
-
boolean
$showtitle: show the first option in pulldown as "day" phrase?
Function to print a duration pulldown menu.
string
duration
([string $fieldname = 'duration'], [ $disabled = false])
-
string
$fieldname: selected duration value (optional)
-
$disabled
Function to obtain the email invitation email list line by line using \n as line seperator.
string
fetch_email_invites
([integer $projectid = 0])
-
integer
$projectid: auction id
Function to obtain the username invitation list line by line using \n as line seperator.
string
fetch_member_invites
([integer $projectid = 0])
-
integer
$projectid: auction id
Function to fetch the number of filters available for displaying within the auction posting interface.
integer
get_filters_quantity
([integer $cid = 0])
-
integer
$cid: category id
Function to handle the revision log changes made to an auction event
string
handle_revision_log_changes
([string $cattype = 'service'], [string $appendextra = ''])
-
string
$cattype: category type (service or product)
-
string
$appendextra: extra data to append
Function to print an hour pulldown menu.
string
hour
([string $hour = ''], [string $fieldname = 'hour'], [string $idname = 'hour'], [boolean $showtitle = false])
-
string
$hour: selected hour value (optional)
-
string
$fieldname: fieldname
-
string
$idname: id name
-
boolean
$showtitle: show the first option in pulldown as "hour" phrase?
Function to print a minute pulldown menu.
string
min
([string $min = ''], [string $fieldname = 'min'], [string $idname = 'min'], [boolean $showtitle = false])
-
string
$min: selected minute value (optional)
-
string
$fieldname: fieldname
-
string
$idname: id name
-
boolean
$showtitle: show the first option in pulldown as "min" phrase?
Function to print a month pulldown menu.
string
month
([string $month = ''], [string $fieldname = 'month'], [string $idname = 'month'], [boolean $showtitle = false])
-
string
$month: selected month value (optional)
-
string
$fieldname: fieldname
-
string
$idname: id name
-
boolean
$showtitle: show the first option in pulldown as "month" phrase?
Function to print the auction's additional information box
string
print_additional_info_input
([string $fieldname = 'additional_info'], [ $disabled = false])
-
string
$fieldname: form fieldname
-
$disabled
Function to print the auction preview
string
print_auction_preview
()
Function to print the available bid amount types for the auction poster to select based on the admin defined bid types for this particular category.
string
print_bid_amount_type
([integer $cid = 0], [string $cattype = ''])
-
integer
$cid: category id
-
string
$cattype: category type
Function to print bid filters controlled via radio button and multiple selective options during the post of a new service or product auction.
string
print_bid_filters
()
Function to print a the bid privacy form options (open, sealed, blind or full)
string
print_bid_privacy
([string $fieldname = 'bid_details'], [ $disabled = false])
-
string
$fieldname: selected duration value (optional)
-
$disabled
Function to print any applicable service budget insertion fees during the posting of an auction.
string
print_budget_insertion_fees
([integer $cid = 0])
-
integer
$cid: category id
Function to print the budget logic selectable options. For example, the poster could select "I do not wish to disclose my budget" or he/she can select the appropriate budget range to select.
Additionally, admins can assign "insertion fees" to any budget group. Insertion fees will also be shown (their value) if they have been assigned to this category (based on the level of budget). EX:
- Small Project ($100-$500) - Insertion Fee: $3.00
- Medium Project ($500-$1000) - Insertion Fee: $5.00
etc.
string
print_budget_logic_type
([integer $cid = 0], [string $cattype = 'service'], [bool $dojs = 1], [bool $showinsertionfees = false])
-
integer
$cid: category id
-
string
$cattype: category type (service)
-
bool
$dojs: do javascript (default true)
-
bool
$showinsertionfees: show insertion fees (default false)
Function to print the budget javascript details for the yahoo slider widget
string
print_budget_logic_type_js
([integer $cid = 0], [string $cattype = 'service'], [integer $selected = ''])
-
integer
$cid: category id
-
string
$cattype: category type (service/product)
-
integer
$selected: selected budget id
Function to print the budget links
string
print_budget_logic_type_links
([integer $cid = 0], [string $cattype = 'service'], [integer $selected = ''])
-
integer
$cid: category id
-
string
$cattype: category type (service/product)
-
integer
$selected: selected budget id
Function to print a duration logic menu.
string
print_duration_logic
([string $fieldname = 'duration_unit'], [ $disabled = false])
-
string
$fieldname: selected duration value (optional)
-
$disabled
Function to print the escrow filter option so that the auction poster can enable or disable escrow to secure any funds for mentioned services or products during the transaction/delivery process.
string
print_escrow_filter
([integer $cid = 0], [string $cattype = ''], [string $feetype = ''], [ $disabled = false])
-
integer
$cid: category id
-
string
$cattype: category type (service)
-
string
$feetype: fee type (service, servicebuyer, serviceprovider, productmerchant, productbuyer)
-
$disabled
Function to print the auction event type form filtering options.
string
print_event_type_filter
([ $cattype = ''], [ $fieldname = 'project_details'], [ $disabled = false])
-
$cattype
-
$fieldname
-
$disabled
Function to print the auction's extend features after the listing was posted (update mode)
string
print_extend_auction
([string $fieldname = 'extend'])
-
string
$fieldname: form fieldname
Function to print final value fees formatted in a html table. This function takes into consideration if the viewing user is exempt from final value fees.
string
print_final_value_fees
([integer $cid = 0], [string $cattype = 'service'], [string $bidamounttype = ''])
-
integer
$cid: category id number
-
string
$cattype: category type (service/product)
-
string
$bidamounttype: bid amount type
Function to print any applicable insertion fees during the posting of an auction. This function takes into consideration if the viewing user is exempt from insertion fees.
string
print_insertion_fees
([integer $cid = 0], [string $cattype = ''])
-
integer
$cid: category id
-
string
$cattype: category type (service/product)
Function to print the invitation boxes and special javascript to let users add more than one row for multiple email addresses
string
print_invitation_controls
([string $cattype = 'service'])
Function to print the javascript on this form
string
print_js
([ $cattype = ''], [ $isbulkupload = false])
Function to print the auction's keywords / tags used for search engine optimization and other functions like displaying ads relevant to the auctions or categories
string
print_keywords_input
([string $fieldname = 'keywords'], [ $disabled = false])
-
string
$fieldname: selected duration value (optional)
-
$disabled
Function to print the available auction enhancement upsell options like bold, highlight background, featured, etc.
string
print_listing_enhancements
([string $cattype = 'service'], [ $extra = ''])
-
string
$cattype: category type (service or product)
-
$extra
Function to print the payment method input field to allow the poster to enter delivery instructions.
string
print_payment_method
([ $fieldname = 'paymethod'], [ $id = 'paymethod'], [ $checkboxes = false])
-
$fieldname
-
$id
-
$checkboxes
Function to print the payment method options for a select box
string
print_payment_method_options
([integer $selected = ''], [string $cbfieldname = ''], [string $checkboxes = false])
-
integer
$selected: selected option
-
string
$cbfieldname: checkbox fieldname
-
string
$checkboxes: show checkboxes for output? (default false)
Function to print the hourly rate price javascript details for the yahoo slider widget
void
print_price_logic_type_js
()
Function to print profile bid filters controlled via radio button and multiple selective options during the post of a new service or product auction such as ranges (from / to values) and pulldown menu options (including multiple choice selection values).
This function is called in the advanced search menu as well as when a user is posting a new listing.
string
print_profile_bid_filters
([integer $cid = 0], [string $displaymode = ''], [string $catype = 'service'], [integer $projectid = 0])
-
integer
$cid: category id
-
string
$displaymode: display mode (input, preview, output)
-
string
$catype: category type (service)
-
integer
$projectid: project id (for updating listing)
Function to print the public message board visibility or hidden options for the auction poster.
string
print_public_board
([ $fieldname = 'filter_publicboard'], [ $disabled = false])
Function to print the list of shipping partners
string
print_return_policy
([ $disabled = false])
Function to print the selling format logic for a product auction.
string
print_selling_format_logic
([ $disabled = false])
Function to print the shipping logic within a product auction.
nothing
print_shipping_logic
([string $disabled = false], string 1)
-
string
1
-
string
$disabled
Function to print the list of shipping partners
string
print_shipping_partners
([ $fieldname = 'shipperid'], [ $hideshipperid = false], [ $domestic = true], [ $international = false], [ $shipperid = 0])
-
$fieldname
-
$hideshipperid
-
$domestic
-
$international
-
$shipperid
Function to print the shipping and handling duration and length in days it will take the seller to ship the item
string
print_ship_handling_logic
([boolean $disabled = false])
-
boolean
$disabled: disabled? (default false)
Function to print the auction's title input
string
print_title_input
([string $fieldname = 'project_title'], [ $disabled = false])
-
string
$fieldname: form fieldname
-
$disabled
Function to print the auction's title input
string
print_video_description_input
([string $fieldname = 'description_videourl'], [ $disabled = false])
-
string
$fieldname: form fieldname
-
$disabled
Function to process the custom auction profile filter questions
null
process_custom_profile_questions
([array $custom = array()], [integer $projectid = 0], [string $userid = 0], [ $mode = ''])
-
array
$custom: custom array
-
integer
$projectid: project id
-
string
$userid: category mode (service or product)
-
$mode
Function to process the custom auction questions
null
process_custom_questions
([array $custom = array()], [integer $projectid = 0], [string $mode = ''])
-
array
$custom: custom array
-
integer
$projectid: project id
-
string
$mode: category mode (service or product)
Function to print a seconds pulldown menu.
string
sec
([string $sec = ''], [string $fieldname = 'sec'], [string $idname = 'sec'], [boolean $showtitle = false])
-
string
$sec: selected seconds value (optional)
-
string
$fieldname: fieldname
-
string
$idname: id name
-
boolean
$showtitle: show the first option in pulldown as "sec" phrase?
Function to print a year pulldown menu.
string
year
([string $year = ''], [string $fieldname = 'year'], [string $idname = 'year'], [boolean $showtitle = false], [boolean $allownextyear = false])
-
string
$year: selected year value (optional)
-
string
$fieldname: fieldname
-
string
$idname: id name
-
boolean
$showtitle: show the first option in pulldown as "year" phrase?
-
boolean
$allownextyear: show the next year in the pulldown (default false which only shows current year)
Inherited Methods
Inherited From auction
auction::archive_expired_auctions()
auction::auction_icons()
auction::auction_timeleft()
auction::calculate_insertion_fee_in_budget_group()
auction::calculate_time_left()
auction::category_listing_count_fixer()
auction::construct_bidamounttype()
auction::construct_bidamounttype_pulldown()
auction::construct_budget_overview()
auction::construct_budget_pulldown()
auction::construct_invoice_icon()
auction::construct_measure()
auction::construct_mediashare_icon()
auction::construct_pmb_icon()
auction::expire_featured_status_listings()
auction::fetch_auction_type()
auction::fetch_auction_winner()
auction::fetch_ending_soon_auctions()
auction::fetch_featured_auctions()
auction::fetch_latest_auctions()
auction::fetch_purchase_now()
auction::fetch_recently_viewed_auctions()
auction::fetch_reserve_price()
auction::fetch_reserve_price_bit()
auction::fetch_rfp_budget()
auction::fetch_transfer_ownership()
auction::fetch_users_other_listings()
auction::relist_product_auction()
auction::relist_service_auction()
auction::remove_answers_from_deleted_listings()
auction::remove_photos_from_deleted_listings()
auction::remove_shipping_regions_from_deleted_listings()
auction::rewrite_photos()