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

flash header in greenmarinee theme

http://www.burreta.com/drupal works with the flash header in Firefox but not in IE...

here is the page.tpl.php code:

Displaying nodes authored by user within their profile page...

I've used the PHP snippet found here which creates "Custom user profile page with (x) latest weblog entries of that user". the output is just what we want, except each teaser also displays the $submitted information such as the username, extra profile fields that we've added, as well as the user pic.

Since this is the user profile page and their picture is already displayed at the top, this is redundant when displaying their picture next to each teaser. We'd like to get rid of the picture displayed next to each teaser, as well as remove the $submitted information OTHER than the date it was submitted.

The query we're using to get the (x) latest weblog entries for that user:
Within template.tpl.php:

function phptemplate_user_profile($user, $fields = array()) {
  // Pass to phptemplate, including translating the parameters to an associative array. The element names are the names that the variables
  // will be assigned within your template.
  /* potential need for other code to extract field info */
  return _phptemplate_callback('user_profile', array('user' => $user, 'fields' => $fields));
}

and this is the code we're using within user_profile.tpl.php:

Latest Blog Entries:


<?php
unset($output);
/**
* This php snippet displays the 10 most recent weblog entries by a specific user with

Hiding child boards

I know that drupal forum can have infinite number of child boards, which is very, very nice.

Can someone tell me, though, how I can hide some forums? I mean, not really hide, but make only the immediate next level visible at one time--like SMF child boards style?

For example:

Grand parent level
-Parent level 1
-Parent level 2
--Child level 1
---Grand child level 1
---Grand child level 2
--Child level 2
---Grand child level 1

Setting the priority of posts

Are there any modules that can allow users to specify a priority for their posts within forums?
I.e. just selecting a priority level from a drop down box would be enough.
This would be most helpful to me!

Any information would be most helpful!
cheers,
David

Help Mentor

Hi everyone :)

I now have been using drupal for some weeks, but I still not very experienced. If there is anyone who wants to help me with my site I would be very helpfull. I am not a total noob :), you dont have to do all the work for me, it would be nice if you just tell me how and why to do things. It would be really great! Add me too MSN or Googlechat using the e-mail: nielsvberkel@gmail.com

Thank you very much in advance!

~Gruzz

confused with drupal URLs

Is there a generic URL where i can display nodes according to content type (e.g. page, story)? I know this could be done with image (/image) and blog (/blog) content types but I can't seem to do this with page (/page?) and story (/story?) nodes. Any help will be greatly appreciated!

Thanks.

Pages

Subscribe with RSS Subscribe to RSS - Post installation