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

flickr module set help!

I've carefully read the install instructions for flickr.module yet, as a newbie, I'm stuck. Can you help?

1. In the module settings, what is the "Flickr Photo Root"?

2. What is the "Flickr Image Class"?

3. I've copied the sample css from the developer's install file, put them in a file called flickr.css and added them to the same directory as the "cache location." Is this the correct way to configure the css file?

Thanks!

Another blank page problem...

Hey all,

I recently moved all of my content to a new server (Linux) and I am having the blank page problem with themes. The site works with bluemarine theme, but when I try to use my own theme (we are using the taxonomy_theme module), and enable it, I get a blank page on /?q=admin and /?q=admin/themes pages

This is the error message (short version):

warning: main(page-default.tpl.php): failed to open stream

This is the error message (long version):

* warning: main(page-default.tpl.php): failed to open stream: No such file or directory in /home/theworld/public_html/themes/General/page.tpl.php on line 31.
* warning: main(): Failed opening 'page-default.tpl.php' for inclusion (include_path='') in /home/theworld/public_html/themes/General/page.tpl.php on line 31.

The page-default is there, we are using the template.php page too:

function phptemplate_image_gallery($galleries, $images) {
  return _phptemplate_callback('image_gallery', array('galleries' => $galleries, 'images' => $images));
}
function theme_name_xml_icon($url)
{
  if ($image = theme('image', 'misc/feed.png', t('XML feed'), t('XML feed'))) {
    return '<br><br><br><div class="feed-icon"><a href="/'. check_url($url) .'" rel="nofollow">'. $image. '</a><br><br><br></div>';
  }

}

<?php
function _phptemplate_variables($hook, $vars = array()) {

How do I send information to somebody else using Drupal?

I would like a page that would allow users to email my Drupal to a friend. They basically fill out basic information, and the email is sent to the friend, the host of the Drupal site, and possibly the sender.

Another thing that I need is email us your favorite photo form that allows users to email the Drupal admin photos.

Is either of these doable using the Drupal interface?

How does the contact form work?

So I have set up a contact form using the contact module, and everything seems fine.

My question is, does there need to be a properly configured mail server on my machine for this option to work?

When somebody leaves a message for me, and I do not have a mail server configured, how will I get the message?

Secuirty Module 4.7

with Version 4.6 there was a security module that you could install to check your drupal installation for security issues. Is there such a module for 4.7? I don't see one avaialble on the module download page. Is this going to be available for 4.7 or is there another way to check the security of your site?

Thanks
Stina

Event Calendar Spacing

Hi,

I would like to know how to theme my event calendar to make all the rows and columns of equal width and height (in the month view) -
I guess the width for columns should be 14% (Mon-Sun = 7 days, ->100% divided by 7 = 14.x)

Is this possible? if so, where in the CSS do i need to define this?

Pages

Subscribe with RSS Subscribe to RSS - Post installation