Notifications
Clear all

wpForo 1.x.x [Solved] Move topic button is not visible

11 Posts
2 Users
1 Likes
1,361 Views
Posts: 74
Topic starter
(@snozy86)
Estimable Member
Joined: 5 years ago

I don't see 'tool' to move topic.

how do i add 'tool'?

10 Replies
Sofy
Posts: 4198
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

@snozy86,

Please navigate to Dashboard > Forums > Settings > Forum Accesses, edit each "Forum Access" and make sure the "Can move topic" checkbox is checked. 

Posts: 74
Topic starter
(@snozy86)
Estimable Member
Joined: 5 years ago

it is checked. my website is  thefarmersforum. if i cannot find tool is there any way i can do with css?

3 Replies
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4198

@snozy86

I don't follow you well. Please explain using some screenshots what you mean. 

(@snozy86)
Joined: 5 years ago

Estimable Member
Posts: 74

@sofy

https://www.thefarmersforum.co.nz/community/forum-suggestions/forum-suggestions/

 

Can you check the site for me? It's missing the whole blue line(last post and rss) I have done some CSS (#wpforo #wpforo-wrap span {display:none}) wonder if that affects the last topic area. I deleted CSS #wpforo #wpforo-wrap span {display:none}, still the same. thank you for your help

Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4198

@snozy86,

You've hidden the whole post header section thus the "Tools" button is not visible anymore. Please remove the CSS code below and it'll work properly. 

#wpforo #wpforo-wrap .wpfl-4 .wpforo-post-head {
    display: none;
}

I've recorded the following video for you, please watch it:

https://www.screencast.com/t/bgaFYVwSBp4M

Posts: 74
Topic starter
(@snozy86)
Estimable Member
Joined: 5 years ago

Thank you so much. I got post-head back but still no luck with 'tool' showing. sorry to bother you too much. 

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4198

no problem @snozy86,

Please change the role of the user with info[at]gvectors.com email address to admin and let us know. We'll check the issue and find a solution for you. 

Posts: 74
Topic starter
(@snozy86)
Estimable Member
Joined: 5 years ago

done it, amazing support!

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4198

@snozy86

The issue is solved, please check it. Press CTRL+F5 (twice) on the forum frontend before checking.

We've just added the following CSS codes in the "Custom CSS Code" textarea.

#wpforo #wpforo-wrap span {
display: inline !important;
}

#wpforo-menu span{
display: none !important;
}
Page 1 / 2