K2 Community

Join the network of the powerful content component for Joomla!

Yiota Ziaggou
  • Female
  • Athens
  • Greece
Share
Share on Twitter
Share on Facebook

Yiota Ziaggou's Friends

Yiota Ziaggou's Groups

Yiota Ziaggou's Discussions

Item is deleted and the image also?

The images and gallery of the item are only deleted when you remove the trashed item from the trash. When you just put it in the trash and don't delete it permanently the image and gallery are not de…

Replied Jul 12

I've got TWO Problems

OK. Check that K2 files have the appropriate permissions. Also check if the owner is the same with all the other components installed. If you have installed K2 through the installer there might be a…

Tagged: Joomla, MenuBar, Points, Bullet, K2

Replied Jul 1

Using Extra Fields for lists

I think you can put it inside the category_item.php. That would be more appropriate. Once you have it under the call of item. And if you don't want to ruin the default category_item.php you can make…

Replied Jul 1

Using Extra Fields for lists

Why have you put the extra fields code in category_item.php? Is there a reason for that?

Replied Jul 1

 

Welcome, Yiota!

Latest Activity

The images and gallery of the item are only deleted when you remove the trashed item from the trash. When you just put it in the trash and don't delete it permanently the image and gallery are not deleted in case you want to restore the item.
July 12
OK. Check that K2 files have the appropriate permissions. Also check if the owner is the same with all the other components installed. If you have installed K2 through the installer there might be a possibility that the owner of those files are assi…
July 1
I think you can put it inside the category_item.php. That would be more appropriate. Once you have it under the call of item. And if you don't want to ruin the default category_item.php you can make an if statement and choose between loading the cat…
July 1
Why have you put the extra fields code in category_item.php? Is there a reason for that?
July 1
Try this. Open the latest_item.php in templates/your template/html/com_k2/default/, go to the part where you want the extra fields to appear and put this: $this->item->extra_fields = K2ModelItem::getItemExtraFields($this->item->extra_fields); und…
July 1
Just added.
July 1
The latest view doesn't support (by feature) extra fields. If it did you would see the option to select inside the menu type parameters just as you see it in other view types.
July 1
It's very strange that it does this only at the home page. Maybe some kind of conflict with something that only exists on the home page. I'm afraid that unless you move your site to a location that I can see it I can only speculate about the problem…
June 30
Well there might be some class that is called only in the home page and the module inherits some of its behavior. Since the class isn't called anywhere else in your site then that is why the modules shows up. Could you please try what I suggested ea…
June 30
You can try to put a suffix to the module and write to your css file: .suffix li { color:#000; } to see what happens.
June 30
You are not supposed to see the inherited parameters on the right side. You just know that when a category has the inherit option on, every change you want to do will be only to the parent category (the one all others inherit parameters from).
June 30
Is there a possibility to have something inside the css? Some declaration that the li element of the module inherits?
June 30
What do you mean by you can't see the inherit parameters on the right place? What do you see?
June 30
Do you still have the site in local server? It would be very useful if we could view it live so we can figure out what is wrong.
June 30
Why don't you use the inherit parameters from category option where you actually have the parameters set to one category and all others will to inherit them from her.
June 30
Have you checked if you get the whole extra fields block but empty? Check the Source of the page that there were suppose to show.
June 30

Profile Information

URL (will be checked upon approval)
http://www.komrade.gr

Comment Wall (3 comments)

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

Join K2 Community

At 2:32pm on June 27, 2010, Bushido gave Yiota Ziaggou a gift
Could not help it. Nice picture of you !
At 5:45am on March 30, 2010, Nilesh Toshniwal said…
hi
I am looking for a video plugin for k2 which can support multiple videos per item and when someone upload the video or fetch from external url it should generate thumbnail image for video or alternatively would like to define thumbnail myself too, do you think its workable if yes, I need time frame and quote for the same.
At 12:49am on March 24, 2010, chris said…
Hi
I just added you as a friend here on k2 Community so I could send a PM.
Anyway, I need help to customize/make a new K2 template for my web site.
Looking forward to hear from you.
Regards Chris
 
 
 
Advertisement

Latest Activity

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
2 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…
2 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!
2 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…
2 hours ago
Kibekas, Ninja B, Dene Goodwin and 1 more joined K2 Community
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
3 hours ago
I can translate to German
5 hours ago
Sorry man, I wish I had more time to re-analize. You'll have to tweak things around. Trial and error man.
6 hours ago

© 2010   Created by JoomlaWorks.

Badges  |  Report an Issue  |  Terms of Service