Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
8 - 2 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
   

Re: New module or a hack?
by jegelstaff on 2006/1/9 5:27:54

I wish I had caught this sooner. We shall have to track the regular forums more closely since Formulize is getting "into the wild" through the repository (we're used to thinking of it existing only on the dev.xoops.org site).

Anyway, Formulize and Pageworks would be good for this kind of thing, but I imagine based on the timing of these posts, that something else has been done to fill the void.

The documentation for Pageworks is still more in the "reference" side of things and not enough "how-to", but writing good docs, especially for development tools, is challenging.

Anyway, in a nutshell, for anyone reading this now or in the future who is wondering how it could be done....

1. Make a form that people can fill in with the info you want. Add a field that is only visible to your moderator group which they can check off if they want this posted as news, or whatever you want to call it.

2. Make a Framework for that form alone (create a second "dummy" form with one textbox to use as the second form in the Framework).

3. Make a Pageworks page that connects to the Framework and then use some custom code sort of like this to handle the display of the info...

le="color: #000000"><?php foreach($data as $entry) { if(display($entry, "publish")) { print "<h1>" . display($entry, "name") . "</h1>"; print "<p>" . display($entry, "team") . "</p>"; print "<p>" . display($entry, "age") . "</p>"; } }


4. Make a block that contains the Pageworks page and put that block on your site whereever you need it displayed.

That's only an overview obviously, but it's all doable through configuration in the admin-side, except for the small custom code you'd need in the Pageworks page to control the formatting of your info.

--Julian
Re: New module or a hack?
by richardw on 2005/10/9 14:56:00

Thanks for the tips! I´m really grateful. I´ll contact them. But if there is someone out there who think they have a smart solution for my problem/qutestion, don´t hesitate to contact me.
Re: New module or a hack?
by davidl2 on 2005/10/9 14:43:12

You may want to approach http://www.Smartfactory.ca - as I know they do have some people who can handle some paid projects if required... perhaps something based on Smartsections?
Re: New module or a hack?
by richardw on 2005/10/9 14:28:48

I feel the need, the need to post again - sorry!

Please someone, help me! I´ll pay for the help.
Re: New module or a hack?
by richardw on 2005/10/7 7:31:07

Sorry for posting again.

I hope someone can help me modify Sections module for me (if it´s possible). I pay for the help because I really need it. So please someone out there, help me.

A question/solution that came to me when I was lying in my bed: is it possible to clone the sections module? That should solve the "problem" with multiple teams (men, women, child teams) easy - or?

If it´s possible is it "only" the possibility to make my own forms in the admin area I´m looking for and need help with. Forms with the possiblity to upload pictures like the one in weblog module.

richard@skeppare.se

Who's Online

144 user(s) are online (108 user(s) are browsing Support Forums)


Members: 0


Guests: 144


more...

Donat-O-Meter

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

Latest GitHub Commits