K2 Community

Join the network of the powerful content component for Joomla!

Ivo Apostolov
  • Male
  • София
  • Bulgaria
Share
Share on Twitter
Share on Facebook

Ivo Apostolov's Friends

Ivo Apostolov's Groups

 

Ivo Apostolov's Page

Gifts Received

Gift

Ivo Apostolov has not received any gifts yet

Give Ivo Apostolov a Gift

Latest Activity

As I could not install the K2 Map plugin from Joomla Extension repository I coded my own. It adds extra fields in K2 backend for category, user and item and show it in frontend. You can creade your own div element for the map, e.g. in a custom modul…
July 20
This is great Whats the best way to move the postion of the map in item.php? Cheers John
July 13
Great job Ivo - thanks!
July 11
Works like a charm from the svn :)
June 23
Had the same problem ""Warning: Invalid argument supplied for foreach() in /plugins/search/k2.php on line 142" I went to this site, replaced the k2.php in my files and it worked like a charm! "The last SVN (april 8) of the K2 search plugin code (k…
June 4
Hi, I've found this thread trying to find a solution to an error I am receiving when I set "Enable search in tags" to yes, and search using the joomla mod_search. When I do this I receive the following error: "Warning: Invalid argument supplied for…
May 26
Ivo Apostolov added a discussion
K2 is great but these two additional events would make the life of third party developers much easier.At the moment there is no way to pull the data in real time from K2 to other applications.
May 3
Do you load behavior modal in your template?
May 3
This group gathers all third-party developers that have built Joomla! templates that support K2 or individual K2 templates.
April 22
Yes I did
April 12
Did you include the required file that carries in the K2HelperUtilities class?
April 12
Ivo Apostolov added a discussion
Can someone help me, what is wrong with this code and why it doesn't work? I am trying to create a plugin to cut the number of words in a similar way as the module does. function onK2PrepareContent ( & $item, $params, $limitstart ) { global $mainfr…
April 12
Well, final testings OK. Recap : I made the modifs mentionned above. I use regular Joomla search module and component. It finds stuff in Joomla regular articles AND in K2 items. It event finds correctly accented characters (excluding non accented on…
April 12
I second this. Tried to figure it out, so far didn't find any way to modify this data.
April 12
@Ivo thanks for the link to joomlaworks K2 project on Google code The last SVN (april 8) of the K2 search plugin code (k2.php and k2.xml to modify) works perfectly. http://code.google.com/p/joomlaworks/source/browse/#svn/trunk/K2/plugins/search%3Fst
April 12
Alexis, I think if you go to a K2 item & click on the Content tab, at the bottom you will see the map.
April 4

Profile Information

URL (will be checked upon approval)
http://www.ivoapostolov.eu

Ivo Apostolov's Blog

Ivo Apostolov

Few useful tricks when using K2

I had two issues, when building a web site, which were making it work, not as I wanted to be.


The first one was that on the print view of K2, I didn't want to show the comments, social sharing, the rating etc. I wanted to be more like a plain text, without the fancy stuff that I love displaying within the content.



My second issue was related to the look of the frontend submission layout of K2. The problem there was related to the template css, whi
Continue

Posted on March 3, 2010 at 3:00pm — 3 Comments

Ivo Apostolov

Replace your Joomla! backend menu with one supporting K2

I installed the quickicons module in my backend and I disabled the original one, however the top menu of the Joomla! Administrator is a bit user unfriendly.


Therefore, I made some adjustments of the mod_menu (backend) and install it in order to facilitate the access to the K2 features.



A new version is uploaded. The new version does not hack any core files.
In order to use it, download it, install, enable and disabl
Continue

Posted on March 2, 2010 at 5:30pm — 9 Comments

Comment Wall

You need to be a member of K2 Community to add comments!

Join K2 Community

  • No comments yet!
 
 
 
Advertisement

Latest Activity

Matthew Santana added a discussion
Hello! I'm relatively new to web development and I have to admit that Joomla! and K2 have made it a rewarding experience. There are so many possibilities. That being said I hate to make my first post here about an error however it is getting in the…
52 seconds ago
Matthew Santana, Kibekas, Ninja B and 2 more joined K2 Community
5 minutes ago
Not sure how the rest would be affedcted but creating a table to join category ID's is pretty simple as far as database modeling goes ... That being said, I don't wan't to judge how and why it's the way it is, it simply is :-) Maybe the developpers…
5 minutes ago
Plz send a link if site is live
2 hours ago
See the k2 menu choices at the bottom - latest from user or categories select the category and set the number of items and it will work
2 hours ago
FidelGonzales added a discussion
I'm having some issues getting my categories to appear properly. The culprit seems to be the following code: . In default form, there is a huge gap on the top of the category page. After removing a few of these, the issue is partially fixed with cer…
2 hours ago
someone better that i may can tell you, try commenting the div class clr's our and see what happens
2 hours ago
Thanks for the reply. Unfortunately I'm not so experienced with Firebug nor CSS. I attached a new image, where one can see more information. Does this help a bit more?
2 hours ago
Whatever is done will modify the core, but will work. How about putting the category id's in a field like the xtra filelds and teach the core to parse them out. Its changing the way things work - not likely to happen unless a module like followeyes…
2 hours ago
I don't think the concept of the single-category per item content structure is a way of thinking that is advanced and, therefore, a reason to change the content construction strategy and our subsequent way of thinking. It is merely a huge limitation…
2 hours ago
2. if you are trying to remove a video from an item in the backend, click on the video tab scroll to the bottom and check delete currrent and save
2 hours ago
Please post a link if the site is live Use firebug to see what there and what needs to be changed
3 hours ago
Also, to skip the extra field you dont want edit in the override item.php and put something like {pseudocode} phpif this->extrafield->name="fieldyouwantto skip" else let the rest of the existing foreach loop run phpendif endfor something like that s…
3 hours ago
Kibekas added a discussion
There is a problem with excess of free space between 'itemListSubCategories' and 'itemList'. It seems to be derving from div class 'itemlistsubcategories' Please see the image attached. Does anyone know how to solve this problem? Via CSS?Thanks!
3 hours ago
you can get the extra fields like this if it suits your needs $custom = $this->item->extra_fields; and then addressing extra fields for the item like echo $custom[1]->value; depending on the position, 0, 1,2,3,4 etc in the array experiment with this…
3 hours ago
deton and Daito joined JoomlaWorks's group
For K2 translators
3 hours ago
I can translate to Russian
3 hours ago
I have a case right now where I would love to be able to set several categories for one article. For now, it has been solved with the use of tags, and I suspect this is how we will have to use it in the future. It might just be that we are used to…
3 hours ago
Viktoria (and Simon), Did you ever find out how to put one single extra field (not the whole bunch...) a different place than at the bottom of the article? This means we need to have a way to identify this particular field and add the code for it…
3 hours ago
Valentine added a discussion
Greetings to all . So here is what i cant understand1. i Cant login as an admin tru k2 login in frontend form just resets and i see begining of page2. I cant understand how to remove Related videos Any help will be good thanks in advance
4 hours ago

© 2010   Created by JoomlaWorks.

Badges  |  Report an Issue  |  Terms of Service