Skip to:
Content

bbPress.org

Opened 15 years ago

Closed 14 years ago

#1701 closed defect (bug) (fixed)

First install should create an example forum/topic/reply

Reported by: johnjamesjacoby Owned by:
Priority: normal Milestone: 2.1
Component: API - Installation/Upgrade Version: 2.0
Severity: normal 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
15 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

Version 0, edited 15 years ago by Mamaduka (next)

#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

  • Resolutionfixed
  • Status newclosed

(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.