content-management-system

CMS without front end? [closed]

為{幸葍}努か 提交于 2020-01-11 15:30:12
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . In many projects we are developing we need to have CMS functionalities in the back end of the site. On the other end we don't want to or can't commit to a complete front end solution. To explain this better: CMSes like Joomla or DotNetNuke are complete web site solutions, they let you store and publish data.

How do you CM an application with managed content

随声附和 提交于 2020-01-11 06:18:10
问题 We have a web application which contains a bunch of content that the system operator can change (e.g. news and events). Occasionally we publish new versions of the software. The software is being tagged and stored in subversion. However, I'm a bit torn on how to best version control the content that may be changed independently. What are some mechanisms that people use to make sure that content is stored and versioned in a way that the site can be recreated or at the very least version

Create a Joomla! Article Programmatically

牧云@^-^@ 提交于 2020-01-09 07:06:10
问题 I have created my own component. When I add a new record to my component, I also want it to create a new article in joomla (i.e. using com_content). I found this on stack overflow Programmatically adding an article to Joomla which explains how to do it. The code makes sense, and looks like it will work. The problem is that once methods start being called that are contained in com_content, all the relative URLs in com_content break down and joomla throws an error. Does anyone know a way to

Create a Joomla! Article Programmatically

╄→尐↘猪︶ㄣ 提交于 2020-01-09 07:06:10
问题 I have created my own component. When I add a new record to my component, I also want it to create a new article in joomla (i.e. using com_content). I found this on stack overflow Programmatically adding an article to Joomla which explains how to do it. The code makes sense, and looks like it will work. The problem is that once methods start being called that are contained in com_content, all the relative URLs in com_content break down and joomla throws an error. Does anyone know a way to

Create a Joomla! Article Programmatically

◇◆丶佛笑我妖孽 提交于 2020-01-09 07:05:59
问题 I have created my own component. When I add a new record to my component, I also want it to create a new article in joomla (i.e. using com_content). I found this on stack overflow Programmatically adding an article to Joomla which explains how to do it. The code makes sense, and looks like it will work. The problem is that once methods start being called that are contained in com_content, all the relative URLs in com_content break down and joomla throws an error. Does anyone know a way to

“There is an error” when clicking on some Silverstripe admin pages

*爱你&永不变心* 提交于 2020-01-07 07:13:12
问题 I'm trying to fix a problem with some Silverstripe admin pages. Everytime when I click on Cart or Example product page, the message - "There is an error" pops up, and the page wouldn't show. Please see the attached image. As you can see page Cart and example product's icons are different from the rest. I didn't write the code myself and I've never experienced this before, so any suggestion on where I should start to tackle the problem would be appreciated. I can copy some code here if you can

“There is an error” when clicking on some Silverstripe admin pages

∥☆過路亽.° 提交于 2020-01-07 07:12:11
问题 I'm trying to fix a problem with some Silverstripe admin pages. Everytime when I click on Cart or Example product page, the message - "There is an error" pops up, and the page wouldn't show. Please see the attached image. As you can see page Cart and example product's icons are different from the rest. I didn't write the code myself and I've never experienced this before, so any suggestion on where I should start to tackle the problem would be appreciated. I can copy some code here if you can

How to config and install Phundament 3 with MySQL?

旧巷老猫 提交于 2020-01-07 02:31:20
问题 Downloaded and place phundament3 in local machine, ya its working but not when trying to config /install it with Mysql database followed like installation doc , where I can find its Mysql dump? if installation do all for me then how to do in local? can any one explain steps, using Ubuntu 11.04 回答1: If you accidentally mixed up your installation, eg. you've installed Phundament with a SQLite database (which is the default), but you want to install it with MySQL, take the following steps:

silverstripe dopublish function for ModelAdmin managed Pages

↘锁芯ラ 提交于 2020-01-06 19:34:06
问题 in the silverstripe backend I´m managing certain PageTypes via a ModelAdmin. That works fine so far, the only thing i can´t figure out is how to make a Page being "Published" when saving it. Thats my code: class ProjectPage extends Page { public function onAfterWrite() { $this->doPublish(); parent::onAfterWrite(); } } At the moment I can still see the ModelAdmin-created Pages in the Sitetree and I can see they are in Draft Mode. If I use the code above I get this error: Maximum execution time

Add soft hyphens in a CMS: getting it to work in Chrome

删除回忆录丶 提交于 2020-01-06 14:15:26
问题 ­ is awesome, especially because it works in all popular browsers. You put it in the middle of a word, which tells the browser that the word may be broken in that place. If it does get broken there, a hyphen appears. If it doesn't, the character remains invisible. But it's not very easy to use for content authors: you have to go into the HTML to add it. Even if you can add it in a CMS, you can't see where it is as soon as you inserted it. So I went ahead and declared an inline style in my CMS