Search Results for 'bbpress'
-
Search Results
-
Topic: Emoticons not showing image
Hi.
I have imported a Drupal forum into BBPress which went fine except for all smileys that are broken and only shows the ‘image not found’ default picture. When I look at the path it states: smileys/smile.gif. As in http://www.domain.com/forum/topic/smileys/smile.gif
I guess if this is true each topic should have it’s own folder with emoticons, but I don’t think this is the case.What can I do to correct this?
Thanks,
MichaelHi,
BBPress uses by default, the answer-id for fragment-reference, like this:
However, I would like to use “post count” instead, so in this instance, “sdavis2702” made the second comment, OP being #0, and therefore I would like this fragment to be #2.
Are there any way to (easily) enable this behaviour in BBPress, without coding in a manual counter?
Topic: Login Widget Outline/Border
This is what is seen at the top of my forum
Home › Forums › General › New Forum softwareTrustees Only[L]I don’t want, or need, the “Trustees Only[L]” part, how do I stop this from happening?
I am very new to using bbPress (installed it 3 days ago) and will probably need baby steps to understand what to do.
I am using WordPress 4.7.1 running Salient theme and bbPress 2.5.12-6148. the link to my site is http://www.addup.co.uk
I don’t have a clue if I am using a non-bundled theme or not as I’m not sure what that means!!Topic: multi-language bbpress
I use polylang plugin to create a two language site: English and Arabic. I installed bbPress and created two index pages using short codes: one that is linked to the Arabic home page and the other is linked to the English home page (in the main menu). But I used the same short code. Now all new forums appear on each of the pages regardless of the language. I do not have a language selector for new forums (or any forums for that matter). I am not sure how to get the new forum to appear in its specific page. Please note that this is my first site, I am practically a novice… So feel free to guide me to the right approach. May
Topic: Czech translations
Hi,
at wordpress translation page https://translate.wordpress.org/locale/cs/default/wp-plugins/bbpress
There is a LOT of waiting translations.
Could you please look at it and confirm them as ‘current’?Thanks!
Hello,
I am trying to restrict registration by allowing one (or few) email domain. So far I found Restrict User Registration which blocks user or email domain. I am looking for some way to allow certain domains and block all the rest.
I will be very grateful if anyone can help me.
ThanksTopic: E-mail notifications
Hi team and everybody,
This is my question : How to disable e-mail notifications of each new topic created ?
When a user create a new topic in BBPress forum each users receive an e-mail notification about this new topic. How to disable that ?Thanks for your help and your job.
Regards.Topic: Issue with reply threading
When I click reply to a specific reply, it doesn’t allow me to nest my reply to that specific reply. (no cancel button besides the submit button) However, if I click reply and open it in a new tab, this function works. It might be an issue with the theme though. On the theme that I use (sydney), the page doesn’t refresh when I click reply and the nesting function doesn’t work but on the Twenty Sixteen theme, the page reloads and the function works.
Any idea how I can resolve this issue?
WordPress version 4.6.2
bbPress version: 2.5.12
Theme: Sydney
Page on which I am trying out the function: https://learnah.org/sample-2/
Topic: can’t install bbpress
Hello,
I have a wordpress with some plugins and i can’t install bbpress properly (no links access to the admin menu)
The plugin i have is :
wpml
buddypress
yoast seo
woocommerceis there an incompatibility with one plugin ?
i tested by unable those plugin and install first bbpress and it’s works.
if i install after no…regards
Topic: bbpress bullets
Dears,
I’m using bbpress and it is work great, but i want to remove all bullets within the forum, how I can do it?I need a detailed steps please.
Regards,
samer
Topic: Font-Size
bbPress version: 2.5.11
My Site: http://figoocraft.de/forum-3/
Theme: SydneyHello everyone,
I am trying to change the size of my font in bbPress.I tried editing the bbpress.css file in: content/plugins/bbpress/templates/default/css
First I edited the Size of the bar that holds the topics, that worked perfectly.Then I tried to edit the overall size of all fonts, so I changed:
#bbpress-forums { font-size: 12px; }To:
#bbpress-forums { font-size: 16px; }That didn’t change anything, so I tried to copy the bbpress.css to my themes directory as that’s what’s mentioned in the documentation. That neither changed anything, so now Im wondering what am I doing wrong?
Can anyone help with correct code? I want complete user click edit profile will direct 100% go to custom page like normal without any issue
Issue 1:
First load edit page complete, after that 2 second, reload custom pageadd_action( ‘bbp_user_edit_before’, ‘pb_custom_bbpress_edit_profile’ );
function pb_custom_bbpress_edit_profile(){
echo ‘<meta http-equiv=”Refresh” content=”0;url=http://example.com” />’;
}Issue 2:
No workadd_filter( ‘bbp_pre_get_user_profile_url’, function() {
return get_bloginfo(‘example.com’).’/profile’;
});Issue 3:
Still load edit profile link without load custom like. But given blank page, no error no warning, just empty link pageadd_action( ‘bbp_user_edit_before’, ‘pb_custom_bbpress_edit_profile’ );
function pb_custom_bbpress_edit_profile(){
echo ‘‘;
}==============
Also change the default url for favorites and subscriptions by doing this:
How can i correct it?// Replace the default link for the favorites
add_filter( ‘bbp_get_favorites_permalink’, function() {
return get_bloginfo(‘example.com’).’/profile/forum-favorites’;
});// Replace the default link for subscriptions
add_filter( ‘bbp_get_subscriptions_permalink’, function() {
return get_bloginfo(‘example.com’).’/profile/forum-subscriptions’;
});=============
Thanks

