Code Monkey home page Code Monkey logo

craft-brief's People

Contributors

jammooka avatar kroppian avatar taylordaughtry avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

craft-brief's Issues

Improper dynamic data in email body

I love this plugin but the email body says:

Hey, there! There's been an update or addition to the News Section

Although the Subject says "Signup - Listings Signup".

Shouldn't the body say "Hey, there! There's been an update or addition to the Signup - Listings Signup"?

Add pretty notification emails.

I'm a huge fan of awesome email design. You'll have a few options to choose from (other than your own customizable ones) in the next version.

Error after installing

After I've uploaded the plugin I navigated to the plugin section to find this error:
Parse error: syntax error, unexpected '.', expecting ',' or ';' in โ€ฆ/craft/plugins/brief/BriefPlugin.php on line 13

Cheers
Stefan

Adding this to /craft/plugins breaks site

This had been working fine, but now it's completely breaking our site. Just adding it to the plugins directory, not even installing it, takes down the entire site.

Include user info in body?

Hi There!

Great plugin!
I want to include the name of the receiver into the e-mail body.

I tried to manage that with the BriefService.php. But still no succes.
Can you help me, of handle me an example?

When i try to read the user's name, it keeps saying the CP admin name.

Thank you!

Greetings,
Bodil Seekles
Bubblefish Interactive

Could not instantiate mail function when using craftman Docker-based tool

I got the following error:

Craft\Exception
E-mail error: Could not instantiate mail function

I am using craftman (https://github.com/gabrielmoreira/craftman), my Craft site is now running in a Docker container.

/var/www/craft/app/services/EmailService.php(475)

if ($errorMessage)
466             {
467                 // Fire an 'onSendEmailError' event
468                 $this->onSendEmailError(new Event($this, array(
469                     'user' => $user,
470                     'emailModel' => $emailModel,
471                     'variables' => $variables,
472                     'error' => $errorMessage,
473                 )));
474 
475                 throw new Exception(Craft::t('Email error: {error}', array('error' => $errorMessage)));
476             }
477 

Craft_Exception.pdf

Craft 3?

Just wondering if a Craft 3 version is on the way... And if so, when do you estimate it'll be available?

Thanks!

FR: Custom notification based on entry field

Hi Taylor,

great plugin, and I see you are very active with FR, we really appreciate that.

I know I'm pushing the limits maybe, I have a registration form, and would like to send a copy of "thanks for subscribing" to the user that created the entry (guest). Is there a workaround I can do with latest 1.5.0 version?

Thanks

Feature Request

Get notified when an entry is edited.

I am using Craft as a project / client manager. Entries are "Clients" and are updated periodically.

Error when using {{ title }} in the email subject input

When setting this up, if I enter anything with curly brackets, such as {{ title }}, into the email subject input, it throws an error, which breaks the entire /plugins page. I'm having to restore my database from a backup to clear it out in order to reset the plugin and try again. Deleting the plug and replacing it with a fresh copy doesn't clear the error.

Running Craft v. 2.6.2944

PHP notice: Array to string conversion

Add 'API' like functionality

I would love to see API functionality like being able as a logged in user to fetch new events via ajax in a polling interval and displaying those as pop-ups on site (to moderators/administrators. Something like "New post awaiting moderation").
I still have to take a look at the code to see if it would be possible with with the infrastructure of the plugin. If it's fire-and-forget (which I unfortunately assume it is) it probably wouldn't be possible, but if it's already stored somewhere it should be 'easily' achievable.

Notify per entry

Is it possible to notify someone who's subscribed to an entry? They'd be logged in, click a button and then when it's edited, it'll email them?

Maybe the subscription adds them to the group, but its per entry not per section.

Update to 2.0.1 breaks admin/settings

Internal error
"Array to string conversion"

GET https://webmenedzser.hu/admin/settings 500 ()
craft.js:5 Uncaught ReferenceError: Craft is not defined
at craft.js:5
at craft.js:17607
(anonymous) @ craft.js:5
(anonymous) @ craft.js:17607
cp.js:7 Uncaught ReferenceError: Craft is not defined
at cp.js:7
at cp.js:1484
(anonymous) @ cp.js:7
(anonymous) @ cp.js:1484
settings.js:4 Uncaught ReferenceError: Craft is not defined
at settings.js:4
at settings.js:241
(anonymous) @ settings.js:4
(anonymous) @ settings.js:241
settings:52 Uncaught ReferenceError: Craft is not defined
at settings:52

Add optional 'Digest' option for busy websites.

Enabling this would prevent emails from being sent on every entry modification or addition. Instead, it would wait until a time that you set, then send a 'Digest' email with a list of changes that happened in that Channel.

You'd have two options: Send as Digest and Wait Period.

Add an optional reply-to option

It would be nice to have the option to set an optional reply-to email address. Eg. using a {{field}} value if it contains a valid email address.

Add ability to notify on saved but not enabled entries too

I am using P&T's GuestEntry plugin to create disabled (="not published") Quote entries whenever a visitor asks a quote. These entries are created successfully but notification is only sent if they are created as enabled. Is it possible to send notifications for disabled entries?

Allow the option to directly notify users instead of specifying a User Group.

Use Case: I need to send a notification email when an entry is being created by the front-end. I don't want notifications to be sent when any other action is made in the Section.

This will likely involved conditionalizing BriefService.php on line 31 or so such that it just send notifications if a certain parameter is passed.

Where do I Select a Section?

Hi,

I am trying to use your plugin to notify users when an entry is saved in a specific section.

In your documentation, it says "In Brief's settings, specify which section you'd like to be notified about. For example, if you'd like to be notified when an entry is updated or deleted in the 'News' section, you'd select News from the dropdown."

But I seen no dropdown, as shown below:
screen shot 2017-07-21 at 12 08 25 pm

Is there any thing I'm missing?

Thank You

Doesn't notify for new disabled entries, no matter toggle status.

The disabled notification toggle doesn't result in getting notifications when disabled entries are posted; which is what I'd expect it to do.

I "fixed this" for our particular use by removing the three-line check in the Plugin file. Looks like the conditional is not what it ought to be.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.