Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter vrapto

    (@vrapto)

    Thank you, that worked now just need to align the price field.
    Excellent service.

    Thread Starter vrapto

    (@vrapto)

    HI Xnau

    I have different values in a field and would like to calculate them (SUM) based on a filter on four other fields.

    agent_name option cost date_started
    agent 1 standard 300.00 1 march 2013
    agent 2 standard 300.00 5 march 2013
    agent 1 active 900.00 2 march 2013
    agent 2 active 900.00 1 march 2013
    agent 1 standard 300.00 3 march 2013
    agent 3 standard 300.00 4 march 2013
    agent 3 standard 300.00 4 February 2013
    agent 1 standard 300.00 25 February 2013
    agent 2 standard 300.00 1 February 2013

    I would like to list a report on each agent and total how much they must pay based on the month of March.

    Cheers

    Thank you, much appreciated and it works.

    Hi Xnau

    Thanks for all the support and prompt responses.

    I had the same request as nikstabm and was able to add
    <?php if ($this->field->name = ‘private_id’) {
    $record_page = get_permalink($this->options[‘registration_page’]);
    $private_link = $record_page . (strpos($record_page,’?’) ? ‘&’ : ‘?’ ) . http_build_query(array(‘pid’=>$this->field->value));
    $this->field->value = sprintf(‘%s‘,$private_link,’Edit’);
    } ?>

    and bang it works on [pdb_list template=”test” fields=”first_name,private_id”]

    Now private_id is a link but unfortunately first_name is displaying as Edit.
    All i need is the name displayed with the link (that now works).
    WP version 3.5.1
    PDB Version 1.4.9.1

    Thank you

    P.S. been through hundreds of WP plugins and have never seen a plugin as comprehensively documented as yours. Really good work.

Viewing 4 replies - 1 through 4 (of 4 total)