Embedding of phpBB posts done by inserting <?php print $phpbbforum_comments; ?> line in node.tpl.php.
But it embeds too much that we (me definitely) need.

1. As for me, I don't want to see in my nodes for example #page-footer from phpBB - 'Board index', 'Subscribe topic' links, etc. Same goes for 'Powered by phpBB' credits, along with 'Who is online' block, 'Jump to' and 'Quick-mod tools' forms.

2. The second thing that I want to get rid of on the node page is the FIRST post of the embedded phpBB forum topic in the node comments. It's just a duplicate content of the actual node content, isn't it? Except that it gives the page a bad look this is also bad for SEO. But leave only the link-to-parent-node in 1st post is not a solution, because i need my users who visited that thread through the forum be able to read a least a node-teaser to get what it's about.

So how to do that? Question about '1st post' is a top priority for me now.
In a worst case to solve 1st issue i can use CSS to hide it, but the 2nd one needs a real solution (as i said, it's bad for SEO).

Comments

STINGER_LP’s picture

Am I the only one who wants to do that?

apoc1’s picture

for your first question;

you can easly locate which css codes fit per div and just add display: none;

for your second question, I also want to get rid of it, but this is not easly, as most likely, you will get problems in your actual forum. I think this is resolvable in a few minutes coding, but there has to be a more advanced solution to your question.

vevhlos’s picture

+1 to this issue. Plus when phpbb comments are displayed in the node, the node title changes to the forum thread's title, which means duplicate titles. Terrible from a SEO perspective.

fizk’s picture

Status: Active » Closed (fixed)