Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Solved] Cant add topic

9 Posts
2 Users
0 Reactions
1,416 Views
Posts: 8
Topic starter
(@connor)
Active Member
Joined: 7 years ago

Hi,

bit of a newby here, 

Im working on building the site, but some how I seem to have turned off the "Add Topic".

Can anyone tell me how to turn it on, or why its missing now?

Here is the site https://wikitrafficticket.com/community/

 

Thanks.

8 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi @connor,

Please navigate to Dashboard > Forums > Settings > Forum Accesses Tab, edit each forum Access, and enable/check the "Can create topic" option. 

More info for wpForo Forum Accesses: https://wpforo.com/docs/root/wpforo-settings/forum-accesses/

Posts: 8
Topic starter
(@connor)
Active Member
Joined: 7 years ago

Hi, thanks for the input, but that didn't work for me, Everything is turned on, I have attached a screen print.

 

 

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

Support Team
Posts: 5483

@connor,

Please change the usergroup of the user with support username to admin and let us know. We'll check the issue. 

 

(@connor)
Joined: 7 years ago

Active Member
Posts: 8

Hi Sofy,

I have changed the user name to admin, please advise...

Thanks

 

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

Support Team
Posts: 5483

@connor,

We need admin accesses to check the issue. Not necessary to change the name. Just change the usergroup to allow us to check the issue. 

 just navigate to Dashboard > Forums > Members admin page, find the account we've created, click on "edit profile" link and change the Usergroup.

 

Posts: 8
Topic starter
(@connor)
Active Member
Joined: 7 years ago

Hi 

I have changed the status as advised, 

Thanks

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

Support Team
Posts: 5483

@connor,

The issue is solved. Please press CTRL+F5 on the frontend and check it. 

It was a CSS conflict with the active theme. Somehow it adds {display:none} CSS role for all buttons. See the screenshot below.

We've simply added the CSS code below in the "Custom CSS Code" located in the Dashboard > Forums > Settings > Style Tab:

#wpforo #wpforo-wrap .wpf-button {
    display: block !important;
}
#wpforo #wpforo-wrap .wpf-head-bar-right{
    width: auto !important;
}
Posts: 8
Topic starter
(@connor)
Active Member
Joined: 7 years ago

Great, thank you, much appreciated. I will add a good review,