[geeklog-users] Access Rights Defaults

2003-10-22 Thread Ed
I'd like to understand how to modify the default security settings in: CALENDAR Default for Event Admin users is always: Owner GroupMembers Anonymous RER R R I need to change it to be RERER This is because Event Admins do not know

[geeklog-users] Access Rights Modify

2003-10-23 Thread Ed
Dirk, : As an addition: For stories, the permissions are "inherited" from the : topic the story is posted under. This applies ONLY to anonymous or non story admins. My problem is that MOST of the time, I have various story admins submitting stuff (using HTML area), and they have no clue about the

[geeklog-users] Re: Access Rights Modify

2003-10-24 Thread Ed
Thanks Dirk! That's all I needed! Some of us are not that experienced with PHP, so this helps a lot! Worked like a charm! --- As I said, the default permissions are hard-coded in admin/story.php: function storyeditor() $A['perm_owner'] = 3; $

[geeklog-users] Security - Remove from Group

2003-11-01 Thread Ed
Hello, I'm using GL 1.3.8 sr2 I've noticed strange security context behavior when using groups: 1) Create group "GROUP1" 2) Assign standard core group rights like Event Admin, Story Admin to group 3) Create new user "USER1" (has only All Users, Logged In Users assigned) 4) Add USER1 to GROUP1 5)

[geeklog-users] Sync Mailing List / Usenet with Forums

2003-11-23 Thread Ed
I think this would be a tremendously helpful plugin, as in most online communities it's very hard to get everyone using the same client app. Some like mail client and some like web client. (As an example: I'm overseas on a dialup right now, and haven't been to a forum in 10 days, but emailing like

[geeklog-users] RE: Unable to change Admin password after

2003-12-02 Thread ed
Regarding your password problem, I would check - cookies Try wiping out any cookies and reloading in browser - safari or IE permissions make sure your scripting permissions are ok - MySQL MD5 try to reset the password to a new one manually in MySQL (use PHP MySQL Admin) Make sure th

[geeklog-users] /Admin/Mail.php Errors

2004-01-12 Thread ed
I'm getting this error when I try to mail users from the /admin/mail.php page [client x.x.x.x] PHP Fatal error: Cannot redeclare display_form() (previously declared in D:\www\MYSITE\public_html\admin\mail.php:63) in D:\www\MYSITE\public_html\admin\Mail.php on line 61, referer: http://MYSITE.org/a

[geeklog-users] Daily Digest - All stories one author

2004-01-12 Thread ed
I'm testing out the Manual Digest script, sending out emails for: function COM_emailUserTopics() Using latest CVS from last night. When the email goes out, all the stories are listed as Author: Name where Name is always the same for all stories, but Name has not authored all those stories. Name e

[geeklog-users] /admin/moderation.php Errors

2004-01-12 Thread ed
I'm getting similar error as /admin/mail.phpon /admin/moderation.php when I APPROVE a new user submission. [client x.x.x.x] PHP Fatal error: Undefined class name 'mail' in D:\www\MYSITE\public_html\lib-common.php on line 3068, referer: http://MYSITE.org/admin/moderation.php Environment: Win

[geeklog-users] System Messages - Global Modify?

2004-01-13 Thread ed
A lot of my users (admittedly non-profit, not savvy) DON'T see the various system messages: - Don't see errors when submitting stories and call me - Don't see email member "message successfuly sent" and send POP email duplicates "just to be sure" etc So may I ask how one would go about:

[geeklog-users] Static Pages - Add Images

2004-01-14 Thread ed
I would like to add these options to Statics Pages: HTML area (easy enough) Browse for Images to add to content What's involved here? Can I just crib from the Story editor, add fields to gl_staticpage table(s) or is this more complex than I think? Thanks.

[geeklog-users] CVS Pear Email - Still Some work

2004-01-16 Thread ed
I've been using the CVS updates with Pear doing SMTP mail Sofar the following tests out fine: Mailing users admin/mail.php Manual Digest admin/plugins/mdigest/index.php Profile Sendprofiles.php?uid=xx What is still not working is: Submissions notifications. I hav

[geeklog-users] GL and Custom Pages

2004-01-16 Thread ed
: One thing : I'd like to be able to do is have my bug reporting and feedback system : on the web with the same GL interface. Can I do this? You can try the external pages plug-in, but if your bug tracking system has its own security context, it gets tricky. I'm a big fan of DotProject for all pr

[geeklog-users] RE: Geeklog Documentation Effort

2004-01-16 Thread ed
No I sure hope not. Here is my personal dilemma. Nothing I've seen and tried allows for easy posting of images along with the documentation, nor does it build usable indices of what's being posted. The wiki paradigm works well for geeks, but not for newbies and inexperienced users, who are more us

[geeklog-users] RE: Geeklog Documentation Effort

2004-01-16 Thread ed
: From an outsider's point of few, it sure looks like you won't be going : anywhere unless you've passed this hurdle. Once you start working on it, : you'll see whether it works for you or not and you can re-evaluate your : decision after some time. I agree. I just know myself. If the interface is

[geeklog-users] Missing path_html 1.3.9rc1

2004-01-20 Thread ed
Hello, working with CVS again, and I noticed that after updates, my stories with images already in them were giving me an image upload directory error. So I read the docs, and noticed that there is no setting of path_html anywhere by default. So I've added it to config.php under the No Need To Edi

[geeklog-users] RSS Architecture

