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
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
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;
$
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)
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
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
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
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
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
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:
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.
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
: 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
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
: 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
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
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
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
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
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,
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.
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
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
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
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
: 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.
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,
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]>
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]>
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]>
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
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
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
33 matches
Mail list logo