Recent content by swagthris

  1. S

    XF 2.1 form action not sending post data array

    Where is my data outside of the form? i have look into 'report_view' template and it does the same <xf:form action="{{ link('reports/update', $report) }}" ajax="true" draft="{{ link('reports/draft', $report) }}"> .......... <div class="js-handleToggle{{ !$assignedToOther ...
  2. S

    XF 2.1 form action not sending post data array

    hello, im trying to send an array (with the name report) through a post request to "testpage/update" but i never receive the post data. Im printing $report.test in the template and its show the correct value php code $report = array(); $report['test'] = 'testvalue'; $report['requestid'] = 10...
  3. S

    XF 2 User Upgrades with different length

    Hello, currently i need for every time period ex: "1 month, 2 month, 3 month ..." an extra user upgrade but i want 1 user upgrade with different time length Goldmember: Dropdown 1 Month 5$ 2 Month 9$ 3 Month 12$ Please contact me if you have any questions.
Back
Top Bottom