Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter infinets

    (@infinets)

    I have breezing forms and nextgen plugin installed.

    Breezing form javascript –
    <script type=”text/javascript”>
    <!–
    ff_processor = new Object();
    ff_processor.okrun = true;
    ff_processor.ip = ‘115.245.36.101’;
    ff_processor.agent = ‘Mozilla/5.0 (Windows NT 5.1; rv:36.0)
    ..
    ..
    ff_processor.traceBuffer = null;
    //–>
    </script>

    when I activate nextgen then the breezing form javascript gets combined to one line.
    <script type=”text/javascript”>
    <!– ff_processor = new Object(); ff_processor.okrun = true;ff_processor.ip = ‘115.245.36.101’;ff_processor.agent = ‘Mozilla/5.0 (Windows NT 5.1; rv:36.0) .. .. ff_processor.traceBuffer = null;//–>
    </script>

    and this causes breezingform to break.

    Hi Faaiq,

    This is really nice plugin. I’ve done fw modifications to it to create Custom taxonomy as well. Now I want to show custom fields data on a template page. I used this function –

    $data = simple_cck::get_post_data($post_id);

    it gives field name and value but it doesn’t gives field label. Please tell me how to fetch label as well.

    Thanks,
    Harsh

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