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

HelpDesk Module

A simple but useful HelpDesk module that allows user to create help requests/tickets and agents and review them. Will release it once it's been tested a bit. You can read more here:

http://portal.phpuser.net/node/view/19

If you are prompted to install Chinese language pack, just ignore it, there's enough english to get you around.

How to submit new module?

Hi all,

I wrote one module called drupal to xmms.
I wuold like to submit it somehow.
I created new project.
But I can't see it in my projects section?
Did I do something wrong?

Thank you.

Couple of module hacks (Applefritter)

My website, Applefritter, has recently moved to drupal. We made some changes to a couple of the modules. I'm not sure if it's anything significant enough to interest anybody, so I figured I'd list the changes here, and if there are any requests, we can post the code or maybe even look at getting it integrated with the real modules.

Tracker:
We added the ability to display only nodes of a certain content type. The top of each tracker page has a list of links to display, for example, only new stories, new forum topics, or new blog entries.
http://www.applefritter.com/?q=recent/story

BBCode:
We've added support for a few more tags and included the texturize and autop functions. Most of this has already been done by codemonkeyx. We've also added a BBCode button bar to the submit page.

Image Manager:
On the Submit Story page, there's a link to the "image manager", which brings up a list of all the images in your photo gallery in a sub-window. Click on the links "thumb" or "image" links to insert the code for either a thumbnail or the full size image.
http://www.applefritter.com/?q=node/add/story

Category:
This is a combination of tracker and taxonomy that lists all entries of a particular taxonomy. The category page displays all the items of a particular category, sorted by title, author, or date. The teaser is not shown. I really want to modify this one to display the node image.

problems with embeded Class in a Module

I'm building a new module. I wanted to reuse some code that I picked up within my module. THe code is built with two class instances. But, if I try and use a "require_once()" statement to include them, when I execute a member function in the class, I get:

   Fatal error: Call to a member function on a non-object in 
   /drupal/modules/cloak/antispam/anti-spam.class.php on line 74

If I copy the classes into my .module file, and then instantiate and call them, I get an error, very similar, like:

   Fatal error: Call to a member function on a non-object in 
   /drupal/modules/cloak/cloak.module on line 521

In both cases, the "offending" code is:

   $crypt->HTML_Crypt($this->antispamemail, 1);

The HTML_Crypt class is included and works. If I call all of this outside of drupal from a separate PHP code file, it all works fine.

Are there any issues I'm running into with calling Class functions, etc. from within Drupal? If so, is there some way around this so I can utilize these classes?

TIA.

Security module?

I've been fooling around with header inspection, DNSBL lookups, attempted exploits, user agent tracking (bad bots), and access/ban lists.

If this experimentation were to ever make it into a drupal module, what features would be the most helpful/desired? In addition to what I've listed, what other features can you think of?

Thanks for the feedback.

Tool for importing / mass-adding users to Drupal?

I was wondering if anyone has developed a tool / script capable of "importing / updating" users from either a CSV or database? I need to migrate about 350 users to a new Drupal based site and a tool like this would be great for users & myself!


Radi Shourbaji

http://radi-shourbaji.blogspot.com

Pages

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