- Posts: 7
COMMUNITY FORUM
Hello World ?
- Viktor Iwan
-
Topic Author
- Offline
- New Member
Less
More
14 years 7 months ago #89199
by Viktor Iwan
Hello World ? was created by Viktor Iwan
Hello , is there any wiki / tutorial / screencast/ blog that can help me to start my first k2 extension component. maybe a 'hello world' tutorial ?Thanks
Please Log in or Create an account to join the conversation.
- Viktor Iwan
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 7
14 years 7 months ago #89200
by Viktor Iwan
Replied by Viktor Iwan on topic Hello World ?
Do i have to view k2 component source code ? or there's any API documentation ? php docs ? etc ? i want to make a custom mod based on k2 component...
i see event like
$item->event->K2BeforeDisplay = '';
$item->event->K2AfterDisplay = '';
$item->event->K2AfterDisplayTitle = '';
$item->event->K2BeforeDisplayContent = '';
$item->event->K2AfterDisplayContent = '';
$item->event->K2CommentsCounter = '';
any documentation for these ?
i see event like
$item->event->K2BeforeDisplay = '';
$item->event->K2AfterDisplay = '';
$item->event->K2AfterDisplayTitle = '';
$item->event->K2BeforeDisplayContent = '';
$item->event->K2AfterDisplayContent = '';
$item->event->K2CommentsCounter = '';
any documentation for these ?
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
14 years 7 months ago #89201
by william white
Replied by william white on topic Hello World ?
I havent seen one, but there is an example plugin here somewhere, i think in either the blog or documentaion area
Please Log in or Create an account to join the conversation.
- Viktor Iwan
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 7
14 years 7 months ago #89202
by Viktor Iwan
Replied by Viktor Iwan on topic Hello World ?
Please post if you find the reference.. a wiki/documentation site for developer will make a learning curve shorter compare to reading the code for hours...
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
14 years 7 months ago #89203
by william white
Replied by william white on topic Hello World ?
this is pretty old stuff and may not woke with 2.4 but its a start
community.getk2.org/forum/topics/example-k2-plugin-for
community.getk2.org/forum/topics/example-k2-plugin-for
Please Log in or Create an account to join the conversation.