News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Membergroup On Registration

Started by codenaught, September 30, 2006, 09:44:18 PM

Previous topic - Next topic

GazOutEast

misjka - I had it running perfectly on SMF from 1.0.17 through 1.1.8

It now doesn't work with 2.0 RC1 because of the new groups functionality built in - I have to manually assign new members to groups, which is an admin burden increase, but I'll find a workaround.

gaz
I have 20:20 vision - I can see anything bigger than 20" x 20"

misjka

#141
So, now it works on my site as well  :D. Probably it was due to a previous transfer of the forum files to another directory...

As I see from previous replies in this thread, I do agree: It would be nice for the registering members to be able to join several groups  :)! Great mod, though  :D!

And... Next step would be a mod to let them change groups afterwards... ;D
The admin of five forums:
SMF 1.1.4 + TP 0.98

bburg5

Does this work with 1.1.8?

I have it installed, no errors and for some reason the only member group I have listed is Global Moderator. I have several groups set up and still this is all I get in the box.

Thanks

abbyh

Hey, can someone help me over here. Has worked on my forum 1.1.8, reinstalled on my freshly upgraded 2.0 RC1, and get this error.
Fatal error: Call to undefined function db_query() in /home/abbyh/public_html/nlelp/Sources/Register.php on line 81

This error is when I open the register page. Really can't figure it out, even checked all the codes manually.

please...

mrtrc266

Quote from: abbyh on April 08, 2009, 01:37:32 AM
Hey, can someone help me over here. Has worked on my forum 1.1.8, reinstalled on my freshly upgraded 2.0 RC1, and get this error.
Fatal error: Call to undefined function db_query() in /home/abbyh/public_html/nlelp/Sources/Register.php on line 81

This error is when I open the register page. Really can't figure it out, even checked all the codes manually.

please...

Look at what version of SMF this is compatibale with http://mods.simplemachines.org/index.php?mod=485

abbyh

#145
Quote from: mrtrc266 on April 08, 2009, 01:41:56 AM
Quote from: abbyh on April 08, 2009, 01:37:32 AM
Hey, can someone help me over here. Has worked on my forum 1.1.8, reinstalled on my freshly upgraded 2.0 RC1, and get this error.
Fatal error: Call to undefined function db_query() in /home/abbyh/public_html/nlelp/Sources/Register.php on line 81

This error is when I open the register page. Really can't figure it out, even checked all the codes manually.

please...

Look at what version of SMF this is compatibale with http://mods.simplemachines.org/index.php?mod=485

I know. I accidentally re-applied it since it is in the Package module. I tried to uninstall it but it keeps giving me this error. Then try to install again manually. The registration page is not working because of this.

Anybody who got a workaround on this, I gladly appreciate it.

Edit. Resolved.

I gladly wait for this mod to be compatible with 2.0 RC1.

Stigmartyr

Ok so is there a way to allow folks to leave a group they joined without having to use SMF 2?

Lithriel

I am also requesting SMF 2 compatibility.

Garou

Ive been attempting to update this to 2.0 for a friend but I'm not having any luck. The main problem I'm running into ATM...

In the original mod the code looks like...
Find...

'coppaPhone' => !empty($_POST['coppaPhone']) ? $_POST['coppaPhone'] : '',

Add After...

'groups_allowed_signup' => implode(',',$_POST['groups']),
'groups_type_signup' => (int) $_POST['group_type'],


In the update It should work like...
Find...
array('text', 'coppaPhone'),
Add After...
array('select', 'groups_allowed_signup' => implode(',',$_POST['groups'])'),
array('select', 'groups_type_signup' => (int) $_POST['group_type']'),


However I keep getting Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' for the second line. I'm not sure what I'm missing here but its causing the entire admin registration area of SMF to fail. :(

Lithriel

Well I am no php expert by any means, but this part looks funny to me:

implode(',',$_POST['groups'])'),

Do you really need two ',', ? 

implode(',$_POST['groups'])'),

If so, lol, show's what I know...  Maybe someone else can help you out.  I can't wait for the fix though because this will really add a lot of functionality to my forum. 

Garou

I wondered that myself but removing it errors that line. Its actually the second line of added code that causing the error. I thought that it might have to do with the formatting with the (int) part of the line but in checking other SMF code the line is written the same way for other similar functions. *shrug*

Thanks for trying though.  :)

mrtrc266

1 Year Anniversary of this Comment http://www.simplemachines.org/community/index.php?topic=117192.msg1603101#msg1603101

...Is this ever going to happen? This would be a great Mod for SMF 2

Thanks in advance

Garou

I was trying to convert it to 2.x for a friends site. It just doesn't translate to 2.0 well and I kept crashing my test forum every time I tried. Due to my frustration with it and the amount of time I was putting into it, I had to put it aside for a while. Ill take another crack at it in the future but right now I have other responsibilities I have to take care of first.

If I get it figured out before anyone else does Ill be sure to post it here so akabugeyes can update the mod.

Waffadrunker

Oeh... this is so great mod but no one still haven't managed to get it work well on 2.0 ?

Anyway, i keep hoping :)



SgtMic

This would be a great mod for 2.0
There is nothing more deadly than a US Marine and his rifle.
A close second is a US Marine and his K-BAR.
2/5 Fox Co.  (BlackHearts)
FAST Co. 5th Plt. (FIDO)

bburg5

I continue to have problems getting the membergroup to recognize the other membergroups that I have set up for the forum. The forum is reading members and additional information from another forum on the same database. If you read my earlier posts you may be able to obtain what I am having issues with. Any suggestions would be great....

Thanks

Issue Site
Site with reg. working

donigedzo

HEy guys :(
when is this mod goind out for 2.0 RC 1.2 ?????
:( we need it urgent :( please help

donigedzo

Anyone ???
please help, or help by giving another similar modification pleaseee

Limones

1st of all, thanks for the great job with this mod.

but since i'm a noob with this stuff, i would like to make a suggestion:
could you introduced an option to change the field name "Pick your membergroup"?
Particulary to appear in another forum's language, since not even the english frase appears.

thanks

bburg5

Quote from: bburg5 on October 15, 2009, 07:48:58 PM
I continue to have problems getting the membergroup to recognize the other membergroups that I have set up for the forum. The forum is reading members and additional information from another forum on the same database. If you read my earlier posts you may be able to obtain what I am having issues with. Any suggestions would be great....

Thanks

Issue Site
Site with reg. working



Does anyone know how I can get this to work for the second forum?

Thanks

Advertisement: