content-management-system

TYPO3 Extbase backend module. Template path issue

蹲街弑〆低调 提交于 2019-12-05 21:37:57
I'm experiencing a strange problem with extbase/fluid extension creation. I use TYPO3 6.1 I've made an extension with a backend module on my dev server (same configuration/hardware then the prod). The module works perfectly with the path to the template : myext/Resources/Private/Backend/Templates myext/Resources/Private/Backend/Layouts myext/Resources/Private/Backend/Partials After this, I downloaded my extension's zip in the ext manager and then installer on the prod server. Now I can't use my extension because the module don't find the templates. I've configured the extension by the same way

Change <head></head> in DotNetNuke without Host Access

自闭症网瘾萝莉.ら 提交于 2019-12-05 21:19:21
I need to make a change to the header of a DotNetNuke website I have Admin access but not host access. I can also access the file directory of the website via FTP. Is it possible for me to make changes to the header of the index page? If you are talking about making changes within the <head></head> section of the document, you can set this up on a page-by-page basis in the page settings. From a global basis there isn't really a way to do it, unless you want to modify default.aspx directly in the core. It really depends on the changes you wish to make to your header. In any case though, you

Hybris: cannot find CMSSite associated with current URL

心不动则不痛 提交于 2019-12-05 21:09:58
问题 I created a new Hybris extension using one of the given templates. The build was successful and I am able to start the server, too. But when opening the weblink from the HAC I get the error "Cannot find CMSSite associated with current URL" . Are there suggestions to solve or investigate this issue? 回答1: You need to use hosts file mappings or use the site-ID parameter to avoid a 500 error. Please follow these link https://wiki.hybris.com/display/accdoc/Just+One+Storefront https://help.hybris

Seeing strange character for apostrophe on wordpress based page, but only in Internet Explorer

浪子不回头ぞ 提交于 2019-12-05 20:20:55
I'm gettign this strange character instead of an apostrophe on a page that's powered by Wordpress, but only in Internet Explorer. Other browsers (chrome, firefox) display as the actual apostrophe. ’ Can somebody tell me what the problem is? Here's the instance in question: http://cure.org/about/management-team/ You'll see under Dale Brantner, 4th staff member from the top, there in the first paragraph of his bio the word organization's and that is the instance which in IE I'm getting the above symbol instead of an apostrophe. I have tried both with the apostrophy character, and with the HTML

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

早过忘川 提交于 2019-12-05 19:38:54
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 recommendation website. Customer never used Joomla for programming. He has used Joomla as a out-of-box component.

Are there any CMS engines designed for creating reference documentation for a REST API? [closed]

烈酒焚心 提交于 2019-12-05 16:31:28
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 6 years ago . I'm in the process of creating a REST API for interfacing with a new SaaS site we're building and we need to document the API for use by a third-party iOS developer (plus other developers once the service goes public). Are there any

ModX Revo: Update sites base URL?

百般思念 提交于 2019-12-05 15:10:33
I developed a site for a client before a domain name was chosen. As a result, the URLs for the site pages look like: http://host.mynost.net/~tempname/index.php?id=8 A domain name has now been purchased but if I click on any Wayfinder links it still uses the old path as above instead of, say: http://domainname.com/index.php?id=8 I assume this is configured in the config.inc.php file, but I am unsure of what to change. Can anyone point me in the right direction? Thanks! You need to change $modx_base_url= '/' in /core/config/config.inc.php and if that is not enough - manually clean /core/cache/

What are the (dis)advantages of pimcore?

时光怂恿深爱的人放手 提交于 2019-12-05 12:05:58
问题 I am looking for a CMS based on Zend Framework and I read about pimcore. Now I have some questions about it: Does anyone have experience with this CMS? What are the (dis)advantages? How is the learning curve? (I work a lot with ZF) Can you develop a new module? 回答1: Pimcore rocks as an advanced enterprise cms, ams, pims, what have you. We have been using it in a corporate environment as our asset management system since v1.2 and are using v1.4.1 right now and loving it. General Disadvantages

How to integrate Django-CMS into an existing project

不打扰是莪最后的温柔 提交于 2019-12-05 11:24:20
I need to integrate Django-CMS 3.x into an existing project ( mypjc hereafter). I already checked this question (and other similar) but they point to a tutorial page that is no longer available. I'm a bit confused by the tons of infos you can find online and I have not really understood if Django-CMS can be integrated as an app into an existing and independently running Django project. mypjc (using Django 1.8) would benefit from a user friendly CMS. Basically I'd the user to be able to write texts and to load in their posts images stored in the (common) database, images that are created by the

How WordPress permalink system works?

大兔子大兔子 提交于 2019-12-05 10:15:50
I am a php developer and i am currently developing a CMS/blog system. i want to add a permalink system like WordPress. i am curious about how WordPress parse permalink. For example, how to get data like id and post name from: example.com/id/123/post/example/ In short, I want a system to get id and post name from the url. I want to enable users to change the permalink structure like WordPress using tags like: id/%postid%/post/%postname%/ How do I get data in variables like $id and $post_name where values will 123 and example ? Please help me. Thanks in advance. The commonly available apache