Author Topic: Admin/User Sections  (Read 3769 times)

0 Members and 1 Guest are viewing this topic.

Offline BuddyBuddha

  • album.pl User
  • *
  • Posts: 5
  • Karma: +0/-0
  • I forgot to change the default text
Admin/User Sections
« on: January 01, 2005, 23:09:57 »
See I'm definately loving this software.  And I keep on thinking about writing some mods to do various things.   And I had this idea which especially applies to my site.  Here's the issue.

I have the albums set up as a 5 x 5 table.  I make various albums of parties and such and I put them in new albums, and wheneer my users make an album, it shows up as their username (I use YaBB.)

Now I was wondering if anyone could give me some pointers as to makeing let's say the top 2 rows reserved for my albums, and the bottom 3 for user albums, and then there could be pages accordingly.  One thought I had was to make seperate subdirectories for user and admin albums and then integrate that somehow.  Any ideas?

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re: Admin/User Sections
« Reply #1 on: January 21, 2005, 14:21:17 »
You might be able to use member_subdir, which allows you to have all your member directories under a specific sub-album.

If you name them all correctly, you could have a layout like this:

Admin1
Admin2
Admin3
Users
 |
 +---- User 1
 +---- User 2
 +---- User 3

Etc... Does that fit the bill?