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

missing html area in create content page

hello
everybody

I have problem that in create content->page I want the htmlarea in that page but by my mistake I think it is disable please tell me how can i get it back
please help

thanks

Request: Update Blog Theme to 4.7

Hi There,

Would any of the experienced Drupal coders be willing to take a look at the 4.6 version of the Blog Theme Module and update it to 4.7 ?

The link to the 4.6 module is here: http://drupal.org/node/19248

Blog theme allows users to have persistent themes for their blogs 
based on the theme they choose for their account. When others 
view their main blog page, or any node created by them, the reader
will see the authors theme instead of their own. 

The module works by using the hook_init function and setting the 
$custom_theme global variable to the node/blog owner's theme.

work was started on a fix here: http://drupal.org/node/59318

Basically this module allows those people who use Drupal blogging to allow each of their members to choose a different theme for their blog, giving each one a more personal feel. As people visit the blog area of the website, the themes will change from blog to blog.

It would be a great addition to the community. Sadly the original author has not posted in here for several months and it would be a shame to see it die.

Hope to hear from you soon.

Jim

Module for Changing the Template for Taxonomy Specific Content

Hey guys,

Big question. You know how when you click on a Taxonomy term, you're taken to a page the displays the most recent nodes attached to that term? I would like to change that template. I would like to instead have a page with various lists (Most Recent, Most Popular, Uncommented, etc), with the content in each list being specific to the taxonomy level of the selected term. With what module would I go about doing this? Any tips or hints?

Thanks so much for any help.

DSC

Apache seems to die when I use ecommerce "add/product/tangible"

Hopefully this is the correct area to post - I'm kinda green here :)

I've installed the ecommerce module and enabled all the modules in the documentation. I then click create content -> product -> shippable product and receive a white screen (no content in it at all). When I check the apache logs it reads:

[notice] child pid 29821 exit signal Segmentation fault (11).

Everytime I reload that page another log appears, thus I correlate the crash with that url (mysite/?q=node/add/product/tangible).

webform, modifying the subject line for email client filtering

I couldn't find this anywhere, but i had a problem recently. I use webforms to track several issues at work.

Due to the large volume of emails, the recipients need to filter it based on the subject. To this do this, webform would need the ability to prepend text in the subject line to match someone's email filters.

For example, I've got a form that takes a customers Address field that populates in the subject line. Since this data is unique it wouldn't hit the filter unless webform prepends "Customer Address: " in the subject line.

Here is how I got this to work. Keep in mind I have zero PHP programming experience so I'm sure there's a much better way to do this. I just hope the developers add something like this in so I won't have to keep modifying each new release.

I added a new row in the DB called 'email_pretext' with the same values as email_subject. Below is a `diff -u' of the changes.

--- webform.module.old 2006-09-19 14:04:38.000000000 -0500
+++ webform.module 2006-09-19 18:29:33.000000000 -0500
@@ -100,7 +100,7 @@
}

// Insert the Webform
- db_query("INSERT INTO {webform} (nid, confirmation, redirect_post, submit_limit, submit_interval, email, email_from, email_subject) VALUES (%d, '%s', %d, %d, %d, '%s', '%s', '%s')", $node->nid, $node->confirmation, $node->redirect_post, $node->submit_limit, $node->submit_interval, $node->email, $node->email_from, $node->email_subject);

Help - Profile Module

Hi Friends,

I need to add one more categorie in my profile module, but not in new tab. I need to show this categorie(s) in the same page, like is maked in drupal register.

It's would be something as, e.g:

---User Info---------

- Nome
- Email
- Password
---------------------

---Address Info------

- City
- State
- Postal Code
- Country
---------------------

---Preferences--------

- Favorite Movie
- Favorite Sport
- Favorite Color
---------------------

Pages

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