Go Back   Pligg CMS Forum > Pligg Help > General Help

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-09-2006, 11:29 PM
New Pligger
 
Join Date: Oct 2006
Posts: 12
Thanks: 1
Thanked 0 Times in 0 Posts
Is Moderated Registration possible?

I'm trying to set up a Private Pligg Site, and I'd like to know if there's a way that registration submissions can be approved by admins of the site?

Short of that Is there a quick and dirty way to remove the registration links? I haven't looked at the templates, but I would assume that you could just comment out the registration links.

I'd appreciate any advice or guidance that anyone has. I really am enjoying Pligg, however, if I can't find a way to solve some privacy issues, I'll have to look for another solution (which I'd rather not.)

Thanks.
Reply With Quote
  #2 (permalink)  
Old 10-10-2006, 12:25 AM
jitgos's Avatar
Constant Pligger
 
Join Date: Apr 2006
Location: Indiana (soon New Hampshire)
Posts: 339
Thanks: 94
Thanked 49 Times in 38 Posts
Yes you can comment out the registration. That would be one easy way, however if the registration page link is still available to anyone then you would have that issue of someone just going directly to the page.

Another might be to keep the registration page the same but change the <form> to go to your email or something and then you manually input the registration.

Jitgos
Reply With Quote
  #3 (permalink)  
Old 10-10-2006, 02:05 AM
kbeeveer46's Avatar
Pligg Developer/Admin
Pligg Version: 0
Pligg Template: none
 
Join Date: Jun 2006
Location: Muncie, Indiana
Posts: 3,547
Thanks: 254
Thanked 649 Times in 513 Posts
Like Jit said, you can change the registration process to email you the information and then you can make the accounts manually. That's not very pleasing to your users though. They will have to wait to use your site until you register them. Most people think entering codes to prove you are human is too much. I can't really imagine having to wait for my registration to be processed. you'd also have to write some php code to email the user letting them know that their account will be activated in "X" amount of time.
__________________
I accept donations for my time helping users like you on the forum and IRC.
Reply With Quote
  #4 (permalink)  
Old 10-10-2006, 02:24 AM
jitgos's Avatar
Constant Pligger
 
Join Date: Apr 2006
Location: Indiana (soon New Hampshire)
Posts: 339
Thanks: 94
Thanked 49 Times in 38 Posts
Yeah I just figured if it private then it's probably a low user count. I guess it depends. I was thinking you're talking about a private community for like an organization or company so waiting on registration wouldn't be a big deal.

If you are talking about some private social networking site where people can only join if they are invited by current members or something it might be more complicated and you'd need a different (probably custom) solution.

Jitgos
Reply With Quote
  #5 (permalink)  
Old 10-10-2006, 12:53 PM
New Pligger
 
Join Date: Oct 2006
Posts: 12
Thanks: 1
Thanked 0 Times in 0 Posts
you are both right

That's correct. this will be a low user count site. and I would have no problems adding the users manually.

What would be the best recommendation to go with?
Reply With Quote
  #6 (permalink)  
Old 10-10-2006, 02:58 PM
jitgos's Avatar
Constant Pligger
 
Join Date: Apr 2006
Location: Indiana (soon New Hampshire)
Posts: 339
Thanks: 94
Thanked 49 Times in 38 Posts
It's up to you but I'd say the easiest thing to do would be to set up the form to email you and then you add them manually and then email them that the account has been created. Something like that. And since it's your own form you can make additional inputs if you need to get more information from them. Like city, state or whatever.

My .02
Jitgos
Reply With Quote
  #7 (permalink)  
Old 10-10-2006, 03:14 PM
kbeeveer46's Avatar
Pligg Developer/Admin
Pligg Version: 0
Pligg Template: none
 
Join Date: Jun 2006
Location: Muncie, Indiana
Posts: 3,547
Thanks: 254
Thanked 649 Times in 513 Posts
Jit's suggestion is about the best one for your situtation. Sure, it could be a lot more automated but his suggestion requires the least amount of coding.
__________________
I accept donations for my time helping users like you on the forum and IRC.
Reply With Quote
  #8 (permalink)  
Old 10-10-2006, 07:36 PM
Yankidank's Avatar
Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 1,849
Thanks: 112
Thanked 183 Times in 129 Posts
Send a message via AIM to Yankidank Send a message via Skype™ to Yankidank
Quote:
Originally Posted by jitgos View Post
...if the registration page link is still available to anyone then you would have that issue of someone just going directly to the page.
I'm not 100% sure if this is all that's needed, but a simple way to fix this is to rename register.php (ex. newregister.php) and make some changes in libs/html1.php.

Find:
PHP Code:
$main_smarty->assign('URL_register'getmyurl("register")); 
Replace with:
PHP Code:
$main_smarty->assign('URL_newregister'getmyurl("newregister")); 
Then you will need to change a line of code in /templates/templatename/register_step_1.tpl and /templates/templatename/register_step_2.tpl
PHP Code:
{$URL_register
to
PHP Code:
{$URL_newregister
__________________
Need a Pligg Host?
Get 3 free months
when you buy a year of hosting.
Use the coupon PLIGG at either...
MidPhase hosting starting at $7.95/month.
ANhosting hosting starting as low as $4.95/month.
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
[Solution] Captcha in Registration Sidebar Arcticus Modification Tutorials 6 11-14-2008 11:08 AM
Double optin possible (registration with verification (to avoid spam complaints) soplar10 General Help 2 06-12-2008 08:14 AM
Registration surender General Help 1 12-18-2007 06:49 PM
Registration and user groups tbronson Wiki Articles 0 11-04-2007 10:59 PM
Sidebar Registration did`nt work Jascha General Help 11 10-18-2007 04:30 PM


Search Engine Friendly URLs by vBSEO 3.2.0