-
Posts
18 -
Joined
-
Last visited
Recent Profile Visitors
2,338 profile views
lundy's Achievements
Jr. Member (3/6)
0
Reputation
-
I am thinking about it. I like processwire, I just wish there was a module for register/login/reset. At the rate I'm headed, it will be a while before I can program that in PHP myself.
-
@macrura thanks for the tips.
-
Integrating a member / visitor login form
lundy replied to thetuningspoon's topic in General Support
@Ryan (or anyone else who can answer) Does your example code allow a member to become a back end admin? Or is this code suitable to create a front end members only site. Also, can anyone point me to some code for new user registration, strictly for front end membership site, seperated completely from the back end admins? -
Getting started with User Profiles and related Tables/Fields
lundy replied to i3i2uno's topic in API & Templates
Is this a front end user registration and profiles for a membership site?- 5 replies
-
- Users
- related tables
-
(and 2 more)
Tagged with:
-
is there a website using this, or a demo that I can see? thanks
-
will this work for frontend user registration where the frontend users have no access to the admin area?
-
also, I tried to delete a template, can't a page is attached, so I go and delete the page 5 clicks, go back to templates to delete, 4 clicks, only to find out that the page is in the trash and still linked even after I moved it to the trash? so in reality to delete a page takes 7-8 clicks, to truly get it unlinked with from a template.. really tedious for someone learning the system, where I am trying to figure out pages templates and fields , and how I want to structure my data.
-
I need the equivalent of a auto_increment mysql field for user_id's. In mysql, it's a setting of the field. How do I accomplish this with processwire. Thanks, Aloha
- 5 replies
-
- auto increment
- user
-
(and 1 more)
Tagged with:
-
I want my site to have front end users able to register. Question: How should I handle registration information that is unvalidated? My idea was to make a sub group of pages called unvalidated users, and once they validate move them to validated users. Or I could name them unvalidated_username, and then rename it Or I could have a field checkbox for validatation. I guess in each of these scenarios, there would need to be some cleanup work... if a user stays unvalidated for x many weeks, delete the page? How would you do this. I expect to have thousands of front end users so I don't want to do anything manually. And yes, this is my first time building a custom dynamic website of any sort, so I have no prior experience with handling unvalidated users. Many thanks, aloha.
-
It takes 5 clicks to delete a page it takes 4 clicks to delete a template it takes 4 clicks to delete fields then there are the associations that don't let you delete a template if a page is using it... So, 4 clicks to delete it, then I see that it is in use, so I go to the page, 5 clicks x number of pages, then another 4 clicks to delete the template, and I hope I didn't miss anything or it's even more. tedious. just put the trashcan on the main admin>pages like in the setup>templates>templatename where you remove fields, you just click the trashcan... then one dialog max asking if you are sure you want to delete... things go to the trashcan so it's not like they can't be reinstated if i made a mistake. muchas gracias
-
Events Fieldtype & Inputfield (How to make a table Fieldtype/Inputfield)
lundy replied to ryan's topic in Modules/Plugins
@Macrura thanks -
Events Fieldtype & Inputfield (How to make a table Fieldtype/Inputfield)
lundy replied to ryan's topic in Modules/Plugins
I am building a question answer website which may include voting, comments, and more... I am expecting it to scale to millions of "rows" or "records". The data does not need to be edited from the admin panel, but will be added by users of the site and displayed on the front end. Typically, one question/answer to one website page. My questions about this module: 1. Is this solution here mainly meant for displaying this editable info in the admin? 2. Does it allow adding fields later on, even after the table is populated? 3. For my scenario described above, Is using this module better than using pages for the questions, comments, votes, other stats? 4. Is this more scaleable, less resource intensive than using pages, for front end website display. Your educated guess on this would be helpful. -
@teppo, thats a very good explanation of how processwire works. I can understand the front end much better now. Thanks
-
would it be accurate to say a page is like a row or a record in a table , the table being the template, and the individual columns being the fields in the template.
-
ok, but what if I have 1000's of questions, maybe even 10's of thousands, is it better to create a page for each question, or is there a better way?