twotalesanimation bad1532dcd docs: verified linked member access across all protected areas
Verified that linked members now have full access to:

Member Area Navigation:
- Header shows Members Area dropdown (Campsites, Photo Gallery)

Protected Pages:
- campsites.php - Uses getUserMemberStatus() check
- gallery/gallery.php - Uses getUserMemberStatus() check
- gallery/view_album.php - Uses getUserMemberStatus() check
- gallery/create_album.php - Uses getUserMemberStatus() check

Booking Pages (show member pricing):
- src/pages/bookings/driver_training.php - Checks \ from header
- src/pages/bookings/course_details.php - Static pricing info
- src/pages/bookings/trip-details.php - Checks \
- src/pages/other/bush_mechanics.php - Checks \
- src/pages/other/rescue_recovery.php - Checks \

Booking Processors:
- src/processors/process_trip_booking.php - Uses getUserMemberStatus()
- src/processors/process_course_booking.php - Uses getUserMemberStatus()
- src/processors/process_camp_booking.php - Uses getUserMemberStatus()

All these components now recognize linked members as active members through
the improved getUserMemberStatus() function.
2025-12-05 11:43:03 +02:00
2025-12-04 15:09:44 +02:00
2025-04-18 10:32:42 +02:00
2025-04-18 10:32:42 +02:00
2025-05-23 14:31:07 +02:00
2025-12-04 15:09:44 +02:00
2025-05-23 11:50:53 +02:00
2025-05-23 11:50:53 +02:00
2025-04-18 10:32:42 +02:00
2025-04-18 10:32:42 +02:00
Description
No description provided
168 MiB
Languages
PHP 61.8%
CSS 26.1%
Sass 5.5%
HTML 4.4%
JavaScript 1.1%
Other 1.1%