Drupal is up and running but how do I ...?

I am in need of deleteing about 100 users.

I am in need of deleteing about 100 users. How can I delete them quickly instead of one at a time?

Can you Customize the welcome email?

I am using a 4.6 install. Is there a way to customize the welcome email sent out by the system? I thought i saw a thread in here about it some time ago, but can't seem to find anything now.

if it requires a code modification, what file is the email text based in?

j

Drupal badly needs links directory

I have been using Drupal last 1 year plus & its surprizing that for such a popular CMS there is no stable version of Links directory.

Almost all major CMS have a module for Links & mostly part of core.

I used weblinks first but then I upgraded to 4.7 and had to switch to CVS version of Links module. All my sites have weblinks and I like to build link directories on my sites.

With upgrade to 4.7.2 links module doesnt work.

In any case what we need is something like "PHP Links directory"

Voting actions, when using a home-written module

Hi!

I've been writing my own module to act as a front end to votingapi.module. I've got it to succesfully enter points-style votes into the votingapi_vote and _cache tables, and now I want to set an action to occur when the sum of my votes gets to a certain level. However, when I try to set up the action in ?q=admin/voting_actions (using any of the actions available in ?q=admin/actions, although eventually I want to write my own actions), the action isn't triggered when my specified criteria are reached.

I've set the following criteria:
value type = Points
tag = POLLMOD_POLL_ID_2 (the tag that I've given to the votes in the votingapi_vote and _cache tables)
function = sum
comparison = is equal to
value = 25

action = send email to me (configured using ?q=admin/actions, to send an email to my email address)

in ?q=admin/settings/votingapi, I've got the following set:
Tally results whenever a vote is cast
Allow modules to register their own voting actions

Is there something else that I'm supposed to set too?

I've had a bit of a look into the source code of votingapi_actions.inc (drupal_root_directory/modules/votingapi/votingapi_actions.inc), and found that the function _votingapi_process_actions() is called whenever a vote is cast. This function seems to create an array called $action_sets of all of the actions available to a vote, and then see if any of the conditions have met. However, if I insert the line 'print_r($action_sets);die();', the output contains an empty array.

XML RSS Feed Problem with Images

I'm having a problem with my XML feed on our Drupal Site. You can see the problem HEREBasically, I'm getting the images and image captions smushed together in the feed, and I can't find the spot where I can add line breaks to clean this mess up!

I'm running drupal 4.7 with the image and img_assist (latest versions) installed. If anyone can help me, I'd greatly appreciate it.

tinymce with taxonomy description block in admin/taxonomy

I have a theme file displaying taxonomy descriptions in certain contexts (which is also something that the 'Taxonomy Context' module does as well). Now my client wants the tinymce editor to be enabled in admin/taxonomy* so they have the editor available when editing a taxonomy's description. However, simply enabling it for that path has no effect. How can I get around that problem?

Pages

Subscribe with RSS Subscribe to RSS - Post installation