Tagged Questions
SilverStripe is a free and open source PHP web development framework and content management system (CMS) based on the Sapphire Framework.
10
votes
7answers
2k views
Familiar with SilverStripe? What are your opinions/impressions?
I'm trying to pick a good CMS that isn't a portal. All of my research as lead me to believe SilverStipe is the best option. I'd like some opinions/impressions.
Thanks for any thoughts you have.
...
9
votes
5answers
1k views
Is the Silverstripe CMS as easy to deploy, maintain, and develop on as it appears?
Although I haven't thought about deploying it on my own site, someone I know sent me a link to a CMS called SilverStripe that I've never heard of before. I read their site, looked at and played around ...
3
votes
3answers
288 views
Pointers for getting started with SilverStripe modules
I am new to SilverStripe.
I would like to know a good place where I can start making modules for SilverStripe; some good tutorials to get me started.
3
votes
2answers
1k views
silverstripe - adding styles to 'styles' drop down menu on editor
from the question above, I thought it would be relatively easy but i can not find any documentation on on how to add styles to the 'styles' drop down menu. can anyone push me in the right direction?
2
votes
2answers
253 views
Error: RecaptchaField::validate(): Recaptcha-service error: 'invalid-request-cookie'
I am getting the following error message after setting up the ReCaptcha spam verification. The ReCaptcha works correctly I am just concerned about the errors.
Using Silverstripe version 2.4.5
...
2
votes
2answers
155 views
Messaging framework for Silverstripe
I have been wondering if there is a standard way of doing session based messages in Silverstripe.
For example a module could set a message like The task has been processed and then redirect to ...
2
votes
1answer
493 views
Silverstripe page relation in different languages
I have created a Link DataObject to automatically let users create a reference to a different page in the Frontend. I use two languages in the frontend, German and English. In the popup I create a ...
1
vote
0answers
48 views
Ecommerce in Silverstripe - Using different ship address issue
I'm using ecommerce in Silverstripe. When I click on "using different billing address" button on the checkout page, it clears our all the details I have entered in. The same thing happens when I ...
1
vote
1answer
43 views
Implement Recaptcha to Silverstripe
I'm trying to implement Recaptcha to Silverstripe, it is all working well but the compulsory message 'Please answer the captcha question' wouldn't shown on only one of my forms when the captcha info ...
1
vote
1answer
88 views
Problems after moving a silverstripe website to a dev environment
We have a silverstripe website that works ok in production on a centos webserver. I am asked to make modifications to this site and have to have a working copy on our internal Ubuntu dev server. The ...
1
vote
1answer
57 views
Is it possible to differentiate between Live and Stage in Silverstripe when using onBeforeWrite?
In Silverstripe I'm using the method OnBeforeWrite to trigger a function when a page is updated or saved.
Documentation: http://api.silverstripe.org/2.4/cms/SiteTree.html#methodonBeforeWrite
Is ...
1
vote
1answer
109 views
Sorting Silverstripe SiteTree by depth
I want to get all of the SiteTree pages of a Silverstripe website and then sort them by depth descending. By depth I mean the number of parents they have.
This is already done to some extent by the ...
1
vote
3answers
114 views
SilverStripe SMTP authentication instead of PHP mail() function
My hosting provider (webhosting.uk.com) for security reason has disabled the PHP mail() function requiring to update our code using a SMTP authentication. I have no idea how to change the code, I ...
1
vote
3answers
75 views
Insert images into the menu list
I'm trying to populate my menu items with an image/logo on each of the third menu list, please see example below.
I've been using Silverstripe to populate the menu items, below is my code so far ...
1
vote
1answer
118 views
Silverstripe Control with Pos/Interation -1
I would like to be able to control/loop through my data to generate the following:
Loop 1 - name
Loop 2 - name1
Loop 3 - name2
- etc
I know I could use the Pos within a control although I need this ...
1
vote
1answer
112 views
PHP Foreach inside with create a new Objects
I'm a little confused about how I can amend the following code that generates a form to allow for the $Show->DateTimes() to automatically generate a set of new fields and populate the price ...
1
vote
1answer
195 views
Silverstripe - Blog module blog entry via front end but image upload/insert button missing from tinymce
We allow users to create blog entries via front end. but for some reason the tinymce editor doesn't have image upload button. Authors have to drag the image from their desktop to tinymce to insert an ...
1
vote
2answers
597 views
Silverstripe - Form with custom template shows wrong validation errors
I have the following custom form
$list = DataObject::get('AreaOfExpertise');
foreach ($list as $l) {
$source[$l->ID] = $l->Name;
}
$fields = new FieldSet(
new TextField('Customer'),
new ...
1
vote
2answers
428 views
SilverStripe CMS Unity3D Web Player Embedding Issue
I am trying to add the Unity3D (www.unity3d.com) web player into my site with SilverStripe CMS version 2.4.5. What seems to happen is that SS is dynamically removing my code that contains the web ...
1
vote
1answer
744 views
Customize Silverstripe Login Form
I have password protected my whole Silverstripe site and now I need to customize the form fields for the login screen. Where can I find where this is happening? Another problem I would have is: I want ...
1
vote
1answer
428 views
Silverstripe tinyMCE add custom plugin
I've downloaded a plugin for tinyMCE I want to use in the CMS Silverstripe backend. I've tried to add the line in mysite/_config.php as told in http://doc.silverstripe.org/htmleditorconfig
...
1
vote
2answers
382 views
cakephp vs sapphire/silverstripe framework for php
Hi i'm a newbie in php programming. Im curious to know which framework is better, cakephp or sapphire? And which framework is very close to the ruby on rails style? I have searched around the web, ...
1
vote
3answers
295 views
Automatically generate SiteTree translation in Silverstripe
Is there a way, to (automatically) generate, or "duplicate", the site tree for a translation into another language? For example via an url command or something like that.
Best regards,
Benedikt
1
vote
6answers
450 views
mysqldump and restore with special characters. øæåØÆÅ
Locally I do this to dump and move a database, upgrading silverstripe 2.3 to 2.4:
mysqldump --opt --default-character-set=latin1 --skip-set-charset --user=$root -p$password $oldDatabase -r ...
1
vote
1answer
106 views
Meta description/keywords not being found by analyzer but do exist in source code?
If I run our website (www.deversus.com) through a meta analyzer, such as the one at http://www.seocentro.com/tools/search-engines/metatag-analyzer.html our meta description/keywords are not found, but ...
1
vote
1answer
1k views
Customizing Navigation Menu in SilverStripe
I asked this question in SilverStripe forum, but haven't heard in a day. http://silverstripe.org/customising-the-cms/show/263604#post263604
I am in the process of migrating a static PHP based site + ...
1
vote
5answers
312 views
Can anyone provide any tips regarding a development environment for SilverStripe?
I'm pretty new to developing with SilverStripe. At the moment I'm using Firefox / Kate for development on the new platform.
I was wondering what other people use? Has anyone used Eclipse with any ...
0
votes
3answers
66 views
Silverstripe DataObjects as Pages Part 2 tutorial- sidebar issue
I've been following Silverstripe DataObjects as Pages - Part 2: Using Model Admin and URL Segments to create a product catalogue tutorial on my localhost and running into a sidebar problem.
When I ...
0
votes
1answer
30 views
Assign a page to two parents/links Silverstripe
I'm using Silverstripe to display product items, and sometimes one product item belongs to two different categories/pages. Is it possible to assign a page to two parents? If not is it possible to use ...
0
votes
1answer
20 views
Override Silverstripe LastEdited
For a project I am working on, I have to use the LastEdited field, combined with some other data, to infer some information about the DataObject in question. This is fine most of the time, since the ...
0
votes
1answer
44 views
Silverstripe How to use Calendar on DateFields with custom form template?
I have created a custom form class and template for my form by following the instructions here.
However I am having trouble with adding DateFields with calendars. Usually I just do something like ...
0
votes
3answers
142 views
Jquery Toggle Menu / Show and Hide function
I am using a Jquery Toggle sidebar menu, so there is a down arrow in the menu to push the menu down to show sub-menu(s) every time you click on it. My problem is when there is no child menu/sub-menu, ...
0
votes
1answer
36 views
Showing the latest news page on the navigation menu in Silverstripe
I have a NewsPage type and in the navigation I want to show an entry called Latest News which will render the latest NewsPage (according to Created field). Is this possible?
0
votes
1answer
79 views
PHP - Silverstripe - htaccess throwing a 500
I'm jumping into a PHP SilverStripe installation and my local environment handles my .htaccess file fine but my test server is throwing a 500 error on the following. I have no idea what it could be ...
0
votes
1answer
108 views
Facebook link not showing thumbnail
I just cant seem to get facebook to use thumbnails when linking to my blog!
I have tried adding a metatag for the thumbnail and specified the url to stop 301 circular redirect problems but its still ...
0
votes
1answer
44 views
SilverStripe get half of image width/height
how can I get calculate with image height and width? I am trying to center an image like described in the first answer:
How to make an image center (vertically & horizontally) inside a bigger div
...
0
votes
2answers
53 views
SilverStripe get first children in a row
I have got multiple children which I display in a grid. 4 children fits in a row. Now I want to give every first and last children in a row an extra class to specify more styles. I tried:
<% if ...
0
votes
2answers
58 views
implement Payment Gateways to Ecommerce
I've built an Ecommerce site in Silverstripe and I'm new to this, sorry if I ask something silly. I'm just wondering how do I implement payment gateways to the Ecommerce site in Silverstripe? Do you ...
0
votes
1answer
38 views
Payment Gateways Options and Related Questions
We've built our Ecommerce site in Silverstripe, and now we need to implement a payment gateways. I'm just wondering what are the options are there for us? In another word what are the good gateways to ...
0
votes
2answers
87 views
Attach Image to Page with Uploadify in Silverstripe CMS
We want to use the Uploadify module so Silverstripe CMS users can simply upload images that are then attached to Pages. At the basic level this is the code:
class Page extends SiteTree {
static ...
0
votes
1answer
71 views
I can't access the admin panel in SilverStripe after the browser is reopened
I have a strange problem with SilverStripe CMS... and browsers. Probably some stupid issue that I just can't fix.
I'm running SS on an Apache server, on my Linux box. Installation is fine, and I'm ...
0
votes
1answer
107 views
TwitterWidget within SilverStripe
I am trying to integrate TwitterWidget within SilverStripe.
Thats the plugin I am trying to use:
https://twitter.com/about/resources/widgets/widget_profile
If I put this code in a simple *.html ...
0
votes
1answer
74 views
How to get Silverstripe TableField to save records
I'm trying to use TableField to manage a list of related links to a page. I have the control working, except it isn't saving the id to the db (a hidden field), just the title and url
Is this the ...
0
votes
1answer
63 views
SilverStripe, last guestbook entry in the sidebar or homepage
Does anyone knows how or point me in the direction to show the last guestbook entry (using the simple guestbook module) in the sidebar or homepage?
trying to have a go, I've put in HomePage.php this ...
0
votes
1answer
72 views
Silverstripe “Security” permission
I am trying to allow a group of users to be able to login to the cms and manager members under security e.g. add/edit/delete member.
I created a new group called CanManageMembers and gave permission ...
0
votes
1answer
138 views
Dataobject in Silverstripe: Getting data from a Wordpress database
Apologies if this is a simple one, I'm getting my head round how data objects work in Silverstripe.
My task is to obtain a list of posts from a wordpress blog (currently on /blog) on our site, and ...
0
votes
1answer
144 views
SilverStripe - displaying dataobjects specific to just one page
I'm fairly new to SilverStripe so please forgive me if this seems simple. I've had a search of the forum and read the documentation but couldn't see what I'm after.
I'm using the dataobjectmanager to ...
0
votes
1answer
110 views
How to use own version of jQuery in Silverstripe
We are developing some web applications using Silverstripe and want to use a recent version of jQuery.
Sapphire, the framework that Silverstripe runs on requires their (older) version of jQuery using ...
0
votes
1answer
41 views
Querying a distant table in silverstripe model
Im trying to get a sum of a field "cost" from a page tpye from anouther page type. (ProjectCategory), like this:
class ProjectCategory extends Page {
static $belongs_many_many = array(
...
0
votes
1answer
150 views
Silverstripe: Excluding current page from list of the parent's children
Using Silverstripe's "ChildrenOf" syntax, I've been successfully able to list all children of a page's parent. It's being used in a "see also" style list on a page.
I'd like to exclude the current ...