By shahryarjb on Wednesday, 25 May 2016
Posted in General
Replies 1
Likes 0
Views 399
Votes 0
Hey,
The "k2" component and joomla "event"s there are samples with many functions like this:

in k2:



function onK2PrepareContent(&$item, &$params, $limitstart)
function onK2AfterDisplay(&$item, &$params, $limitstart)
function onK2BeforeDisplay(&$item, &$params, $limitstart)
function onK2AfterDisplayTitle(&$item, &$params, $limitstart)
function onK2BeforeDisplayContent(&$item, &$params, $limitstart)
function onK2AfterDisplayContent(&$item, &$params, $limitstart)
function onK2CategoryDisplay(&$category, &$params, $limitstart)
function onK2UserDisplay(&$user, &$params, $limitstart)


k2 ex


in joomla :


onContentPrepare
onContentAfterTitle
onContentBeforeDisplay
onContentAfterDisplay
onContentBeforeSave
onContentAfterSave
onContentPrepareForm
onContentPrepareData
onContentBeforeDelete
onContentAfterDelete
onContentChangeState
onContentSearch
onContentSearchAreas




But i didn't find any documentation for developers in your website. I need a sample component for develop my own plugins and connect them to your extensions.
I need sample plugin for these extensions:
easyblog - easydiscuss - easysocial - komento
Can you please help me with this?
Thanks
EasyBlog and EasyDiscuss uses the trigger from Joomla articles. As for EasySocial, it does not trigger Joomla plugins, it does however trigger it's own internal apps. You can download sample from http://stackideas.com/apps on the sidebar.
·
Wednesday, 25 May 2016 02:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post