need redirection advice

I have been working on a module that needs to redirect to a different page after processing. I have tried to use drupel_goto() but I find that it does not work to send to pages with options.
ie I need to go to page "website/sCal/1/2" sCal is the menu callback and 1 and 2 for some processing options. The goto works for sCal on it's own but wont pass the extra 1/2 options.
Any ideas on how to resolve this?

HDI set things up so that to post a forum topic people need to fill out a short survey?

I need to have people fill out some information about the issues.. almost like a bug tracker , when they decide to post to the forum. Then, that information needs to be available on the forum page. I'm using 4.7, and i dont have access to webform or survey.. and im not sure that's what i would need anyway. So, before i wade in with the forms api, is there a module or method that would accomplish this easily?

Some JavaScript to post a node form AJAX

function ajax_submit(goto_url) {
  $('update-indicator').style.display = 'block';
  if (tinyMCE) {
    tinyMCE.triggerSave();
  }
  var params = new Array();
  for (i = 0; i < document.forms[1].elements.length; i++) {
    with (document.forms[1].elements[i]) {
      if (tagName == 'TEXTAREA' || tagName == 'INPUT') {
        params[name] = value;
      }
    }
  }
  params['op'] = 'Submit';
  remove = function (string, xmlhttp, goto_url) {
    if (xmlhttp.status != 200 && typeof xmlhttp.status != 'undefined') {

Acidfree not working

Ok. I downloaded Drupal earlier today and I've been making great leaps at getting things working the way I like on my test box. I really want to install a photo album, and acidfree _sounds_ like the best choice. But now I'm confused.

I am running 4.7 (which I understand is still beta, so maybe I shouldn't be) and installed acidfree in the modules directory and updated the database with the proper tables. At this point when I try and activate the module I get:

Drupal 4.6 modules compatibility with 4.7

Greetings,

I'm now using Drupal 4.6 and have allready developed several modules and changed existing ones.
I'm going to upgrade to 4.7 and I wonder were there any valuable changes in 4.7 and what exactly should be redeveloped in my modules ? Why may they be NOT compatible ?

Thanks.

TinyMCE 4.7.0

It seems the files are missing in the tgz files

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x