Search Results for 'code'
-
Search Results
-
Topic: Adding design to page
Hi support,
I would like to add a banner design to the bottom of my topics and replies pages, but I’m not sure how I do this? What WordPress page do I use?
I am using Visual Composer.
http://sincebeingsingle.com/forums/forum/relationships/
I have done this with the main forum index page using the shortcode:
http://sincebeingsingle.com/insight/
Any help would be great!
Thanks,
KamHello!
Here’s what I’m trying to achieve..
When user is logged in, I want to display topic activity from all forums user is subscribed to. I can live without paginated pages, so it can be for example, 10 recently active topics from all subscribed forums.
With this I can get a list of user subscribed forums:
$current_user = wp_get_current_user(); if ( bbp_get_user_forum_subscriptions( $current_user->ID ) ) { bbp_get_template_part( 'loop', 'forums' ); }So how to query recently active topics from currently logged in user subscibed forums?
I hope somebody can help me out with this. Thank you!
I’ve successfully replaced the ‘freshness’ string to ‘last post’ for my forum index. I copied the
loop-forums.phptemplate and tweaked it so. The issue now is that it won’t work for the ‘sub forum’ index. I’m kinda tired after opening all the templates. Could anyone here tell me the template path for the ‘sub forum’ loop?Hi,
Here is what I see using codestyling localisation :
Loading Issue: Author is using load_textdomain instead of load_plugin_textdomain function. This may break behavior of WordPress, because some filters and actions won’t be executed anymore. Please contact the Author about that.
Thanks.
