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

Getting Flexinode data into a block

I have a custom node type, a Review in this instance (built with flexinode) that I want to get into a block.

I am pulling this in based on a taxonomy term. If a Review has the taxonomy term "Spotlight Review" it will pull it into the block. Here is what I am havcing problems with. The data itself is working fine, but I need to reorganize it and drop a few flexinode fields from it. How do I go about rearranging flexinode data in a block?

I have tried putting this in the block.tpl file:

print $block->module; " id="block- print $block->module; - print $block->delta; ">

print $block->subject;

if ($block->delta == 7): /* Spotlight Review */

print $node_url " title=" print $title "> print $title

Category: print $terms

Price: print $node->flexinode_2
print $node->flexinode_4

else:

print $block->content;

if ($block->module == "block"):
if (user_access('administer blocks')) :

print $block->delta;'>(edit this block)

Flatforum: How do I hide forum user avatars from all other nodes?

I am sure that someone has done this, but I can't find it in the Drupal forums:

I just installed the Flatforum module, and it comes closer to making Drupal's forum look like one, so that's good. The problem is that the forum user's avatars show up all over the site, rather than just staying in the forums. So I have avatars on the front page of my site:

http://www.ubuntuwebservers.com (the orange circle "Ubuntu" logo next to each front page post are actually avatar images that I'd rather not have there)

theming forum comments

to theme the comments in my forum i'd like to create a comment-forum.tpl.php. However it seems that this does not work like my node-forum.tpl.php does ( it does not seem to work at all ) how can i use my own template for the comments? I can clearly see that the comment template is taken from the phptemplate engines directory .. but i dont necessarily want comments to my blogs or stories to follow the same template as comments to my forums .. what to do?

help with Google Map

Hi,
I'm trying to put a Google Map inside a drupal page. I think the Javascript going into the body section is really screwing things up.
It works fine in Safari and FF on the Mac, but on IE on the PC it gets really screwy.
http://www.coloradobeernews.com/drupal/breweries
What's the best way to incorporate javascript into drupal pages?

Error: You don't have permission to access /drupal-4.7.0/(site name:8080)/drupal-4.7.0/ upon login or logout

Hello there.

I'm getting this error upon login and logoff on my test server. (site address) refers to my actual test site IP number. Though I get this error, the site does process the logon/logoff, as if I go back a page and reload, I've been logged off/on. Another odd part of this is that the logon process works if I log off while on one of the submenus of the admin page, go back and reload in order to process the logoff, and then I can then log on to the submenu admin page without seeing the error message. (but not the primary admin menu page)

The site works perfectly other than this logging on/off issue. All administrative functions work properly, and I've installed and successfully tested and reconfigured several modules and themes.

But, when I try to log on or log off, I get the above error, which takes me to the following URL:
http:/(site address):8080/drupal-4.7.0/(site address):8080/drupal-4.7.0/

It seems to me that it is related to the double call of the address, as if it's trying to find a folder called "(site address:8080)/drupal-4.7.0/" in my drupal-4.7.0 directory and since such a folder doesn't exist, it's being denied permission.

I'm using Apache 1.3 running on port 8080, MySQL 5.x, and this is with Drupal 4.7.0 beta 5, running on Windows XP.

It is definitely not folder permissions, as I've set those to Full Control for several users (I_USR included) to test. I am using an .htaccess file, though it is the default one that came with Drupal. I have "AllowOverrides ALL" set in my httpd.conf file, and I know it works as without the .htaccess file present in the Drupal-4.7.0 folder, I cannot access the site at all.

Categories and seperating content

Noob here.

I am lost on how to do this, or if it is even possible.

I want to have seperate pages, and on those pages only content in a particular category will show up, and if they have the permission to post that type of content.

Everything I have seen so far, makes All content appear on the home page. I cannot have sub section areas.

Am I missing something?

Thanx

Julian
a.k.a. Bodger

Pages

Subscribe with RSS Subscribe to RSS - Post installation