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 looking for guidance on the Organic Group module. I intend to utilize the drupal_goto function to redirect users to OG’s node and I’m facing a few issues. In particular, given a user, how would I get the OG he belongs to, the node(s) associate with the groups, and the url-aliases mapped to those nodes.
I have just installed image.module on Drupal 4.7.2 and simply cannot get it to work properly.
The upload box is visible both in Content>Images and in my HTMLarea WYSIWYG. I can browse and select an image to upload, but nothing happens when I click "upload".
I am running Drupal on WAMP server under Windows XP for development purposes. I have enabled the php_imagick.dll in PHP server, just in case it's needed. I have also installed ImageMagick for Windows, again just in case it's needed. I don't think I need either of them, and they don't make any difference.
I have the Front Page module installed and working as advertised.
What I want to do is set it up so authenticated users see what is a Welcome Page (it's basically static information) for new registrants, the first time they log in to the site. After that 1st login, I want them to go to a designated node (what would be the front page, if the front page module was not installed) that is updated regularly as story postings are published.
My question is how do I do that, including forcing story publications to the designated node?
Heys everyone, i installed Drupal 4.7.2 and im in the process of coding (or trying to) my theme. And after moving php code all around i came to this conclusion:
Hi, I'm trying to display the content of my web to format like this:
First Five teaser node and display the rest of content like a one list with only the date and title.
I have seen in the forum something like this, and I think that it can be OK, but ¿Where and how do I insert this code?
There is a setting in the admin area where you set the number of nodes to appear on the front page. Where is this setting stored in the DB? I looked in the variable table, but I dont see it there.
What I am doing is using the front_page module and a php snippet to mimic my front page for anonymous users who dont have full access to the available content.