Forum Replies Created
-
In reply to: [bbp-topic-index] options?
You can change by going to forum setting page, change the numbers in Topics and Replies Per Page to what you want.
See http://www.ytecongcong.com/ for example.
In reply to: [bbp-topic-index] options?You can change by going to forum setting, change the Topics and Replies Per Page to the number you want. e.g. http://www.ytecongcong.com/
Exactly what I want, thanks!
In reply to: Editing posts doesn't workI fixed in another post of mine
In reply to: Topic Reply "Edit" Display Issue.Hi guy! I FIXED IT, be in heaven again.
Here’s my solution, as I said before, it’s about your theme. You should browse to your WordPress theme folder, open the style.css and if your problem are the same as mine you should find some code like this:
.reply {
margin: 10px 20px 0 0;
text-align: left;
text-transform: none;
font-size: 12px;
position: relative;
height: 25px
overflow: hidden;
position: relative;
right: -20px;
}
Now you just simply put 2 lines
height: 25px
overflow: hidden;
in the comment or just delete it, cause I found in bbpress.css there is the id name reply, it was overide by WordPress.
If you need more details, email me.In reply to: Topic Reply "Edit" Display Issue.Wow, I think I got it, wait a minute…
In reply to: Topic Reply "Edit" Display Issue.Exactly the same problem, I have also fixed a lot of errors for fitting my WP theme, starting feel like heaven and discover this bug. Please help!
The repair step not work, it’s something about the theme because switch to twentyeleven it works.In reply to: Need Help Removing SidebarHi, funny thing is I currently want to add sidebar for my bbpress forum plugin. It alway shows the wordpress sidebar!
Anyway, to remove sidebar use the fullwidth forum like this: http://www.ytecongcong.com/forums/
Just follow
1. Clone page.php of your WP themes and rename it to forum.php
2. use BP Tweaks WP plugins to choose forum instead of page as default
3. Open forum.php, remove the php code content php get_sidebar()