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

Custom login outside drupal

I am using drupal in a sub-domain for a member's only area and I would like to have a login box on my main domain. Is this possible? I tried looking and searching but it seems most topics cover only cusom login within drupal itself. I'm fairly technical but not very familar with drupal. Maybe someone can provide hints? (Or the answer even....thanks!)

Can I make a custom-page which includes certain terms?

Hello,

Does anyone know if there is a way to show terms on a page? I'm aware of the taxonomy/term/2+9 function - but this "only" shows the teasers or full story dependent on what I set the flexinode template.

I which to make a list-type of these terms on one page - showning custom fields, date and title.

Maybe I should explain what I want to use if for.

I currently run a website where I review music on various formats (CD's (term1), DVD's (term2) and Concerts (term3))

I've set up different flexinodes for the terms - because they I need to show them differently on the website. All flexinodes are using the teaser and full story snippets which are found here on Drupal.org. Therefore the flexinodes are used for these terms - but wish to combine them into one list on one page - as some sort of "overview" page with lins.

For instance:

Artists - Title - Label - year - format (aka. term1)
Artists - Title - Label - year - format (aka. term2)
Artists - Title - Label - year - format (aka. term1)
Artists - Title - Label - year - format (aka. term1)
Artists - Title - Label - year - format (aka. term3)
Artists - Title - Label - year - format (aka. term2)

If has to be sortet by the artists (but they have different flexifields - so you might need to use the IF-funtion here)

Is this something that can be done?

I am looking forward to hearing any comment on this one.

About statistics : do not show administrator browsing

Hi,
About all the statistics, the number of pages visited, the number of times a page has been viewed, and the like, is there a way to setup drupal to not count administrator browsing?

Thanks

Irritating newby problem

Hi there.

Checkboxes

Hello, I don't find how can I know what sellections have made the user using checkboxes.I have this checkboxes:

$form['topics'] = array('#type' =>'checkboxes','#title' => t('Tópics'),'#options' => $nametopics);

and $nametopics is an array of strings like football,cinema,etc..

If I print the variable topics with this:
foreach ($edit as $name => $value) {
variable_set($name, $value);
}
$output=variable_get('topics','');

THe result is : Array

Can you help me?

Thanks

Prevent drupal to escape urls

Hi there.
Imp working on a complex registration form. When the user is submitting the registration form, I add in the 'insert' hook the line:

$_REQUEST['destination'] = 'reg/part2&uid='.$edit['uid'];

(User is not logged in this part since administrator approval is required).
The problem is the link in the browser is:
http://localhost/mtsite/?q=reg/part2%26uid%3D46
and I can not use the uid info.

Pages

Subscribe with RSS Subscribe to RSS - Post installation