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

active forum discussions show all content types

I'm running the 4.6.x (most recent) version of Drupal and have run into something that I can't figure out.

I give my users access to the 'forums' link out of the navigation block. After the arrive at /forum they would like to see 'Active forum discussions'. Unfortunately when they click on that /tracker is shown displaying all content types. I'd like to restrict this list to 'forum topic' types, but can't figure it out.

Has anyone had a similar issue? Any ideas on a solution?

Thanks for reading...

Forum module allows viewing of other nodes

I just installed the forum module on my site, while configuring it i noticed it is using node numbers. When i put in a node number for one of my stories, it show a forum with the title of my story! Obviously I dont want users to be able to do this. Is there a fix or a solution to this?

How can a user list thier nodes?

I have drupal setup, and I'm going to let registered users create their own content. Short of someone remembering what their node url is, or having to call up someone with node admin rights, how can they easily see a list of the documents they own?

Where are pages/stories stored the in DB?

Hi,

Sorry about the really stupid question. I couldn't even find results for this question when I searched. Where are the stories/pages that I put on my site stored in the database? For the life of me, I can't seem to find them.

Thanks!

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()) {

Pages

Subscribe with RSS Subscribe to RSS - Post installation