K2 Community

Join the network of the powerful content component for Joomla!

Olivier Nolbert
  • Male
  • Le Havre
  • France
Share
Share on Twitter
Share on Facebook

Olivier Nolbert's Friends

Olivier Nolbert's Groups

Olivier Nolbert's Discussions

Show registered item summary to public

Prashanth, Sure, your solution works but now, you have to care about K2 updates which could/will override your modifications. In category.php, which processes display of the category listing, you h…

Replied 9 hours ago

Show registered item summary to public

Hi Prashanth, You can do that : - Override K2 template to avoid k2 core files modification and K2 update problem : doc here - Modify item.php and category.php of your K2 template to test if a regis…

Replied 11 hours ago

Put javascript in article

Mathieu, You can use JCE editor which enables javascript code or put widget code in the k2 item.php file and testing item id to display widget or not. Olivier

Replied 11 hours ago

Need help with $user->profile->addLink

Hi Toshihir, $user->profile->addLink is set if the function K2HelperPermissions::canAddItem() returns true. This function is declared in the file 'components/com_k2/helpers/permissions.php', l…

Replied 13 hours ago

 

Olivier Nolbert's Page

Gifts Received

Gift

Olivier Nolbert has not received any gifts yet

Give Olivier Nolbert a Gift

Latest Activity

Prashanth, Sure, your solution works but now, you have to care about K2 updates which could/will override your modifications. In category.php, which processes display of the category listing, you have to add the access right code. By doing this in…
9 hours ago
Hi Prashanth, You can do that : - Override K2 template to avoid k2 core files modification and K2 update problem : doc here - Modify item.php and category.php of your K2 template to test if a registered user is connected and display what you want…
11 hours ago
Mathieu, You can use JCE editor which enables javascript code or put widget code in the k2 item.php file and testing item id to display widget or not. Olivier
11 hours ago
Hi Toshihir, Could you just say in which file is the code you have pasted cause can't find any occurrence of it in K2 frontend code. Olivier
13 hours ago
François, No help document for now... Any url to submit to check your html/css code ? Can bring you support by Skype or email (just pm me)... Olivier
13 hours ago
Chris, K2 got its own database structure and does not use Joomla! core content, unlike Flexicontent. If you want to redirect the 'Add article' to K2 instead of Joomla! content, you can either modify the code of the component or create a plugin tha…
15 hours ago
Agree with Lefteris, Should use firebug (on firefox) to detect js errors... Olivier
17 hours ago
Ready to translate in french...
17 hours ago
Hi François, You can do that by modifying the css of the result page or forcing the 2 columns by a table layout. Olivier
yesterday
Lionel, You just have to upload a .zip with all your images directly at the root of the zip, no folder... That's why you have the 'mypicture' folder, i think. Olivier
yesterday
Mar, This can be "easily" done by overriding the K2 original template and changing some php/css code for the K2 itemlist view. Follow the instructions of the K2 templating note and modify this file : 'template/YOUR_JOOMLA_TEMPLATE/html/com_k2/tem…
yesterday
Lionel, Just the SIG plugin to activate, no code to add, K2 does the job itself... Here's the plugin configuration on my k2 test website : k2 v2.3, SGI PRO 2.0 Hope it helps... Olivier
yesterday
Thank you " Olivier" for sharing this info and website.. Very Cool and promising.
yesterday
Hi, It's possible by overriding K2 itemlist template and adding code to retrieve items for each subcat (last x items...). Olivier
yesterday
Erancen, Inheritance only affects Joomla! frontend layout, not the parameters of the category that inherits. K2 inheritance means that you can change all the parameters you want from a category that inherits from another, in won't have effect beca…
yesterday
Hi Lionel, Check write access to the Joomla! cache directory (/cache) Olivier
yesterday

Profile Information

URL (will be checked upon approval)
http://www.jiliko.net

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