Notifications
Clear all

wpForo 1.x.x [Solved] Unable to add new topic - the forum link is not present

6 Posts
2 Users
2 Likes
1,308 Views
Posts: 4
Topic starter
(@skatexide)
Active Member
Joined: 7 years ago

Hi please check my website and help me with setting up new topic -

http://skatexide.com/community/

 

5 Replies
1 Reply
(@skatexide)
Joined: 7 years ago

Active Member
Posts: 4

I have checked that all the tables are created in my database 

Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

I don't see any forum here. If you don't have forum you can't see the Add Topic button. Please create some forums in Dashboard > Forums > Forums  admin page. Then delete cache and read this doc:

https://wpforo.com/docs/root/topics-posts/new-topic-question/

 

P.S. this issue doesn't have any relation to database tables.

1 Reply
(@skatexide)
Joined: 7 years ago

Active Member
Posts: 4

i followed your steps , I added a Forum inside forum , the direct link is this -  http://skatexide.com/skateboarding-community/

 

which has no hyperlink to go tp actual forum  here -  http://skatexide.com/skateboarding-community/skateboarding-reloaded/  

 

how can  i resolve this ?

Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

You have a CSS code in WP theme which hids all H3 headers. i don't know why you're using this CSS code, but it affects on all wpForo H3 titles. Please put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, then delete all cache and do Ctrl+F5 on forum front:

.post-content #wpforo #wpforo-wrap h3{
 display: block;
}
Posts: 4
Topic starter
(@skatexide)
Active Member
Joined: 7 years ago

thanks , it worked 🙂