• Hi,

    I’ve been trying to get the vanilla comments working for my site.. The “work” but there are a couple issues.

    #1 Links open in an iframe = Is there any way to stop this from happening?

    #2 Newest comments go to top = I don’t like this, no one likes this. How do i make them act like they are meant to with the newest posts at the bottom?

    http://wordpress.org/extend/plugins/vanilla-forums/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter RyanHemeon

    (@ryanhemeon)

    Sorry, I am using the newest versions of all related things… WordPress, vanilla, the plugins…

    My site is at http://main.iosmars.com

    This can be fixed by hacking vanilla/library/core/functions.render.php

    This is the part of vanilla that outputs those links. In there you can find the functions that built the anchor tags, and add the target=_top attribute you need.

    This is such a weird thing about Vanilla comments. target=_top should obviously be the default behavior for links inside the comments. Why on earth would people want those links to open the entire vanilla forum (or whatever else) inside the comment form iframe? Odd!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comments link to iframe, comments list newest at top’ is closed to new replies.