I need to add another layer or field to the log-in of Drupal, is that possible? Basically, I'd like to modify the Drupal security table to have that 1 field as part of the log-in credentials. I've searched the documentations and haven't found any resources that points me to my questions. I basically need to create a front-end app using Angular JS and will have an extra field for the log-in so not sure how to accomplish this.
I'd appreciate if you can point me to the right direction and what I need to do to get me started. I sincerely appreciate any help you can provide.
Related
I'm a beginner to silverstripe and am happy for someone to just point to a relevant section of the docs if they know where I should read. I just haven't been able to find very good instruction on this.
So I have created an Enquiry form for a site I'm building, and have:
/template/Layout/EnquiryPage.ss
/mysite/code/EnquiryPage.php
/mysite/code/EnquirySubmission.php
All are working well, users can upload enquirers and they are stored in the database.
What I want however is, as an admin, to be able to see/edit/delete these forms from within a tab in the CMS. What do I need to know about to be able to do this?
Thanks
Sounds like you want a ModelAdmin.
Pro tip: Don't forget to set your canEdit(), canDelete(), etc. permission methods on your DataObject.
(I know there is a module, but I'm trying to learn on my own)
I basically want some kind of form or page where I create a form for an administrator.
So, the administrator can fill in the question and can add more than one right answer. Sorta like a multiple choice question with more than one answer.
The user will go ahead and answer the question.
Do, I create a content type? Do I use form api instead. Not sure at this moment how to go about it.
Thanks.
The Quiz module provides tools for authoring and administering quizzes through Drupal. A quiz is given as a series of questions, with only one question appearing per page. Scores are then stored in the database.
From what I get, you can create a custom drupal module and use form api for creating Multipage forms and add pragmatically add validaters for adding you correct result before moving to the next page/form.
Writing a simple. Hope this helps and contact if you need help.
I'm a drupal newb and trying to figure out permission/access control. I would like to set up a user role that would allow a user modify everything under a menu block. Does anyone know of any modules or tutorials that would help out? Thanks
I think you are looking for the menu_access module.
I am making a website using Drupal 7, in which a user may assign tasks to another user while editing a content node. I was thinking of doing this by making the Username list appear as a tag list with autocomplete. But I am unable to find any modules or methods to do it the Drupal way. Please help
I am not quite sure what exactly would you like to achieve, anyway, there is a module which allows to add a user/node reference fields:
http://drupal.org/project/references
I hope I helped a bit. If not, please, try to add more details, thanks.
Has anyone ever customized the website admin tool in ASP.Net? I would like to add some fields when ceating a user and keep it all in one place.
Any pointers would be appreciated.
W£as a tumbleweed :) Not sure if anyone has done this or not. I've managed to rip out the table sthat are not used and create a few views in MVC to allow Intranet\Internet MVC applications, It's working well.
If anyone requires anything like this I'm happy to help.