Keyword

All Category id's

  • Memo Ljaic
  • Memo Ljaic's Avatar Topic Author
  • Offline
  • New Member
More
8 years 5 months ago #153104 by Memo Ljaic
All Category id's was created by Memo Ljaic
Hello

I'm building custom k2 template.
How can i get in item.php all categories id's from k2_categories tables?

Thanks

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
8 years 5 months ago #153107 by Krikor Boghossian
Replied by Krikor Boghossian on topic All Category id's
Hello Memo,

That can be achieved only with a custom query in your overrides.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago #153127 by Javi Mata
Replied by Javi Mata on topic All Category id's
if need a query use some like this:

$db = JFactory::getDBO();
$query = "SELECT c.* FROM #__k2_categories as c WHERE c.published = 1";
$db->setQuery($query, 0);
$cats = $db->loadObjectList();

Twitter: @Javi_Mata
Web: www.javimata.com

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago #153139 by JoomlaWorks
Replied by JoomlaWorks on topic All Category id's
More or less, yes :)

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum