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

Module lost a release

I had my copyright module properly tagged in drupal's CVS and the release had been automatically created. Then I made an update to the tagged version. After waiting a couple of days I noticed the tar.gz file linked on the project page hadn't been updated. I assumed it would automatically update within 24 hours if a file in that branch was updated. So I went to "Add New Release" and deleted that release, assuming it would be recreated within 24 hours. That was over a week ago and the 4.5 release still hasn't reappeared for my project. Any ideas?

Patching taxonomy_access

A simple question for which someone can hopefully supply an easy answer:

If I've downloaded the latest taxonomy_access module from CVS (which was updated 18 hours ago) do I still want to apply the patch (which was updated 5 weeks ago)?

I've been running around trying to figure out how to make different Windows diff programs work, but I'm not really sure that I even need to do this.

Thanks in advanced for your replies.

Image Filter Issue - reopened?

Please see here for the issue that I reopened... I'm not sure, but it would appear that the 'issues' aren't viewed as frequently as forum nodes on Drupal.org, which is why I'm posting a link to the issue at hand here.

Thanks,

James Addison
http://www.pjsoft.ca

(HIGHER)CASE filter

IRRITATED BY HIGHER CASE TEXT? Has anybody considered making a filter for it?

emailpage module

Hi everybody.

I have a problem to configure the emailpage in order to show a "envelope picture", the picture jump to the next row...for example in http://www.familytimes.com/ the envelope continue in the same line..in my case jump to next one...any advice?...thanks in advanced.

here is the script
-----

// This var is set in the settings section under the admin/modules/emailpage section
// It shows 'email this $nodetype' or 'email this page'
$e_l_t=variable_get('emailpage_link_type', 0);
switch($type) {
case "comment":
$links[] = l(t("Only local images are allowed."), "emailpage/$node->nid".($type=='comment'?'/'.$node->cid:''), array("title" => t("Email this comment to a friend")), NULL);
break;
case "node":
if($main && variable_get('emailpage_show_on_main', 0)) {
// if enabled, show link on teasers
$links[] = l(t("Only local images are allowed.", array('%name'=>($e_l_t?$node->type:'page'))), "emailpage/$node->nid", array("title" => t("Email this ". ($e_l_t?$node->type:'page') ." to a friend")), NULL);
}
elseif(!$main) {
// show on main node view
$links[] = l(t("Only local images are allowed.", array('%name'=>($e_l_t?$node->type:'page'))), "emailpage/$node->nid", array("title" => t("Email this ". ($e_l_t?$node->type:'page') ." to a friend")), NULL);

Pages

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