From wjohns at balita.org Tue Dec 24 15:49:50 2002 From: wjohns at balita.org (Wayne Johns) Date: Wed, 25 Dec 2002 04:49:50 +0800 Subject: [geeklog-users] confirm 425412 In-Reply-To: <20021224204144.5406.66836.Mailman@internal.iowaoutdoors.org> References: <20021224204144.5406.66836.Mailman@internal.iowaoutdoors.org> Message-ID: <200212250449.50631.wjohns@balita.org> On Wednesday 25 December 2002 04:41, geeklog-users-request at lists.geeklog.net wrote: > confirm 425412 From wjohns at balita.org Tue Dec 24 19:25:46 2002 From: wjohns at balita.org (Wayne Johns) Date: Wed, 25 Dec 2002 08:25:46 +0800 Subject: [geeklog-users] Re: geeklog-users -- confirmation of subscription -- request 425412 In-Reply-To: <20021224204144.5406.66836.Mailman@internal.iowaoutdoors.org> References: <20021224204144.5406.66836.Mailman@internal.iowaoutdoors.org> Message-ID: <200212250825.46686.wjohns@balita.org> confirm 425412 From macosx at rocteur.cc Wed Dec 25 06:51:48 2002 From: macosx at rocteur.cc (Jerry Rocteur) Date: Wed, 25 Dec 2002 12:51:48 +0100 Subject: [geeklog-users] Natural Elimination In-Reply-To: <200212250825.46686.wjohns@balita.org> Message-ID: <4003693D-17FF-11D7-B46A-003065E76B5E@rocteur.cc> The new list is welcome.. Hopefully this will stop the spam!!! And can we automatically reject people subscribing who reply to the list instead of geeklog-users-request at lists.geeklog.net ;-))))) Think about it ;-)) Merry Xmas fellow Geekers.. Jerry On Wednesday, Dec 25, 2002, at 01:25 Europe/Brussels, Wayne Johns wrote: > confirm 425412 > _______________________________________________ > geeklog-users mailing list > geeklog-users at lists.geeklog.net > http://lists.geeklog.net/listinfo/geeklog-users > > Re: [geeklog-users] Re: geeklog-users -- confirmation of subscription > -- request 42541 From jeffrey at pascone.com Wed Dec 25 11:00:38 2002 From: jeffrey at pascone.com (Jeffrey Pascone) Date: Wed, 25 Dec 2002 08:00:38 -0800 Subject: [geeklog-users] Signature Formatting Message-ID: [JCP>] Can HTML be enabled for siggies? [JCP>] Thanks.. From airamis77 at thebluemachine.com Fri Dec 27 12:24:15 2002 From: airamis77 at thebluemachine.com (Mike) Date: Fri, 27 Dec 2002 11:24:15 -0600 Subject: [geeklog-users] Wrapping a plugin Message-ID: <001401c2adcc$c82a6370$50805c42@mikeiuv51xah56> Awhile back I created a small php script for creating and maintaing a league for online games. I finally decided to convert this into a GL Plugin (my 1st one) and I'm running into a few problems and looking for some tips. Basically at the moment Im having some problems in wrapping the scripts to get them to fit into GL. On all PHP only scripts this is no problem. But the majority of it is a mixture of php and html with some tables. Im not the best coder so I basically just learn by example and get lucky in getting things to work most of the time. But I can't seem to figure it out. So is there some sort of trick to getting an HTML table to be wrapped by GL. Or does anyone know of any examples that may get me started. Thankx for all your help Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: From ken at digitalcomplications.com Sun Dec 29 13:18:16 2002 From: ken at digitalcomplications.com (Ken) Date: Sun, 29 Dec 2002 10:18:16 -0800 Subject: [geeklog-users] Can't post as admin Message-ID: Hi folks, I 'm new to the list and to Geeklog as well. First off I am impressed ! Everything installed great and seems to work perfectly. One question though, I can not add a story when logged in as admin. I know that sounds odd but it's true. I can submit things as anonumous, etc. But when I am logged in as admin, All I get is a Page can not be displayed error. I have tried it as a draft then save, no draft and preview, just save, with comments enabled /disabled. Nothing. Always the same. Am i missing something here? Any other user can "get published", but not me (as admin). Any ideas ? Thanks Ken From hopfgartner at rolmail.net Tue Dec 31 03:35:21 2002 From: hopfgartner at rolmail.net (hopfgartner) Date: Tue, 31 Dec 2002 09:35:21 +0100 Subject: [geeklog-users] Getting away from global - Introducing constants Message-ID: Dear Geeklog developers, I would like to use GL in 2 installations, but I we have register-globals enabled. In order to get away from globals, I sent you some patch, more for the purpose of illustration. This takes away the _*_VERBOSE variables and replaces them with a constants (indeed, logically _*_VERBOSE are constants, since their values is never changed in the code). Please enjoy, Peter Hopfgartner P.S.: The patch was created as diff -Naur old_file new_file -------------- next part -------------- A non-text attachment was scrubbed... Name: patch-const-geeklog-1.3.7-public_html-admin-poll.php Type: application/octet-stream Size: 1679 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: patch-const-geeklog-1.3.7-public_html-admin-user.php Type: application/octet-stream Size: 2242 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: patch-const-geeklog-1.3.7-public_html-lib-common.php Type: application/octet-stream Size: 3025 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: patch-const-geeklog-1.3.7-public_html-usersettings.php Type: application/octet-stream Size: 1503 bytes Desc: not available URL: From hopfgartner at rolmail.net Tue Dec 31 03:36:54 2002 From: hopfgartner at rolmail.net (hopfgartner) Date: Tue, 31 Dec 2002 09:36:54 +0100 Subject: [geeklog-users] Getting away from global - Introducing constants, part 2 Message-ID: The next patches: -------------- next part -------------- A non-text attachment was scrubbed... Name: patch-const-geeklog-1.3.7-system-lib.custom.php Type: application/octet-stream Size: 992 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: patch-const-geeklog-1.3.7-system-lib.security.php Type: application/octet-stream Size: 6986 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: patch-const-geeklog-1.3.7-system-lib.sessions.php Type: application/octet-stream Size: 5463 bytes Desc: not available URL: