Search found 2168 matches

by DeXXus
Wed 3. Oct 2007, 12:20
Forum: phpwcms Support Deutsch
Topic: [SOLVED]phpwcms1.3.5: Spaw-Editor geht nicht
Replies: 25
Views: 6556

@DeXXus: Den vermutlichen Bug in der Datei editor.class.php habe ich ausgebessert. Aber selbst darauf hin keine Veränderung! Sorry, didn't expect it was related, just making NOTE of it for OG. I just remembered a different "symptom" reported by another user: http://www.phpwcms.de/forum/vi...
by DeXXus
Wed 3. Oct 2007, 11:23
Forum: phpwcms Support Deutsch
Topic: [SOLVED]phpwcms1.3.5: Spaw-Editor geht nicht
Replies: 25
Views: 6556

While looking at above user's problem...I've just come across what I ~believe~ to be a minor bug (typo) in this file: "/include/inc_ext/spaw2/class/editor.class.php" IS /** * Name of the page input (textarea) * @var string */ var $intputName; SHOULD ~likely~ BE /** * Name of the page input...
by DeXXus
Sat 29. Sep 2007, 10:29
Forum: phpwcms Modules English
Topic: <Solved>login.php cannot switch the language
Replies: 43
Views: 20225

This may be a dumb question. Is your browser encoding set properly to English? Can you help me to change the login.php to set properly langage from people choose, and from browser enconding too? Does this mean that it DID make a difference? There's an OLD discussion linked below that was regarding ...
by DeXXus
Sat 29. Sep 2007, 07:55
Forum: phpwcms Modules English
Topic: <Solved>login.php cannot switch the language
Replies: 43
Views: 20225

This may be a dumb question. Is your browser encoding set properly to English?
by DeXXus
Sat 29. Sep 2007, 06:38
Forum: General Discussion
Topic: Showing picutes as 'slideshow' ?
Replies: 11
Views: 4468

-=Fixed Pappnase's download link=-
(he sometimes types FAST -and- has FAT fingers! :P ):
Coppermine-based Slideshow
by DeXXus
Sat 29. Sep 2007, 06:27
Forum: phpwcms Modules English
Topic: <Solved>login.php cannot switch the language
Replies: 43
Views: 20225

Have you added your language entry into this file? "include/inc_lang/code.lang.inc.php" $BL['EN'] = 'English'; $BL['AR'] = 'عربي'; $BL['BG'] = 'Български'; $BL['CA'] = 'Catal&agrave;'; $BL['CZ'] = 'Česky'; $BL['DA'] = 'Dansk'; $BL['DE'] = 'Deutsch'; $BL['ET'] = 'Eesti'; $BL['ES'] = 'Es...
by DeXXus
Fri 28. Sep 2007, 04:27
Forum: phpwcms Modules English
Topic: I found "discuss"
Replies: 5
Views: 3783

Re: I found "discuss"

//discuss $wcsnav["discuss"] = "<strong class="navtext">".$wcsnav["discuss"]."</strong>"; why can not open it? ~Looks~ like it is just a STUB (not yet implemented function). Notice that the other switch CASE statements have "phpwcms.php?do=...&...
by DeXXus
Fri 28. Sep 2007, 00:47
Forum: phpwcms Support English
Topic: <Solved>I find a problem with backend language
Replies: 4
Views: 1479

I found the solved,just here: $_SESSION["wcs_user_lang"] = 'zh-CN'; //by ono can't use "-", can I?why?is it a bug? Looks like because of a two-character name limit for language designator: "login.php" //define language and check if language file is available if(isset($...
by DeXXus
Wed 26. Sep 2007, 15:32
Forum: phpwcms Modules English
Topic: <Solved>how to setup Glossary?
Replies: 18
Views: 15194

You are generally right, but since they don't depend upon any content... security is less important. Perhaps they just leave it there to quickly re-install/refresh the demo? If you care enough, you could be a good samaritan! ;-)
by DeXXus
Wed 26. Sep 2007, 06:34
Forum: phpwcms Modules English
Topic: <Solved>how to setup Glossary?
Replies: 18
Views: 15194

Re: Okay, thank you

but I have delete the folder "setup", why still tell to delete the folder? it is what is the mean? And how to use the Glossary? There is another one under : include/inc_module/mod_glossary/ with a setup script inside which stores values of needed sql... "/include/inc_module/mod_gloss...
by DeXXus
Wed 26. Sep 2007, 03:13
Forum: phpwcms Modules English
Topic: <Solved>how to setup Glossary?
Replies: 18
Views: 15194

"/include/inc_module/mod_glossary/setup/setup.php" That IS the screen for SUCCESSFUL setup of glossary: if(_dbQuery($sql, 'CREATE')) { echo '<p class="title">Glossary setup</p>'; echo '<p>Please delete folder <b>setup</b> which can be found inside the module folder here:<br />';...
by DeXXus
Tue 25. Sep 2007, 15:18
Forum: phpwcms Support English
Topic: Change form "Submit Query" button.
Replies: 8
Views: 3078

What text is it, exactly, that is on the button in question?
by DeXXus
Mon 24. Sep 2007, 20:15
Forum: hacks & enhancements
Topic: [Css trick] Random background image
Replies: 37
Views: 54007

heliotrope wrote:no one able to help me ???
http://www.phpwcms.de/forum/viewtopic.php?t=15677
by DeXXus
Mon 24. Sep 2007, 10:09
Forum: phpwcms Support English
Topic: [solved]default.inc.php
Replies: 10
Views: 3985

Hi Dexxus, Tryed both... still not working... :cry: Post the error(s) so folks can see the "reported" paths. ;-) Update: NEVERMIND Warning: main(/ home/printori/public_html /include/inc_ext/Openads/Openads_function.php): failed to open stream: No such file or directory in / var/autofs/pub...
by DeXXus
Sun 23. Sep 2007, 00:02
Forum: phpwcms Support English
Topic: [solved]default.inc.php
Replies: 10
Views: 3985

Most Likely ~something~ like this: // site values $phpwcms['site'] = 'http://www.isa.utl.pt/~joaopalma/'; // paths $phpwcms['DOC_ROOT'] = '/home/printori/public_html'; $phpwcms['root'] = ''; OR THIS: // site values $phpwcms['site'] = 'http://home.isa.utl.pt/~joaopalma/'; // paths $phpwcms['DOC_ROOT'...