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

Creating a geographically based contact directory

Hi there,

One of the features I would like to add to one of the three Drupal sites I'm working in is a contact directory, where users could enter their contact info (including a couple of fields I would need to customize as they're specific to this site) and be listed in a geographically sorted directory - i.e. grouped under country, then province/state, city, etc.

front_page module problem

I need a bit of help with the Front_Page Module. Basically all I'm wanting to do is display a header image in on the home page, but will not be visible on any other page. Seems simple, and I'm sure it is but I'm having issues.

I think KNOW why my Iframe doesn’t work, but I need your help

Basically, I just noticed that drupal’s security is so tight, that when trying to directly link to a file drupal prevents it and gives out “page not found”.

The page URL requires a submit order, so users can see the form but when they press submit it gives out a "page not found".

For example, the Iframe path is:

www.domain.com/myfolder/myfolder/example.php

What I noticed is that drupal says, “Page not found” to the above URL, where the page really does exist.

Event Repeat will not create tables (user warning: Table 'my_database.event_repeat' doesn't exist query: SELECT e_r.rid,...)

Hello,

I have installed Event, Flexinode, and Event Repeat.
I installed Event first and did not have any problems. I than installed Event repeat and have not been able to get it working. It appears that the module is not able to create tables

The error I get is as follows;

Parse error: parse error, unexpected ';'

I'm getting the following errror when I try to add my first php form into a page:

Parse error: parse error, unexpected ';' in /home/videofit/public_html/includes/common.inc(1175) : eval()'d code on line 4

here's the code I'm using from a tutorial for creating a simple calculator:

if ((isset($_POST["done"])) && ($_POST["done"] =="y")) (

$height = ((12 * $_POST["feet"]));
if ((isset($_POST["inches"])) && ($_POST["inches"] = 0)) (
$height = $height + $_POST["inches"];
)
$bmi = ($_POST["lbs"] / ($height * $height)) * 703;

)

BMI Calculator

echo $_SERVER['PHP_SELF']; "
Details
Height feet
inches
Weight pounds
<? echo $bmi; ?>

square brackets in url?

I have activated the "Active Forum Topics" block, but for some reason the url's are in this format:
http://www.domain.com/[forum]/rest/of/url
with forum being in square brackets... in the rest of the site all of the links are in the format:
http://www.domain.com/forum/rest/of/url
without the square brackets... any idea what in the block code would cause those to show up?

Pages

Subscribe with RSS Subscribe to RSS - Post installation