You cannot post messages because only members can post, and you are not currently a member.
Description:
A discussion forum for user and developers of BrowserCMS, a Ruby on Rails based Web Content Management system.
|
|
|
Stop reloading page from cache
|
| |
Hi there, I am trying to disable cache for a cms page.Under sitemap for that particular page i uncheck the cache enabled? checkbox. Example: I have two pages *X* and *Y*. I navigate to page *Y* from *X*. I made some changes to the page *X* and i clicked back button in browser but i cant see the changes in page *X*.... more »
|
|
bcms_kcfinder installation issue
|
| |
When im trying to install gemfile bcms_kcfinder generate bcms_kcfinder:install rake bcms_kcfinder:install:migratio ns rake aborted! Don't know how to build task 'bcms_kcfinder:install:migrati ons' (See full trace by running task with --trace) route mount BcmsKcfinder::Engine => '/bcms_kcfinder'... more »
|
|
BrowserCMS 3.5.0 is out
|
| |
After updating half a dozen of the modules to be CMS 3.5.x compatible, we are comfortable enough to put out the final 3.5.0 release for general consumption. Let us know if there are any issues/questions. This release includes a number of new features, including: * Improved Attachments * Mobile Friendly templates... more »
|
|
Blog Portlet with BrowserCMS v3.3.2
|
| |
Hi There,
I'm trying to use the portlet from bcms_blog. As the blog seems only
support v3.3 of bcms I am using 3.3.2.
When I place a portlet on the homepage I get this in the display area:
ERROR: Missing template portlets/blog_posts/render with
{:handlers=>[:erb, :rjs, :builder, :rhtml, :rxml], :formats=>[:html, :text, :js, :css, :ics, :csv, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json], :locale=>[:en, :en]}... more »
|
|
bcms_news fresh install on bcms 3.5 migration issue
|
| |
The migrations installed by bcms_news when install on bcms 3.5 end up mismatched due to bcms namespacing it's tables as cms_ migration "create_news_articles.bcms_new s.rb" does `create_versioned_table ...Then migration "bcms_news130.bcms_news.rb" tries to rename that table with rename_table :news_articles, :bcms_news_news_articles. However as the... more »
|
|
BrowserCMS 3.5.0.rc1 is out
|
| |
The first release candidate for BrowserCMS 3.5.0 is available. You can install it using: gem install browsercms --pre This brings us to Rails 3.2 compatibility (which was thankfully drastically simpler then previous upgrades) as well as a bunch of great features like Mobile support and Paperclip integration. Naturally, since we... more »
|
|
error when attempting to use categories
|
| |
Hello, I was loosely following [link] and was trying to make a new content type that makes use of categories: $ rails g cms:content_block Product title:string summary:html body:html product_type:category Unfortunately I got this error/stack trace when I visited... more »
|
|
how to use categories
|
| |
Hello,
I may have missed it in the user guide/wiki but I couldn't find much
in the way of explaining how the category system works in BCMS. I am
coming from Drupal and our current site has a lot of taxonomies that
we use to categorize content so that it can be extracted by Views
(Views being a Drupal module that basically builds a db query,... more »
|
|
error when adding a new content block
|
| |
Hello,
I was following the content blocks tutorial on
[link] and
found an error in the generated code.
Specifically I did:
$ rails g cms:content_block Product name:string price:integer
description:html
$ rake db:migrate
and then navigated to [link]. There... more »
|
|
changes not saved when editing users and groups
|
| |
Hello,
I navigated to [link] and successfully
created a new group with some random initial settings. After the new
group was created I tried to edit it via the form at
[link] Unfortunately after clicking
the save button, it appears that none of the changes were saved.... more »
|
|
|