Skip to:
Content

bbPress.org

Opened 14 years ago

Closed 14 years ago

#1701 closed defect (bug) (fixed)

First install should create an example forum/topic/reply

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by:
Milestone: 2.1 Priority: normal
Severity: normal Version: 2.0
Component: API - Installation/Upgrade Keywords: needs-patch
Cc: georgemamadashvili@…, jared@…

Description

When you first install bbPress 2.x, there is no default forum/topic/reply, which renders 404 pages when admins try to reach their new forums. With no benchmark for how bbPress works, this leads to confused users and is a poor new user experience.

Resolution: On new installs, create a default forum, topic, and reply. The default data should be configurable at a network level also, or at least filterable so that the default data can be customized.

Change History (3)

#1 @Mamaduka
14 years ago

  • Cc georgemamadashvili@… added

Good idea, I can do all coding staff, but will need help with texts for example forum/topic/reply, if there already is a text that I can use, just drop url and I'll create patch ASAP

Last edited 14 years ago by Mamaduka (previous) (diff)

#2 @jaredatch
14 years ago

  • Cc jared@… added

I can look into this when I have some time if you haven't yet. Where would you suggest looking first - the best place to implement something like this?

#3 @johnjamesjacoby
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [3768]) First pass at creating forum content on first installation.

  • Move bbp_activation and bbp_deactivation action hooks into admin actions so they are not run by site visitors
  • Introduce bbp_create_initial_content() function to handle insertion of initial forum, topic, and reply
  • Fixes #1701
Note: See TracTickets for help on using tickets.