When you enter on the dashboard, on the “/wp-admin/nav-menus.php” page, you setup your menu, and you can put and remove options on your menu.
in this menu, you have ” Home Forum Blog Gallery …. ”
on the Forum option, you link to “http://artintheblood.net/forum/” this is the option you must change to whatever you want.
as i can unerstand, due to mi poor english, i think that, if you want a father forum called “forums” and a child forum called “forum”, i think you can set the first one as the “parent forum” off the second one, and set the parent forum of the first one as “none”.
so in your menu, you can set the forum option to whatever forum you want.
best regards
I think the code is in the wp-includes/js/quicktags.js file on line 621 , and in the quicktags.min.js on line 152 of the formated version.
if ( src ) {
alt = prompt(quicktagsL10n.enterImageDescription, '');
this.tagStart = '<img src="' + src + '" alt="' + alt + '" />';
qt.TagButton.prototype.callback.call(this, e, c, ed);
}
best regards