Support Forum

How can I move topics to another forum or group?

MB Martin Brinkmann
Martin Brinkmann
Member

I’m having issues moving topics. I’m signed in as admin, but the toolbox options as outlined in the codex do not display when I hover over the topic or row in the forum.

I’m pretty sure I’m missing something but cannot figure it out. Any help would be appreciated.

Addendum: I see the Toolbox here on the left side. This box is not displayed on my forum. Anyone know why that is the case, maybe a permissions issue?

3 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

Failure for the tools icon to show up most usually denotes scripting errors that have stopped JavaScript from functioning. I say most usually because there may be other explanations but it is the first thing to look for.

And the most common JavaScript conflict – in your WP theme or another plugin – is explained in this codex article which describes what this means and what to look for:

http://codex.simple-press.com/codex/faq/troubleshooting/what-is-this-jquery-conflict/

 

MB Martin Brinkmann
Martin Brinkmann
Member

Thanks I figured it out. One of the plug-ins loaded a jquery library which seems to have interfered with the forum. I have installed Plugin Organizer for WordPress to disable the plug-in on the forum page, and everything is working fine now.