maccesch / cmsplugin-contact

Extendable contact plugin for django-cms with spam protection and i18n
BSD 2-Clause "Simplified" License
71 stars 62 forks source link

Reuse plugin instance in several pages #72

Closed nop33 closed 9 years ago

nop33 commented 9 years ago

Hello, This is not an issue, I just wanted to ask a question. Is it possible to reuse the same plugin instance that was added in a page into other pages? For example, I want to have a custom contact form in the sidebar of many pages. The only solution I see right now is to add one instance in every page separately. And then the same for every language of the site.. Thanks.

maccesch commented 9 years ago

There is a clone plugin in django cms which should do exactly what you want.

nop33 commented 9 years ago

Thx I’ll check it out.

nop33 commented 9 years ago

Do you have a link to this plugin or at least the name of it? I cannot find something.. Thank you.

maccesch commented 9 years ago

It's in django cms included

bittner commented 9 years ago

It's called the "Inherit" plugin:

nop33 commented 9 years ago

Awesome, this is what I was looking for. Many thanks!

maccesch commented 9 years ago

Oh, right... I'm sorry!

nop33 commented 9 years ago

nothing to be sorry about! I should have read the docs more focused! Thanks again.