Quantcast
Channel:
Browsing all 4235 articles
Browse latest View live
↧

Re: Help Please!

Just to offer further info - when I try to place a link or edit html nothing happens I can't seem to use any of these functions, all it does is either add or delete text and as i said if i attempt to...

View Article


Re: How to get Model Admin without Table , just to edit one Object !

The easiest way of getting similar functionality I think would be to create the ModelAdmin with the DataObject. Ensure the permissions of the DataObject make canCreate and canDelete return false.Add a...

View Article


Re: How to get Model Admin without Table , just to edit one Object !

I've wondered how to do this before as well. I haven't had a chance to look at it properly, but from looking at the existing classes I'd guess:CMSSettingsController extends LeftAndMain, not ModelAdmin,...

View Article

[SOLVED] RSS Feed Error

With Silverstripe 3.0.3 the blog feed won't validate and (for example) Apple Mail reports an error.Content-Type for the feed is set to application/xhtml+xml but should be text/xml.Found a solution...

View Article

SS3 GridFieldSortableRows() module

does anyone know if this module can work with Model admin.works if i attach it to on Page class in cms fieldseg: // Create a default configuration for the new GridField, allowing record editing...

View Article


Re: SS3 GridFieldSortableRows() module

Hi MerrickThis is untested code but there's no reason it shouldn't work. You'll want to override the getEditForm() function in ModelAdmin.php. So in your BannerAdmin class:class BannerAdmin extends...

View Article

Re: Really Long Names in Enum

Found an answer to this... if you switch it to be an array then it can parse line breaks as each item is quoted - happy days!Example...    static $db = array(      'Name' => 'Varchar(255)',...

View Article

Re: Help Please!

Do you have dev mode enabled in SilverStripe? If not, can you enable it in your _config.php temporarily so you can see what the actual error is?Posted to: Help Please! | Show Thread | Post Reply

View Article


Tracking Site Search in Google Analytics

I dont seem to be able to get my head around setting this up correctly. Can anyone help me out? The urls on the search results page for my site appear to be:...

View Article


/admin does not go to login page

I'm sure that this question has been addressed, but I have spent the last 24 hours scouring pages and SS files trying to figure it out. Thank you for understanding my frustration. I am unable to access...

View Article

Image may be NSFW.
Clik here to view.

Re: [SOLVED] RSS Feed Error

Thanks Ralf for sharing this fix.I already added a ticket for this: http://open.silverstripe.org/ticket/8171Very good that this problem is now solved.What would the SS community do without Mr. Simon...

View Article

Re: /admin does not go to login page

Some additional information:I modified Page.ss and replaced some of the lorem ipsum with $Content. After I did this I again attempted to navigate to /admin. The content I included in Page.ss populates...

View Article

Re: /admin does not go to login page

What version of SS? If you were to try this with a new database (just change the db name in _config.php) are you able to access the login page?Posted to: /admin does not go to login page | Show Thread...

View Article


Re: /admin does not go to login page

Version 3.0.3Changing the name of the db did not work either. I did receive an error though. I attached a file with a screenshot of how my page looks when i type in /admin before the db was renamed....

View Article

Facebook Module

I am having trouble trying to get 'Login with Facebook' to work with my SilverStripe website - Version 3.0.2. I have set every setting possible up but every time I click Login with Facebook, it won't...

View Article


CMS unresponsive when using UploadField

Hello everybody,At the moment the site I'm working on has a basic "About us" page that is simply a Page. I want to create a special type for it, called ApieMusPuslapis ("About Us Page"), because the...

View Article

Image may be NSFW.
Clik here to view.

Re: How to get Model Admin without Table , just to edit one Object !

Hi, these sound like good solutions. I will be playing around with them soon .If you guys have any related code, even 1/2 working please post here .Thanks for your input guys Posted to: How to get...

View Article


Widgets , Time to take them to the next level ? SS3

Hi, I been playing around with widgets & I feel there is alot can be done & docs doesn't have alot of info about them. I will use this topic to ask questions & make it easier for others to...

View Article

Re: Facebook Module

Which facebook module are you using? Several available each with their own features / benefits.Posted to: Facebook Module | Show Thread | Post Reply

View Article

Image may be NSFW.
Clik here to view.

Re: /admin does not go to login page

Well, I'm not sure exactly what happened, except that I'm new to SS and probably just read install docs incorrectly. I did manage to get it fixed though.I had a revelation that I had unzipped and...

View Article
Browsing all 4235 articles
Browse latest View live