Forum Replies Created
-
In reply to: bbPress like Flarum
Multiple category for topic that?
In reply to: bbPress like Flarum1. On bbpress.php change style.min.css to style.css and open style.css and change navbar-brand and add img. Or just edit on bbpress.php line
<a class="navbar-brand" href="<?php echo esc_url(home_url(bbp_get_root_slug())); ?>" title="<?php bloginfo('name'); ?>" data-toggle="tooltip" data-placement="bottom"><?php bloginfo('name'); ?></a>
2. Only topic, click To front http://prntscr.com/dldaw9In reply to: bbPress like FlarumI dont know why for you that not work for me work all look on http://www.allaboutdogs.net/forum/
In reply to: How to set bbp_reply_content for meta desci know how to create meta desc, but bbpress use in meta dec admin links and other word for topics, and i want only use word from bbp_reply_content for meta desc and automatic generate that.
In reply to: bbPress like FlarumUse last version, that is fixed.
In reply to: bbPress like FlarumUse now in Forum Settings > Topics by Freshness
In reply to: bbPress like FlarumTwenty Sixteen
http://prntscr.com/df52hr
http://prntscr.com/df52ljAnd i try on Twenty Fifteen and Twenty Fourteen work fine on localhost.
Maybe theme put styles in <?php wp_footer(); ?>
try to remove <?php wp_footer(); ?> from bbpress.php and view did work.In reply to: bbPress like FlarumIs available for download on https://github.com/Sceko/White
In reply to: bbPress like FlarumI work on new theme, live on http://www.sablja.com/forum/ also like flarum.
Soon on github, work on all wp theme.In reply to: bbPress like Flarumokay, tomorrow i’m going to upload latest version i add some color for category header and fix some for mobile view
In reply to: Notifications – Similar to Facebookonly bbpress missing private message and notifications.
In reply to: bbPress like Flarumis available for download last version witch category display on forum https://github.com/Sceko/White
In reply to: Get forum id from nameI finish this like
<?php if (bbp_get_topic_forum_title() == get_option('white_kategorija_1')) : ?>
In reply to: Get forum id from namei use this
<?php if (bbp_get_topic_forum_id() == bbp_get_forum_id('3263')) : ?> <?php printf( __( '<a class="%3$s" href="%1$s">%2$s</a>', 'bbpress' ), bbp_get_forum_permalink( bbp_get_topic_forum_id() ), bbp_get_forum_title( bbp_get_topic_forum_id() ), get_option('white_boja_1') ); ?> <?php endif; ?>
did posible use somting other not bbp_get_forum_id(‘3263’)` category search from id
i wont find from category name? wont use etc like bbp_get_forum_id(‘general’)find topick title from category title not from id.
In reply to: bbPress like FlarumThanks, will soon be available update
In reply to: bbPress like FlarumSorry tags work, just subscription not use for now in theme will in the future be added, and i published changed plugins https://wordpress.org/plugins/bbpress-new-topics/ to work for all users http://prntscr.com/72a5me
In reply to: bbPress like FlarumAll works fine, and u can view on demo site and i use 4 plugins for bbpress and work all. Only subscription, descriptions and tags in teme it is not necessary for now. And nothing change, only not using table, and use div.
In reply to: bbPress like FlarumYes is availability on https://github.com/Sceko/White
In reply to: How to change editor btni find just remowe
'show_none' => __( '(No Forum)', 'bbpress' ),
from form-topic.phpDid some know how set this to automatic select first category?
In reply to: How allow all users create new topickI fixed this problem change from form-topic.php
<?php if ( bbp_current_user_can_access_create_topic_form() ) : ?>
to
<?php if ( is_user_logged_in() ) : ?>
In reply to: How allow all users create new topickAgain You cannot create new topics.
In reply to: bbPress 2.2.3 ReleasedHow to fix this i install bbpress and buddypress and in every page of users http://www.ucionica.me/sceko/xaxa/ open bbpress user profile