• I setup WP-United, and it works fine, cross posting works fine as well… it’s links that show up oddly within phpBB itself. For example, the Moderator Control Panel, has a path next to it.. that looks like this

    Moderator Control Panel (./mcp.php?f=2&i=main&mode=forum_view&sid=d77693d665d03ff810947b8ef1eed046)

    The same occurs for other areas, such as return to board index, or the users currently browsing, the Legend..

    Link to site – http://www.themcluster.net/phpBB/index.php

    Did I setup something wrong, or is there a way to fix this?

    P.S. This happens no matter what phpBB theme I use, even the default prosilver.

    http://wordpress.org/extend/plugins/wp-united/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author jhong

    (@jhong)

    Hi,

    Your WordPress template is doing this — CSS is inserting the URLs client-side.

    Look for a CSS rule that looks something like:

    some-rule-here a:link:after { content:” (” attr(href) “) “; }

    and change it so it doesn’t apply to links in the forum.

    Hope this helps,

    John

    Thread Starter Reaperr

    (@reaperr)

    Hmm, it doesn’t do this on any other pages, so i’m not really sure where to start looking. I’ll check around though.

    Thread Starter Reaperr

    (@reaperr)

    I found the way to fix my issue was to reduce the level of Automatic CSS Integration to Medium. When set to maximum these pop up.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘links showing oddly’ is closed to new replies.