I know many of you have used the phpnuke cms. The only thing i wish i had from it taht this doesn't have is... and equivalent to phpnukes Encylopedia block/plugin.
What i want to do is add tons and tons and tons of how-to guides to my site. I want to organize them by category and have them sorted inside those by alpha order. Also i want to be able to add publications (stories, reports, documetns, poems, etc) in the same fashion.
I have looked all over the site for something like it but i am at a loss...
There is the Glossary Plugin. It needs work, and I had some problems with install on my dev site. I to am looking for something like the Encyclopedia module that phpnuke and postnuke have.
Jeff
"friends don't help friends run windows"
07/21/04 05:00pm
mcoim
Anonymous
ok i installed it any site.... well... this is all it shows...
Warning: main(/home/httpd/vhosts/morech.com/httpdocs/plugins/Glossary/functions.inc): failed to open stream: No such file or directory in /home/httpd/vhosts/morech.com/httpdocs/lib-common.php on line 5391
Fatal error: main(): Failed opening required '/home/httpd/vhosts/morech.com/httpdocs/plugins/Glossary/functions.inc' (include_path='/home/httpd/vhosts/morech.com/httpdocs/system/pear/:.:/usr/share/pear') in /home/httpd/vhosts/morech.com/httpdocs/lib-common.php on line 5391
I have no clue what to do... i cant' just delete the files i uploaded that doesn't work... i cannot even go to my plugins directory to unintall it... all i get is this... no matter what!
I had the same problem, here is how I solved it. In your geeklog/plugins directory you will have a directory named glossary. duplicate that directory with all its contents and change the lowercase g in glossary to a capital G. So now you should have one directory named glossary and another directory named Glossary in the geeklog/plugins directory.
Jeff
"friends don't help friends run windows"
09/09/04 10:31am
Lstern
Anonymous
to fix the problem :
change the /plugins/glossary/install.php file :
line 56 : from "$pi_name = 'Glossary';" to "$pi_name = 'glossary';"
if the glossary is already installed , update the table
UPDATE `prefix_plugins` SET `pi_name` = 'glossary' WHERE `pi_name` = 'Glossary'