Results 1 to 5 of 5

Thread: Display custom field details

  1. #1
    Thread Starter
    TheMannyMan's Avatar
    Join Date
    Jul 2010
    Location
    Nigeria
    Posts
    41
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Display custom field details

    Hi,

    I would like to display custom field details in the email sent to admin/customer

    can I just use the tag used to call the custom field

    cp_get_ad_details($post->ID, $cat_id);

    Is it a matter of putting this tag to the admin theme_emails script or do I need to follow certain procedures?

    In addition to that, I would like to to upload a document file instead of an image file - I know its a matter of changing the settings for what kind of file to accept. Can I change that in step-functions.php?

    What if I want to send the document file as an image file - can I just use the tag

    <?php cp_get_image_url(); ?> used to call the image?

    If possible can I use this procedure to call and upload the file?

    $name_of_uploaded_file =
    basename($_FILES['uploaded_file']['name']);

    $path_of_uploaded_file = $upload_folder . $name_of_uploaded_file;
    $tmp_path = $_FILES["uploaded_file"]["tmp_name"];

    send email via
    $message->addAttachment($path_of_uploaded_file);


    The first part of my question is more relevant to this post whilst the second part is a bonus...does anyone have an idea of what I'm talking about at all?

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,693
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    TheMannyMan's Avatar
    Join Date
    Jul 2010
    Location
    Nigeria
    Posts
    41
    Thanks
    0
    Thanked 2 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,693
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  5. #5
    Thread Starter
    TheMannyMan's Avatar
    Join Date
    Jul 2010
    Location
    Nigeria
    Posts
    41
    Thanks
    0
    Thanked 2 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. v3.0.4 Custom field display ordering
    By alinimmo in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: May 11th, 2011, 04:54 PM
  2. can Search function display results for poster tab details and post details?
    By dollarpermile.com in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: November 2nd, 2010, 12:25 PM
  3. [HELP] Custom Field Display MOD, I want to display icons
    By teller in forum ClassiPress General Discussion
    Replies: 1
    Last Post: October 11th, 2010, 08:58 AM
  4. Custom Field Display
    By kwbridge in forum ClassiPress General Discussion
    Replies: 0
    Last Post: April 8th, 2010, 03:26 PM
  5. Custom Field Display
    By kwbridge in forum Help Using ClassiPress
    Replies: 0
    Last Post: December 31st, 1969, 06:00 PM