Hi every body
I want to move my repley content to top of page (or top of topics) but I can’ to do this.
please help me because it is too necessary.
thanks
move my repley content to top of page
Published on September 2nd, 2016 by sanjesh88Create a page like the support page here
Published on September 1st, 2016 by ipfHow do I create a page like the support page here?
I like how the support page pulls all threads from all subforums while at the same time, I am able to click a button to sort them.
Genesis remove a widget area
Published on September 1st, 2016 by craycHello, I am using genesis theme the-411 which has no sidebars just a fixed widget area to the right showing social icons. The site is forced full width but the container sit at about 800px I am trying to remove that from showing on the forums page and instead show a a login for bbpress. Not sure how to go about doing this. I tried the If conditional tag on there but it does not seem to work.
here is the code
//* Hook social icons and click here widget areas
add_action( ‘genesis_after_header’, ‘the_411_extras’, ‘genesis_after_sidebar_widget_area’ );
function the_411_extras() {
if ( is_active_sidebar( ‘social-icons’ ) || is_active_sidebar( ‘click-here’ ) || is_active_sidebar( ‘split-sidebar-left’ ) || is_active_sidebar( ‘split-sidebar-right’ )) {
echo ‘<div class=”site-extras”>’;
genesis_widget_area( ‘social-icons’, array(
‘before’ => ‘<div class=”social-icons”>’,
‘after’ => ‘</div>’
) );
genesis_widget_area( ‘click-here’, array(
‘before’ => ‘<div class=”click-here”>’,
‘after’ => ‘</div>’
) );
genesis_widget_area( ‘split-sidebar-left’, array(
‘before’ => ‘<div class=”split-sidebar-left”>’,
‘after’ => ‘</div>’,
) );
genesis_widget_area( ‘split-sidebar-right’, array(
‘before’ => ‘<div class=”split-sidebar-right”>’,
‘after’ => ‘</div>’,
) );
echo ‘</div>’;
if (is_bbpress( ‘forums’ ) ) {
/** Remove default sidebar */
remove_action( ‘genesis_after_sidebar_widget_area’ );
}
}
}
I added the split right and left, but I only use the right for search box. Thanks!
Pre-Installation Questions About Capabilities
Published on September 1st, 2016 by smartfindsHello,
We are looking to setup a WordPress website in which we are bringing Group A together with Group B to exchange knowledge.
Since this is WordPress we were investigating bbPress, BuddyPress, and something like CM Answers.
Anyone have any experience being able to separate registered users into specific groups using any of these plugins?
Thanks for your help.
How do I change this color? (screenshot)
Published on September 1st, 2016 by en.brohennHi,
I was wondering how I could change the grey, yellow background color and also the font color.
I couldn’t find it in my theme “Optimizer”.
Myaybe someone knows?
http://r78i.imgup.net/2016-09-01db68.png
Thanks!!
Remove Category Hyperlink?
Published on September 1st, 2016 by ajiaimDoes anyone know how to remove the hyperlink from all categories?
Shortcode to display topics does not paginate to other pages
Published on September 1st, 2016 by r083r7I’m using the shortcode – Display the ‘New Topic Form’ for a specific forum ID.
This works great and displays the forum topics. BUT when I hit the pagination button to go to page 2 I get an error message instead.
“Oh bother! No topics were found here!”
Any ideas on what’s going on? I was expecting it to list the next topics.
Root forum shows all forums!? How would I stop this transparency?
Published on September 1st, 2016 by r083r7I noticed that when you go to the root forum it displays all the forums to the user. Not a desired effect. I am using shortcodes and spreading my forums on different pages and some are only available to certain user roles. BUT if someone goes to the root forum they see it all.
How would I prevent this from happening? Is there a way to maybe hide the root forum or possibly some other way to go about this.
WordPress Admin Dashboard bbprees titles missing
Published on September 1st, 2016 by ArturoWhen using a translated bbpress, some titles in the WordPress Admin Dashboard for “Right Now in Forums” are missing. Where can I check this in the code?
Here is a screeshot http://prnt.sc/ccs85f
Using bbPress 2.5.10-6063
Single Forum Slugs: Pages, Templates
Published on August 31st, 2016 by Bingo BongoHi –
(For our forums here – http://www.zetaunit.com/forums/ – W.P. V 4.5.3, using Avada 4.02)
I see in the documentation that it is possible to replace the default bbpress wordpress template for
the Forum Root Slug ‘Forums’
by adding a page in WordPress called /forums/
and then inserting the bbpress shortcode for forum archives.
I tried this also with ‘forum’ for individual forums, and I see other Slugs available in Settings > Forum
Single Forum Slugs
Custom slugs for single forums, topics, replies, tags, views, and search.
Forum
Topic
Topic Tag
Topic View
Reply
Search
Am I missing something, or is there a simple way to replace each of the pages used by bbpress by default, just by creating pages named e.g. ‘topic’, ‘topic-view’ etc? And then insert the relevant shortcode for that content?
It seems like ‘it should be there’ but can’t find documentation apart from customising my child theme etc.
Thanks in advance 🙂