Re: Facebook Module
I'm using this one - https://github.com/wilr/silverstripe-facebookconnect and using the trunk version to make sure that I'm using the up-to-date version of the module.Posted to: Facebook Module | Show...
View ArticleModules for 3.0.3
Hello,Are the modules for 3.0.0 compatible with ss3.0.3?Posted to: Modules for 3.0.3 | Show Thread | Post Reply
View ArticleRe: Facebook Module
Great well make sure you've added your facebook keys (under the how to use section) as well as the <% include ConnectInit %> line in your template. If you've done everything then check your...
View ArticleRe: Facebook Module
UHH!!!!!! Thanks Will!After you said check the browser error console, I just realised that I never checked it after adding the <% include ConnectInIt %> variable![UPDATE:] I did everything such...
View ArticleDataObject validation for duplicate record
Hi,I would like to check if a certain record already exist before adding it in the table. Show meaningful error messageto the user too if it failes. I am using DataObject and ModelAdmin to manage those...
View ArticleRe: /admin does not go to login page
Which ecomm module were you using? I'm almost sure none of them work with v3 yet Posted to: /admin does not go to login page | Show Thread | Post Reply
View Articleconnection to SalesForce CRM data
Hi, I am new to SilverStripe, and am in the evaluation phase. Is there a module or plugin with SilverStripe that will connect you to a CRM? Specifically Sales Force?Thanks,BrucePosted to: connection to...
View ArticleConfused between Joomla and Silverstripe?!
I have been using Silverstripe for almost 12 months now but after a brief foray into Joomla recently I see I have not been using it properly. I currently do everything via the WYSIWYG editor and moving...
View ArticleRe: Confused between Joomla and Silverstripe?!
It sounds like you're doing two different things with two different CMS's. If you fired up a third CMS you'd probably find it was different again.To have articles in Silverstripe with the functionality...
View ArticleRe: Modules for 3.0.3
Should be. I'd test whichever module(s) you're looking at and you'll quickly have your answer Posted to: Modules for 3.0.3 | Show Thread | Post Reply
View ArticleRe: DataObject validation for duplicate record
The netefxvalidator works well with modeladmin, for ss 2.4 and 3.0The unique rule is what you are looking for.You have to add the validator in a function getCMSValidatorDownload:...
View ArticleRe: Fatal Error: Allowed Memory Size - Helpful Tip
Thanks for the excellent explanation about modifying the ".htaccess" to order for a top level "php.ini" to work...Previously I'd been placing my "php.ini" in my "framework" (sapphire) directory and...
View ArticleCustom fields - repetively add from CMS
Hi,If i create custom fields, say for a restaurant menu so the client can change the menu as they please, eg:Dish nameDish priceDoing it the way in the tutorial, i would have to know how many items are...
View ArticleRe: Custom fields - repetively add from CMS
The standard approach for this would be to store your custom field as a dataobject then use a GridField instance to add / edit each new row....
View ArticleRe: connection to SalesForce CRM data
I haven't seen any module for it, but SalesForce does have a PHP SDK - http://wiki.developerforce.com/page/Force.com_Toolkit_for_PHP all it would require is wrapping that library with any SilverStripe...
View ArticleRe: Custom fields - repetively add from CMS
Exactly what I was after, thanks!Is is possible to easily add drag and drop ordering to this type of setup as well?Posted to: Custom fields - repetively add from CMS | Show Thread | Post Reply
View ArticleRe: Custom fields - repetively add from CMS
For drag & drop gridfield ordering I use this:https://github.com/UndefinedOffset/SortableGridFieldPosted to: Custom fields - repetively add from CMS | Show Thread | Post Reply
View ArticleRe: Fatal Error: Allowed Memory Size - Helpful Tip
On CPanel hosting I use a similar method, may be of use if SetEnv doesn't work:suPHP_ConfigPath /PATH/TO/php.inie.g.suPHP_ConfigPath /wwwdata/username/public_html/php.iniPosted to: Fatal Error: Allowed...
View ArticleHealth Care
Health care is conventionally regarded as an important determinant in promoting the general health and well-being of people around the world. An example of this is the worldwide eradication of smallpox...
View ArticleHelp needed with PHPUnit & l18n TextCollector
Hi,I'm trying to use the l18n textcollector and localize my templates, but when I open dev/tasks/i18nTextCollectorTask, I get no response at all. I read that text collector requires PHPUnit, so I tried...
View Article