High Activity

News

  Analyzed 1 day ago based on code collected 1 day ago.
 
Posted about 1 month ago by jevansnc
I use the WP for some real estate sites currently. Is it possible with elefant or do you have any live examples?
Posted about 1 month ago by jevansnc
Can you create a user level that can only do basic edits to a page, view analytics, post blogs, etc.?
Posted about 1 month ago by jevansnc
Is it possible to choose what dynamic objects are available as options to an admin?
Posted about 1 month ago by jevansnc
Is there a way to disable the editable blocks when viewing the site and logged in at the same time?
Posted about 1 month ago by jevansnc
Do you guys recommend Nginx or Apache? I have experience with both. i believe Nginx is much more robust and lightweight but we have had issues with WP plugins in the past that use the wp-cron feature. Cronjobs would stop after a few hours. We have a ... [More] specialized plugin that we use to pull CSV data into the wp database that can literally run for 5 to 7 hours. We tried it on Apache and our plugin worked fine but no matter what edits we made to the options on Nginx we always had issues with the plugin erroring out. We messed with php-fpm options and core php options. 3 different "experts" looked at it and no one could correct the issue. I'm not sure to this day if it was more of a WP issue or a Nginx issue but either way the problem went away on Apache. Any thoughts or feed back would be greatly appreciated. We are just laying out a roadmap right now for plans to move all of our sites to elefant from wp. Thanks for all the great help! [Less]
Posted about 1 month ago by jonphipps
Hi,

It looks like saasy uses subdomains for each customer, so I don't think saasy supports this out-of-the-box, but this is the way we'd like to configure our URLs (we're basically following github here):

"/" -- landing page ... [More] , different view for customers and guests.
"/{*site-stuff*}
-- reserved URLs for things like 'admin' and 'login'
"/{:customer_login}"
-- unique login name chosen at registration; dashboard view; can be organization or individual.
"/{:customer_login}/{:project_name}"
-- customer-unique project name chosen when project created.
"/{:customer_login}/{*admin-stuff*}"
-- reserved URLs for customer-specific properties and actions, like 'profile' or 'projects'.
"/{:customer_login}/{:project_name}}/{*admin-stuff*}"
-- reserved URLs for project-specific properties and actions, like 'profile' or 'resources'.`

The site is multilingual and interface language selection will be by cookie, set by selecting a language in the interface, defaulting to the browser setting. So the URLs won't need to be modified. The content can be in a different language from the interface and the content language will be set by query string: ?lang=de

The API would be served from a secured 'API' subdomain https://api.mysite.net, using HMAC authentication.

Last but not least, we have our development environments setup as subdomains: http://local.mysite.net, http://test.mysite.net.

So... I have saasy installed and used it to build a skeleton app at apps/omr. Just some pointers to get me going from here would be helpful.

Thanks [Less]
Posted about 1 month ago by twheel
Tweak to use the default layout from conf/config.php when previewing css changes.

Line 15 before:
{{ loop_value }}
Line 15 after:
loop_value == Conf('General', 'default_layout') %} selected{% end %}>{{ loop_value ... [More] }}

(Change loop_value to $data->loop_value; change 'default' to Conf('General', 'default_layout'))

Line 17 before:

(Change layout=default to layout={{ Conf('General', 'default_layout') }}) [Less]
Posted about 1 month ago by gareththered
It is with deep regret that I have to inform you all that there is, somewhere on this site, a traitor. I was casually looking through the list of Elefant powered websites http://www.elefantcms.com/powered-by-elefant-cms this evening and noticed that ... [More] westside-mi.com is actually made with Wordpress; not Elefant!!

We cannot tolerate this sort of behaviour and the perpetrator must be hunted down and ...

Sorry - I got a little carried away there :-) [Less]
Posted about 1 month ago by jevansnc
It it possible to replace the initial loading screen that has the active editable blocks after logging in with a dashboard type of functionality? i mainly want to load RSS feeds from a blog of sorts and also load help tutorials and videos on a regular basis.
Posted about 1 month ago by twheel
I like the way redactor lets you choose Page | URL | Email when you add a link. How hard would it be to let apps add their own options like sitemaps now does? ie, something like Page | Event | Property | URL | Email
 

 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.