Quantcast
Channel:
Browsing all 4235 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Re: PARTIALLY FIXED - Unable to "insert media""from the web" in CMS

Thanks Posted to: PARTIALLY FIXED - Unable to "insert media" "from the web" in CMS | Show Thread | Post Reply

View Article


How to permanently customise jquery.ui.datepicker

My site currently used a custom version of framework/thirdparty/jquery-ui/datepicker/i18n/jquery.ui.datepicker-en-GB.js so that I can have year selection and a default start date.All very well but a...

View Article


Re: How to permanently customise jquery.ui.datepicker

You need to overload DateField_View_JQuery and add your javascript file to the requirements.class myDateField_View_JQuery extends DateField_View_JQuery {      /**    * @param String $html    * @return...

View Article

Login Issue

I have developed my site under sliverstripe.i have logged in as member in mysite using baseurl+index.phpwhen i typed base url (without "index.php") i got logout why it is happening how login and logout...

View Article

Secured folder

hi guysi have an embeded swf that uses xml,flv,png... files from a sources folder. this is all embed in a web page, which needs to be accessible by members of a silverstripe group but inaccessible by...

View Article


Re: Strange problem when trying to login at /admin with backurl

I'm having this same problem. Did you ever figure this out? I have $Form in my Page.ss as well.Posted to: Strange problem when trying to login at /admin with backurl | Show Thread | Post Reply

View Article

Re: Strange problem when trying to login at /admin with backurl

I managed to fix the problem by removing the line Director::setBaseURL('http://www.myurl.com/'); from site/_config.php. Hope that saves someone else a few hours of their life!Posted to: Strange problem...

View Article

Accessing a multi-dimensional array on a template

I am pulling a source of data from an API, and using json_decode, converting it to an array. The idea is to push this data to a template and loop it to display rows in a table.I found that unlike most...

View Article


Re: Extract a thumbnail from PDF files

sajok, I'm running up against the same issue - did you ever figure this out?Posted to: Extract a thumbnail from PDF files | Show Thread | Post Reply

View Article


Re: PARTIALLY FIXED - Unable to "insert media""from the web" in CMS

THE PARTIAL FIX: php5-curl not installed. Found this from the logs.I can now insert both pictures and video from the web. The issue was that php5-curl was not installed.NEW PROBLEM: Video inserted from...

View Article

Date fields not saving

I am in my first week of using Silverstripe on Mamp and continue to experience the same problem. At first I was using SS2.4 and the date field would not save. Eventually, I moved on to latest version...

View Article

$MetaKeywords not displaying anything

Hi All,ss 3.1I have this <meta name="keywords" content="$MetaKeywords" /> in my header and is not displaying any data.<meta name="description" content="$MetaDescription" /> works.I do have...

View Article

Re: Add field to UploadField iframe

Hi, MarijnKampf!Do You solve your this probblem??? I have same probblem and can't find answer. )))) Please reply me, how you solve it. ThxPosted to: Add field to UploadField iframe | Show Thread | Post...

View Article


Re: Add field to UploadField iframe

Sorry George, I haven't been able to find a solution for this so far.Posted to: Add field to UploadField iframe | Show Thread | Post Reply

View Article

Re: Add field to UploadField iframe

I've achieved something similar (without using a DataExtension) in 3.1, not sure if it'll work in 3.0:<?phpclass LogoImage extends Image {   private static $db = array(      'ExternalURL' =>...

View Article


SS3.1 File::$allowed_extensions

What is the correct method for setting allowed extensions and app categories on 3.1, since it's now private it can't be set in the config using File::$allowed_extensions = array();Posted to: SS3.1...

View Article

Re: SS3.1 File::$allowed_extensions

In config.ymlFile: allowed_extensions: - exe - fooOr in _config.phpConfig::inst()->update('File', 'allowed_extensions', array('exe', 'foo'));Posted to: SS3.1 File::$allowed_extensions | Show Thread...

View Article


Fitted Kitchens Birmingham

Fitted Kitchens Birmingham. Thirty Ex Display Kitchens To Clear. www.exdisplaykitchens1.co.uk£595 Each with appliances. Fitted Kitchens BirminghamPosted to: Fitted Kitchens Birmingham | Show Thread |...

View Article

Re: How to permanently customise jquery.ui.datepicker

Thanks a lot. I would have had no idea where to look for this. Now I see its in framework/forms/DateField.php and I observe that at the moment there are no other form elements that have the same...

View Article

Re: How to permanently customise jquery.ui.datepicker

There seems to be a snag.DateField_View_JQuery is only used for static method calls that I can tell, which means I can't useCustomClass() on it as it's never created with the factory method...

View Article
Browsing all 4235 articles
Browse latest View live