Posted
about 16 years
ago
Hi,I notice that the current method for language translation is to assign the full text to a variable name. Example:Code: [Select]$ad_msg16 = "up to date.";And then the code simply echoes the variable:Code: [Select]echo $ad_msg14; ?>This makes...
|
Posted
about 16 years
ago
Actually - it does matter how it works - it should work consistently (from screen to screen)http://www.useit.com/alertbox/ok-cancel.html
|
Posted
about 16 years
ago
Quote from: Xander on June 24, 2009, 10:39:13 AMEnough written. I admit I haven't got it all that clear yet (as you might notice from this message)No - actually it seems clear that you do have a vision for where it's headed. I...
|
Posted
about 16 years
ago
Hi Chris,It's a fair question to ask . And I would be lying if I would tell you that I haven't thought of it myself (of course I did). The thing is that I started to develop CCMS out of my own need for just a content management system my "clients" (...
|
Posted
about 16 years
ago
Hi Xander,a quick question - where is this project headed? I note in your reply to my support request that you are busy on a thesis. Is this a hobby project that's become popular but you won't have time to build it further? Is part of your objective t...
|
Posted
about 16 years
ago
Hi!I'm ever so sorry (still) that I haven't been able to answer you yet. As written before I'm working towards completing my thesis (due in 8 days) and therefore haven't been able to go through the forum . One thing is sure, you've gone through many...
|
Posted
about 16 years
ago
Hi Chris,Good to see that you've come so far by yourself. Unfortunately I'm currently working on my final thesis which is due within 8 days. Haven't been able to go through the forum lately, for which I feel pretty bad (it can't do my image any good n...
|
Posted
about 16 years
ago
Got it.Thanks to here: http://www.webmasterworld.com/apache/3646753.htmI had to change the following in my httpd.conf file:[code]# KM - allow directory browsing Options FollowSymLinks Options Indexes MultiViews ExecCGI# KM - a...
|
Posted
about 16 years
ago
For what it's worth, you had [url http://community.compactcms.nl/forum/index.php/topic,57.0.html]another thread[/url] which suggested that on a WAMP machine you needed to enable short tags. I haven't done that, but rather, have replaced all the tags wi...
|
Posted
about 16 years
ago
I have the following lines:Options +FollowSymLinksRewriteEngine On RewriteBase /compact/RewriteRule ^([^/]+)\.html$ /compact/index.php?page=$1 [L]RewriteRule ^print/([^/]+)\.html$ /compact/afdrukken.php?page=$1 [L]RewriteRule ^admin/includ...
|