Closed (fixed)
Project:
phpBB Forum Integration
Version:
6.x-2.0-beta5
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2009 at 09:44 UTC
Updated:
9 Jan 2012 at 06:22 UTC
Where can I change the template block "phpBBforum: New forum topics"? I want to change the conclusion, through the lists and
Comments
Comment #1
mcvegan commentedI also want to find out where i can find or edit the template of the blocks that do show up with phpbbforum, anyone?
Comment #2
Toxid commentedI'm also looking for this.
Comment #3
Toxid commentedI found a way to tame the blocks. You have the block id to work with, in my situation was top posters that had block id 6. Then you have one tag: strong. I basically set the color of the blocks content to the background color, hence making the colons and commas invisible. Then I set the color for strong to black, and made a "#block-phpbbforum-6 a" in the css file, to get to the links. Then I did some floatings so now it looks good. Use firefox + firebug to locate the ids and classes.
Comment #4
fizk commented