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

Using taxonomy to 'create' individual event calendars - possible?

I'm very new to Drupal--just started working with it this weekend. I was pretty nervous, but once I started to understand how things were set up, I fell in love with it. One thing has me stumped, though. I installed the Event module and set up a vocabulary and terms so events can be categorized. I need to add hardcoded links to each "filtered" calendar, but I can't figure out how to do it. I've tried http://site.org/event/taxonomy/term/56 and about a hundred variations of that, but nothing works for me.

How Do I Fix Pager & Category Navigation?

Hi.

I'm a Drupal newbie having a serious issue with the pager/categories on my site that makes navigating content impossible for users.

The links "http://site/?q=admin/node&from=50" and "http://site/?q=node&page=7" (regardless of the page numbers) return the front page of the site only. PLUS, navigation by category returns 404 errors. All of the content is accessible through the admin pages (if I don't use the pager), though, so I do know that it's there somewhere. Something bad's happening in the query or somewhere in my database, I suspect, but I have no idea how to fix it.

Here's some details of the site that may be relevant:

1) I recently installed Drupal 4.6.4 at a new server and imported my blog content from my old site, which runs WordPress 1.5. I used Sam Revitch's Script to perform the export/import. It seems to have worked well, and all my content - posts, content, dates, etc. - shows up sorted and intact.

2) My Drupal site is not readily accessible (DNS not transferred yet from old site), so I access all the content and admin stuff through a mirror. Everything works well (I can admin, post new content, theme, etc.) except the paging and category navigation.

Also, FYI, any new posts I make to the Drupal site, while they are posting and displaying properly, are equally unnavigable.

book theming

I've been looking at trying to modify the way the book module is displayed and have found a lot of information on the theme_book_navigation but my question is this where is it called and how

there is only one reference to the function in the book.module where it is declared but i cant find the caller

is there any one that can explain on the book is rendered

Taxonomy questions and some clean urls questions

1\ @hide taxomony selection when adding story only for user
I use Drupal 4.6.4. My users have the right to add story. I have some categories (in fact, very many) and I DO NOT WANT the user to SEE this categories WHEN he adds story. However, he should see the categories and its acticles. Then, admin applies needed category to the story, and publish it. Taxomony access could help to hide the selection options (when adding) but can't hide vocabulary at all. How to do it?

newbie with a few simple questions

1) Why can't I change the logo? I've tried giving it a path, and uploading a new logo. I've tried JPGs and GIFs.

2) How can I add small JPGs to the leftmost column?

3) How can create a small calendar, like the one on this drupal site: http://lymingtonchurch.org/ ?

4) How can I put additional boxes on the page?

Another Block Title alteration question

I've been using Drupal for a while now but am just starting to get into PHP. So please excuse me if I ask my question badly. :)

The question is: How do I make the Block Title only appear if there is more than one block visible?

I am developing a site for some friends and I'm using HEAD (4.7's CVS) because I've been dieing to test drive it and decided this project would allow that. http://www.dirigobaseball.org/

This site will be mostly static for now. Only a few registered users. There is only one block visible to the Anonymous User. But obviously, the Navigation Block will appear once a user is logged in. And there is one Book that will display the Book Block when the Book is being viewed. (http://www.dirigobaseball.org/miscellaneous) For a total of three blocks possible, depending on what you are viewing or if you are logged in or not.

Currently, I have the Block Titles only visible if a user is logged in. Using a custom block.tpl.php and the following code:

<div class=" <?php print "block block-$block->module" ?> " id=" <?php print "block-$block->module-$block->delta"; ?> ">

<?php global $user;global $user;?>
<?php if ($user->uid): ?>
<h2> <?php print $block->subject ?> </h2>
<?php endif ?>

  <div class="content"> <?php print $block->content ?> </div>
</div>

But what I want is for all the Titles to show up if more than one block is visible. Or if the user is logged in or if the Book Block is visible.

Pages

Subscribe with RSS Subscribe to RSS - Post installation