Quote:
Originally Posted by elricstorm
Actually you shouldn't do that. You need to change it to the homepage + the URL for the cmps page you put it on. So as an example, if you put the update recruitment module on a page called recruitment_updater, in cmps the url would look like such:
yourdomain.com/index.php?pageid=recruitment_updater
So, to properly point the template you would have to change it to (using the page example above):
Code:
<form method="POST" name="recruitment" id="recruitment" action="http://www.yoururl.com/index.php?pageid=recruitment_updater&do=recruit_update" onSubmit="postMethod(); return false;">
|
$vba_options[portal_homeurl] expands to whatever you set your cmps page to (cmps_index.php by default).
$PHP_SELF should expand to
http://www.mydomain.com, however there have been problems with this specific variable and I plan to patch and fix it now.
the goal was to not make people edit the templates by hand, since at that point they need to revert if I send an update.