Zen theme not installing

I've just installed drupal through remote hosting (godaddy) and have followed the instructions to install the zen theme from this page:
http://drupal.org/node/1099152

I'm getting the following error message when trying either link (tar or zip), under modules in administration:

Ajax error when modifying display. field_ui.admin.inc

Hi all

I have a content type which has just 3 fields, title, body, image. I try to adjust the display settings and I get an AJAX error:

Error:

An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /drupal7/system/ajax
StatusText: OK
ResponseText:
Fatal error: Function name must be a string in c:\wamp\www\drupal7\modules\field_ui\field_ui.admin.inc on line 143

I'm really not sure what I've changed, but everything had been working perfectly for some time.

Cheers

Jibb

Altering content for specific nodes using template files in a module

Hi all,

I'd like to alter the content of specific nodes on my site, and I'd like to do it by providing a module, not by subtheming an existing theme like bartik. So in my crazy fantasy, I add some nodes, look at their node IDs, and write a custom template for each ID. My template filenames would look like this:

  • mycontent--7.tpl.php
  • mycontent--15.tpl.php

and so on. Every time I create content for a node that I would like my module to alter, I would add a mycontent--(nodeID).tpl.php file. In one file, maybe I would access the content, and stick a whisker-face like >^..^< after every instance of the word "cat". In another file, maybe I would put a picture of a cat before the content and after the content. And in yet another file, maybe I would link the first instance of the word "dog" to the wikipedia page on dogs. The point is that I would somehow alter the content.

I have a vague idea that this involves preprocess functions, but I'm not sure how. But I do know that I have to start with a module info file, so I already have this:

mymodule.info:

name = MyModule Fun Pages
description = "Alters the content on certain pages to add all sorts of interesting things."
package = Fun
core = 7.x
files[] = mymodule.module
php = 5.2

My questions are:

how do you add block of content to a page?

Hi all

How do I add blocks of content to a page. This isn't like a content type (quasi blog) but a desecrate piece of content like what appears on a basic page.

Aslo how can you remove the default content on a basic page. or at least change the tile of the block with out changing the page url.

thanks

Marcel

request to join website

Maybe i'm not looking in the right spot, or just not thinking about this the right way. Since i'm in the middle of developing a new website, but would like to allow for users to request a beta invite to use the website until its finished, How would i go about creating a front page that would allow for new/all users to "request to join" block. In otherwords, they would create an account with the website, but wouldn't have access to the beta site until I set it to live. They would just be put on a list that when the full site goes live, they have access to the whole thing.

Cron JOB

Hi,

When I run the cron job I'm gettings this errors and cron doesn't complete.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x