Joomla

Manually control <head> markup in Joomla

瘦欲@ 提交于 2020-01-02 08:12:47
问题 Is there a way to manually configure the contents of the <head> section of the site in Joomla 3.1? I want to use the templating system for the entire markup of the page, including everything between <html></html> . I just read this: http://forum.joomla.org/viewtopic.php?f=466&t=230787 and I am astonished at the response. Surely this is template/data separation 101. Has this been fixed in the latest Joomla release? 回答1: If you are planning for a template development and you need all your

Is Joomla good for social networking site? Un-biased pros and cons on Joomla [closed]

℡╲_俬逩灬. 提交于 2020-01-02 07:02:56
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 8 years ago . We have used Joomla as an out-of-box CMS for our company website. Now we got a requirement from customer to create a travel

Is Joomla good for social networking site? Un-biased pros and cons on Joomla [closed]

与世无争的帅哥 提交于 2020-01-02 07:01:13
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 8 years ago . We have used Joomla as an out-of-box CMS for our company website. Now we got a requirement from customer to create a travel

Joomla intro image as read more link

廉价感情. 提交于 2020-01-02 03:46:14
问题 I want to make the joomla articles intro image to behave like the read more, and the title link. So the user clicks the image, and the article loads. I'm not an PHP expert but maybe this is the readmore links code: <a href="<?php echo $this->item->readmore_link; ?>" class="button<?php echo $this->item->params->get('pageclass_sfx'); ?>"> <?php if ($this->item->readmore_register) : echo JText::_('Register to read more...'); elseif ($readmore = $this->item->params->get('readmore')) : echo

Joomla menu not showing [closed]

南楼画角 提交于 2020-01-01 21:52:11
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . I know nothing about Joomla, but I just need to get this done. Suddenly my Joomla site menu is not showing up. I cant see anything under the Menu Manager->Main Menu->Menu Items. But there are rows in the jos_menu

Joomla menu not showing [closed]

我与影子孤独终老i 提交于 2020-01-01 21:52:07
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . I know nothing about Joomla, but I just need to get this done. Suddenly my Joomla site menu is not showing up. I cant see anything under the Menu Manager->Main Menu->Menu Items. But there are rows in the jos_menu

How to add joomla editor in custom component view but without using XML form fields?

血红的双手。 提交于 2020-01-01 15:32:58
问题 I am developing a custom joomla component. I want to add a joomla editor field in my one of my component view. I know how to add editor using XML form file (models/forms/myview.xml), but I want to do the same in view file (myview/tmpl/default.php) without using the xml file fields. Is it possible ? If it is then how ? Please help 回答1: Try this, $editor = JFactory::getEditor(); echo $editor->display('content', $this->content, '550', '400', '60', '20', false); For more In Latest Joomla version

How to add joomla editor in custom component view but without using XML form fields?

家住魔仙堡 提交于 2020-01-01 15:32:07
问题 I am developing a custom joomla component. I want to add a joomla editor field in my one of my component view. I know how to add editor using XML form file (models/forms/myview.xml), but I want to do the same in view file (myview/tmpl/default.php) without using the xml file fields. Is it possible ? If it is then how ? Please help 回答1: Try this, $editor = JFactory::getEditor(); echo $editor->display('content', $this->content, '550', '400', '60', '20', false); For more In Latest Joomla version

Internal article links in Joomla

本小妞迷上赌 提交于 2020-01-01 13:22:03
问题 I'm trying to create a link in one Joomla article that points to another article, but can't see how this should be done. Could you please tell me how to do it? 回答1: You can link to it like this: index.php?option=com_content&view=article&id=ARTICLE_ID 回答2: Use the JCE Editor. Then follow these steps. Select the 'link' option Select browse/content Select the content item Select 'insert'. This is one method, but there are many others. The example uses Joomla 2.5 but the same process is used in

Internal article links in Joomla

无人久伴 提交于 2020-01-01 13:20:15
问题 I'm trying to create a link in one Joomla article that points to another article, but can't see how this should be done. Could you please tell me how to do it? 回答1: You can link to it like this: index.php?option=com_content&view=article&id=ARTICLE_ID 回答2: Use the JCE Editor. Then follow these steps. Select the 'link' option Select browse/content Select the content item Select 'insert'. This is one method, but there are many others. The example uses Joomla 2.5 but the same process is used in