I'm using:

Drupal 6.16
Advanced Forum 6.x-2.0-alpha2
Author Pane 6.x-2.0-alpha2
Views 6.x-2.10
Flatcomments 6.x-2.0
FYI, I'm not using Nodecomment module (don't think it matters for my problem)

My author pane is missing on the forum topic but is displayed for all replies beneath the topic. The other strange thing is that when I click "Edit" and then preview the Forum Topic node, the Author Pane magically appears. It's only when viewing the Forum Topic with all its attached replies when its missing.

Also, my screenshots are with Cloudless Day theme turned on but I've tried all the others and I get same result.

See attached screenshots for better clarification.

Comments

Rael’s picture

StatusFileSize
new144.37 KB

I guess my issue is related with this one.

When creating a new topic, the preview fuction does not display author pane, it acts like a regular comment. But the preview works fine if i edit the topic later.
When the topic is created, author pane shows correctly, and replies are fine too.

So only the preview for the first post in thread is broken.

I'm using:
Advanced Forum 6.x-1.1
Author Pane 6.x-1.1
Flat comments 6.x-2.0
Views 6.x-2.10

michelle’s picture

Status: Active » Postponed (maintainer needs more info)

Did you ever figure this out? I don't even have a guess, unfortunately. :(

Michelle

kmajzlik’s picture

i have the same issue. must be colision with some module, i had the same colision with tribune and jquery_update! and everything was fine when i installed advanced forum at start of developing.

kmajzlik’s picture

i tried:
- set weight of advanced_forum and author_pane (tried 999 and -999 and all combinations)
- it goes thru advanced_forum.naked.post.tpl.php
- removed IF around print $author_pane; so it seems $author_pane is not set here
- author_pane 's block works corectly there

kmajzlik’s picture

and the winner is: nodereference_url version = "6.x-1.6"

michelle’s picture

Status: Postponed (maintainer needs more info) » Active

Really? How odd... I can't think how that could possibly affect that. Oddly enough, I was just debating using that on my own site. LOL!

If you can find out how it's causing this, that would be great. It might be a while before I can look at it.

Michelle

kmajzlik’s picture

Version: 6.x-2.0-alpha2 » 6.x-2.x-dev

i'm not programmer so this solution maybe IS NOT the best, but it simply works for me at this moment.
changed file: advanced_forum.naked.post.tpl.php around line #68

original:

    <div class="forum-post-panel-sub">
        <?php print $author_pane; ?>
    </div>

fixed with:

    <div class="forum-post-panel-sub">
        <?php print author_pane_get_block(); ?>
    </div>
michelle’s picture

No, that's definitely not a good method and won't work right if you're using Node Comments. If you're using core comments, it's a work-around but a better fix needs to be found.

Michelle

kmajzlik’s picture

i agree totally! But need it just now. And that my "fix" is not 100% working - normal author_pane's block has to be in some region :(

quicksketch’s picture

karlos007 opened an issue over at #882608: Collision with Advanced Forum, but I'm extremely skeptical that Node Reference URL has anything to do with the problem. The module is 100% a CCK widget. It doesn't affect anything outside of the Node Reference field on which it is applied.

michelle’s picture

Yeah, I really have no clue as well. The Author Pane is added via a call to the AP theme function during the node and comment preprocesses. As long as NRURL not preventing the node preprocess from running, which I find highly unlikely, I can't see any reason why this would happen.

Michelle

kmajzlik’s picture

Same at me - I tried to read codes of all 3 modules(AF, AP, NRURL) and do not have any idea. But it is doing that problem for me. Tried to switch on and off module by module and having this problem whenever i try that combination. I do not have any CCK field at "forum" post.

magnus’s picture

Title: Topic starting node missing Author Pane when using Node Reference URL Widget » Forum Topic (first post in thread) missing Author Pane but is displayed for all topic replies
Status: Closed (won't fix) » Active

I have the same problem with Node Reference URL Widget. See #882608-2: Collision with Advanced Forum

michelle’s picture

Title: Forum Topic (first post in thread) missing Author Pane but is displayed for all topic replies » Topic starting node missing Author Pane when using Node Reference URL Widget

Clarifying the title. Not sure there's anything else I can do here. I don't know how NRURL could possibly be interfering here.

Michelle

michelle’s picture

Status: Active » Closed (won't fix)

Without more info, there's nothing I can do here, sorry.

Michelle

magnus’s picture

Title: Forum Topic (first post in thread) missing Author Pane but is displayed for all topic replies » Topic starting node missing Author Pane when using Node Reference URL Widget
Version: 6.x-2.x-dev » 6.x-2.0-alpha4
Category: support » bug
Status: Active » Fixed

After upgrade to Advanced Forum 6.x-2.x-alpha4 this issue no longer exist. Still don't know what was causing the issue though.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

chriszz’s picture

I experienced a similar issue, but on my side it was solved using a different author pane in the panels menu. I can add an author pane from MISC. But that won't work. I can add one from Advanced Profile Kit Section / and that will work.

regards
Christian