Posts: 7
Threads: 1
Joined: Aug 2010
Made a new SubSite
http://business-entwickler.de (means: business developer) with innovation theme. It's in german.
I use one Plugin "GS Getfeed by Carlos Navarro". With it i stream a posterous.com blog into "aktuelles" (means: news).
Thanks for a nice easy to use cms and a clean elegant theme. Backlinks to GetSimple and theme-developer Cagintranet you will find in "kontakt".
Posts: 524
Threads: 48
Joined: Mar 2011
Gerold,
thanks for sharing your GS-powered site with us. Good luck with your business!
Posts: 7
Threads: 1
Joined: Aug 2010
thank you for your good wishes, polyfragmented
Posts: 2,928
Threads: 195
Joined: Feb 2011
hi Gerold,
the comment text is still in english, which plugin do you use?
Posts: 7
Threads: 1
Joined: Aug 2010
hi Connie,
i don't use a plugin directly. What you see in section "aktuelles" is a mirrored posterous lifestream. And if you click on "leave a comment" you will be transferred to
http://business-entwickler-aktuell.posterous.com/ and the comment will be handled and stored there. The GS-plugin i use to fetch the posterous-feed is
http://webs.org.es/getfeed/
Posts: 3,491
Threads: 106
Joined: Mar 2010
A quick tip to avoid dates in English: edit
getfeed.php and replace:
Code:
define('GETFEED_DATE_FORMAT', 'M jS, Y'); // default date format
by e.g.:
Code:
define('GETFEED_DATE_FORMAT', 'd.m.Y');
Dates will then be in DD.MM.YYYY format.
Posts: 2,928
Threads: 195
Joined: Feb 2011
Carlos Wrote:A quick tip to avoid dates in English: edit getfeed.php and replace:
Code:
define('GETFEED_DATE_FORMAT', 'M jS, Y'); // default date format
by e.g.:
Code:
define('GETFEED_DATE_FORMAT', 'd.m.Y');
Dates will then be in DD.MM.YYYY format.
wouldn't it be better that the plugin reads the general configuration language constante from gsconfig.php?
just my 5 pesetas
Posts: 3,491
Threads: 106
Joined: Mar 2010
@Connie
I answer
in another thread (not to be offtopic)