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

Explanation of Nid|Vid Needed

I modifed about 200 articles (custom module based on story nodes) to be Books today. I ended up with nodes with mis-matched vids. Because Books seem to be "revisions aware" and what I was porting from didn't care - the new pages were not loading data correctly.

Eventually I figured out that the Nid/Vids were not paired corrrectly between the node table and node_revisions table. Matching these did the trick - although I ended up with about 20 that had duplicate keys. Will manually enter those as new nids.

want html area in body of create content

hello everybody,
I am new to drupal and by selecting or deselecting i lose my html area in create content page if have selected html area in module but it is not comming if any one have idea please help

i18n can not get url variables behind "?"

When I use i18n with flexinode's tables.
I found i18n can't get "?from=xx" from url.

I put the code below into file i18n.inc function i18n_l, befor "return":

  // get querys from $_GET
  $querys=array();
  foreach($_GET as $key => $val)
  {
    if($key!='q')$querys[]= $key.'='.$val ;
  }
  if($querys) $query=implode('&',$querys);

it works.

TinyMCE plaugin + Hindi language plugin for TinyMCE - How do I get it to work.

I have a drupal 4.7.3 installation with tinyMCE.
I would like to add multi-language support for the tinyMCE and have found a tinyMCE plugin that adds support for indic languages to tinyMCE.
http://indicjoomla.org/prod/index.php?option=com_docman&task=doc_details...

My problem:
I can't figure out how to add the hindi plugin into the tinymce/reg_plugin.php file.

two fieldsets for category

i am using category module with activeselect. i have 4 containers . contianer1 is distant parent of container2. contianer3 is distant parent of container4. i wanna display each parent-child in their fieldset. couldnt find any way to do this. any idea?

Does Drupal allow for processing recurring monthly fees for subscription based sites.

Hello,
We're building a subscription based site, where members are charged a recurring, ongoing monthly fee. Does anyone know of a module that will process recurring monthly fees automatically?

Any help would be appreciated,
Gina

Pages

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