Questions tagged [joomla-k2]

K2 is a Content Extension for Joomla! that provides more features than the standard content component.

222 questions
0
votes
1 answer

Joomla K2 extra fields called from DB

I am trying to connect articles of companies in K2 with their references which are also articles. There is not a problem to get the reference text from the article, but the problem is with extra fields which contain the person who added the…
Vojtech
  • 643
  • 3
  • 16
  • 30
0
votes
1 answer

Facebook comment box not working in Joomla articles, works in K2

We primarily use K2 for content on our site, but it doesn't have a working pagebreak function while Joomla does. We just started using Joomla articles and I'm trying to match the design between both. The one thing that's hanging me up is the…
0
votes
1 answer

re-placing of tags in DOM using jquery

I've been trying to re-locating an img tag within an existing CMS-made html

0
votes
1 answer

Get K2 extra fields data in external script

Im trying to load data from extra_fields field from k2_items table inside external php script (let's call it locations.php) which I would like to include somewhere else on the site. Data in extra_field field is json…
weezle
  • 79
  • 1
  • 6
  • 15
0
votes
1 answer

Why are images missing from my k2 item objects?

Thanks for helping... I am working on a custom joomla component that pulls k2 items into one of it's views... I was successful getting the k2 items into my component's view by including the k2 content modules helper and then using a little code like…
DigitalMediaGuy
  • 421
  • 1
  • 5
  • 18
0
votes
1 answer

several urls to the same page in Joomla

I have a page (item in k2 terms) in joomla with alias "sprite creator", whitch has url: http://spritetools.com/index.php/software/item/3-sprite-creator then I've changed alias name of corresponding item onto "animator" and my url became:…
31415926
  • 3,811
  • 7
  • 47
  • 78
0
votes
0 answers

Joomla K2 No dropdown for "select category" in menu admin

There's a text input instead of a dropdown input in the menu admin under the administration. When I try to create or edit a menu item and I select it's type as K2 Category, under the Basic Options section the field with label "Select Category" is a…
pushrbx
  • 312
  • 2
  • 9
0
votes
2 answers

Manually import Joomla K2 items from 1.5 to 3.0

I have had a really tough time upgrading from Joomla 1.5 so I have decided to rebuild a clients mess of a site in 3.0 and start fresh and clean. There is a ton of K2 items I'd rather export and import into the new db. I have successfully exported…
EZDC
  • 682
  • 1
  • 17
  • 33
0
votes
0 answers

how to access items of another category

I need to change mod_k2_content template to output articles from one category: add few (2 for example) articles to this output in different places (3rd and 5th place of a list). I can connect striaght to DB and grab articles from category to array…
R A
  • 827
  • 13
  • 25
0
votes
2 answers

Display last item from a for each loop

I have a php document, and I would like to display a variable from the last item from an array. This how I have it: $item):?>
stu
  • 9
  • 2
0
votes
1 answer

PHP variable from external file?

*EDIT / FINISHED SOLUTION / WORKING CODE So, this is what a friend of mine helped me come up with. Here is the part I use in my K2 "items.php" file:
axelra82
  • 517
  • 8
  • 23
0
votes
2 answers

Joomla K2 item facebook comment notify author email

OK, so this a bit tricky, but there has to be some way to do this with facebooks FB.event? The setup and problem. Every K2 item (page) has a comment box. Need to notify AUTHOR of said page when comments are made on their entries So when someone…
axelra82
  • 517
  • 8
  • 23
0
votes
1 answer

K2 Joomla Extra Fields: How do I refer to extra fields by name/id instead of key?

I am trying to use extra fields in K2. I do it all the time - but in this case, sometimes some fields have values, and others don't. So the key is not consistent. Is there a way for me to refer to them by name or id instead of by key of the…
itamar
  • 3,837
  • 5
  • 35
  • 60
0
votes
1 answer

Install reCaptcha using php plugin in joomla K2

I was trying to implement reCaptcha on K2 frontend submition form. I'v downloaded PHP library, installed it and could succesfully display capcha image in submition form, but the last step is confusing me. I need to put that code to form action php…
0
votes
1 answer

joomla Access level not working in k2 backend

(all of my problems is in joomla administrator interface (back end)) for sample. in joomla access level viwing i create an access leve & set just super admin user group can be access to this level. in back end: in joomla content when i create an…