Code Monkey home page Code Monkey logo

md.simple_relation.ee_addon's Introduction

MD Simple Relation

Creates a “simple” relationship field, storing only the entry_id for weblogs or galleries.

Info

Developed by Ryan Masuga, http://masugadesign.com

Docs: MD Simple Relation
EE Extension Info: http://expressionengine.com/docs/development/extensions.html

Installation

  1. Put lang.md_simple_relation.php in your /system/language/english folder
  2. Put ext.md_simple_relation.php in your /system/extensions folder.
  3. Enable MD Simple Relation in Extensions (Admin > Utilities > Extensions Manager)

Settings

There is only one setting.

Enable MD Simple Relation for this site? — Yes/No (MSM Aware)

Changelog

1.1.3 – Fixed a typo that resulted in errors with LG .htaccess Generator

1.1.2 – Into SVN; select a relation between galleries or weblogs; per-site settings

1.0.2 – Ability to do multiple, different field relations without manual tweaking

1.0.1 – Little internal tweaks

1.0.0 – Initial release.

md.simple_relation.ee_addon's People

Stargazers

Angus H. avatar Rob Butz avatar Will Bolton avatar Leevi Graham avatar

Watchers

James Cloos avatar  avatar

md.simple_relation.ee_addon's Issues

sort bug

From http://expressionengine.com/forums/viewthread/84495/P36/#737926

Small bug found. Relating to a weblog and sorting by date ascending, still gets ordered by title.
Around line 358 change

if ($row[“field_related_sort”] == “date”) {
$sort = “entry_date”;
}
to
if ($row[“field_related_orderby”] == “date”) {
$sort = “entry_date”;
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.