This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Does FOAF create a permanent user/profile on other Drupal sites???

I understand the initial profile creation on say drupalX.com via man@drupal.org.

But what happens when "man" decides to unsubscribe/leave or is barred from
drupal.org????

Is (s)he still able to login to drupalX via man@drupal.org, or if denied access via the FOAF system is the profile still stored on drupalX.

This is a network security situation, where people who leave or are ejected should not be able to access any network site other than as a visitor.

form_textfield returns "Array" (onthisdate-example)

Hello,

i'm just learning creating modules for dropal.

in the "Creating Modules for 4.5*"-Tutorial there is the following code:

function onthisdate_settings() {
// only administrators can access this module
if (!user_access("admin onthisdate")) {
return message_access();
}
$output .= form_textfield(t("Maximum number of links"), "onthisdate_maxdisp",
variable_get("onthisdate_maxdisp", "3"), 2, 2,
t("The maximum number of links to display in the block.")); return $output;}

Needing Assistance

After trying numerous cms I've decided to use drupal for my website. I'm looking for someone who would share there wealth of expertise I need someone that would help me customise a custom mudule and layout for my site.If I had the money I suppose could pay someone(but I'm broke)Even if I wasn't I would prefer to go the hands on route.

Thanks in advance
Myisha

diet modules

Last week i was diagnosed with Diabetes. So I now live on tight diets. :):)

However, I plan to develop some modules for my blog. One is to maintain a (closed) online log of my sugar levels, with some nice summary information etc. I now collect them in a spreadsheet, but off
course, as real geek, it shoud be online, in Drupal. With login and access to the data for my doctor etc :):)

In addition to that (I do not know if you know diabetes) I need to track the exact amount of carbohydrates in my meals. They are crucial to me. This is where I want to speak to you about:

I want to make some modules for (general) diets and I need help for this.

The module(s) should do the following:
* create a database of nodes with nutritional info. Each node is a product. For example "milk".
* create a database of recepies that are compiled out of these products. Each recepy will calculate the nutritinional info from the sum and amounts of the components it is made of.
* allow a log of meals. Each meal is an (optionally altered) recipe
* allow a default "ideal day" (diet reference values). One can log her
differences these ideals (e.g. ate 40 carbohydrates more at noon).

My question to you is, to give me some thoughs, ideas and possibly some code. I am looking for
ideas, coders and writers. I am looking for people with better knowledge about diets (mine is limited to diabetes diets) and so on.

Troubles with ogranic groups

I installed og and create one group. I see information about group - No posts yet in this group - that's ok. I add page for this group, and again see information about this group, and what i see \n"); // --> OR \n\n\n\n\n\n\n\n\n\n"); // -->

why ?

Display own content

Hi all,

I'm searching for two days now, but I wasn't able to solve the following problem. I created an own module which has his own database extension and his own form to fill out. Once filled out the form, the content is properly inserted into the database (extension). The problem I'm struggleing with, is that I can't get it back out again for displaying it on the screen :-S. I implemented the hook 'load', but that doesn't seems to be enough. Can somebody tells me which step(s) I'm missing?

Thanks in advance

Greetz Davy

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions