Hi
I have WordPress Multisite. I registered the test user. I logged in and changed my password. I added a test topic on the bbpress forum. Then I could not enter my profile to edit it. Wrote something – no access. In the administration panel wrote: Site Role – Participant, Forum Role – Participant. I changed Site Role to Subscriber. This solved the problem. In my opinion should automatically register the user as Subscriber.
WP Multisite – can not enter the profile
Published on December 21st, 2017 by KrzysztofPost Preview
Published on December 21st, 2017 by cclemensFor the last couple years, I’ve been using the bbP Live Preview plugin in conjunction with the bbPress Enable TinyMCE Visual Tab plugin for the forums located at www.nationalbraille.org/forums
In the post editor, users can type, then highlight their text and apply a braille font using a button in the Visual Editor options. Then, hitting “Preview” would allow a post preview box to appear below the editor that showed how the post would look before submitting.
Not everyone has been successful using it, but it always worked great for me up until now. I can’t get the function to work for me anymore. I’ve checked Javascript in my test browsers and everything is enabled. Any thoughts on what could be causing this function to break?
Display all most popular topics on top
Published on December 21st, 2017 by saleemdsHi All,
I want to list all the most popular topics on the top. I am using the below shoetcode in my wp-admin page:
- Topic
- Voices
- Last Post
It’s showing all the posts by ID descending order.
Also, how I can add the symbol or icon for top five topics?
Please help me guys.
Thanks in advance!!!
Code Tag
Published on December 21st, 2017 by posemotionThe code tag doesn’t seem to work for me. I use MML data in code tags and it has been fine on other forums but seems to mess it up in bbPress. Would be nice for copy and paste options to for code tags. Here’s an example…
;[ Demo 3 | Copyright © 2015 | J. Baker ];
CH1Verse_1.s = "t12 w4 o3 \2 v40 l8 <dced> dcge4 l4 \1 <d1> r8 l8 \2 dg l4 \1 <d1> l8 \2 dge \1 <d1> \2 dcdrr v+ <<dd>> v- r"
CH2Verse_1.s = "t12 w4 o4 \1 v42 l8 >dcde< dcde#4 l4 >d1< l8 de l4 >f1 l8 ddfe1< dedfe dd r4"
Just installed bbPress
Published on December 20th, 2017 by k12totHi All,
I have been using cPanel now for just over a year and having used both Plesk & cPanel, it is a clear win for the cPanel team.
I am be no means a web developer, but I have taken a real liking to creating websites recently, after working in IT 10 years now, I wanted to try something different.
With that said, here is what I have come up with so far: https://onlineoctane.com/
Basically a car news site that myself and a group of mates update daily, with plans to monetise it in the future.
Apologies if this thread is not allowed, please remove if so.
Also wondering if anyone can shed any light on the best methods to get traffic referrals to the site too? Any help / advise would be brilliant.
Also, if car news / reviews is your thing, maybe you could head over and check it out.
Cheers
Add pin icon for top five forum
Published on December 20th, 2017 by saleemdsHi All,
I want to add Pin icon for top or popular five topics? Could anyone can help me out this issue?
I have found the solution top five forum below is code:
function rk_top_five_view() {
bbp_register_view( 'top-five', __( '5 Most Popular Topics' ), array(
'meta_key' => '_bbp_reply_count',
'posts_per_page' => '5' ,
' max_num_pages' => '1',
'orderby' => 'meta_value_num' ),
false );
}
add_action( 'bbp_register_views', 'rk_top_five_view' );
But how I can apply for add pin icon?
Please help me
bbPress labeling in Italian
Published on December 19th, 2017 by finar76Hi all,
I am building a WP website in Italian and I have installed bbPress…
Now, I can change in WP setting the language to Italian (Settings->General->Site Language), but when I use bbPress short code they are still in English…
Sorry if it is a silly question, but I dont know hwo to fix it…
For example, the short code
it gives me “register” instead of “registrati”…any suggestion?
Many thanks
Regards
Tinymce code text mode problem
Published on December 19th, 2017 by AudiomonkI’ve a few users who, for some reason, can not see the text mode buttons when I enable tinymce. I followed instructions in these forums to get it to work (add entry to functions.php) and it works for most people. The people it doesn’t work for, can still see the visual mode buttons, but get nothing when they switch to text. Then if they click visual, the visual mode buttons appear again.
Short of a major debug with plugins and the like, I was wondering has anyone any theories as to anything obvious I could check first?
Best wishes
bbPress pulling (seemingly) random php from theme
Published on December 19th, 2017 by jryausHi all,
Any help would be appreciated, as I’m a serious beginner. I’m creating my own theme and adding bbPress compatability (as per instructions from bbPress here).
I’ve created a bbpress.php file and bbPress is using this template for individual forum pages, but for the forum ‘home page’ bbPress is seemingly pulling a random file titled blog.php – which isn’t an option in their template hierarchy.
Why is bbPress using this php file? I’m sure it’s something I just don’t know yet. I’m using bbPress Version 2.5.14 and the newest WP as well. Any help would be greatly appreciated! Thank you!
unsubscribe a user from everything given a userid
Published on December 19th, 2017 by drksecretI have bbpress and Ultimate Member/Subscriptions. When a user cancels their subscription, they are removed from ultimate member but not from bbpress and they are still receiving notifications. I have searched through this forum and found similar issues.
I think I can fix it with AutomateWoo and a custom function. AutomateWoo can trigger the function. I just don’t know how to write a function that has a userid as an argument and then loops through unsubscribing this user.
Can anyone help? I am sure this might help others as well.
Thank you in advance.