How to place links [inside a menu] horizontally instead of the default vertically?

Hi. I'm new to PHP, I'm new to Drupal, I'm new to most things, but some PC, tweaking, basic online administration etc - experience. I just found out how to edit the colors now, of a theme in Drupal - in colors.css
Great! To be honest I'm a little excited - I'm almost glad there's no tutorials about this, causing spoiler.

menu drop downs don't function

I have a custom menu with a couple parent/child items.

in my 'management' menu, the one that lets you configure your site, when i click an item with child links it'll open up in the menu and show the childs below the parent.
when i click in a link in my custom menu (that has child links) it doesn't open up and show the child links below the parent.

when i check the 'expanded' box the childs do show up. but it's not dynamic (like the 'management' menu is)

anyone know what i broke/ how i can fix this?

Body Content not appearing

I've some content created using content types created by me and out of the box. When I access one of these nodes to see the full content, nothing appears accept for the author info and a comment field if one is included. Nothing else. Suggestions?

http://estevancarlos.kodingen.com/d/

Attach two or more comment trees to a node

Hi guys,

is there a possibility to attach two or more comment trees to a node (or an other content type)? In detail, I plan to make a public comment discussion for Ubercart products (after the product got published) and a private comment discussion only visible for the product author and some other specified user roles. I'm using Drupal 7.
I appreciate your help!
Best regards, .wired

Thumbnail preview image when posting a page to Facebook from your Drupal 7 site

I'm a designer, not a coder - and was struggling trying to figure out how to ensure that
when posting pages from my new Drupal 7 site to Facebook, a preview thumbnail would be generated.

I modified this helpful post from Ben Snyder with some code found elsewhere and managed to pull it off...
Hopefully this might be of use to someone else!

Working with my (Zen) subtheme's template.php file (don't hack core) after the very last line of (comment) text I added the following code:
*** note closing php tag that leads, and the fact that there is no closing php at the end of the new addition ***

?>
<?php

/**
* Temporary substitute for Meta Tags module.
*
* @param $path
* The path of the page, passed from html.tpl.php
*/
function manualMetaTags($path) {
// determine the path of the page
switch ($path) {

default:
// if all else fails...
$description = "Add Your Description Here";
$keywords = "There be Keywords here";

}

// output
print "\n";
print "\n";
// include custom Facebook post preview images

Clickable UK map

I want to create a support group location page.

Does anyone know of a module that shows a small UK map with pins at certain locations which can be clicked to open up a page with details for that location?

Thanks,

Ashley

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x