Closed (fixed)
Project:
Better Messages
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
3 Dec 2010 at 05:27 UTC
Updated:
25 Mar 2012 at 12:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dgastudio commentedsubscribe
Comment #2
design.er commentedThe official Drupal 7 release is out now and it would be really cool to have this awesome module on board.
To speak for myself: I use it on EVERY of my projects. :)
Thanks a lot for all your work on this module. I love it! :)
Comment #3
Seraphin42 commentedsuscribing
Comment #4
ilya1st commentedsubscribing. may help in porting but hardly busy with advupload in making features and preparing d7 port
Comment #5
aldibierSubscribe
Comment #6
mohammed j. razemPorting has started. Will have a new major version 2.0 for Drupal 7.
Will then backport it to Drupal 6.
Comment #7
denisanokhin commentedSubscribe
Comment #8
jonathan1055 commentedHi,
Could you make the 7.x-1.x-dev release downloadable. Even if it is not ready we can atleast start testing and help. Also that would mean we get a 7.x option in the version drop-down.
Thanks.
Jonathan
[edit: We can then have a 'yes' of some description in the D7 column of the comparison page http://groups.drupal.org/node/51088 just to show we are not falling behind!]
Comment #9
Anonymous (not verified) commentedThis patch gets the 7.x-dev version that is available through CVS closer to working.
Comment #10
Argus commentedsubscribing
Comment #11
jonathan1055 commentedIs the patch in #9 supposed to be applied to the dev D6 release to create a D7 version? I don't have a CVS account so I'm not exactly sure what you mean.
Could we get a that version downloadable on the project page as a 7.x-1.0-dev zip file? That would make it alot easier for people to test it/ debug it and help to progress towards a D7 release.
Jonathan
Comment #12
Starminder commentedsubscribe - need this
Comment #13
basicmagic.net commentedsubscribe
Comment #14
Anonymous (not verified) commentedsubscribe
Comment #15
drupaltronic commentedsubscribe
Comment #16
descender commentedSubscribing.
Comment #17
ngstigator commentedsubscribe
Comment #18
chris.slater commentedsubscribe
Comment #19
goldlilys commentedSubscribing
Comment #20
carwin commentedSubscribing.
Comment #21
Vc Developer commentedSub!...
Comment #22
Fidelix commentedWould be nice to have ^^
Comment #23
himerus commentedAny status updates on this??
Comment #24
halloffame commentedWhats the status on this?
Comment #25
bennash commentedsame
Comment #26
rogical commented+1 http://drupal.org/project/purr_messages has a D7 version, but seems a lot different with this.
Comment #27
ajaysolutions commentedSubscribing.
Comment #28
hacmx commentedA downloadable dev version yet?
Subscribing
Comment #29
Starminder commentedFixing title so it can be distinguished from everything else in my issues queue
Comment #30
rodych commentedSubscribing
Comment #31
elianmsubscribing
Comment #32
smialyjoe commentedSubscribing
Comment #33
Argus commentedDon't you guys know there is a new subscription system? Check: http://drupal.org/node/1306444
Comment #34
devtherock commentedI wanted this module in my project I tried #9 but that didn't work then I have to convert 6.x-1.x-dev version for D 7. Attached code working for me, I hope this also work for you.
Thanks
Comment #35
Satori42 commentedAwesome! The D7 dev version should probably live on the module's download area now.
Upon install:
Notice: Undefined index: messages in better_messages_preprocess_page() (line 113 of C:\xampplite\htdocs\drupal\modules\better_messages\better_messages.module).Upon saving the Configuration page options:
Autofade configuration option does not currently implement.
The Undefined Index error recurs on pages where Better Messages is enabled.
Comment #36
reszlichange line 113 form
to
and the notice will dissapear
Comment #37
Satori42 commentedConfirmed.
The only notice remaining shows upon Configuration save.
Notice: Undefined index: resizable in better_messages_admin_submit() (line 209 of C:\xampplite\htdocs\drupal\modules\better_messages\better_messages.inc).Comment #38
Satori42 commentedI've done a fresh Drupal install, and included reszli's edit.
The array_merge(), implode(), and line 209 errors are still with us.
Comment #39
devtherock commentedHi Limbo,
Thanks for testing the code, now I have created error free patch attached. Let me know if any issue you face.
Thanks
Kuldev
Comment #40
ptitb commentedThanks Kuldev,
Your patch works great for me!
It looks like we have a serious candidate for better messages d7!
Comment #41
emergencyofstate commentedAny chance for a most recent patched D7 version?
I tried to apply the #39 patch to the code I DL from #34 and it failed.
Comment #42
devtherock commentedDownload 6.x-1.x-dev version of better message and patch it with #39, that should work.
thanks
Kuldev
Comment #43
harrrrrrr commented6.x-1.x-dev + #39 = gold
Comment #44
goldlilys commentedSubscribing, can this be made into a released alpha version for d7 ?
Comment #45
harsh77 commentedHere is the updated full-fledged d7 version of better messages module. No need to apply patches anymore, download it & display awesome looking, colorful messages.
Cheers,
harsh
Comment #46
Starminder commentedGetting: "better_messages_0.zip contains a version of Better Messages that is not compatible with Drupal 7.x."
Comment #47
harsh77 commentedSorry Starminder, i incorrectly uploaded the 6.x version becoz of the same name. Attached is the correct one.
Cheers,
harsh
Comment #48
stan turyn commentedInstalled your latest version, harsh.
Getting:
Comment #49
harsh77 commentedA temporary solution would be to prepend '@' symbol before the variable like if(@$variables['user']->session) { .In the mean while, i'll try & find an accurate solution.
harsh
Comment #50
Sucheta commentedI am using D7 where I have configured the better messages to appear in center on our website. But when we are connecting our website through mobile, better message pop up appears on top left side on the mobile site.
Please suggest what can be done in this case..
Best regards,
Sucheta.
Comment #51
bennos commented@sucheta
This should be just some css. test you site with some mobile demo software.
Comment #52
Frederic wbase commentedI am using the version of tush@r and it works like a charm, thanks to community!
Comment #53
klonosYeah, can we please have a 7.x branch with the code from #39 for starters? We'll have that as a base and file new issues against it for any problems that might come up.
Comment #54
bcobin commentedTried using #47 and I get Notice: Undefined property: stdClass::$session in better_messages_preprocess() (line 115 of /home/[site]/public_html/sites/all/modules/better_messages/better_messages.module).
Guess I'm following this now - looking forward to using this in D7... thanks!
Comment #55
j4 commentedJust want to thank tush@r and also mention that it works perfectly in my drupa7 version.
Jaya
Comment #56
j4 commentedSorry, spoke too soon..also getting this error:
Notice: Undefined index: original_messages in better_messages_preprocess() (line 123 of /home/content/20/8933820/html/sites/all/modules/better_messages/better_messages.module).
Comment #57
harsh77 commentedHi bcobin & Jayalakshmi,
Make the change specified in comment #49. You will not get these notice errors.
Comment #58
bcobin commentedGetting the same error as #56 in the logs and I have made the change suggested in #49 - any ideas? Thanks!
Comment #59
klonosI think it's high time we created a 7.x branch and a 7.x-dev. Then, all problems reported here can be filed as separate issues. If we keep reporting every issue here, we'll have havoc.
Comment #60
jibus commentedYes, i agree, it would be more convenient if there is a 7x branch
Comment #61
mohammed j. razemNew 7.x-1.x branch as now available as development snapshot. Thanks to @devtherock.
Comment #62
Argus commentedthanks!
Comment #63
klonosThanx ;)