zikula-modules / Weblinks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

include content plugin

hvorragend opened this issue · comments

problem

I am using content a lot. Including a weblink block via content block plugin is very uncomfotable
analysis
enhancement recommendation

make a contenttype plugin with categry selectable and title editable (compare e.g. with news-content-plugin)
Attachments
Change History
comment:1 Changed 11 months ago by Petzi-Juist

Owner set to Petzi-Juist
Status changed from new to accepted
Milestone changed from Milestone: 2.0.1 to Milestone: 3.0.0

comment:2 Changed 11 months ago by rallek

I would like the following options:

Title for headline
multiselect of categories
selecting an own template 

all these optins are available in the example of the news module

@rallek is this your issue originally?

yes it is. I want to have the content plugins for all modules I use :-). If you want to knao what is needed, please look at the news module as best practice ;-)

Can you just outline specifically (in English ;-) ) what you want - I'd rather not do the investigation...

What I normally want to have in a good content plugin:

  • an editable headline and if it is empty nothing is shown
  • multiselection of categories. This alos for multipe category trees
  • a customziable layout. Just a place where I can put an additioal template and a field where I have to place the templatename. So I am able to have different templates at one page

I am using it in the following way: I do have different content pages. For each page I do have an own category. By choosing a categorie for a link it is clear on which content page it will be shown.

@rallek - I think I've got everything you requested implemented. Since Weblinks uses its own category system, multiple trees is not relevant. If it is ever switched over to use system categories, then this could be adjusted.

PLEASE test and see if it does what you want and report back.

btw - you will need to reinstall or re-upgrade your DB in order to test this or Content will not find the plugins.

first installation on my testside went well. The first impression is fine. Thanks a lot!