How to completely disable 'further instructions sent to email' message after...
How to completely turn off/remove message 'Further instructions have been sent to your e-mail address.' that appears after registration? I'm using logintobogan module and I can see some customization...
View ArticleUnable to run update.php or update modules from web interface
I would really like to be able to install module updates through the web interface or run update.php when needed without changing settings.php, but something seems to be broken in my setup because it...
View ArticleAdd custom user image field on private messages list instead of default user...
ok, this is what I have done so far but it is still not working. First I wanted to add senders profile picture to the private message list on each user profile page. To accomplish that, I used the...
View ArticleLogin page when using a Zen's sub theme
I've created a website based on a Drupal 7 Zen subtheme and now I would like to create a login page for the administrator. When I navigate to http://mysite.com/?q=user, I return to the main page as...
View ArticleHow can I update webform_submission uid in the table, after which the...
I'm a graphic design, and I just started using Drupal 7.I have a form created with webform, which collects data entered by the user, after sending, the user is directed to the purchase page. The stages...
View ArticleHow do I display the language settings (Site language field) on the user...
I'm trying to display the user's language settings field on the registration page, but no success so far.I've tried using a template (form--user-register-form.html.twig). This works for other fields,...
View ArticleDomain Access Login Redirect for main domain and subdomain
I have created three sites namely one.example.com, two.example.com, three.example.com using domain access. Here one.example.com is the main site which can create n number of subdomains. I want to...
View ArticleMySQL log files filling disk
I do not know much about Drupal. I have a Drupal 10 installation using MySQL 8.0.37 on Ubuntu 22.04. The Drupal site is the only thing running on this server.MySQL is filling the /var/lib/mysql/...
View Articleonly allow to upload profile pictures of a certain size
I want to limit the user to only upload profile pictures of 160x160 size. What is the simplest way to validate that the resolution of uploaded avatar picture is actually 160x160, and provide an error...
View ArticleHow can I change a user's password from the command line using Drush?
How can I change a user's password from the command line using Drush?
View ArticleIs there any way to make Commerce Customer Profile save/store data in a...
Heres the thing. We have a customer profile of type 'Delivery' which contains a delivery address for an order. It also has other non-addressfield data like driver route, delivery day (M-F, day of...
View ArticleHow to get a list of Users as values for a select list field?
How do I get a list of users of a specified role to populate a select list in node/add/* ?For example when creating a piece of content I want a field "Select Your Moderator of Choice" and the options...
View ArticleIs a content type or profile a better choice?
I am working on a new site where I want to show information for art galleries, artists, museums, public art installations and art education. I understand both the content type and profile differences...
View Articledrush perm-grant gives "The drush command 'perm-grant' could not be found"
I am using drush -u 15 perm-grant --roles="site administrator" but the command returns:The drush command 'perm-grant' could not be found.any ideas about that? according this documentation the drush...
View ArticleChanging group visibility needs group content to be resaved when group...
Drupal Commons 7.x-3.2Organic Groups 7.x-2.1Content type: MygroupField: Group visibility - value: PublicContent type: MypostField: Group - default value: MygroupField: Group content visibility -...
View ArticleDisplay Custom User Profile Fields in a Block on All of Their Published Pages
I have created a role, and have added additional fields to their profile using Profile 2. The fields are part of the location module, and are just basic contact info (address and phone number). They...
View ArticleHow to hide nodes in a VIEW where the user is not referenced?
This is a follow-up to How to show nodes where the user is (not) in the reference field with Views?I have a node with multiple user references and need a node VIEW that hides all nodes where the...
View ArticleProfile2 regpath move account email field, into profile2 form and handle submit
I have a profile2 regpath displaying my profile2 form, and the system default account registration form below it. I need to move the account email field up into the container with the profile2 fields.I...
View ArticleAlter Registration Form Text
I am trying to alter the email description text on my user registration page. I have added the following to the bottom of my template.php file but nothing is happening. It seems like the function isn't...
View ArticleMultipage Registration form, Confirmation Page Security Issues?
I have a multipage registration form working on a site, but the confirmation page is supposed to show some of the information (account name and other data) after the account has been submitted/created....
View Article