..one or more modules you must have seen the iframes used for realtime result display. In this tutorial I'm going to show you how to insert them into your module and how they..
THC xConverter is a tool that makes use of (php) functions in order to calculate, fetch, convert and encrypt data
Developer's guide to predator
Since 0.5 some things have changed, if you are familiar with developing 0.5 features then this guide is for you.
There's actually not that much that you need to know, except for the module development nothing has really changed.
In 0.6 the GUI is created by an array named $_CONTEXT['mfs']
I decided to rewrite forms like this because in a later version I want to expand the hacksuite cms with an application that can create webforms with a wysiwyg like editor. This will eliminate the problem where new users get confused on developing their GUI.
For now you need to do this manually, but even though it looks like a time consuming process it really isn't, after all you can just copy an existing data array and make changes to it.
I feel even safe to say that this makes the process faster and, if you do it correctly, you're less likely to make a mistake in the html itself because the form will be dynamically created.
Let's have a look at an example code that will be sufficient when you want to write GUI forms, the comment is very straightforward.