Hy
i need this modul for drupal 6.x can you fix it please ? i have edited the pjirc.info so i can see and activate it in drupal 6 but nothing works
please update or tell how must i change in pjirc.module
please, please, please
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | pjirc_head_6.patch | 25.46 KB | snufkin |
| #1 | pjirc.patch | 3.34 KB | TheCrow |
Comments
Comment #1
TheCrow commentedI have upload the patch for Upgrade Pjirc from last 5.x-1.2 version to 6.x branch. This code is tested under Drupal 6.2.
A change is needed too for pjirc.info:
Comment #2
snufkin commentedHere is an updated patch against HEAD with the new PJIRC package, could you roll a release please?
Comment #3
niallhatton commentedHey,
I really need some urgent help getting JIRC into Drupal 6. Im having a bit of a hard time getting it to work. Any help is much apprecaited. MSN/email : neo@krisisdnb.co.uk
Cheers
Niall
Comment #4
snufkin commentedJust apply the patch i posted and it'll work.
Comment #5
TheCrow commented@snukfin
did u tried my patch before post your? Your introduce some error in french.lng file and some change about anonymous user is questionable. Anyway better to patch the last release than a head version for dont lose the progress, many developer dont use head branch :))
Comment #6
snufkin commentedI used that as a start, but I added the up-to-date pjirc files, so that error is theirs.
Re HEAD: that would be still bad coding practice, not like it really matters with this module though.
Comment #7
niallhatton commentedI would apply the patch but im having trouble working out how, I have looked it up of course, and it seems I need to merge the codes from existing module and patch, I downloaded somthing called Tortoise SVN, but im not developer and this just really confused me. Is there anything out there someone with little coding knowledge can use?
Kind Regards and thanks for your patience :)
Niall
Comment #8
niallhatton commentedI would apply the patch but im having trouble working out how, I have looked it up of course, and it seems I need to merge the codes from existing module and patch, I downloaded somthing called Tortoise SVN, but im not developer and this just really confused me. Is there anything out there someone with little coding knowledge can use?
Kind Regards and thanks for your patience :)
Niall
Comment #9
vm commentedhttp://drupal.org/patch/apply
Comment #10
niallhatton commentedAfter patching, I decided to not used the module lol, instead i just embedded the code from my exisiting site and changed the code a bit. Ive got it working with regards to using the logged in Drupal username but I can not work out how to send the users drupal password to my chat server. the code ive tried to use is
all this seems to be doing is sending the MD5 hash to nickserv not the actual password. There must be a way to check the REAL password as obviously Drupal does this on each user login. Maybe ive not got my head around this as well as I need to.
All help is appeciated :)
Kind Regards
Niall
Comment #11
snufkin commentedDrupal does not store the plain text password, it stores the hash instead, and compares the hash of the user entered value with the stored one.
Comment #12
ruharen commentedExpect news shortly about D6 compatibility.
In other hand, please, this issue is about porting pjirc module to D6. Avoid other topics. Please open another issue instead.
Comment #13
ruharen commentedFixed: http://drupal.org/node/543860