Tetra-WebBBS Support Forum

Re: Regarding Gallery Index
In Response To: Re: Regarding Gallery Index ()

Hi Rainer, I have just completed testing this feature and can report that so far so good..

I added these 2 lines to my webbbs_settings.pl file in the section marked as:-

# <!-- codeblock_start -->
#######################################################
##  Grant enhanced privileges to registered users:   ##
##                                                   ##
##  Don't touch the following line                   ##
sub registered_users {                               ##
##  copy appropriate settings for registered users   ##
##  below this line:                                 ##

$tbb->{'conf'}->{'gallery'}->{'picture_gallery'} = 1;
$tbb->{'conf'}->{'upload'}->{'enable_media'} = 1;

with all the other options included here as well..

## don't delete to keep this sub intact:             ##
}           ## end sub registered_users              ##
#######################################################

And I can report that the Gallery Index link & the Media Upload option are both there for Registered (Paid) Users but not there for Public (Free) Users.

If you see any potential problems with doing it this way can you please let me know..

Cheers

Steve

: Hi Rainer, I was hoping to add it this option/feature to the
: section in webbbs_settings.pl file where I have all the other
: options/features enabled:

: ## Grant enhanced privileges to registered users:

: $tbb->{'conf'}->{'gallery'}->{'picture_gallery'} = 1;

: I'll test this out and add the line you have provided to that
: section and see what happens..

: Thanks for your help here..

: Cheers

: Steve


: :
: $tbb->{'conf'}->{'gallery'}->{'picture_gallery'} = 1;

: