Search found 81 matches

by Goran
Mon 1. Oct 2007, 22:38
Forum: phpwcms Modules English
Topic: <Solved>login.php cannot switch the language
Replies: 43
Views: 20189

Oliver Georgi wrote:OK friends,

Login screen language selection enhanced: It supports now on the fly language change for login screen (javascript submit) in case password and/or login is not filled.

Cookie is set too and combined with login form and backend language selection.

Oliver
STOP hacking code!!!!!! 8)
by Goran
Mon 1. Oct 2007, 14:18
Forum: phpwcms Modules English
Topic: <Solved>login.php cannot switch the language
Replies: 43
Views: 20189

sunny123 wrote: I mean that directly turns English page without pressing the login-Button, may I?
No, not possible without hacking the code,
by Goran
Tue 25. Sep 2007, 15:36
Forum: phpwcms Support English
Topic: Change form "Submit Query" button.
Replies: 8
Views: 3078

For example: 1. let say your submit button class is named formButton 2. add this to send button value: &nbsp; &nbsp; 3. add this to formButton class: letter-spacing: 80px; You will have blank submit button, just adjust the width, padding, margin and add background image via css class formBut...
by Goran
Tue 11. Sep 2007, 09:59
Forum: phpwcms Support English
Topic: [SOLVED] FCKeditor / Newsletters' images -> Absolute path
Replies: 9
Views: 2876

Here's what I edited : $Config['UserFilesPath'] = $baseFolder.'http://www.logotypes.ca/design/picture/upload/' ; Yves, this is wrong...read again my instruction above, you need to remove $baseFolder. from 'UserFilesPath'.....and leave only the url path to /picture/upload/ directory. I have tested a...
by Goran
Tue 11. Sep 2007, 02:56
Forum: phpwcms Support English
Topic: [SOLVED] FCKeditor / Newsletters' images -> Absolute path
Replies: 9
Views: 2876

Try following, works fine for me: 1. Open /include/inc_ext/fckeditor/editor/filemanager/browser/default/connectors/php/config.php 2. Replace $Config['UserFilesPath'] = $baseFolder.'/picture/upload/' ; with: $Config['UserFilesPath'] = 'http://www.domain.com/picture/upload/' ; 3. Replace $Config['User...
by Goran
Mon 10. Sep 2007, 21:51
Forum: phpwcms Support English
Topic: [SOLVED] FCKeditor / Newsletters' images -> Absolute path
Replies: 9
Views: 2876

Yves, I'm just curious, why you need absolute paths instead of relative paths?
by Goran
Mon 10. Sep 2007, 17:15
Forum: sites you are proud of (made with phpwcms only)
Topic: WORLD OF RICK
Replies: 3
Views: 3821

Why do you want to disable the right mouse button? Disabling right click is, in my opinion, pointless and irritating!
by Goran
Thu 2. Aug 2007, 16:31
Forum: hacks & enhancements
Topic: ::{TAG_CLOUD}:: >= 1.3.3(?) (3-8-2007 updated)
Replies: 6
Views: 3820

Great idea Freeman, but unfortunately not work for me...nothing displayed using {TAG_CLOUD} tag(clean 1.3.3 installation). :?
by Goran
Sun 22. Jul 2007, 23:42
Forum: phpwcms Support English
Topic: phpnuke to phpwcms migration??
Replies: 4
Views: 1459

You don't want to lose the weblinks or phpnuke pages/content?
by Goran
Fri 6. Jul 2007, 22:52
Forum: phpwcms Support English
Topic: [SOLVED] Dynamic font replacement - how get it working?
Replies: 7
Views: 2229

Work for me, don't forget to use the the local path on your web server in replacement.js and heading.php. Take a look:

http://www.7dana.com/youtube.phtml
by Goran
Fri 6. Jul 2007, 21:03
Forum: phpwcms Support English
Topic: [SOLVED] Dynamic font replacement - how get it working?
Replies: 7
Views: 2229

Claus, do you have any installation instrictions, I can't find anything on stewartspeak.com/projects/dtr/ ?
by Goran
Wed 4. Jul 2007, 11:21
Forum: phpwcms Support English
Topic: how do you disable the site from being seen to work behind
Replies: 20
Views: 5362

Down for Maintenance

Here's a temporary solution, works fine on my test installation...now you can turn off the phpWCMS frontend for non admin users in conf.inc.php, just set $phpwcms['down_for_maintenance'] to 1 . ----------------------------------------------------------- 1. Create html file closed.html in phpWCMS roo...
by Goran
Wed 4. Jul 2007, 01:45
Forum: phpwcms Support English
Topic: how do you disable the site from being seen to work behind
Replies: 20
Views: 5362

i know as well, Of course you know, you wrote that. :shock: what IS to be said against working in a sub directory? Nothing, but this guy clearly asked for replacement for working in a sub directory(please read again first post). I believe he asked for ability to temporarily close the phpWcms front ...
by Goran
Tue 3. Jul 2007, 23:29
Forum: phpwcms Support English
Topic: how do you disable the site from being seen to work behind
Replies: 20
Views: 5362

Jensensen wrote:such a feature is NOT available yet(?)
Yes, I know.

btw. preventing robots from indexing php-files, grant access to certain users using htaccess file, develop site in a sub directory or local using is not acceptable solution for anything except new site/domain development.