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

Re: Only show 6 records

oops, forgot about SimpleImageField. So you'll see there are several lines of code that look like$fields->addFieldToTab("Root.Content.Slides", new SimpleImageField('SlideImage1', 'Image'));you'll...

View Article


Re: Only show 6 records

I already update But it shows the same problem.Posted to: Only show 6 records | Show Thread | Post Reply

View Article


Re: Only show 6 records

See my edited post, but to clarify.Change any "SimpleImageField" and "SimpleUploadField" to "UploadField".Posted to: Only show 6 records | Show Thread | Post Reply

View Article

Trouble establishing the proper has_whatever relationship

Hi Folks,I have a form which will submit a dataobject from the front end, adapted from the nice tutorial found here, and also using the DataObjets as Pages...

View Article

Re: Trouble establishing the proper has_whatever relationship

OK this is interesting! I see that when I add a product through the Product Admin in the CMS the has_one relationship is established! Somehow, I do not have the method right on my front end...

View Article


Page versions issue

Hi I have an issue with page versions when SiteConfig extenders are used.Here's my extension:class SiteConfigMod extends DataExtension { public static $many_many = array(      'TopMenu' =>...

View Article

Re: Optional integration with ImageMagick as a new image manipulation backend...

Add to _config.php this line:if(class_exists('Imagick')){Image::set_backend('ImagickBackend');}it has also few issues so here's a...

View Article

Re: Only show 6 records

I change it like you ask me But It doesn't work<?php/** * Defines the homePage page type */class homePage extends SiteTree {   static $allowed_children = "none";      static $db = array(...

View Article


Can't reorder pages in sitetree

Hi,I'm using silverstripe 3.0.3 on Windows XP with wamp.After some installation issues (friendly URL's not working etc.) , I've got silverstripe running and I'm learning how to build my first website...

View Article


ModelAdmin error

Hi,I have a somewhat strange problem that I cant figure out how to solve. I am extending ModelAdmin to manage some data objects in the CMS. In the attached example images you can see the behaviour....

View Article

Re: Optional integration with ImageMagick as a new image manipulation backend...

I didn't try looking for imagick as a string! Thanks for that.Any clues as to how to get the image class to make a thumbnail from a pdf? Imagick does that fine but the default in SS is an iconPerhaps...

View Article

language issue

Hi,So added a translation to blog/lang folder (file lt_LT.php)As well changed config for mysite:// Set the site localei18n::set_locale('lt_LT');However it doesn't seem to be affected by my changes.Any...

View Article

Re: Optional integration with ImageMagick as a new image manipulation backend...

Agreed, but it's still buggy as u can see in framework/filesystem/ImagickBackend.php some variables like $destX and $destY aren't set. I guess it's just draft version.Posted to: Optional integration...

View Article


can't upload .flv

Hello,I merely want to upload a single flash file for embedding it into a page. According to my browser, the file seems to get upload 100 %, but then there is just displayed this plain html page within...

View Article

Re: Only show 6 records

Hi IOTI,Did you check my issue ? I already change all "SimpleImageField" and "SimpleUploadField" to "UploadField" on mysite/homepage.phpPosted to: Only show 6 records | Show Thread | Post Reply

View Article


From the file store doesn't work

Dear All,I already changed code SimpleUploadFile to UploadFile But on the admin Replace Image from the file store doesn't work.Posted to: From the file store doesn't work | Show Thread | Post Reply

View Article

Re: Trouble establishing the proper has_whatever relationship

To assign an object to the parent make sure you set the foreign ID. E.g$product->MemberID = Member::currentUserID();$product->write();Posted to: Trouble establishing the proper has_whatever...

View Article


Re: Breadcrumbs

It depends on your theme. Open up your theme files (say themes/simple/templates/Page.ss) find the breadcrumbs line and remove it from the file and resave. After making the changes you'll need to visit...

View Article

Image may be NSFW.
Clik here to view.

Pointers for getting started with SilverStripe modules

I am new to SilverStripe. I would like to know how should I start develop a module for SilverStripe; some good tutorials to get me started. I visited...

View Article

Re: Pointers for getting started with SilverStripe modules

Developing a module isn't really all that different from adding code/classes in your mysite/code folder. If it works in mysite/code, it works in your module! The key to making the module code work is...

View Article
Browsing all 4235 articles
Browse latest View live