2004-01-20 Thread ed
Quick question about the new RSS architecture in Geeklog 1.3.9rc1 (Let me know if I should be posting this stuff elsewhere) You currently have the STORY related RSS feed info hard coded into config.php Lines 130-131 // path to your site's RSS/RDF feed $_CONF['rdf_file']= $_CONF['path_html

[geeklog-users] User Topic Subscription - MDigest

2004-01-31 Thread - Ed -
I needed to change many users' Topic Email Subscriptions and struggled to find where this is in the tables. Then, the RESET button in /admin/mdigest/search.php gave me the clue! Line 166 DB_query ("UPDATE {$_TABLES['userindex']} SET etids = '-' WHERE uid = '{$uid}'"); Ok great, so I go to the t

RE: [geeklog-users] WYSWYG Editing?

2004-02-14 Thread - Ed -
TechFan, I've used HTML Area a lot, so if you have any questions, feel free to contact me. You can find me on Geeklog.net as user emagin. One recommendation to all Geeklog admins using Windows, is that you grab the OpenSource code compare tool called WinMerge http://winmerge.sourceforge.net/ I u

RE: [geeklog-users] Changing story defaults. . .

2004-02-20 Thread - Ed -
Check this forum thread (towards end of postings) for a nice explanation of how to mod your config.php file to accept many more settings for HTMLArea to work properly. As it is in default settings, none of the formatting in HTMLArea currently 'stick' when you edit a story. After applying changes,

[geeklog-users] 1.3.9rc1 Event - Repeating

2004-02-26 Thread Ed
There appears to be an incorporated repeating event option in the new 1.3.9rc1 code for event.php But whatever choices I try, nothing actually repeats. Is this a bug, or did I miss something? I think there was a hack for this posted that actually worked. Any info appreciated.

[geeklog-users] RSS to share Stories Content

2004-02-29 Thread ed
I was wondering if it would be possilbe to use GL RSS feeds to share actual content across multiple geeklog sites. I realize you can use syndication plugin (1.3.9rc1) to share multiple rss feeds. This is very nice and I appreciate it. But what if two or more "sister" GL sites want to share al

[geeklog-users] Images as Blobs in MySQL?

2004-03-01 Thread ed
Has anyone experimented with storing images and files as BLOBS in MySQL? I've repeated heard that both MSSQL and MySQL (rdbms in general) suffer big performance hits when using blobs. Can it be done? I'm finding that every time I want to make a copy of a site, move a site, or update a site, I

[geeklog-users] EmailStories User Defaults

2004-03-02 Thread Ed
I have set up all the config.php settings to default users to receive emailed new stories. I have a problem with new users not getting default story Topics: gl_userprefs / emailstories is set to = 1 for any new user that signs up BUT gl_userindex / etids is always blank for any new user (Use

RE: [geeklog-users] EmailStories User Defaults

2004-03-03 Thread Ed
Thanks for your reply Dirk. A couple more questions to clarify all this: : >gl_userprefs / emailstories is set to = 1 for any new user that signs up : That field isn't used in Geeklog ... (assuming emailstoriesperdefault = 1) Ok, so when a user goes into preferences and TURNS OFF email notif

RE: [geeklog-users] Add large files to the download section with filemgmt

2004-03-31 Thread Ed
: I got a few files that is >100 MB in size, and I wonder how the : heck I'm supposed to add them to My Downloads? Uploading files : with php that exceeds a few megs just dont seem reasonable :P Update your php.ini file to increase max upload size to your needs.

[geeklog-users] MySql 4.1 No Install

2004-05-26 Thread Ed
I guess you can't install a fresh install (Mysql DB) when running MySql 4.1 You get an "#1250 - Client does not support authentication protocol requested by server; consider upgrading MySQL client" So I'm just copying existing DBs and that seems to work ok for now. 4.1 supports temporary tables,

[geeklog-users] email/forum integration

2003-12-29 Thread Ed Weinberg
Is there a module which integrates email with forums? What I would like is posts to forum "a" be sent to subscribers of list "a" and posts to list "a" be added to forum "a". Does this exist? -- Ed Weinberg <[EMAIL PROTECTED]>

[geeklog-users] Big static pages

2004-01-04 Thread Ed Weinberg
error: parse error in /home/geek/geeklog/public_html/staticpages/index.php(101) : eval()'d code on line 1 How can I make this work? -- Ed Weinberg <[EMAIL PROTECTED]>

[geeklog-users] replace @ with @ to fight spam

2004-01-04 Thread Ed Weinberg
Is there a way to get Geeklog to replace all occurrences of "@" with "@"? That way when the spam spiders look at your site they do not realize that you have email addresses on the pages? -- Ed Weinberg <[EMAIL PROTECTED]>

Re: [geeklog-users] replace @ with @ to fight spam

2004-01-05 Thread Ed Weinberg
removed! It seemed to get removed in stories. Yes, I need more testing...like comments. I could not find a place to ask for new features on project.geeklog.net. Were can I get a copy of source.php? > Ed Weinberg wrote: > > Is there a way to get Geeklog to replace all occurrences of &q

[geeklog-users] forms on static pages?

2004-01-09 Thread Ed Weinberg
I seem to have a problem putting forms and statements on static pages...should this work? -- Ed Weinberg <[EMAIL PROTECTED]> signature.asc Description: This is a digitally signed message part

[geeklog-users] mail utility

2005-01-12 Thread Ed Horwich
nds up with a 'page not found' error. I'm not sure where to start looking for either of these errors. Any help appreciated 'Best ED