 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
April 14th, 2005, 12:30 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Oct 2004 Location: Netherlands
Posts: 32
| Disk space allowed?
Hey all,
The diskspace a normal user has (no administrator, nor moderator), is that the ammount in: Maximum multimedia upload size in Kb
Or do you have to adjust the diskspace of usergroup anonymous? I'm a bit confused about that.....
Thansk for the help!
Regards,
Ilse
|
| |
April 14th, 2005, 07:25 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,662
|
Diskspace for normal users would be set in usergroup editor in admin. The setting you have above is for maximum allowed multimedia filesize
|
| |
April 14th, 2005, 11:58 AM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Oct 2004 Location: Netherlands
Posts: 32
| So.... Which usergroup is it????? Quote: |
Originally Posted by omegatron Diskspace for normal users would be set in usergroup editor in admin. The setting you have above is for maximum allowed multimedia filesize | Now I don't know which usergroup this is. I have three usergroups in the administration of Photopost:
Anonymous
Admin
Moderators
So, which one is meant for the actual members of the site? (being not anonymous, that is!)
Thanks for the help!
Regards,
Ilse
|
| |
April 14th, 2005, 12:11 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,662
|
Interesting looks to me like your not getting the members group set
We set this in the init_usergroup function
You can use phpmyadmin to insert this make sure to put your proper table prefix
INSERT INTO pp_usergroups (groupid,groupname,modaccess,cpaccess,uploads,comments,diskspace,uploadsize,editpho,editposts,useralbums,reqmod) VALUES('100','Guests',0,0,0,0,0,0,0,0,0,0)
|
| |
April 14th, 2005, 12:19 PM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Oct 2004 Location: Netherlands
Posts: 32
|
Ehhhh, correct me if I'm wrong, but guests? I need members. Or is this one of these things that's "just a name" that I can name anything?
Regards,
Ilse
|
| |
April 14th, 2005, 12:27 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,662
|
Just rename Guests to Users when you run the insert
// If none, default to Users
if ($ubbgroups[0] == "") {
$ubbgroups = array( 100 );
}
|
| |
April 14th, 2005, 12:35 PM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Oct 2004 Location: Netherlands
Posts: 32
|
*confused* Where do I use this code?????
I have done the insert as in the previous post and I have changed guests to members (in administration of Photopost). But where do I add / insert the code:
// If none, default to Users
if ($ubbgroups[0] == "") {
$ubbgroups = array( 100 );
}
Regards,
Ilse
|
| |
April 14th, 2005, 12:40 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,662
|
You dont that was just a reference to show users are usergroup 100
Set that last group 100 under usergroups settings under moderators to the settings you want
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 03:22 PM. | |