51
jegelstaff
Re: Using Formulize

Hello, see this thread for info...

https://xoops.org/modules/newbb/viewtopic.php?topic_id=62034&forum=27

You could hack the formulize/include/formdisplay.php file. In that file there is a function called addProfileFields and you could remove certain things from there. That should be all that's required I think, not sure, we've never fiddled with that and it's been a long time since we did the integration.

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



52
jegelstaff
Re: Edit Registration Form

Yes, we leave the minimum standard fields in place when using Formulize and Reg Codes, so that things like signatures in forum postings will work, and you obviously still need E-mail address, and we consider full name to be fundamental.

So if you want to mess even with the basics, Formulize and Reg Codes won't be for you.

We do get rid of all the non-necessary fields, like AIM, ICQ, etc, and you can include those if you wish in the custom form, if you really need them. However, since they are removed from the profile itself, modules won't be able to integrate with that info.

Good luck,

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



53
jegelstaff
Re: Formulize Parse error

Hello, thank you for your interest in Formulize. Sorry to hear you're having trouble.

What version of PHP are you using? And what does line 195 in that file look like? Make sure you do not have "line wrapping" turned on when you look at the file so you can find the correct line number.

This error has not occurred on any systems we maintain ourselves. I believe line 195 is a comment, but it has code in it. Possibly your parser is misreading the line. If it is commented, and you delete it entirely, perhaps that will solve the issue?

Let us know how it goes. Good luck,

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



54
jegelstaff
Re: Pageworks only shows up blank
  • 2007/12/17 18:31

  • jegelstaff

  • Module Developer

  • Posts: 518

  • Since: 2004/7/2 2


Hello, thanks for your interest in Pageworks. Sorry to hear you're having trouble.

To make a page appear in Pageworks, you actually don't use the main menu at all. Normally, you would remove Pageworks from the main menu, by setting its weight or order to zero, on the System Admin->Modules area of the admin side of XOOPS.

Pageworks pages all have a specific URL such as:

http://www.yoursite.com/modules/pageworks/index.php?page=1

That's the URL for page number 1. Change the number for other pages. You would use these URLs in a custom menu module like iMenu, or Multimenu. Or you can put them anywhere in your site that has an href obviously.

For a page to show up, users must have permission to access the page. There is a permissions area in the admin side of Pageworks and you have to check off the pages you want each group to see.

When editing or creating a particular pageworks page, the "template" part of a pageworks page is the actual part that contains the contents that show up on the screen. The template is interpreted as PHP code. You can think of pageworks pages as the same as PHP blocks. But they appear in the body portion of the page instead of a block position.

You can also embed pageworks pages in blocks in XOOPS if you want to, by making a PHP block and then using this code as the code for the block:

$page 1;
include 
XOOPS_ROOT_PATH "/modules/pageworks/index.php";


The block will now display page 1 as its contents.

Pageworks is specifically designed to integrate with Formulize so that you can easily use the functions outlined in the "Using Formulize and Pageworks" PDF (click the link for the document).

Pageworks can also integrate with frameworks of forms that you have made in Formulize (frameworks are sets of multiple forms that have some defined relationship). But that functionality is not heavily used, it's generally simpler to skip using that integration and instead use the getData function directly in the code for your page (that's mostly all the integration does is run a getData function for you).

I hope this helps, good luck,

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



55
jegelstaff
Re: add gender field in profile without using a module ?
  • 2007/11/22 18:22

  • jegelstaff

  • Module Developer

  • Posts: 518

  • Since: 2004/7/2 2


Maybe you changed every single reference to icq into gender? But you have to be careful because you probably need to keep the database queries that refer to the icq field the same, so they use that name, since that will be the name of the field in the database, even though you're putting a different kind of data in it.

Not sure if that's your answer. That's about all I can suggest at this point.

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



56
jegelstaff
Re: add gender field in profile without using a module ?
  • 2007/11/22 15:00

  • jegelstaff

  • Module Developer

  • Posts: 518

  • Since: 2004/7/2 2


If you're just changing one of the existing profile fields, then you can do that in the registration form just the same as you did in the regular profile form. You just have to make the change to a different file, check register.php, and I think there may be a separate include file involved as well that contains the actual form, you should be able to find references to it in the register.php file to get you started. You should just be able to alter the text and the form element itself to include your new options.

Good luck!

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



57
jegelstaff
Re: add gender field in profile without using a module ?
  • 2007/11/20 18:08

  • jegelstaff

  • Module Developer

  • Posts: 518

  • Since: 2004/7/2 2


Unfortunately, there is no easy way to do this. That's why those modules you mentioned exist. If you really want to, you can hack all the core files related to the profile yourself. But that's what the modules do for you in a more systematic and supported way.

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



58
jegelstaff
Re: dev.xoops.org software solution

I'd like to know why dev.xoops.org is still in maintenance mode?

And I too am concerned about ensuring the knowledge and discussions in that site are retained in whatever future platform may be used. There has to be a migration path for the data from old dev.xoops.org to new dev.xoops.org.

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



59
jegelstaff
Re: dev.xoops.org software solution

Quote:

maxxy wrote:

there is one discussion in the formulize forum in dev.xoops that i would like to retrieve


The internet archive may be of assistance, their latest copy is from Aug 12 2007, not sure if all the forum posts are there or not:

http://web.archive.org/web/20070812041627/http://dev.xoops.org/modules/xfmod/project/?formulize

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



60
jegelstaff
Re: xoopsformradio in registerform.php

Quote:

jimmyx wrote:
i don't know if this would help but try make a search for

formulize+reg_codes
formulize -http://www.xoopsaddons.org/modules/wfdownloads/singlefile.php?cid=9&lid=915

reg_codes -http://dev.xoops.org/modules/xfmod/project/?formulize(site down)


FYI...http://www.freeformsolutions.ca/formulize has all the latest publicly released files on it. dev.xoops.org seems to be down again (still).

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




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



Login

Who's Online

161 user(s) are online (92 user(s) are browsing Support Forums)


Members: 0


Guests: 161


more...

Donat-O-Meter

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

Latest GitHub Commits