Code Monkey home page Code Monkey logo

k2-iaki's People

Contributors

fevangelou avatar kavadas avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

liluxdev

k2-iaki's Issues

IAKI Set Starting ID for importing Images

I'd like to suggest the following update/fix/enhancement to the IAKI plugin.

in joomlasite\plugins\k2\jw_iaki\jw_iaki.php:

// Get the K2 plugin params

$limitK2ItemIdStart = (int) $pluginParams->get('limitK2ItemIdStart');
$limitK2ItemIdEnd = (int) $pluginParams->get('limitK2ItemIdEnd');

// Output
if($item->id>=$limitK2ItemIdStart && $item->id<=$limitK2ItemIdEnd){
...
}

in joomlasite\plugins\k2\jw_iaki\jw_iaki.xml:

< fieldset name="basic" >
< field name="limitK2ItemIdStart" type="text" size="6" default="" label="JW_PLG_IAKI_LIMITK2ITEMID_START" description="" />
< field name="limitK2ItemIdEnd" type="text" size="6" default="" label="JW_PLG_IAKI_LIMITK2ITEMID_END" description="" />
...
</ fieldset >

and in joomlasite\administrator\language\en-GB\en-GB.plg_k2_jw_iaki.ini

JW_PLG_IAKI_LIMITK2ITEMID_START="K2 item ID (starting from)"
JW_PLG_IAKI_LIMITK2ITEMID_END="K2 item ID (up to which we limit the import)"

We tested this solution on Joomla! v2.5.14, K2 v2.6.7 and IAKI v2.0 and it works.

Thanks,
Adel / PSW Group

Cannot use IAKI

Hi. I've installed IAKI plug-in and enable it. But for some reason i cant use it. After install k2 extension and migrate the joomla content, of course.
Image isn't showing in the image item tab. Like nothing happens.
Also, in the information tab of K2, IAKI is'nt showing in K2 plug-in list.
What can i do?

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.