Forum Replies Created
-
In reply to: "New Thread" & "New Reply" Buttons
This might be quite simple when you have custom template or have child themes. You will just need to place a jump link or button.
e.g. Click Me
In reply to: Getting strange new users!They are spam registrations for sure. Use a plugin like WangGaurd and see the difference. 😉
In reply to: Show only topics to public visitors.OK. I figured out the problem.
The code should be:
function custom_logged_in_topics($have_posts){ if (!is_user_logged_in()){ $have_posts = null; echo 'Login to see replies'; } return $have_posts; } add_filter('bbp_has_topics', 'custom_logged_in_topics'); add_filter('bbp_has_forums', 'custom_logged_in_topics'); add_filter('bbp_has_replies', 'custom_logged_in_topics');
Got from earlier thread. (That code was not working because of backtick instead on ‘ or “)
The site is now up and will be (i hope).
Thanks in advance.
Check the urls:
http://www.wpavenue.com/support/ &
http://www.wpavenue.com/forums/Both have the same shortcode. But the results are different!
Yes, I know. That’s really a bad luck. I will update the thread whence the site will become online.
However here is a screenshot of the forum index. http://img713.imageshack.us/img713/3991/fy0l.png
I also asked this question in StudioPress forums. (Earlier i thought the problem was with Genesis themes)