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

Converting from 4.7 to 5.x - wont show in modules list

I'm converting the 4.7 version of my module to 5.x and have created my info file as follows:

; $Id: subscriptions.info,v 1.38.2.3.2.7 2006/10/06 17:00:05 c0c0c0 Exp $
name = Subscriptions
description = Allows users to subscribe to nodes and taxonomy terms.
package = "Mail"

I can't seem to get it to show up under the modules listing. Tried playing with cache settings, with and w/o CVS metadata, and a few other options that didn't make much sense.

What have I forgotten?

ecommerce Product warnings

warnings are generated with the product module. I'm in the post upgrade process (4.6 to 4.7) and these warnings appear each time i try to visit my store :

New co-maintainer of the buddylist module: Wolfgang Ziegler (fago)

Summer of Code star Wolfgang Ziegler (fago) has offered to assist me in maintaining the buddylist module. The buddylist is the cornerstone of Drupal's social networking functionality and is the first stop for people looking to build sites like MySpace or LinkedIn.

How to get maintenance screen in 5.0?

I'm using the following code with Drupal 4.7 to get a maintenance screen:

function test_maintenance() {
  drupal_set_title('Test Maintenance');
  $percent = '43.21';
  $msg = 'test test test test';
  print theme('maintenance_page', theme('progress_bar', round($percent, 1), $msg), FALSE);
  return;
}

It looks nice and totally as I expected. But using the same code with Drupal 5.0 is a mess. Maybe I'm missing something obvious, but I cant find a reason why the code works in 4.7 but not in 5.0.

Where is "summary"?

Hello!

I was looking for the "summary.module".

BUT it not updated, and not listed along with all zillions of modules.

I need this one..

Because it list the latest post, of various nodetypes, in separate blocks.

And to my knowledge, there are no other module that does this, but Im not sure .... dat dat dat.

Soo visitor not have to view un updated nodetax, just to see that its un updated..

Im thankful for any comments.. (I for sure, answer more question that I myself ask around here).

ANY COMMENTS ARE WELCOME!

Recipe Module Changes

Hi

I like the recipe module but it needs some changes for my purposes. Can someone help me with this?

I don't want all the ingredients. I just want recipe name, category and a large text box for ingredients and directions. Also I don't want the users to be able to post a recipe, only the administrator.

It would be indexed by category and name and searchable.

Can someone help make these changes? I don't have a clue how?

Thanks
Frank

Pages

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