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

table sorting (asc/desc)

Hello,

I can't get table sorting to work...
Here is my code: (the activity table is custom made)

#Drupal-dev: where/how do you submit a new release of an existing module?

Hi Guys.

Quick question for other Drupal-developers..

I've just updated the front_page.module to work with Drupal CVS and was looking for the Update/Submit new release option and couldn't find it.

Has that being discontinued?

Any pointers appreciated...couldn't find anything in the contributer links or handbook.

cheers

Dub

flexinode content type restricted to one per user

I have created several content types with flexinode. I would like to restrict users from making more than one node of a particular content type. Anybody have suggestions?

SQL bug in Contacts list of PM module?

When we started testing Drupal, we noticed that the PM module did not list all of the names to which PMs had recently been sent by a user--sometimes as many as HALF of the recipients would not be listed.

Here's the present code:


$result = db_query("
SELECT DISTINCT(name) AS name
FROM {personalmsg} p, {users} u
WHERE p.author = u.uid
AND recipient = '%d'
AND p.timestamp > (UNIX_TIMESTAMP(NOW()) - (3600 * 24 * 30))
ORDER BY name", $user->uid);

What it's TRYING to do, as I understand it, is:

TinyMCE article browser

Let's say you'd like to set your node edit window so that users can browse the tree of all Drupal pages and automatically insert an inline link within the text. This would work as the current inline [inline:url] module, but would be far more user friendly (GUIsh)

I found this snippet on TinyMCE's SourceForge.org page: http://sourceforge.net/tracker/index.php?func=detail&aid=1243169&group_i...

Error messages when trying to upload an updated module to the contributions folder

HI Guys,

I keep getting errors when trying to upload an updated module to the CONTRIBUTIONS folder in the CVS Respositories.

I have been using TortoiseCVS which has been working very well....up to now. I tried comitting the updated module to my sandbox folder..but was unable to upload it to the correct /contributions/ folder.

(I was trying to upload an updated version of the FRONT_PAGE.MODULE that works with the new forms api and Drupal CVS)

Pages

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