hii,
I used this shortcode to see the table with most popular topics on my homepage:
-
- Topic
- Voices
- Last Post
the problem is that when user add topics the table get’s longer.
how can I limit the table rows?
thank
hii,
I used this shortcode to see the table with most popular topics on my homepage:
the problem is that when user add topics the table get’s longer.
how can I limit the table rows?
thank
Hi all!
Its a pretty noob question, but i didn’t find anything related to my issue…
I added a quicktag to the wordpress default editor
function generico_quicktags() {
if ( wp_script_is( 'quicktags' ) ) {
?>
<script type="text/javascript">
QTags.addButton(
'pov_generico',
'POV (Genérico)',
'[pov-generico]',
'[/pov-generico]'
);
QTags.addButton( 'pov_generico', 'p', '<p class="fala generico">', '</p>', '', 'Fala (Personagem Genérico)', 10 );
</script>
<?php
}
}
add_action( 'admin_print_footer_scripts', 'generico_quicktags' );
But this don’t show in bbpress reply editor. How can i add this there too?
A request for guidance from a bbPress newbie, who has searched for help and tried various plugins but not found a solution.
I am setting up a WordPress site (V4.2.2) with bbPress (v2.5.7). I want most forums to be browsable by registered logged-in users but not by the public. A logged-in user should be able to subscribe to a topic without admin approval, so they can contribute and get notified of new discussions or comments.
If I make the forum Private that seems to stop unsubscribed but logged in users from seeing the forum. I need something like a ‘Logged-in users’ permission.
Any guidance on how to set this up will be much appreciated – thank you.
Hi,
i have some problem with integrate BBPRESS with my THEME.
The plug in work perfectly with standard wordpress theme but when i activate my custom theme them topics insered in a forum don’t appear.
How can i integrate BBPRESS perfectly with my custom theme ?
Can you help me please ?
Best Regards
Emiliano
I added some css in the custom css plugin, in order to get my bbpress forums full-width (drawing the code from an example in these forums). Success! or so I thought.
But not quite. Now, the “members” pages associated with the pulldown menus at the upper right are “too long”–text entry/text display boxes run over into the space of my right content sidebar. When I deactivate the css plugin, my problem goes away.
(WP 4.2.2, bbpress 2.5.7, Buddypress 2.2.3.1; theme is TwentyFourteen; I was able to see the same problem previewing 2013.)
Here’s the css in question:
.site,
.site-header {
max-width: 100%;
}
.bbpress-forums .col-2cl .main {
background: none repeat-y right 0;
padding-right: 0;
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
max-width: 100%;
}
.form-allowed-tags {
display: none;
}
div.bbp-breadcrumb,
div.bbp-topic-tags {
font-size: inherit !important;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
font-size: inherit !important;
}
#bbpress-forums {
font-size: inherit !important;
}
.bbpress .hentry {
margin: 0 auto 48px;
max-width: 100%;
}
@media screen and (min-width: 1008px) {
.bbpress .site-content {
margin-right: 0;
margin-left: 182px;
}
}
@media screen and (min-width: 1080px) {
.bbpress .site-content {
margin-left: 222px;
}
}
@media screen and (min-width: 1218px) {
.bbpress .site-content .entry-content {
margin-right: 0;
}
}
@media screen and (min-width: 673px) {
.bbpress .site-content {
margin-right: 0;
}
}
Can anyone help? I’d love to keep the full-width forum pages, but if it messes up the member pages, it’s a deal breaker…
What’s the easiest way to edit my forum home page to display the most recently updated forum topics?
I followed the advice under: Using bbPress Forums with BuddyPress Group Forums
It is possible and quite powerful to use both bbPress sitewide forums as well as BuddyPress Group Forums. A few caveats apply in order to ensure an easy setup:
1. After installing and activating bbPress, please go to your admin dashboard under “Pages/All Pages” and find any page using the slug of “forums”.
2. If such a page slug exists, as would be normally be the case if you first installed BuddyPress, it is recommended that you delete this page so as to free-up the use of the “forums” slug for bbPress.
3. Be sure that you also empty the trash of this “forums” page to free-up the slug.
4. You can then create a new page slug for BuddyPress Group Forums, using a different name. Eg: “Group Forums”.
5. After creating a new page (Eg: “Group Forums”), go into Settings/BuddyPress/Pages and choose this new page to act as the placeholder for BuddyPress Group Forums
6. Finally, go to Settings/Permalinks and click “Save” to ensure that you update your permalink structure
All was going well until I got to Step 6 and when I saved it crashed the wp-admin. I have spent two days attempting to fix the problem to no avail.
I have to turn off User Groups in Buddypress to get bbpress to load. When I turn on the User Groups and set the Group Forums at Settings/BuddyPress/Pages it crashes. Then I have to FTP Delete the bbpress and change the settings back in order to reload bbpress and take another run at it. Something is wrong.
I am using bbpress 2.5.7, BuddyPress 2.2.3.1, with the BuddyBoss Theme and Child Theme and WordPress 4.2.2. All other plugins are deactivated.
Any suggestions?
hi!
On default, bbPress displays all usernames in lowercase letters.
How can I display the upper case letters for all users?
I already searched in some topics for the answer, but haven’t found anything useful.
Thank you!
Did posible use some diferent like this
<?php if (bbp_get_topic_forum_id() == bbp_get_forum_id('3263')) : ?>
this show category name for topick from number did posible use letter and from etc category general?
This work fine http://prntscr.com/73ah8d but u wont use letter not number
I have Footnotes installed on a site which uses bbPress. The footnotes don’t work within the forums (even for me, as the admin).
Are these two plugins incompatible? Is there a simple, sustainable way to make the Footnotes plugin work within the forums?
And, on a larger note: Does bbPress, by default, isolate itself from other plugins?