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

having difficulty with custom logo with any theme

I installed drupal and got it working just fine on this site: www.herringimages.com. The logo and the splash image via the mission statement were working fine. Today, I took a look at the site to add something and the splash image & logo were gone! Instead I just had the text "home" on the header bar and "Splash Image" for the image. Oddly enough, all the acid free stuff was displaying fine, and the logo block I made was displaying just fine. I messed around with the mission statement by changing the image accessed, changing to the direct location, and changing to another file. I downloaded the jpg, and re-uploaded it again, and magically, it appeared again. I don't really remember what I did.

But, I can not get the top logo to appear! It's frustrating. I've changed the reference image to another image in the root directory, deleted it off the server, re-uploaded it, renamed it, chosen a different picture, and tried to upload the picture through the upload form on the php theme setting. I've even tried to select a different custom theme that was working previously as well (but it's also not working). Nothing is working, I can't, for the life of me, get the logo to re-appear. This is really irritating me. I don't know what changed, and I don't know what I'm doing wrong.

First, why did the pictures disappear in the first place? I hit refresh so many times, it's not funny.

Module installation issue

Hello,

I have installed some basic modules on my site. Like 10-15. But whenever I try to install new modules, like themedev, Forms, HOF, and I goto modules page on my Site it gives me error

"Page cannot be displayed"

When I remove the module file then the module page displays fine

Am I missing something here. I have this issue with 8-10 modules

Thanks in advance

How do I check if a user is logged in?

I can't seem to find any variables that drupal provides to do a quick check whether or not someone is logged in.

Formatting issues using Democratica - NEED HELP

I'm having issues with the theme DEMOCRATICA - when a user goes to post a BLOG, STORY, COMMENT or goes to view a COMMENT section - the theme/engine (not sure) is pushing the middle content to the bottom of the page.

Does anyone have a solution to this problem?

Please visit http://www.center-aisle.com

I appreciate the help.
CA

How does node.tpl.php place the attached file

Ok I've been messing with drupal for a while now and I almost have it setup the way I want it but now i'm stuck. ;)

Here is the site that I have right now, took me a long time just to get it to this point (note i'm horrific at coding)

http://www.kemralight.net/drupal/

Anyways here's what i'm doing. I'm making seperate areas on my index page and each section will have a different teaser layout. The top part will have one layout, the bottom 2 section will have differen layouts. Now to keep my sanity I made it so that all news in the top section will be placed under a seperate node called topNEWS. The plan is so that when the index page pops up, it pulls everything from the topNEWS node and puts it up and formats it just the way I want it. I know there are nodes that allow you to set the HTML for the teaser, but I don't want that. I would rather just put in my content, and have drupal do the work for me, sorry i'm lazy. Anyways, here is what is in my node.tpl.php file

<?php if ($page == 0):
if($node->type=="story"):
echo '

';
if ($links):
if ($fileop):
print $fileop;
endif;
endif;
echo ' print $node_url;
echo '">

';
print $title;
echo '

';
print $content;
echo '

';
else:
echo'

print $node_url;
echo'" title="';

Can only post to terms (children), but not the parent vocabulary? Is there a way around this?

It seems a bit odd, that I cannot put a story for example into the parent category, but only its children... - am i missing something here?

Pages

Subscribe with RSS Subscribe to RSS - Post installation