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

Filter by Taxonomy and Cookies

I'm not sure if there is already a module that does this (I have looked around and have not found any as of yet) or if there are any tricks to it. For a news site, is it possible to allow anonymous visiters to sort the news displayed on the frontpage by the post's taxonomy terms (by checkboxes, lists, or whatever), and have their browser remember the setting, so next time when they come back, the frontpage will only show the news posts that corresponds to the filter they made?

custom form module

Hello,

Is there a module our there which allows me to create a page which has custom feilds on, then once you press submit it emails to me. I have looked in the modules download part of the site and the only one i can find is a custom feilds module which works with other modules.

can anyone help?

thanks

dave

node display order?

is there a way to show olders nodes first?
say i create a story or a page, how do i get it to show displaying the oldest ones first and the new ones keep submitting underneath the old ones?

Video Download problem......

i've uploaded a video on my site using video.module, and it displays a link for both play and download, but clicking on download, i get a the default error message of my site. what's wrong? i've checked the root directory and the video file is there , and i think the link also points to the right location , but i can't understand the problem.......pls help

the link to my site is.........
http://bbps.bb.funpic.org

User Badges in Forums

Hey...am finally almost finished building my new site with Drupal. I've run into a small issue, though...it's with the user badges module. There's a piece of code to insert where you'd like user badges to be displayed:

<?php print user_badges_for_uid($uid); ?>

I inserted it directly below where the avatar is displayed in my theme, in the node-forum.tpl.php file (I'm using Friends Electric, with the Flatforum module). So far, so good. The user badge displays in the topmost post, but not in any of the comments below it. So, if I (as admin) start a topic, my admin badge appears in the first post, but not in any of the replies I make.

I have not tested this with the other badge I set up (for moderators), or for regular members. My account is the only one setup, so far.

Am I hitting a bug, or missing a spot in the theme?

Erm...not sure if I'm giving enough information. Here's the contents of me node-forum.tpl.php file:

  if (!_is_forum()) {
    include('node.tpl.php');
    return;
  }
  $curr_user = user_load(array('uid' => $userid));
  $sig = $curr_user->signature;
print $row_class; print $comment->new ? ' comment-new forum-comment-new' : ''; ">
print $name

print $picture
print user_badges_for_uid($uid);

if (module_exist('flatforum')):

print t('Posts:') . ' ' . $posts;

Including AND operation in drupal-4.7.3 search module

Hi,
I have upgraded my site (test site) to drupal-4.7.3 i.e the latest version. In the core search module, I see
the boolean search working. But I still have a doubt. Please tell me if drupal-4.7.3 really supports AND functionality. I say this because the results after search, have highlighted keywords and also the AND operator is highlighted. This implies that it just searches for the and keyword. It does not perform actual AND operation.

Pages

Subscribe with RSS Subscribe to RSS - Post installation