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 have noticed that the profile modules does not allow viewers to see the profile listing. I notice that the profile module does not appear in access controls.
Is there a way to enable it for viewers to see member listings as well?
watchdog('info', 'after all. html: '.htmlentities($node->body));
return $node;
}
On my local machine this works fine and the html in the node is rendered correctly. On my web host on the other hand, GoDadday, nothing appears even when viewed as admin. The watchdog message does print out the html so it does get set. So the question is: is $node->body .= $html; a bad way of doing things and could that be the source of the problem?
I am trying to pass variables from a webform page to its redirect URL, but am having no success. Can anyone point me to an example of how to specify a variable on the redirected page?
Here's what I've got so far:
1. Added a webform to the site -- works fine, as a stand-alone contact form.
2. Selected "Redirect POST Values" in order to pass variables to the redirect URL.
3. Viewed the HTML source code for the contact page, in order to locate the ID number for one of the form fields.
4. Selected an input format of "PHP code" on the redirected page.
I know this is probably NOT the best place to ask, but no on at the menalto site has answered my question.
I've added the Gallery_module and it's working fine....except.....
I would like to eliminate the "dropdown menu" from user uploaded galleries. There is an option in the Gallery2 "Themes" page that allows you to uncheck a box to "Use dropdown menu", but I can't seem to get it to work.
How do I create a CNN or Washington Post Style Newssite? My current view is a teaser table view and I want to
change it to have a more traditional news front with headlines in a two column format with left and right blocks, and
a top story "center left or center right block".