Opened 14 years ago
Closed 12 years ago
#2127 closed defect (bug) (wontfix)
Imported phpBB 'Global Stickies' have invalid forum id
| Reported by: | netweb | Owned by: | netweb |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | API - Importers | Version: | 2.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Issue: Importing topics using the phpBB converter that are assigned as a 'Global Sticky' are not assigned to a standard phpBB forum, they are assigned globally to phpbb_topics.forum_id = 0
Solution: When importing topics from phpBB reassign any phpbb_topics.forum_id = 0 to a default/primary forum for bbPress that does not equal zero. eg. phpbb_topics.forum_id = 1
Related: #2126
Change History (7)
#2
@
14 years ago
Correct, nothing is broken, the topic does exist and functions as expected for a topic and is shown in wp-admin -> Topics as '(No Forum)'
#7
@
12 years ago
- Milestone 2.6
- Resolution → wontfix
- Status new → closed
Topics do not need to have a forum and this is standard bbPress behaviour.
Closing as wontfix, if this becomes an issue for anyone for some reason feel free to re-open and add it to the 'Awaiting Review' milestone so we see it.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Does this actually break anything? Topics without forums should still work, and appear in the topics list. Correct?