PnMessage 0.8  Bottom

Go to page 1 - 2 [+1]:

  • Hello

    I would like to know if someone has test the pnMessage from the SVN ?
    http://noc.postnuke.com/snapshots.php?group_id=242

    Does this version work or is still unstable ?
    Will templates change between the pn0.7 and pn0.8 version ?

    thanks

    EDIT : http://www.postnuke-france.org/Article180.html , some pnmessages screenshots ...



    edited by: mumuri, Apr 17, 2008 - 01:41 AM
  • I talked to them a few weeks ago, it should be stable. icon_wink

    Of course the standard SVN disclaimer applies...



    edited by: AmmoDump, Apr 09, 2008 - 08:41 PM

    --
    David Pahl
    Zikula Support Team
  • thanks it's for development purpose, so as long as i can see the page, it's ok

    EDIT : nice this module support import from pmBox and the classical message module and introduce some Ajax

    on the french translation, a ";" is missing line 38 (this does some problems with the init part)




    edited by: mumuri, Apr 10, 2008 - 02:47 PM
  • I just tried installing pnMessages 1.5 (from the trac site) into .8rc4 and it fails saying "site/index.php?/module=Messages&type=admin, doesn't exist."

    am I missing something? or is this not working generally for .8? I followed the handbook instructions (but it is only referencing .764) - I tried with and without the alternative "Messages" module folder, both attempts resulted in the above message.


    --
    Paul
    ____________________________________________________
    "...Humor, ITs just a state of mind"
    TakeIT2.CoM :: Open Destination
    ...my site is a perfect example of why doctors do not operate on them self :)
  • You must use pnMessages 2.0 (trunk-directory) in .8rc4.
    Not v1.5!!!

    http://trac.postnuke.com/projects/pnmessages

    Version 2.0 isn't final yet.



    edited by: Herr.Vorragend, May 28, 2008 - 10:58 AM
  • thanks Carsten,

    It installed easy.

    I noticed two failed language defines:

    1)At the final step of the install on the same page as the "activate module" checkbox the _PNMESSAGES_INITTHANKS "Thank you for your patient and now have fun with pnMessages" message did not display. I found in the module templates folder the pnmessages_init_step_final.htm template, and changed line #6 from "_PNMESSAGES_INITTHANKS1" to "_PNMESSAGES_INITTHANKS" - I know it is cosmetic but it is fixed on mine.

    2)On the members list page, the collumn header for pnMessage reads _PNMESSAGES_PM which is defiened in in the common.php as "PM" - it did not display. I looked at the pnMessages define, and the memberslist_user_view.htm -they all looked like it should work to display properly. Inside the Members_List templates folder there is a config folder with file "usemodules" (no file extention given) which lists "Messages" on it's first line as it's only contents. I would assume this is some how to be a reference to which Messaging module was to be used - the older Messages mod or pmBox maybe. I changed the usemodules file to read pnMessages - but it doesnt seem to do anything. (I know that sounds idiotic -but thats me icon_biggrin ) I dont think adding the define to the Members List language common.php is necessarily the right fix - but it does work. (i dislike having to modify secondary modules - even though this is a little thing.)

    Any chances of pnMessages being a hooked module for other modules?

    --
    Paul
    ____________________________________________________
    "...Humor, ITs just a state of mind"
    TakeIT2.CoM :: Open Destination
    ...my site is a perfect example of why doctors do not operate on them self :)
  • for those who dither to install it and wants to see what it's look like
    EDIT : see first post



    edited by: mumuri, May 29, 2008 - 10:16 AM
  • OMG!!!! IT'S ALL FRENCH! Will .8 be French only? icon_eek

    --
    best regards from Kiel, sailing city

    Steffen Voss

    Member of the Zikula Steering Committee
    Read The Zikulan's Blog "If you want people to RTFM, make a better FM!"
  • kaffeeringe.de

    OMG!!!! IT'S ALL FRENCH! Will .8 be French only? icon_eek

    My God, It's Full Of Stars... icon_razz

    So what? Did you think I was complaining about a little language define?(not) You guys are working hard, take it easy - i meant no offense. I know you work hard at getting the big stuff, and it is amazing that this module comes native with 3 languages defined and mumuri obviously rewrote all the defines for the French language - I am sure a there will be folks finding that useful. It just seemed to me that whatever language define was there the same thing would be seen - and where one might read success but find a typo - one might question the strength of the underlying code. I don't, and I realize it is SVN-ware - none of what I wrote was in anyway a complaint.
    icon_smile


    --
    Paul
    ____________________________________________________
    "...Humor, ITs just a state of mind"
    TakeIT2.CoM :: Open Destination
    ...my site is a perfect example of why doctors do not operate on them self :)
  • i m not the one who translated it :), pnmessage is bundled with 5 differents languages by default (perhaps more)

    kaffeeringe, the goal was to show the overall design

    http://trac.postnuke.com/projects/pnmessages/browser/trunk/pnmessages/modules/pnMessages/pnlang



    edited by: mumuri, May 29, 2008 - 10:15 AM
  • That was a joke. Not aimed at anybody! (really!!) icon_wink

    --
    best regards from Kiel, sailing city

    Steffen Voss

    Member of the Zikula Steering Committee
    Read The Zikulan's Blog "If you want people to RTFM, make a better FM!"
  • @TakeIT2: Thanks for the report.

    All bugs now fixed in SVN (http://trac.postnuke.com/projects/pnmessages/browser/trunk)

    You can try it with the daily build of pnMessages 2.0
  • FWIW - Yea, when I pulled down the SVN copy the other day and used just the trunk, all I got was the three languages - I have not gone back for more (a daily build yet). Since I have not been building anything other than a test site (something to mock up a theme around) I have not been getting very deep into absolute functions yet. Thanks for the link to the daily build zip - I have not got a good SVN setup formyself yet. But I am very impressed with all that I have seen so far - that it is looking like I am going to need to organize around newname with a little more detail. icon_biggrin (up to now it has been catch-as-catch-can.)
    @Steffen, I thought it was funny, I just wantred to make sure I had not offended. :)

    --
    Paul
    ____________________________________________________
    "...Humor, ITs just a state of mind"
    TakeIT2.CoM :: Open Destination
    ...my site is a perfect example of why doctors do not operate on them self :)
  • At the final step of the install on the same page as the "activate module" checkbox the _PNMESSAGES_INITTHANKS "Thank you for your patient and now have fun with pnMessages" message did not display. I found in the module templates folder the pnmessages_init_step_final.htm template, and changed line #6 from "_PNMESSAGES_INITTHANKS1" to "_PNMESSAGES_INITTHANKS" - I know it is cosmetic but it is fixed on mine?

    --
    http://www.linkkei.com
  • you're adding on to a thread that is three years old.

    the pnMessages module is not compatible with the most recent versions of Zikula.

Go to page 1 - 2 [+1]:

  • 0 users

This list is based on users active over the last 60 minutes.