Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: News Manager (updated)
Post: RE: News Manager (updated)

Ah yes, I did notice the /post/ part of the URL. That's fine, really. It's the slug part that matters. In a purely CJK post, there are no spaces. All the punctuation are double-byte, too. Although ma...
zfz Plugins 1,730 4,729,058 2014-02-23, 19:54:24
    Thread: [split] language translations concatenation issues
Post: RE: [split] language translations concatenation is...

So here's some quick guidelines to keep in mind when making a piece of software. 1. Every string must be meaningful on its own This necessitates using placeholders. For example, having separate ...
zfz Developer Discussions 13 43,340 2014-02-22, 20:22:56
    Thread: News Manager (updated)
Post: RE: News Manager (updated)

Essentially I just want to be able to set all my news posts to have a permalink that conforms to the example.com/news/yyyymmdd format. And it needs to be something that I configure once and never have...
zfz Plugins 1,730 4,729,058 2014-02-19, 07:03:21
    Thread: [split] language translations concatenation issues
Post: RE: [split] language translations concatenation is...

Yeah, I think that'll be best. No point breaking what's already more or less working for existing users. Having two sets of string would also confuse people just getting on-board. I know I would. T...
zfz Developer Discussions 13 43,340 2014-02-16, 17:53:05
    Thread: [split] language translations concatenation issues
Post: RE: Crowdsourcing language translations

Hmmm. I just realized there were a lot of translations in the Extend sections. In that case indeed it'll break a lot of things. If you mainly want to cater to the non-CJK European/American type of au...
zfz Developer Discussions 13 43,340 2014-02-15, 13:49:30
    Thread: [split] language translations concatenation issues
Post: RE: Crowdsourcing language translations

Yep, I know printf but it is not exposed to the translators. The actual string in the php file which translators look at, is "total pages", not "%d total pages", and that means it doesn't matter what...
zfz Developer Discussions 13 43,340 2014-02-12, 09:03:40
    Thread: [split] language translations concatenation issues
Post: [split] language translations concatenation issues

Hi, I'm not sure if GetSimple CMS translation is still active, just wanted to chip on on something I noticed when translating my own backend. And I want to note that I like how GetSimple is turning o...
zfz Developer Discussions 13 43,340 2014-02-12, 07:41:12
    Thread: News Manager (updated)
Post: RE: News Manager (updated)

Thanks for the quick reply! I don't mind at all! I've actually just replaced the whole if(!empty(slug))-else with your new line so all posts use the date by default. It looks more uniform and opens u...
zfz Plugins 1,730 4,729,058 2014-02-12, 04:43:30
    Thread: News Manager (updated)
Post: RE: News Manager (updated)

Suggestion: is it possible to provide an option to auto-slug all new posts using just its creation date? Ideally I'm looking for URLs of the form http://example.com/news/20140211, as in my planned sit...
zfz Plugins 1,730 4,729,058 2014-02-11, 02:28:34