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

phpList integration options

I just got this from the phpList Dev list. This is just another way to incorporate the functionality of phpList into a CMS. In this case EZ Publish:
http://ez.no/community/contribs/datatypes/phplist_module

Might just be useful look at their approach.

Mike

ps. Looks like phplist-2.10.1 is pretty stable. Love that it now includes FCKeditor 2.0. Like to see it brought into the massmailer module.

Hiding Child Pages

I cannot seem to find a solution for this. When creating a child book page I would like the user to be only offered the option of the names of the books in the "Parent" menu (between Title and Body). I even installed the Node Relativity module but I still cannot stop the menu from showing previously posted child pages. Please help.

Default value in form_file

Hi,

I'm starting to develope a module (newbie in PHP and Drupal) and maybe my problem is not so hard.
In one form of my module I want to give upload functionalities (images & other files).
It is possible to load the default value (the value originally stored in the database) in a form_file?

Thanks

Marcello

Is drupal supports only paypal and authorize.net?

Is drupal supports only paypal and authorize.net? Can any one suggest how to intigrate ccavenue payment gatway to drupal. I already signup with CCavenue and provided a from submission code ("Variable Amount Interface " ).

When user select payment method as credit card the form should be submitted through ccavenue form submission code.

Kindly provide some help regarding this.

Any help can be appreciated : )

Taxonomy_menu change

Hello, I would like to change some of taxonomy_menu node view in main page(center) on center page. I would like to change simple "tilte" to "tabs" style. If I click on some hierarchcal taxonomy node I would like to see tabs on main (center) page. Could You help me?

search results - html tags visible

Hi there,

Have just done some investigations as to why some search results are getting returned with html content visible. Have put in a few lines of code in search.module as a quick fix -

if ($item['type'] == 'classified' || $item['type'] == 'wikipage' || $item['type'] == 'news') {
  $item['snippet'] = strip_tags(html_entity_decode($item['snippet']),'<strong>');
}

Doesn't completely solve the problem though, because sometimes the snippet includes half a tag, which is still visible.

Pages

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