I am running wpForo 1.7.4, and it must have been the last update or two when I seem to have lost the ability to go into a post topic that was already created, click the "edit" button on the top (first) post in the moderation row of buttons as an admin, and then modify the post topic name.
To demonstrate, I just created a new topic, saved it (posted it), and then clicked on the moderation edit button. Here's a screenshot of the entire area right after clicking on the "edit" button — I don't see anywhere in here where to change the topic name anymore, just the field to modify the message.
Is there a new way to change/moderate post titles?
Hi @curtisb,
Put this CSS code in Dashboard > Forums > Settings > Styles Tab > Custom CSS Code textarea. Save it, delete all caches, go to forum front-end and press Ctrl+F5 (twice) to reset the browser cache:
#wpforo #wpforo-wrap #wpf-form-wrapper.wpfel-4 .wpf-post-create .wpf-subject {
display: block !important;
}
Thank you @softy! That worked perfectly.
Is this CSS a permanent fix and will need to stay in there forever, or will this be "fixed" in a wpforo update and I will be able to remove this CSS at some point soon?