Recent content by gdvmb

  1. G

    Error subscribe from all lists

    Many thanks!
  2. G

    Error subscribe from all lists

    No I'm using several previous versions. Can I simply overwrite the files in the /lm folder with the new version and update lm_settings? Thx
  3. G

    Error subscribe from all lists

    Hello, When calling lm from php, I'm not sending any list name to make sure the unsubscription runs on all lists: lm.php?cmd=unsubscribe&[email protected] But I'm getting: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for...
  4. G

    More than one Tag-List?

    hello, "optional fields are not listed yet but MLM supports them" Is there a planned date to have them available through the web interface? thx, Geert
  5. G

    Allowing a subscriber to update their mlm details

    The brackets around pwd=password indicate it's an optional parameter, right? [&pwd=password]
  6. G

    Allowing a subscriber to update their mlm details

    hello, it looks like &pwd for the update command is incorrectly documented as being optional: http://www.maxprog.com/site/scripts/list_manager/user_guide.html Geert
  7. G

    trouble getting lastname GET value written to database

    Hello, I'm having trouble getting the lastname field written to the database, using a web form. The submitted URL is...
  8. G

    subscribe with language parameter in url

    !! I tested this before posting, without result :? Apologies. Great to hear it does work. Thanks for the quick reply. Geert
  9. G

    subscribe with language parameter in url

    Hello, I understand the language is set fix as $defaults_language in lm_settings.php However, on multilingual sites users who subscribe need to see messages (pages and mails) in their language. Is there a way to pass a GET parameter such as &lang=fr in the subscribe/unsubscribe URLs, so that...
Top