Login Block - return Home Page

Can anyone help me with the correct syntax for the version 6.0 API..

The code is in a block, offers a link to log in, and takes the user to the home page after log in.

This is the code that is used for version 5.x

*

      global $user;
      {
        $text = "Log In";
        $path = "user";
      }
      print l($text, $path, array(), drupal_get_destination());
      

I am told that it is the line starting with "print" that needs to change

Thanks
Alex

Trivia Game - how to?

concept: Trivia game. Users log into the game. there are chat rooms, each has a topic. for example - a room with 12 users, and the topic is history. questions are asked by a bot. Participants answer in real time. the first person to answer (right) gets points. Scores are recorded and players get prizes accordingly.

Technical requirements for the project:

* Module Development:
o BOT module:
+ a bot per chat-room
+ the bot picks a question based on a category (question from the quiz module)
+ asks the question
+ Timer (for example - 60 seconds per question)
+ declares the winner - gets extra points
+ give the right answer and a link to explanation page (node)

o Timer module ????? We have no idea if such a module exists

o User Statistics - Tracking and Analysis module
+ The Quiz module has some statistics features (develop a new module? customize the Quiz module?)

* Module Customization and Integration
o all of the following need to be integrated with the bot and statistics modules and with each other

o Chat Room
+ http://drupal.org/project/chatroom
+ Limit the number of users per room
+ Display the users' details: name, points..
+ Timer???

Intermediate to Advanced Drupal Developer Required, pref London / UK.

Hi,

I'm looking for a developer (or two) with significant experience in Drupal, for one or perhaps more projects.

Requirements:
- Advanced theme creation
- Possibly module development/customisation

how to display multiple pages with content from one cck nodee

Hi,

is it possible to get multiple pages (or URLs) that are fed with content from one node?

Example for clarification:

* the node with the title "section" contains 3 fields: field_page_1, field_page_2 and field_page_3
* I want to be able to access the contents of the field_page_1 under "http://mydrupalsite/section/page_1", field_page_2 under "http://mydrupalsite/section/page_2" etc.

any hints how this can be accomplished?

my Search doesn't work!

my search is not working. i gave permissions to all yet not working...can anyone help????

Login Link - direct to home page after log in

Can anyone help

I am not skilled enough to follow all the examples

I have this code working in Drupal 5.3 - taken from a support node

It is in a block, limited to anonymous only, only on the home page.

It is my way to present a simple log-in link for a user to log in from.

After log in, the user is taken to the home page

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x