11
kappen
Re: Formulaire and Anonymous users
  • 2004/3/23 22:01

  • kappen

  • Just popping in

  • Posts: 22

  • Since: 2004/3/19


by meme on 2004/3/23 11:29:32
___________
this module formulaire can not send to private msg if you chose it from formulaire setting
its only send mails
and work fine with me just the bug with private msg
anyone can find the problem ?
___________


I noticed this also but chalked that up to the possibility of have the phpbb module installed since it replaced the boards PM system

12
Chainsaw
Re: Formulaire and Anonymous users
  • 2004/3/23 22:19

  • Chainsaw

  • Quite a regular

  • Posts: 304

  • Since: 2003/9/28


Hello Kappen

Had a quick look at your process and it is slightly different to the way I've set it up on my site.

I'm at work at the moment with a mountain of work on my desk. I have typed up the instructions before but its all on my home PC.

If you don't mind waiting I'll see if I can dig it up and paste it here.

In the meantime try this.

In Admin Control Panel, place your mouse over the Formulaire icon. There should be a pop up window with three options in it.

- Form Managment
- Menu
- Preference

Click on Menu, and in the form you created, click on Edit (under Function).

You should have a screen that contain an option for Authorised Users.

Good luck.

13
kappen
Re: Formulaire and Anonymous users
  • 2004/3/24 13:05

  • kappen

  • Just popping in

  • Posts: 22

  • Since: 2004/3/19


I just looked at this and this is what I did in step 7 of my post above. so the form is checked for all users

14
philou
Re: Formulaire and Anonymous users
  • 2004/3/24 13:50

  • philou

  • Quite a regular

  • Posts: 384

  • Since: 2002/5/6 8


Hi all....
I'm the author of the module "formulaire" I use it without troubles on my website and in an intranet...
I use it with mail and pm
appologies for the bad translation...

15
kappen
Re: Formulaire and Anonymous users
  • 2004/3/25 13:26

  • kappen

  • Just popping in

  • Posts: 22

  • Since: 2004/3/19


I'm starting to wonder if there isnt an option in the XOOPS config that I have set one way and you have set another that is causing this problem. I just cant figure out anything I am doing wrong with the installation itself.

16
czrsiNk
Re: Formulaire and Anonymous users
  • 2004/4/22 9:48

  • czrsiNk

  • Just popping in

  • Posts: 15

  • Since: 2004/3/5 1


I am having exactly the same problem. The form is set to allow anonymous users, yet it will only let registered users actually access the forms.

What are we doing wrong?

17
mschmid
Re: Formulaire and Anonymous users
  • 2004/5/10 22:57

  • mschmid

  • Just popping in

  • Posts: 28

  • Since: 2002/9/19


Had the same problem. Now it works
I changed in the database in table xoops_modules the field hasmain to 1.
This gives you the form entry in Module Access Right
=> enable that for the Anonymous users.
Now it should work

You can also change the line
$modversion['hasMain'] = 0;
to
$modversion['hasMain'] = 1;
in the /modules/formulaire/xoops_version.php
and reinstall it

hope it helps
Markus

18
adamfish
Re: Formulaire and Anonymous users
  • 2004/5/17 6:30

  • adamfish

  • Just popping in

  • Posts: 4

  • Since: 2003/11/9


Markus,
I'm having the same problem and I checked out your suggestions.. my DB was set up that way and I'm still having that problem. The anonymous users group on my site does have permission to access the Formulaire module but still no luck... hmmm any more suggestions?

Fish

19
adamfish
Re: Formulaire and Anonymous users
  • 2004/5/17 7:17

  • adamfish

  • Just popping in

  • Posts: 4

  • Since: 2003/11/9


I think I've solved the problem....

while looking at the Formulaire index.php file I noticed this string..

if( $expe == "on" ){
$email_expe = $xoopsUser->getVar("email");
$xoopsMailer->setToEmails($email_expe);
$xoopsMailer->assign("EMAIL_EXPE", $email_expe);
} else {$xoopsMailer->assign("EMAIL_EXPE", "");}

so to experiment I went into PHPmyadmin and to the xoops_form_id DB and changed expe to off instead of on for the form that I wanted anonymous users to use, and BAM it worked... I don't know what expe really is and whether or not what I did is bad.. but it seems to work

20
rh94040
Formulaire and Registered users
  • 2004/5/22 18:24

  • rh94040

  • Just popping in

  • Posts: 51

  • Since: 2004/4/13


I posted in on another thread but thought you guys may be able to help here:

This is Formulaire 1.0 on XOOPS 2.0.6.

When I first installed it Formulaire, it seemed to work fine.
I only want registered users to have access to my form, so I
checked "members only" for the "authorized users" option.
And it worked as expected. However, now all of a sudden,
only the admin user can access the form, everybody else,
registered or not, gets access denied. I even checked
the "All users" radiobox just as a test, and although this
option got saved successfully to the database, still nobody
other than the admin user can access the form.

I'm wondering if something on the XOOPS site level has
changed and is causing this, but I can't figure it out.

Any help would be appreciated.

Login

Who's Online

277 user(s) are online (169 user(s) are browsing Support Forums)


Members: 0


Guests: 277


more...

Donat-O-Meter

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

Latest GitHub Commits