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

Front_page module & 2 phptemplates adressing problem

Hi all,

I plan to use front_page module in order to have two home pages

- one for the anonymous visitors
It will display the title story and text of the story with taxonomy/menu term restrictions and no images display.

- one for the registered users
It will display Title story+ Text story + image thumbnail with a automatic link to the preview image + url link refering to an external site - also no taxonomy/menu restriction

But things are going harder because I didn't found a easy way to display some fields for the anonymous users home page and others for the registred users home page. I've tried several snippets with story node and image + image filter or assist module but none of them allow me to do what I really want.

<?php
/**
* This php snippet displays nodes
* from a list of categories specified in the first line ($taxo_id)
*
* To increase/decrease the number of nodes listed
* change the $list_length value to suit.
*
* Works with drupal 4.6.x & 4.5.x
*
* Snippet submitted by Robert Garrigos (robertgarrigos)
* Updated by Sean Robertson (seanr)
*/
$taxo_id = "1,2,4,6,7,9,10,11,12,13"; /* comma seperated list */
$list_length = 25;
$sql = "SELECT * FROM {node} INNER JOIN {term_node} ON {node}.nid = {term_node}.nid WHERE {term_node}.tid in ($taxo_id) ORDER BY {node}.created DESC LIMIT $list_length";
$result = db_query($sql);

how do I remove date from page ?

I have interlaced theme intalled

I want to remove date and name from pages I have creatd but I dont want to remove date and name in blog entries.

Is there any way? I dont want to change theme

Moving "my blog" and "my account" to new menus

Hi

These items are locked in the menu system, yet I'd like to move them. How do you unlock menu items?

Thanks in advance

Not to show track of particular user

I am using track.module to show postings of the users. But I don't want to users to track postings of certain users. How can I not show the track of that user?

thanks in advance.

i need to install my GD tool

seriously, i need to get my page running with images. The msg keep appearing that i havent properly install my gd tool. Not only i have no idea how to do that, my hosting only told me that ImageMagick is in C:\.

how to do that?

Only Coarse Permissions?

Hi,

I'm having trouble with some of the permission settings, and I'm not sure if I'm just missing something...

Basically the site I'm working on has a blog/articles section and a forum. I need to create an "Author/Moderator" user role, that can write content, edit all nodes and edit, authorise and close comments, but not change site-wide settings.

Pages

Subscribe with RSS Subscribe to RSS - Post installation