Re: [mezzanine-users] Mezzanine modal announcements

2015-04-16 Thread Josh Cartmell
Cool, thanks

On Thu, Apr 16, 2015 at 8:35 PM, Stephen McDonald  wrote:

> Something like that, I really can't recall the details.
>
> On Fri, Apr 17, 2015 at 10:33 AM, Josh Cartmell 
> wrote:
>
>> Thanks Sam, let me know if you have any questions or ideas for
>> improvement. Pull requests are welcome!
>>
>> Thanks Steve, so that command would make github master track the tip of
>> the mercurial repo? I figured out that I could manually update the master
>> bookmark in the mercurial repo
>>
>> On Thu, Apr 16, 2015 at 8:04 PM, Stephen McDonald  wrote:
>>
>>> Josh that's really cool, thanks a lot!
>>>
>>> For hg-github, you might need to run: `hg bookmark -r default master -f`
>>>
>>> I forget why, but something to do with the underlying hg-git lib it uses.
>>>
>>> On Thu, Apr 16, 2015 at 12:01 PM, Josh Cartmell 
>>> wrote:
>>>
 Hey all, I've opened up a site announcement package I've used on a
 couple of Mezzanine sites.  You can see the code at
 https://github.com/joshcartme/mezzanine-modal-announcements/tree/1.1.3
 or https://bitbucket.org/joshcartme/mezzanine-modal-announcements/src

 (I haven't figured out how to get hg-github to update master so the
 master branch on github is quite a few commits back).

 On that page are instructions on how to use it.  Once installed you set
 up announcements in the backend and they will pop up to users on the
 frontend of your site.  You can control how often a particular user would
 see announcements and there are configuration options to determine if/when
 a particular announcement is shown.

 There might still be some rough edges, so send me some pull requests if
 you fix bugs!

 Good luck!

 --
 You received this message because you are subscribed to the Google
 Groups "Mezzanine Users" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to mezzanine-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>>
>>>
>>> --
>>> Stephen McDonald
>>> http://jupo.org
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Mezzanine Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to mezzanine-users+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Mezzanine Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to mezzanine-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Stephen McDonald
> http://jupo.org
>
> --
> You received this message because you are subscribed to the Google Groups
> "Mezzanine Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mezzanine-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] Mezzanine modal announcements

2015-04-16 Thread Stephen McDonald
Something like that, I really can't recall the details.

On Fri, Apr 17, 2015 at 10:33 AM, Josh Cartmell 
wrote:

> Thanks Sam, let me know if you have any questions or ideas for
> improvement. Pull requests are welcome!
>
> Thanks Steve, so that command would make github master track the tip of
> the mercurial repo? I figured out that I could manually update the master
> bookmark in the mercurial repo
>
> On Thu, Apr 16, 2015 at 8:04 PM, Stephen McDonald  wrote:
>
>> Josh that's really cool, thanks a lot!
>>
>> For hg-github, you might need to run: `hg bookmark -r default master -f`
>>
>> I forget why, but something to do with the underlying hg-git lib it uses.
>>
>> On Thu, Apr 16, 2015 at 12:01 PM, Josh Cartmell 
>> wrote:
>>
>>> Hey all, I've opened up a site announcement package I've used on a
>>> couple of Mezzanine sites.  You can see the code at
>>> https://github.com/joshcartme/mezzanine-modal-announcements/tree/1.1.3
>>> or https://bitbucket.org/joshcartme/mezzanine-modal-announcements/src
>>>
>>> (I haven't figured out how to get hg-github to update master so the
>>> master branch on github is quite a few commits back).
>>>
>>> On that page are instructions on how to use it.  Once installed you set
>>> up announcements in the backend and they will pop up to users on the
>>> frontend of your site.  You can control how often a particular user would
>>> see announcements and there are configuration options to determine if/when
>>> a particular announcement is shown.
>>>
>>> There might still be some rough edges, so send me some pull requests if
>>> you fix bugs!
>>>
>>> Good luck!
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Mezzanine Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to mezzanine-users+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Stephen McDonald
>> http://jupo.org
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Mezzanine Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to mezzanine-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Mezzanine Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mezzanine-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Stephen McDonald
http://jupo.org

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] Mezzanine modal announcements

2015-04-16 Thread Josh Cartmell
Thanks Sam, let me know if you have any questions or ideas for improvement.
Pull requests are welcome!

Thanks Steve, so that command would make github master track the tip of the
mercurial repo? I figured out that I could manually update the master
bookmark in the mercurial repo

On Thu, Apr 16, 2015 at 8:04 PM, Stephen McDonald  wrote:

> Josh that's really cool, thanks a lot!
>
> For hg-github, you might need to run: `hg bookmark -r default master -f`
>
> I forget why, but something to do with the underlying hg-git lib it uses.
>
> On Thu, Apr 16, 2015 at 12:01 PM, Josh Cartmell 
> wrote:
>
>> Hey all, I've opened up a site announcement package I've used on a couple
>> of Mezzanine sites.  You can see the code at
>> https://github.com/joshcartme/mezzanine-modal-announcements/tree/1.1.3
>> or https://bitbucket.org/joshcartme/mezzanine-modal-announcements/src
>>
>> (I haven't figured out how to get hg-github to update master so the
>> master branch on github is quite a few commits back).
>>
>> On that page are instructions on how to use it.  Once installed you set
>> up announcements in the backend and they will pop up to users on the
>> frontend of your site.  You can control how often a particular user would
>> see announcements and there are configuration options to determine if/when
>> a particular announcement is shown.
>>
>> There might still be some rough edges, so send me some pull requests if
>> you fix bugs!
>>
>> Good luck!
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Mezzanine Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to mezzanine-users+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Stephen McDonald
> http://jupo.org
>
> --
> You received this message because you are subscribed to the Google Groups
> "Mezzanine Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mezzanine-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [mezzanine-users] Mezzanine modal announcements

2015-04-16 Thread Stephen McDonald
Josh that's really cool, thanks a lot!

For hg-github, you might need to run: `hg bookmark -r default master -f`

I forget why, but something to do with the underlying hg-git lib it uses.

On Thu, Apr 16, 2015 at 12:01 PM, Josh Cartmell 
wrote:

> Hey all, I've opened up a site announcement package I've used on a couple
> of Mezzanine sites.  You can see the code at
> https://github.com/joshcartme/mezzanine-modal-announcements/tree/1.1.3 or
> https://bitbucket.org/joshcartme/mezzanine-modal-announcements/src
>
> (I haven't figured out how to get hg-github to update master so the master
> branch on github is quite a few commits back).
>
> On that page are instructions on how to use it.  Once installed you set up
> announcements in the backend and they will pop up to users on the frontend
> of your site.  You can control how often a particular user would see
> announcements and there are configuration options to determine if/when a
> particular announcement is shown.
>
> There might still be some rough edges, so send me some pull requests if
> you fix bugs!
>
> Good luck!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Mezzanine Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mezzanine-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Stephen McDonald
http://jupo.org

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.