By Govind Prajapati on Wednesday, 25 May 2016
Posted in Technical Issues
Replies 7
Likes 0
Views 869
Votes 0
Hello There,

I am here with Unique Feature request cum collaboration request to pull out something better from the best resources available on the Joomla.

I am want to Widgetkit from Yootheme to showcase content (EasyBlog)

I am following this docs to create custom content plugin for Widgetkit

https://yootheme.com/widgetkit/documentation/customizing/custom-content

But stuck on very basic step
That is to pull the data from easyblog and then assign it to widget kit fields.

I need help to understand How to pull the data the way widget kit using for Joomla's Article's

--

I have attached the Zip folder for easyblog plugin which is mere a copy of joomla's article plugin of widgetkit.

help for achieving same would be appreciated.
Best Regards
Govind
I am really sorry but our support does not include customizations. I would suggest that you take a look at the codes in /components/com_easyblog/views/latest/view.html.php to look at how the data is being retrieved.
·
Thursday, 26 May 2016 00:00
·
0 Likes
·
0 Votes
·
0 Comments
·
I do not need you to do customisations.
I understand that its not your job, but help in pointing out the right path would be great

like if you see the edit.php in my given easyblog plugin

<select id="wk-category" class="uk-form-width-large" ng-model="content.data['category']" multiple>
<option value="0">{{'All' | trans}}</option>
<?php foreach (\JHtml::_('category.options', 'com_content') as $option) : ?>
<option value="<?php echo $option->value ?>"><?php echo $option->text ?></option>
<?php endforeach ?>
</select>

Where it pulls joomla's content component's categories, how can I pull categories/bloggers etc from easyblog

is there any similar format like easyblog.categories something?

Also I have posted same ticket to yootheme
https://yootheme.com/support/question/98867

where I can get help from their part of technical aspect.

Little push from you and little push from them will do the Job

Best Regards
Govind
·
Thursday, 26 May 2016 00:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Firstly, reading your code takes time and we are not familiar with Yootheme / Widgetkit either. It is ideal that you look at our existing codes in the views folder so that you can understand how we retrieve the data.

For categories, take a look at /components/com_easyblog/views/categories/view.html.php
·
Thursday, 26 May 2016 00:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok..

Can we get list of Categories using JHTML :: ???
·
Thursday, 26 May 2016 00:40
·
0 Likes
·
0 Votes
·
0 Comments
·
No you can't. You need to refer to the codes in the file that I provided above
·
Thursday, 26 May 2016 00:50
·
0 Likes
·
0 Votes
·
0 Comments
·


Fatal error: Class 'EB' not found in /home/etial/public_html/administrator/components/com_widgetkit/plugins/content/easyblog/views/edit.php on line 10


How to include class EB in other php file?
·
Thursday, 26 May 2016 00:52
·
0 Likes
·
0 Votes
·
0 Comments
·


I am sorry but we will not be able to assist you with further customization questions.
·
Thursday, 26 May 2016 00:59
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post