custom notification system
I'm working on a system developed in drupal. In this system create trophies to be assigned to users according to the behavior of these in different ways. Trophies will have categories related to aspects. I need each time you create one of these categories will send a notification to the user webmaster and this will give permission to be believed or not the proposed category. The problem I see is that all these modules I created without using precisely the nodes in drupal, I mean, use separate tables, and I think that the application of the actions and triggers will not adequate as i need, using the hook_nodeapi. Someone can give me any suggestions on how we could create a notifications system that meets my expectations?
On 27 Out 2010 21h59 WEST, aldo@caonao.cu wrote: Use Rules. It has taxonomy related actions and conditions (either new term or new vocabulary). http://drupal.org/project/rules
I'm working on a system developed in drupal. In this system create trophies to be assigned to users according to the behavior of these in different ways. Trophies will have categories related to aspects. I need each time you create one of these categories will send a notification to the user webmaster and this will give permission to be believed or not the proposed category. The problem I see is that all these modules I created without using precisely the nodes in drupal, I mean, use separate tables, and I think that the application of the actions and triggers will not adequate as i need, using the hook_nodeapi. Someone can give me any suggestions on how we could create a notifications system that meets my expectations?
--- appa
Check out the Messaging & Notifications modules - even if you do not end up using them, they have a framework doing much of what you want, and you'll be able to learn from their source. Sincerely, -Blake On Oct 27, 2010, at 2:15 PM, António P. P. Almeida wrote:
On 27 Out 2010 21h59 WEST, aldo@caonao.cu wrote:
Use Rules. It has taxonomy related actions and conditions (either new term or new vocabulary).
http://drupal.org/project/rules
I'm working on a system developed in drupal. In this system create trophies to be assigned to users according to the behavior of these in different ways. Trophies will have categories related to aspects. I need each time you create one of these categories will send a notification to the user webmaster and this will give permission to be believed or not the proposed category. The problem I see is that all these modules I created without using precisely the nodes in drupal, I mean, use separate tables, and I think that the application of the actions and triggers will not adequate as i need, using the hook_nodeapi. Someone can give me any suggestions on how we could create a notifications system that meets my expectations?
--- appa
I can upload a file to web server without user interaction? i mean, no dialog asking the user the file for upload! i'm using an application made in flash that generates a screenshot of the result of some interface, and I need upload this screenshot to the webserver! it's that possible ??
On Mon, 2010-11-01 at 10:31 -0500, Aldo Martinez Selleras wrote:
I can upload a file to web server without user interaction? i mean, no dialog asking the user the file for upload!
i'm using an application made in flash that generates a screenshot of the result of some interface, and I need upload this screenshot to the webserver!
it's that possible ??
Of course it's possible, but do you mean upload it into Drupal, or just to upload it into filesystem?
upload into filesystem, after i have it in the file system, i can do whatever to go into drupal! the end is the file will be part of a thumbs gallery of diferents interfaces created! any solution can help me, how can i do this ?
If you wrote the Flash editor yourself then you can do this using the Bitmap, BitmapData and urlLoader classes. Basically you are going to take the stage objects of your interface and create a bitmap inside of Actionscript with it using the Bitmap class and draw() method. You then use the urlLoader to submit the data to Drupal via a normal post with file upload. The only thing you got to watch is user authentication between Drupal and Flash. Flash won't read the user's session cookies, so it's generally best to pass it in via a FlashVar or use some custom salting method to pass the data in for added security. Jamie Holly http://www.intoxination.net http://www.hollyit.net On 11/1/2010 1:20 PM, Aldo Martinez Selleras wrote:
upload into filesystem, after i have it in the file system, i can do whatever to go into drupal!
the end is the file will be part of a thumbs gallery of diferents interfaces created!
any solution can help me, how can i do this ?
Does anyone have experience using ApacheSolr Search for searching registered membership lists? I would think the profile would be just another node that could be added, with fields like state and city as facets. It would be nice to have some containment, like after state, then a list of cities. Fields searched depending on private or public, though I could probably put that into the facet theming. Drupal 6.x. Thanks. -Don-
I used nodeprofile instead of profile from Drupal core. Then profile is just a node ApacheSolr can search on. Pascal On 11/02/2010 03:45 PM, Don wrote:
Does anyone have experience using ApacheSolr Search for searching registered membership lists? I would think the profile would be just another node that could be added, with fields like state and city as facets. It would be nice to have some containment, like after state, then a list of cities. Fields searched depending on private or public, though I could probably put that into the facet theming.
Drupal 6.x.
Thanks. -Don-
participants (7)
-
Aldo Martinez Selleras -
António P. P. Almeida -
Blake Senftner -
Don -
Jamie Holly -
Nikola Kotur -
Pascal Brouwers