This forum is for less technical discussions about the Drupal project, not for support questions.

uthenticated user

What is uthenticated users ?

Just too funny sometimes

There are times when I really enjoy reading the interactions on this forum. Some people are just too funny sometimes. I can imagine that some of the people in this community are a real riot in the real world. Thanks.

aol view source

i use aol explorer and my view source doesnt pop up when i click on it. thats practically my most used tool for html things and i have tried computer reboots for months back but it does nothing! does anybody know a way to fix this!?

Forum topic allways closed

if I add (even as first user) a topic to a forum, this topic is marked as closed, there is no way to answer it.

I think I miss some settings but can not figure out where.

could somebody help me

Horizontal Login Bar

Hey guys Im working on having a horizontal login bar. So far everything is fine, all items are in 1 line but the following links:

* Register
* Forgot password?

I only mannaged them to get next to each other but I cant get them to be up with the 1st line. Can someone help me mod the user.module?


switch ($delta) {
case 0:
// For usability's sake, avoid showing two login forms on one page.
if (!$user->uid && !(arg(0) == 'user' && !is_numeric(arg(1)))) {
// Unset the time, if any. This prevents a 404 if a user relogs in
// on the page they were sent to when they logged out. See
// user_login_submit() for explanation of the time parameter.
unset($_GET['time']);
$form['#action'] = url($_GET['q'], drupal_get_destination());
$form['#id'] = 'user-login-form';
$form['name'] = array('#type' => 'textfield',
'#title' => t('Username'),
'#maxlength' => 60,
'#size' => 15,
'#required' => TRUE,
);
$form['pass'] = array('#type' => 'password',
'#title' => t('Password'),
'#size' => 15,
'#required' => TRUE,
);
$form['submit'] = array('#type' => 'submit',
'#value' => t('Log in'),
);

if (variable_get('user_register', 1)) {

newbie: how to add different nodes to one page?

hi

sorry for this stupid newbie question, but i have no idea how to solve this...

i have created some primary links. they have url aliases like "news", "download", "tools". now, i'd like to add content to this pages, but the content type "page" or "article" only creates a simple page. it is not possible to add more then one article on one page. how can i add more then one node to a page? i don't realy like the idea about adding all this page code with all styles and images in one big WYSIWYG field... this sounds like horror coding...

Pages

Subscribe with RSS Subscribe to RSS - General discussion