Drupal is up and running but how do I ...?

How do I post code?

Hey,

I'm using the Drupal 4.6. When I post code inside code tags, the page still processes the code instead of displaying it in plain text. Why is this?

Thanks.

MODIFY THE NODE.MODULE

Hi,
i want to know if someone can help me
i want to know what program i can use if i want to modify the node.module
please i need your guys help

THanks

List of upcoming events from specific taxonomy?

I'm sure this is a straight forward thing for someone with more programming skill (I've not yet fully grasped the Drupal API)...

The event module implements a block which shows the upcoming events from the database. However, this selects from all the entries in the database (filtered based on the number of results that you want).

I have a number of taxonomy terms linked to events in my calendar and need to display the upcoming events related to each of the terms.

theme blog_link

Hi all,

I'd like to theme the blog_link function in blog.module to
change the way my links are displayed. After a bit of research it seems
that I've to change the function itself to achive this effect. I don't like this
solution.

However it occured to me that maybe it could be done by overwriting an
hipothetical theme_blog_link function in phptemplate (that same way we theme users' profiles).

how do I get this darn file module (part of the ecommerce module package) to work :-/

It gives me an error whenever I try to create a file product

Fatal error: Call to undefined function: form_autocomplete() in /homepages/26/d92358128/htdocs/shop/modules/ecommerce/file/file.module on line 119

I don't know what to do to fix it :(

How do I store a global variable for each user

Hi

I want to put stome statistics in a block but there is no point in doing all the database accesses every time a
page is rendered to recalculate the stats as the stats won't change fast at all. I would like to calculate them once when someone logs in and then I presume the best thing is to store them in a global variable. I will also store the time and then recalculate every hour or so.

How do I actually do that? I also assume that having the same name won't affect multiple logged in users who will have different stats values?

Pages

Subscribe with RSS Subscribe to RSS - Post installation