我们在使用 Joomla! 和 K2 。 是否有可能扩展一个 K2 外字段, 向管理用户展示一个从数据库中下载到数据库中的项目? 选中项目的ID 将存储在额外字段中 。
这似乎应该很容易实现,但我还没有找到关于扩展 K2的很多信息。
谢谢
托比
我们在使用 Joomla! 和 K2 。 是否有可能扩展一个 K2 外字段, 向管理用户展示一个从数据库中下载到数据库中的项目? 选中项目的ID 将存储在额外字段中 。
这似乎应该很容易实现,但我还没有找到关于扩展 K2的很多信息。
谢谢
托比
如果它能帮助某人,我们通过压倒 K2ModelResult( 在模板中 ) 实现这一点。 我们把额外的字段做了列表类型, 然后添加到我们的代码中, 以预先在获得项目外字段( TotemExtra Fields ) 中进行传播 。
托比
I am developing some basic html pages, i am setting colors of text usimg color code #e7eddf it seems fine in windows but seems different in mac. Can you explain me why its happening and also ...
I have a custom component in which I want to have a breadcumb to help the user navigate the previous page visits. The basic feature in my component is to show our product releases. The workflow is: ...
i ve a navigation bar like the one below..for each it changes the background color on mouseover and mouseout and there is a lag to load those images which looks awful :( i wanna know how to preload ...
I d like to create a menu item in Joomla that points to one article when the user is logged out, and a different article when the user is logged in. I tried creating two menu items, and make them ...
I need to make an account for people to edit a part of my website, but they just need to update a small part frequently. However, when they upload an image for the article, they are able to access ...
actually I have my website build with Joomla hosted on hostmonster but all Joomla website need a database support to run this database is on AWS configuration files need to be updated for that I ...
I m working on a Joomla site, and I need the front page to look slightly different from the rest of the pages, but not enough to warrant the use of two themes (it s a pain to have to update two ...
I m trying to get the current Joomla username. I was able to get it by using $user =& JFactory::getUser(); echo $user->username; But now I ve installed Joomla on my local server and it doesn ...