Can someone please tell me if its possible to change the layout of the pages that are used to add content, such as the add forum content page? I want to rearrange certain form elements.
Before I go delving into the code, what would be the easiest way to present blogs in a list similar to the way forums are listed (without the containers, of course), instead of just a series of teasers? Or should I just go away and look at the forum.module code?
I am looking for a way to highlight the differences between the revisions made to nodes. Basically something that crosses out deleted portions, shows new words, etc. The only thing I have been able to find on this topic is a Google link from 2004 (http://www.heydon.com.au/?q=node/543). Can anyone point me in the direction of some more current work or a module that implements this.
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?