Newbie question: I am about to persuade my colleagues into launching a community/forum for my company’s members. However, to illustrate my community thoughts and the idea’s potential in this early stage it would be very helpful with a Powerpoint template to illustrate how the front page could be organized into sub areas with headline this and that (instead of just showing other companies’ communities).
Anyone here with a template I could ‘massage’ with my ideas?
Big thanks in advance.
/kossie99

View of the forum is not normal.
Blue bubbles are li of ul in my theme. But why they fly so strange in different positions?
And table of forum is not normal…
How can I fix this? How I can switch off withdrawal css of my theme?
WP 4.1.1
bbPress 2.5.6
site http://kurpyakov.ru/forum/
test
_G7ZwvYV
Hi,
One of my members got auto-deleted by S2Member because they missed a paypal payment. Turns out it wasn’t really their fault, they’d just got a new bank card and not updated their paypal info. I reactivated their paypal subscription by their user details had already been deleted from site.
I’ve set up a new account for them on the site and now I’d like to attach all the posts from their old account to the new one – so they show up as being by them, at the moment they are still on the site but as ‘anonymous’.
I can see how to do this with individual posts by changing the ID number under Author Information, but there are far too many posts to do this for each one. Is there a way I can bulk assign all the old posts from their original ID to the new one?
Thanks. 🙂
We need a plugin that automatically creates a gallery of newest images from users media image. Ideally it would include, “Most viewed” “Latest” ect as a way to sort the images. Is there anything like this at all that would work with BuddyPress BBpress???
Thanks so much in advance!
Hi,
I am trying to use the forum with the WPLMS theme, and installed it with no issues. Setting it up and testing as an admin worked like a charm. But when I try to access the forum as a test user with a subscriber role, I keep getting the ERR_TOO_MANY_REDIRECTS loop. I changed the permalinks structure, all the forums are set to public, tried other themes, cleared the cache- still no luck. Checked 5 different browsers – the same issue – admin can view and access every forum, subscribers get the too many redirects error. Any idea what may be causing this error or how could I fix it? Thanks in advance!
The “Back to Discussions” link in my forum take me back to my site’s homepage, instead of the listing of forum discussions. Do I have something set wrong? I can’t find anywhere to fix this.
PLEASE SEE http://www.maaspublications.net/testsite/client/groups/webinar-participants/forum/topic/i-have-questions-lots-lots-of-questions/
Hi everybody! I need to change some “titles” and “invalid” some actions of BBPress so I can use it for my blog. Anybody who could help me with some codes, please?
Than you! 😀
Cheers!
Good evening, I added a field on the WP profile and wanted to bbpress posted on the profile.
How do we do?
I tried your plugin bbp profile information so I have almost everything I want but not totally.
What added to the Profile page of WP fields (Role on the site, website, additional fields (with add function), etc.).
For the formatting, changing the file should be simple but I do not know what code used to do.
Same, how added some fields in the WP topics (subject / response).
What bothers me in the plugin’s name display / First name / email automatically. Why not have checkboxes on what the user wants to view. But before the administrator can block fields.
Given that I want to add a facebook fields and if it is not empty and the link, I want to display on the profile and the topic / response mode with an image.
For additional fields, four are enough for me, but how to add it to the wp-admin?
On my site, wp-admin is accessible for admins and the member / user by everyone.
If you do not understand me, I will try to make screenshots to make it more understandable.
Sincerely Nicolas.
Hello, I tried to change the links in the admin bar to display the profile and the change in bbpress mode.
I saw that there was the option (Edit Profile link). I did not see at first.
But I have a problem. When I click on the name (nickname or surname first name as I Poster) I want ca redirected to root / member / user instead of root / member / user / edit.
To change the profile, I agree that this is only one must have the root link / member / user / edit.
How to do?
Sincerely Nicolas.
I need to add a button to bbPress instance of the teeny MCE.
I’ve used the following code to test how my mce plugin work:
// add new buttons
add_filter('mce_buttons', 'myplugin_register_buttons');
function myplugin_register_buttons($buttons) {
array_push($buttons, 'separator', 'myplugin');
return $buttons;
}
// Load the TinyMCE plugin : editor_plugin.js (wp2.5)
add_filter('mce_external_plugins', 'myplugin_register_tinymce_javascript');
function myplugin_register_tinymce_javascript($plugin_array) {
$plugin_array['myplugin'] = plugins_url('/js/tinymce-plugin.js',__FILE__);
return $plugin_array;
}
This works like it should on the admin side.
I can’t wrap my head around how to get the same principle to work for bbPress instance of teeny mce. Which filter/action do I need to use and where? I’ve tried using the teeny_mce_buttons filter without any luck.
WP 4.2.4, bbPress 2.5.8