Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm using Webform for the first time and making good headway. I've added fields to my users via the site's "account settings" that I want to reference as a token in a webform, but can't make it work. For example, I created a first name field called field_f_name and tried to use the token syntax %profile[field_f_name]. What is the proper way to reference that for use in my form (or anywhere)?
I have my site only for registered users. When user is non authenticated user he can't see any node from my site. But when he try to force some node or try to connect by a link from other site system displays a page with text: You are not authorized to access this page.
So I would like to add to this page a button with link to registration form of my site. Where can I find page/file with this text or which module give me a possibility to manage this page as I would like to.
Hi,
I think I finally have no choice but to convert one of my web sites to Drupal - it's getting too large to manage. For now I'm just messing around to make sure that I can actually do everything I need...and it didn't take long to run up against a wall: I use Hebrew text (which runs right-to-left) quite frequently, both as standalone paragraphs and interspersed within left-to-right text.
However, inserting any amount of Hebrew text into a basic page or article fails, producing this output:
I have a node that incorporates a user reference to determine an "assignment" of that not to a particular user. This assignment is displayed on the node page saying "Node assigned to _______". I don't want it to display this using the username though. I created a "Name" field for users to put their full name into and in the reference view I have tried every combination I can think of in field retrieval and display settings.
Fields have been reduced to ONLY this created name field, name + username field (with exclude from display enabled), re-ordering, etc.
Ive been trying to figure this out for hours now and have search the forums but can't find an answer.
I have created a custom node.tpl file which has a jquery tabbed format. Inside one of the tabs I want to add in the comments. I have managed to get the actual comments form to show up but can't get the comments that have been posted to display. Can anybody tell me how this is done?