Jump to content

Search the Community

Showing results for tags 'registration'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 8 results

  1. Hi I'm creating a site where people can vote on dogs. To start with, I need the dog owners to register and then upload text, images, and videos about their dog. What I thought I could do is to create a page when the user registers. The page would be unique by using the member ID. So I would end up with: Home - Members -1001 -1021 -1025 Then each member page would have 1 or more children which would be the dogs that they have added. I just wanted to ask if that is a good way of doing things or if there's maybe a much simpler way of doing this. Thanks in advance for any advice.
  2. Hi, I need to provide a quite complex user registration form: description, subdescription, drop-down lists etc. Through this registration, users will be able to access and comment. If someone responds to their comments, I would like a NOTIFICATION to appear when accessing their panel. My social interaction project is just that, it seems simple, I don't need more. Now I am undecided whether to use buddypress, elgg, or a native processwire system. What do you recommend? If you recommend processwire, which modules should I install? Do they work or is processwire too immature for that? Translated with www.DeepL.com/Translator (free version)
  3. Hi! I have a big problem with a client of mine. I have to do something that i don't do very often with processwire, and i'm very afraid that i'm not gonna able to do it. So i write to search some help from you experts. The website that i'm gonna create will have a database with infos about users. This users are not the actual registrered users, but possible users. I'll try my best to explain this. What i will have is a datasheet in the database with infos about all the users (name, surname, fiscal Code) that can register to the website. So during registration the website is confront with this database of people, and accept or not your registration to the website. Now. The problems are: the client need a page in the CMS to insert this people in the first place (Custom Admin Page?) in the database. I read what i need to create it, but i don't understand what i need to do next. What i need to do for reading and writing to the database, with data, directly from a custom admin page in processwire? The other thing is. I can do this control during registration? I Can extend fields in the user account? I'm completely in your hands.
  4. Hi everyone, I am new to processwire, but really appreciate the way its works. Thank you Ryan. I need your help guys, any help would be appreciated, as i am searching the forum since last 1 month. but couldn't found out how to achieve. My issue is as my user registers on my website, it will be assigned a role. eg Register but what i want to achieve is that after login i want user to have edit profile , logout and Add Page. But i want user to add only one time, only single page can be post by him. if user adds the page, and login into account it must show edit page. Please help me guys.
  5. We have been asked by a potential client to conceive a national registration system. The client: a sport association that is divided into divisions, districts, clubs, and, of course, members. While any serious CMS would be able to help with this task, there is an aspect of the registration that puzzles us. The actual registration form would have mandatory fields, requested by the national organization. However, each division and/or club should be able to add, remove, modify any other type of fields to the same form and leaving intact the mandatory fields (since each divisions or club has its own perquisites). There are about 400 clubs in this associations (38 000 members), 5 divisions. So, in theory, there would be 400 registration forms, 400 clubs administrating their own form (which means 400 admin users), 5 divisions being able to add their own fields, etc. Of course, this has to be user friendly... A complete custom solution (with the help of an established framework) is, at the moment, our choice, but I am wondering if PW could not help us. I see in the Form builder a way to ease the programming process. But is it possible to limit the admin of a club to just the form of their club? Along with this form come all the actions pertaining to administrate membership information, payments, etc. The system has to be multilingual.
  6. Hello, community. How to create user registration form on front end?
  7. Lately I’ve been building a little script for a local journalist who manages a open Google Docs spreadsheet where Swiss journalists can enter there social media data like Twitter names etc. The script updates a Twitter list with the collected Twitter names in the spreadsheet, means it gets the document feed through Google Docs API and updates the list through Twitter API. Long story short I’ve been dealing with the oauth authentication mechanism. I started thinking about creating a module for PW to connect user accounts with oauth providers like Twitter. Could be helpful in more community focussed projects.
  8. I'm running into a problem with my registration form, I'm trying to run an if statement if a username is already taken. The code I was trying was: elseif (in_array($input->post->signup_name, $users)) { $output = "<h6 class='error'>Unfortunately that username is taken, please try another.</h6>"; } Either there is a problem with my if statement (can $users be used as an array in this way?) or PW is finding the duplicate before my check even takes place as when submitting the form I get the following error: "Error exception: Duplicate entry" Would appreciate it if anyone has run into similar problems. Thanks!
×
×
  • Create New...