fnagel / t3extblog

A record based blog extension for TYPO3 CMS. Easy to use and packed with features (incl. comments, subscriptions for comments and posts, Wordpress like subscription manager, reasonable email sending in FE and BE, GDPR ready, BE modules, Dashboard widgets, RSS, Sitemap, ...). Flexible and powerful!
http://typo3.org/extensions/repository/view/t3extblog
GNU General Public License v2.0
33 stars 19 forks source link

Add "Pinned post list" plugin #144

Open cepheiVV opened 8 years ago

cepheiVV commented 8 years ago

What needs to be done: https://github.com/fnagel/t3extblog/issues/144#issuecomment-249388372

Would be great to have a plugin to select specific posts to display them in a list.
So post can be pinned. 
use-casees:
 - pin the 3 most popular posts below the normal ListView
 - pin an important post above the listView 
 - permanently posts a reference to a blog post from a normal TYPO3 content page
fnagel commented 8 years ago

1) Sounds a lot like #132 2) Should be a simple template change when #132 is implemented 3) Is already possible using a linkhandler extension for TYPO3 (nothing special about t3extblog here)

fnagel commented 8 years ago

Any feedback on this issue?

cepheiVV commented 8 years ago

It is similar to issue #132. But I would suggest to make the post-records selectable.

132 shows the most popular posts, while my suggestion is to pin one or more specific posts.

I would find it useful to display a blogpost from outside the blog. E.g. your website has a product detail page and within your product description you link to a blogpost about that specific product.

The linkhandler solution would only reference to the post with a simple link, while the plugin solution provides the post teaser and image etc.

All though, it's not a common blog feature, I assume that most people use this extension along with corporate websites, but not as Blog-only websites. Therefore it would still make sense to integrate that feature.

fnagel commented 7 years ago

So this is more about a plugin to display specific posts (configurable within the plugin itself) while #132 is about adding a flag to specific posts with a plugin showing those posts.

In addition this plugin would need something to change the underlying template (like rendering a list like view and rendering a preview card / teaser of one or multiple posts).

Correct?

cepheiVV commented 7 years ago

Right. As I understand, #132 would display the most visited/popular posts (no flag). Those post may change over time, whenever a newer post becomes more popular.

The pinnen posts #144 will never change as long as they are selected in the plugin.

fnagel commented 7 years ago

Ok, I think I know what you want.

As I understand, #132 would display the most visited/popular posts (no flag)

Depends. Either a flag or view count (#22, see #132)

fnagel commented 2 years ago

@cepheiVV Why did you close this?

cepheiVV commented 2 years ago

Was cleaning up my issue list. A 5+ year old feature request with no feedback seemed irrelevant.

fnagel commented 2 years ago

Always feel free to submit a PR :-)