Closed (fixed)
Project:
phpBB2Drupal
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
19 Feb 2012 at 21:20 UTC
Updated:
11 Oct 2012 at 16:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
g10 commentedphpBB also has 'announcements', which are placed above 'sticky' threads / topics (Drupal does not have this equivalent as far I can see)
the 'post_type' table field contains:
0: normal post
1: sticky
2: announcements
patch in attachment turns every post_type > 0 into a sticky thread (thus announcements become sticky threads)
Comment #2
g10 commentedhmm, wrong table field, it is not 'post_type' but 'topic_type'
attached patch adjusts this
Comment #3
JeremyFrench commentedThis looks ok. Testing it out now.
Comment #4
JeremyFrench commentedhttp://drupalcode.org/project/phpbb2drupal.git/commitdiff/c130cf2 should fix this.
Though it should be noted that announcements are not quite the same and should be handled better, another issue for another day.