All Projects → nathanpitman → Group_by.ext.ee_addon

nathanpitman / Group_by.ext.ee_addon

An ExpressionEngine 2.x extension to add 'group by' support to the channel:entries tag pair.

Labels

Projects that are alternatives of or similar to Group by.ext.ee addon

Vue Perf Devtool
Vue Performance Devtool is a browser extension for inspecting the performance of Vue Components.
Stars: ✭ 510 (+8400%)
Mutual labels:  extension
Safari2aria
safari extension for use aria2 to replace safari default download
Stars: ✭ 563 (+9283.33%)
Mutual labels:  extension
Nighttab
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.
Stars: ✭ 598 (+9866.67%)
Mutual labels:  extension
Web Developer
A browser extension that adds various web developer tools to a browser.
Stars: ✭ 532 (+8766.67%)
Mutual labels:  extension
Bettertweetdeck
A browser extension to improve TweetDeck with a lot of features
Stars: ✭ 558 (+9200%)
Mutual labels:  extension
Tonyenc
高性能、跨平台的 PHP7 代码加密扩展 (A high performance and cross-platform encrypt extension for PHP source code)
Stars: ✭ 569 (+9383.33%)
Mutual labels:  extension
Yomichan
Japanese pop-up dictionary extension for Chrome and Firefox.
Stars: ✭ 464 (+7633.33%)
Mutual labels:  extension
Weakauras2
World of Warcraft addon that provides a powerful framework to display customizable graphics on your screen.
Stars: ✭ 731 (+12083.33%)
Mutual labels:  extension
Minerblock
An efficient browser extension to block browser-based cryptocurrency miners all over the web.
Stars: ✭ 563 (+9283.33%)
Mutual labels:  extension
Hypopg
Hypothetical Indexes for PostgreSQL
Stars: ✭ 594 (+9800%)
Mutual labels:  extension
Xcodeway
⛵️ An Xcode Source Editor Extension that helps navigating to many places easier
Stars: ✭ 530 (+8733.33%)
Mutual labels:  extension
Chrome Extension Cli
🚀 The CLI for your next Chrome Extension
Stars: ✭ 536 (+8833.33%)
Mutual labels:  extension
Flask Caching
A caching extension for Flask
Stars: ✭ 582 (+9600%)
Mutual labels:  extension
Atom Plugins
some awesome atom-plugins !
Stars: ✭ 526 (+8666.67%)
Mutual labels:  extension
Vscode Todo Plus
Manage todo lists with ease. Powerful, easy to use and customizable.
Stars: ✭ 622 (+10266.67%)
Mutual labels:  extension
Metamask Extension
🌐 🔌 The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
Stars: ✭ 6,585 (+109650%)
Mutual labels:  extension
Cp Ddd Framework
A lightweight flexible development framework for complex business architecture with full ecosystem!轻量级业务中台开发框架,中台架构的顶层设计和完整解决方案!
Stars: ✭ 566 (+9333.33%)
Mutual labels:  extension
Javascript
a chrome extension,game for javascript
Stars: ✭ 5 (-16.67%)
Mutual labels:  extension
Weibo Picture Store
🖼 新浪微博图床 Chrome/Firefox 扩展,支持同步到微相册
Stars: ✭ 624 (+10300%)
Mutual labels:  extension
Php Memcache Dll
PHP-memcache-dll
Stars: ✭ 588 (+9700%)
Mutual labels:  extension

'Group By' for ExpressionEngine

This simple ExpressionEngine extension adds SQL style 'group by' (aggregate) support to the {channel:entries} tag pair. Pass a 'groupby' parameter in your channel entries loops (currently only supports standard entry fields and custom fields by id; 'field_id_1')

{exp:channel:entries channel="advertising" groupby="field_id_1"}
{title}
{/exp:channel:entries}

In the example above this is being used to output banner ads which are related (with field_id_1) to a sponsor and ensure that only 1 ad from each sponsor is shown.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].