Search Results for 'code'
-
Search Results
-
Topic: installation questions
Need help pleass
I have installed the bbpress plugin and but its not showing in widget section like i cant add widget to it
Also in the forum everything is white like these code buttons where you can post a topic
I am latest wordpress and using premium themeThankyou
is it possible to create two forums? because I have a forum on my site for free users and the second forum with other topics should be for the pay users, the two forums are separated by two different pages on the site, so i need two forums with one database. I would block the pay forum with a “paid membership” addon for free users.
but as i can see i can just create one forum with one shortcode in bbpress?
Topic: Sidebar Messed Up
Hello,
I created a page on the site with the shortcode [bbp-forum-index] and a custom title.
I have a problem with the breadcumbs (which I yet have on my site, implemented with the SEO YOAST plugin).When I navigate through categories and forums, starting from the index page, breadcumbs works properly. When I open a topic, the root path of the forum disappears.
I’ll explain better:
the root page is http://www.apesca.it/forum
Breadcumb: Home »ForumWithin the category “Benvenuto – Presentazioni”…
Breadcumb: Home » Forum » Benvenuto – PresentazioniI’m in the forum “Mi Presento”…
Breadcumb: Home » Forum » Benvenuto – Presentazioni » Mi presentoI’m in the topic “Ciao a Tutti” …
Breadcumb: Home » Benvenuto – Presentazioni » Mi presento » Ciao a TuttiWhat i want to get is:
Home » Forum » Benvenuto – Presentazioni » Mi presento » Ciao a TuttiI hope you can help me.
Topic: Visual editor not appearing
Just installed BBPress, and see that the editor is barebones html.
I’ve learned from this codex page that the visual editor is disabled by default – so I added the code snippet to my functions file, but no effect at all. Added TinyMCE Advance plugin, no effect at all.
What could be wrong?
(note: I see all sorts of references to “enable fancy WP editor” in older posts here, but can’t find that setting)
WP 4.8.3
BBpress: 2.5.14Hi,
Our site tyndale.edu is having an issue since one of the latest updates. Our pages that require a login widget no longer work correctly and simply display shortcode to the users on the screen. We use DreamPress through Dreamhost and they have not found a solution. We’re running WP 4.8.3 and BBPress Version 2.5.14. DreamHost support made this comment,”The page is using shortcode but functions.php should be picking it up but is not”. If you use the wayback machine and choose Feb. of this year everything works perfectly! unfortunately I don’t have any backups that go that far.
You can see examples of the problem on these pages: https://www.tyndale.edu/students/open/
and https://www.tyndale.edu/students/library/galaxie-journal/Any ideas?
I’ve been fighting with how to enable the Topics CPT for all users in the dashboard and not having a great time. I thought I could, perhaps, filter the CPT registration to change the CPT caps and
show_uisettings, but no luck.Even when I am able to get the Topics CPT to display for all users by commenting out the lines noted below as a test:
// Register Topic content type register_post_type( bbp_get_topic_post_type(), apply_filters( 'bbp_register_topic_post_type', array( 'labels' => bbp_get_topic_post_type_labels(), 'rewrite' => bbp_get_topic_post_type_rewrite(), 'supports' => bbp_get_topic_post_type_supports(), 'description' => __( 'bbPress Topics', 'bbpress' ), // 'capabilities' => bbp_get_topic_caps(), // 'capability_type' => array( 'topic', 'topics' ), 'menu_position' => 999999999999, 'has_archive' => ( 'forums' === bbp_show_on_root() ) ? bbp_get_topic_archive_slug() : false, 'exclude_from_search' => true, 'show_in_nav_menus' => false, 'public' => true, // 'show_ui' => current_user_can( 'bbp_topics_admin' ), 'can_export' => true, 'hierarchical' => false, 'query_var' => true, 'menu_icon' => '' ) ) );Things still don’t completely work. Users can technically create a post, but can’t save the Forum in which the post is created.
The short of it is: I want users with the Participant Forum Role to be able to see the Topics CPT in the dashboard so they can create their posts here, mainly because it would be helpful for them to be able to Preview a topic before posting it. Out of the box, the front-end bbPress form does not allow for post previews.
Has anyone achieved this?
Using:
WP 4.8.3
bbPress 2.5.14Hello, please how do I retrieve the user id of the last active user in a forum? To get the last active name requires the following code:
bbp_author_link( array( 'post_id' => bbp_get_forum_last_active_id(), 'type' => 'name' ) );
But how do I get the ID instead of the name?Hi
I happened to check a mail account we are not using yet, when we moved servers. It turns out there are quite a few emails in that account. They are all forum activity alerts coming from BBPress on the site. These are the kind of mails being received:
UserX wrote: Hello to all in the group! Post Link: https://www.juicy.io/groups/venezuela/forum/topic/presentacion/#post-33662 ----------- You are receiving this email because you subscribed to a forum topic. Login and visit the topic to unsubscribe from these emails.It seems to be sending these alerts to a user. But there is no ‘to’ username on the emails. I have done several searches on our user database and there are no users with that email address.
I have done a full database search for that email address and come up with nothing.
I have looked absolutely everywhere I can think of within WP admin, for any instance of that address, and can find none. Unless it’s buried away in some obscure corner of a plugin, I am pretty sure I have looked everywhere relevant that I could think of.
I am downloading the entire site, to do a search on that string within the site files, as a last resort. I’m not optimistic.
Can anyone point me in the right direction about this?
Many thanks for your time.
I am using WordPress Version 4.7 And have installed bbpress version 2.5.12.Every thing is working fine but in
edit profilepage no edits are updating.I have checked it for bothadminandparticipantrole.After edit profile button submit it redirects to following url
http://mysite.com/forums/user/pro2/edit/?updated=true but nothing is changed actually.How can i solve this problem?pls helpI use bbPress 2.5.14 on latest WP.
I have enabled TinyMCE with this code:add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' ); function bbp_enable_visual_editor( $args = array() ) { $args['tinymce'] = true; $args['quicktags'] = false; return $args; }It works well when a user posts a new topic.
But when a user wants to reply to a topic, the tinyMCE editor is displayed but is not editable.
I can’t see any error in the browser console.
Please advise.So, I can style an .odd and .even forum differently, in this case to give forums on the the forums front page alternating colors, This also works for topics in the same way. And it carries over into replies, were the lead reply will have background-color: #fff;, and the next reply will have background-color: #000;, for example. What I am trying to do now is change the color of the blockqoute within the forum reply, to be the opposite of what the reply background is.
so if….
#bbpress-forums div.odd, #bbpress-forums ul.odd {
background-color: #000 !important;}
then I would want something like…
#bbpress-forums div.odd, #bbpress-forums ul.odd, blockquote {
background-color: #fff !important;}
For some reason I can not get the blockqoute background to change, at least the way I want it too. For some reason it changes the blockquote background globally. I feel like I am missing a CSS class here somewhere. Can anyone give me a hint at what I’m missing?