Re: Silverstripe Version?
If it's 2.4You'll see two folders called sapphire & cms in the main site directory.If it's 3+ you'll see framework & cmsInside sapphire or framework dir there should be a file called...
View ArticleRe: Set Default Value for HTMLEditor field + Rotate per day
Hi Wezzlee,this might be a challenging requirement.There is a Object called DailyTask you can extend to add daily tasks to. But this will also require that you set up a cron task to execute all daily...
View ArticleRe: Silverstripe Version?
Thanks Bambii7,I have Sapphire and CMS in the root so looks like its 2.4?. I did look before at the Sapphire\silverstripe_version file and the only thing in it was $URL$I appreciate your quick reply...
View ArticleRe: Silverstripe Version?
Right, yep I'd say that safe to assume 2.4, the sapphire folder is pre 3.xLooks like the $url$ is when they moved away from svn to git......
View ArticleHelp, can't install any modules. v3.0.5
I'm upgrading a site from v2.4 to v3.0.5 I finally got the site up and running, but none of the modules I've installed seem to registering. For instance, I converted a gallery page to the Photo Gallery...
View ArticleRe: SS 2.4: modifying generated markup "assets" path
Your best bet is to run a post task after the static publisher has run to rewrite the static html. Or potentially, symlink assets/ to corporate/assets on the file system so you don't need to muck...
View ArticleRe: Google Sitemap SS v3.0
Make sure you download the correct version for your version of SS. The composer.json describes your version requirements.https://github.com/silverstripe-labs/silverstripe-googlesitemaps/tree/1.1 for...
View ArticleRe: Set Default Value for HTMLEditor field + Rotate per day
Thank you Bambii7. I will do some investigation with this information.WesleyPosted to: Set Default Value for HTMLEditor field + Rotate per day | Show Thread | Post Reply
View Articlecontent-modules instead of wysiwyg-editor
helloi'm very new to silverstripe. but i already fell in love with it. the only thing that bothers me is the html-editor. i'm used to a modular page-content as seen in typo3, redaxo and contao.for...
View ArticleRe: content-modules instead of wysiwyg-editor
Hi Bepe,You are looking for my new module: https://github.com/NobrainerWeb/Silverstripe-Section-Module - the module is for SS3.1It lets you build your content in blocks/sections of content and each...
View ArticleRe: content-modules instead of wysiwyg-editor
Hi NobrainerWeb,this module sounds really interesting.Is it possible that you make a short screencast to show how it works ?Posted to: content-modules instead of wysiwyg-editor | Show Thread | Post Reply
View ArticleEmail notifications on new and updated data objects
Hello,I have a data object "product". I'm using the code below to send an email to the administrator when a new product is created. It will also send a different email when a product record was...
View ArticleRe: Duplication of userforms went wrong at 3.1.0-beta3
Ok, i rewrote the function duplicate() in UserDefinedForm.php by myself. It duplicates correctly and takes over the right conditions.public function duplicate($doWrite = true) { $page =...
View ArticleCache headers
I've been advised that caching is not working on my site. I find this odd because I'm explicitly setting the following in my config:Director::set_environment_type("live");Shouldn't this enable caching...
View ArticleRe: Email notifications on new and updated data objects
Thats not a bad way to do it, looks good.Depending on how frequently products are updated I would find the update email somewhat annoying if it was occurring multiple times a day. I would add a new...
View ArticleRe: Cache headers
It looks like you can set cache age in the config file HTTP::set_cache_age()It's a good question and I can't say I've looked into the caching that much. What was the telnet command you used to reveal...
View ArticleRe: Help, can't install any modules. v3.0.5
Hi jbryner,isn't the uploadify module a 2.4 extension (from the righteous uncle cheese) don't think that will be compatible with 3.xAlso I had some issue with blog modules, as I was downloading the...
View ArticleToggle dropdown box
Hi all,I am new to SS. I have utilised the existing blog module to manage the blogposts on my site. However, I want to have a dropdown box on the BlogHolder page (list of blogs) where you can select...
View ArticleRe: content-modules instead of wysiwyg-editor
I will try to find some time for doing a screencast.But using the module should be quite easy, install following the instructions and try to add some sections.Try to switch between the default...
View ArticleRe: Toggle dropdown box
Do you plan on using the already existing tag(s) field as categories or do you want to use a separate managed list of categories? If its the latter you could try using a module I made:...
View Article