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

Taxonomy Menu Module and Forums

I have the taxonomy menu module installed, and it rocks.
If I post a new forum topic, it asks for a taxonomy term to associate it with. (I like this, in that it will show forum topics if you do a search for the taxonomy term. )
However, the topics also show up under the proper taxonomy term in the taxonomy menu.
What I really want is only pages/stories/disknodes to show up on the taxonomy menu, while still associating taxonomy terms to the forum topic.

Can I do this?

Thanks

Control Panel mod showing up odd

Just installed the control panel mod, all is swell aside from the layout...

http://www.doomedpc.com/images/error.jpg

The layout as you can see is a tad skewwiff, now I dont know much CSS but to me it looks like thats whats wrong, however I dont have much knowledge of CSS so I cant pinpoint what exactley is up, you can see below whats in the CSS file, any help on this most likely simple as hell problem would be smashing...cheers

.control-panel {
overflow: auto;
clear: right;
}
div.control-panel-item {
margin: 1em;
text-align: center;
width: 50pt;
padding: .1em;
}
.control-panel-item a {
font-size: .9em;
}
.control-panel-icon-size-48x48 {
width: 50pt;
height: 50pt;
}
.control-panel-icon-size-48x48 div img {
width: 48px;
height: 48px;
}
.control-panel-icon-size-36x36 {
width: 40pt;
height: 40pt;
}
.control-panel-icon-size-36x36 div img {
width: 36px;
height: 36px;
}.control-panel-icon-size-24x24 {
width: 30pt;
height: 30pt;
}
.control-panel-icon-size-24x24 div img {
width: 24px;
height: 24px;
}
.control-panel-icon-size-16x16 {
width: 20pt;
height: 20pt;
}
.control-panel-icon-size-16x16 div img {
width: 16px;
height: 16px;
}

div.control-panel-icon-size-48x48 {
padding: 0 1.00em 0 1.00em;
}

div.control-panel-icon-size-36x36 {
padding: 0 1.20em 0 1.20em;
}

div.control-panel-icon-size-24x24 {

Simplevote on teaser

Is there a easy change to make simplevote appear on the teaser for a node?

Thanks
Martin

Unknown column 'country' in 'where clause'

i get this when ever i try to post a story. in the story, users are required to submit zip code, state and location (via the location module). but not country. though i've tested requiring the country and the same problem occurs. the story posts, but i get the following error.

$users = serialize(array(0 => $score));

        $roles = variable_get('comment_roles', array());
        $score = 0;

        foreach (array_intersect(array_keys($roles), array_keys($user->roles)) as $rid) {
          $score = max($roles[$rid], $score);
        }

        $users = serialize(array(0 => $score));

I understand that this serializing the $users field in the comments->users field of the database, but what I can't figure out is WHAT is being serialized and/or how to get the data/variables within, out. Basically, I want to call out and/or COUNT some of the variables/data serialized there for some new comment-moderation-functionality I've been working on. There's a good chunk of it working already, and if I can get this last part together I'll post it all in a "Php Snippets" or something like that for anyone that would like to use it. The concept is to show the average comment score (down to 2 decimal places) for each comment (which I've done already), the number of users who moderated the comment (still working on).

It will look something like this when I'm done:
(5.50/from 3 votes)

Finally, I want to make the output linkable to a page that will show which users voted on the comment, and what they each voted.

Thanks ahead of time for any new information anyone can share about how the comment->users field is created or how I can get the info there out...

Pages

Subscribe with RSS Subscribe to RSS - Post installation