ss3 function, gone... FIXED
Hi, FYI, the Silvestripe 3 template info page states that <% control Top %> has been removed, and has no direct replacement....This got me stuck for a while, until I found you can achieve the...
View ArticleRe: Can Silverstripe handle multiple content regions on a page?
Question for Uncle Cheese: I'm needing to add editable sidebar content to pages on a new site. I've done this in the past with older versions of SilverStripe but on version 3 I'm getting errors. Using...
View ArticleMember Directory with advanced search using SS
Hi all.I wondered if it possible to build the following site using Silverstripe with not too much of a learning curve. I am a php developer with a few years under my belt, long time asp dev so am happy...
View ArticleRe: Framework: Setting the Root Controller Route on 3.1
Hi James, Did you get an answer to this? Also if you wouldn't mind could you put up the code for your controller, im just starting to play with framework and am trying to find as much info as possible...
View ArticleRe: Framework: Setting the Root Controller Route on 3.1
Hi Mick,I actually gave up, and just rolled back to 3.0.Here's my current code though:routes.yml: http://spdr.me/PVMWishController: http://spdr.me/NKmmRootController: http://spdr.me/iSpOAdded to...
View ArticleRe: Framework: Setting the Root Controller Route on 3.1
Hi James,many thanks for this, gives me something to play with, didn't realise there was such a difference between 3 and 3.1 in the framework.Thanks again oh and nice site by the way.MickPosted to:...
View ArticleRe: I can't login to admin interface
have you been able to fix your problem? Got similar problem.I can access the admin site but when I am doing mysite/?flush=all , SS wants me to log in as Administrator even tho I am logged as one. My...
View ArticleLogin/User Account Based Site
Hey guys how would I start to build a site where user's can create an account and that account holds their individual data on the website? Each account would be secure and only accessible for that...
View ArticleRe: Login/User Account Based Site
This would be a good first step... http://www.silverstripe.org/member-profiles-module/Posted to: Login/User Account Based Site | Show Thread | Post Reply
View ArticleRe: Using a Span for Hover Info
Is it possible that nobody has any thoughts/advice on this?Posted to: Using a Span for Hover Info | Show Thread | Post Reply
View ArticleI'm working on a licence key module
Hi there,I'm working on a simple licence key module which I think could be useful. However I am a little stuck on one thing.In the below example there is a hardcoded array '$numbers' which holds some...
View ArticleRe: I'm working on a licence key module
update, I now have this code which I'm almost certain produces the array I am looking for. However in the browser where the licence key field is outputted I have a blank page.<?phpclass...
View ArticleRe: Using a Span for Hover Info
I'm not entirely sure what you are trying to do here but html within the editor can be somewhat messy. I would suggest going down the route of short code handlers perhaps? That way in your editor you...
View ArticleRe: Using a Span for Hover Info
Hi there.Unfortunately, there is no "info" attribute for the "span" element.http://www.w3.org/wiki/HTML/Elements/span--Also, TinyMCE (the HTML editor) discards every attribute and element which is not...
View ArticleRe: Using a Span for Hover Info
Thanks Devlin<span data-info="some content to pop up on hover">Copy That Is Hovered Over</span>span[data-info]:hover:after { content: attr(data-info); padding: 4px 8px; // ...That...
View ArticleRe: Ecommerce Module isn't working
Hey guys I'm having this exact same issue!Silverstripe v3, ecommerce module v3Installed on MAMP v2.1.1If anyone gets to the bottom of it I would be very interested to know how to resolve it. By judging...
View ArticleUnable to login (login page shown again)
I can no longer login to my Silverstripe 3.0 admin section. I've tried adding a default password to the _config.php, but this doesn't work either. The login page simply re-appears without an error...
View ArticleRe: How to remove a large number of pages.
I didn't have much success with martimiz's suggestion but did find this. https://github.com/axllent/silverstripe-version-truncatorIt is doubly useful as you can limit the number of versions in the...
View ArticleRe: trim database: remove all history revisions but current
This is what I used - hope someone else finds this useful.https://github.com/axllent/silverstripe-version-truncatorPosted to: trim database: remove all history revisions but current | Show Thread |...
View ArticleRe: Unable to login (login page shown again)
Did you get an erroroutput via email, if you set this in _config.php:SS_Log::add_writer(new SS_LogEmailWriter('your@email.com'), SS_Log::ERR);Posted to: Unable to login (login page shown again) | Show...
View Article