31
jegelstaff
Re: Registration Extra fields?

Hello. Interesting issue.

I've replied to this in detail here:

http://www.freeformsolutions.ca/en/forums/modules/newbb/viewtopic.php?post_id=8993

Thanks,

--Julian
Technical Architect - Freeform Solutions
Formulize - custom registration forms, ad hoc forms and reports



32
jegelstaff
Re: Formulize profile page creation.

Hello, if you read the Registration Codes readme, it will explain the process. There are several steps to follow. Basically, you create a form in Formulize, and then you update the Formulize module, and then you set the preference in Formulize that say what form to use for the profile form.

If you have the Registration Codes module installed, and have replaced the necessary core files with the ones that came with Registration Codes, then the custom form will be used.

I hope this helps,

--Julian
Technical Architect - Freeform Solutions
Formulize - custom registration forms, ad hoc forms and reports



33
jegelstaff
Re: Formulize / Pageworks /MySQL

Correction...there was a typo in the SQL for the April 5 snapshot of the dev branch. We've replaced it with a new version. I'm not saying there aren't problems in that one too, but for sure you won't be able to run the patch23 on the April 5 copy, so you should grab the latest one.

Sorry about that. C'est la vie when it comes to development snapshots.

--Julian
Technical Architect - Freeform Solutions
Formulize - custom registration forms, ad hoc forms and reports



34
jegelstaff
Re: Formulize / Pageworks /MySQL

Thanks.

I should add...apply "patch23" to the database before using the development version. The procedure is exactly the same as what's described in the 2.3 readme.

--Julian
Technical Architect - Freeform Solutions
Formulize - custom registration forms, ad hoc forms and reports



35
jegelstaff
Re: Formulize / Pageworks /MySQL

Sorry for the delay...you can now grab the latest development version from our Downloads page:

http://www.freeformsolutions.ca/en/formulize-downloads

--Julian
Technical Architect - Freeform Solutions
Formulize - custom registration forms, ad hoc forms and reports



36
jegelstaff
Re: Registration Extra fields?

Quote:

irishrow wrote:
Well, I've seen your site...


Are you talking to me? We don't use Smartprofile, we use our own Formulize module along with Registration Codes. So I can't help with tips on setting up Smartprofile itself, unfortunately. Sorry.

I can be very forthcoming with info about Formulize.

--Julian
Technical Architect - Freeform Solutions
Formulize - custom registration forms, ad hoc forms and reports



37
jegelstaff
Re: Registration Extra fields?

No problem. Glad to hear it's working.

--Julian
Technical Architect - Freeform Solutions
Formulize - custom registration forms, ad hoc forms and reports



38
jegelstaff
Re: Registration Extra fields?

In XOOPS, each group can be assigned permission to access or administer each module. You do this in the System Admin->Groups area.

Modify the Anonymous Users group, and make sure that group has module access rights for SmartProfile.

If a user is not a member of a group that has access rights to a module, then that user will not be able to access it, regardless of the permissions within that module.

Users who aren't logged in are treated as members of the "Anonymous Users" group.

Make sense?

--Julian
Technical Architect - Freeform Solutions
Formulize - custom registration forms, ad hoc forms and reports



39
jegelstaff
Re: Formulize / Pageworks /MySQL

Hello, we've added a bit more detail on the Formulize angle to this, in our new support forums here:

http://www.freeformsolutions.ca/en/forums/modules/newbb/viewtopic.php?topic_id=3284&post_id=8950

For the time being, following up on xgarage might be the best option.

--Julian
Technical Architect - Freeform Solutions
Formulize - custom registration forms, ad hoc forms and reports



40
jegelstaff
Re: Formulize / Pageworks /MySQL

Interesting situation you have there Jans.

I think you are facing one of the subtle but significant architectural issues in website development today. On the one hand are systems like XOOPS and Drupal and Joomla and on and on and on. There are many. They are "website-in-a-box" solutions. They give you lots of flexibility, but they demand that you build a site "their way". The database driven aspect of the site is simply that the configuration of the website, and the content, is stored in a database and then that information is mixed with templates to produce pages for visitors to see. But all the information goes into the database only through the XOOPS software itself. It's a closed system.

On the other hand, there are programming frameworks like Zend Framework, Symfony, EZ Components and many, many, many others. They are aimed at building a huge library of code that developers can draw on to very easily build sites in PHP (or other languages...Rails is a framework for the Ruby language). The aim of this approach is to be inter-operable, open and flexible. You can integrate any data source, make your website application do anything you want. But you have to do more work to build your site, this is a programming-centric approach.

XOOPS and its ilk are aimed largely at non-programmers, but the price of the easier setup is a mostly closed system that's harder to integrate with other systems.

So to make a long, sad story short, I know of no out-of-the-box system in the family of software like XOOPS that will let you just point to an existing datatable and provide an interface to that. But you could build such a thing fairly easily in several frameworks I expect, if you knew how to use that framework and program in the framework's language.

With Formulize, things are a bit different. We are working on a few different approaches to making Formulize break out of the confines of XOOPS (it already works in conjunction with Drupal and any other system where you can embed PHP at the top "template" layer).

For now, the basic approach for you to get your data, would be to make a form in Formulize that had all the elements (fields) that your datatable has. Then you would need to make a copy of the data in your table and export it as a .csv file. You would then need to import it into the Formulize form you created. At that point you would have a copy of your data "inside" XOOPS (inside Formulize inside XOOPS to be precise), and Formulize would give you a default interface for searching and interacting with the data.

The current development version of Formulize has the capability to hook up to any table in the XOOPS database and give you a searchable, browsable, calculation-ready interface to that data. But you can't edit the data. So if that's all you want, maybe that would work for you. You would just need to make a copy of your datatable inside the XOOPS database.

The next release of Formulize will hopefully be next month, but that is not certain. However, if this sounds interesting to you, I would be happy to provide a copy of the current development code base and some more detailed instructions.

Good luck with your site and projects.

--Julian
Technical Architect - Freeform Solutions
Formulize - custom registration forms, ad hoc forms and reports




TopTop
« 1 2 3 (4) 5 6 7 ... 38 »



Login

Who's Online

282 user(s) are online (188 user(s) are browsing Support Forums)


Members: 0


Guests: 282


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits