form.token in Admin UI

For Joomla! 2.5 Coding related discussions, please use: http://groups.google.com/group/joomla-dev-general
Note: All 1.6, 1.7 and 3.5 releases have reached end of life and should be updated to 3.x.

Moderator: ooffick

Forum rules
Please use the mailing list here: http://groups.google.com/group/joomla-dev-general rather than this forum.
Locked
navi83act
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Thu Jan 05, 2017 6:02 am

form.token in Admin UI

Post by navi83act » Mon Jan 09, 2017 5:23 am

Am also facing the same problem. I have placed the code in the module from admin UI. But it will not generate the token. But, when trying the same with individual joomla page, it is working fine. Please help me to address this issue.

Below is the sample i inserted from the Admin UI into module section.

{source}
<!-- You can place html anywhere within the source tags -->
<script language="javascript" type="text/javascript">
</script>
<?php
// You can place PHP like this
echo JHtml::_( 'form.token' );
?>
{/source}
Last edited by toivo on Mon Jan 09, 2017 6:46 am, edited 1 time in total.
Reason: mod note: split from an old topic - please create your own topics

Locked

Return to “Joomla! 2.5 Coding”