<Solved>how to setup Glossary?

Get help with installation and running official modules for phpwcms here. Please do not post bug reports or feature requests here.

<Solved>how to setup Glossary?

Postby sunny123 on Wed Sep 26, 2007 00:37

my phpwcms is v1.3.3
why my phpwcms shows .... :(
Last edited by sunny123 on Thu Oct 11, 2007 01:14, edited 2 times in total.
sunny123
 
Posts: 52
Joined: Wed Sep 26, 2007 00:11

Postby DeXXus on Wed Sep 26, 2007 01:13

"/include/inc_module/mod_glossary/setup/setup.php"

That IS the screen for SUCCESSFUL setup of glossary:
Code: Select all
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 />';
   echo str_replace(PHPWCMS_ROOT, '', $phpwcms['modules'][$module]['path']).'</p>';

}

UNSUCCESSFUL:
Code: Select all
else {

   echo '<p class="title">Glossary setup</p>';
   echo '<p class="error">Error creating <b>glossary</b> initial database table:</p>';
   echo '<p>'.@htmlentities(@mysql_error(), ENT_QUOTES, PHPWCMS_CHARSET).'</p>';

}

The paragraph title(s) should ~probably~ be changed to differentiate between success and failure.;-)
User avatar
DeXXus
 
Posts: 2168
Joined: Fri Nov 28, 2003 05:20
Location: USA - Florida

Okay, thank you

Postby sunny123 on Wed Sep 26, 2007 02:42

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?
sunny123
 
Posts: 52
Joined: Wed Sep 26, 2007 00:11

Postby DF6IH on Wed Sep 26, 2007 04:23

There is another one under : include/inc_module/mod_glossary/ with a setup script inside which stores values of needed sql...
http://www.phpwcms-docu.de/download-dev-versions.phtml --> playing 312
http://jgbm.de/bensheim_2009.phtml Wir haben uns getroffen und die Freude am CMS ist wieder steil gestiegen, Bilder folgen !!
How to code my own Module? -> http://jgbm.de/Module-creation-guide-1.phtml
User avatar
DF6IH
 
Posts: 2681
Joined: Mon Jan 10, 2005 17:10
Location: Hoffenheim (fast)

Re: Okay, thank you

Postby DeXXus on Wed Sep 26, 2007 04:34

sunny123 wrote: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?

DF6IH wrote:There is another one under : include/inc_module/mod_glossary/ with a setup script inside which stores values of needed sql...

DeXXus wrote:"/include/inc_module/mod_glossary/setup/setup.php"

echo '<p>Please delete folder <b>setup</b> which can be found inside the module folder here:<br />';

Yes, that folder in RED
User avatar
DeXXus
 
Posts: 2168
Joined: Fri Nov 28, 2003 05:20
Location: USA - Florida

Re: Okay, thank you

Postby sunny123 on Wed Sep 26, 2007 07:38

DeXXus wrote:
sunny123 wrote: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?

DF6IH wrote:There is another one under : include/inc_module/mod_glossary/ with a setup script inside which stores values of needed sql...

DeXXus wrote:"/include/inc_module/mod_glossary/setup/setup.php"

echo '<p>Please delete folder <b>setup</b> which can be found inside the module folder here:<br />';

Yes, that folder in RED


Oh, yeah,thank you! okay, I have see "create glossary entry", you are a nice man!
sunny123
 
Posts: 52
Joined: Wed Sep 26, 2007 00:11

mod_glossary

Postby sunny123 on Wed Sep 26, 2007 11:57

I found opensourcecms.com's demo like me
you can see it at:
http://demo.opensourcecms.com/phpwcms/phpwcms.php
username:admin
password:demo

it shows not everyone know about this!
Why don't make this install files with phpwcms's install files together?
sunny123
 
Posts: 52
Joined: Wed Sep 26, 2007 00:11

Postby DeXXus on Wed Sep 26, 2007 13:32

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! ;-)
User avatar
DeXXus
 
Posts: 2168
Joined: Fri Nov 28, 2003 05:20
Location: USA - Florida

re:

Postby sunny123 on Wed Sep 26, 2007 18:12

DeXXus wrote: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! ;-)


Thank you for your appreciation!
I want to building a chinese phpwcms for Chinese people, I am in the production of Chinese language pack.
Now I want to know can I do and does it make sense?
sunny123
 
Posts: 52
Joined: Wed Sep 26, 2007 00:11

Postby claus on Thu Sep 27, 2007 05:58

It does make sense, of course :D
User avatar
claus
 
Posts: 2777
Joined: Mon Jan 10, 2005 16:29
Location: germany / outdoor

thanks

Postby sunny123 on Thu Sep 27, 2007 06:22

I almost finish,and now make the translation setup folder!
And I think how to post it?
sunny123
 
Posts: 52
Joined: Wed Sep 26, 2007 00:11

Postby DF6IH on Thu Sep 27, 2007 06:24

Normallly those language packings should go to Oliver.....
http://www.phpwcms-docu.de/download-dev-versions.phtml --> playing 312
http://jgbm.de/bensheim_2009.phtml Wir haben uns getroffen und die Freude am CMS ist wieder steil gestiegen, Bilder folgen !!
How to code my own Module? -> http://jgbm.de/Module-creation-guide-1.phtml
User avatar
DF6IH
 
Posts: 2681
Joined: Mon Jan 10, 2005 17:10
Location: Hoffenheim (fast)

okay

Postby sunny123 on Thu Sep 27, 2007 07:02

DF6IH wrote:Normallly those language packings should go to Oliver.....


thank you!
sunny123
 
Posts: 52
Joined: Wed Sep 26, 2007 00:11

Postby marcus@localhorst on Thu Sep 27, 2007 11:01

chinese language pack would be great! ;-)
best marcus
„go out and love everyone“ (Akron/Family)
User avatar
marcus@localhorst
 
Posts: 731
Joined: Fri May 28, 2004 09:31
Location: localhorst

I have finished it

Postby sunny123 on Thu Sep 27, 2007 12:36

Last edited by sunny123 on Thu Oct 11, 2007 01:09, edited 1 time in total.
sunny123
 
Posts: 52
Joined: Wed Sep 26, 2007 00:11

Next

Return to phpwcms Modules English

Who is online

Users browsing this forum: Alexa [Bot] and 0 guests