Search Results for 'bbpress'
-
Search Results
-
Topic: Success Message
Hey,
Is there anyway to enable a success message when a user submits a new topic or reply, I’m using bbpress bundles with bbmoderation, bbmoderation just changes published to pending for anonymous users.
Sadly when a user submits a reply or topic the page will just refresh and there is no message to say they’ve submitted, I’m guessing the form is submitting via AJAX but can’t seem to hook into a success.
Thanks
BenTopic: Editing icons disappearing
My forums using bbPress were working fine and suddenly the interface for users to compose appears to be disappearing. The icons are faded to the point where you can’t read them. What’s causing this?
I am going crazy and would love to get help here or hire someone. Am using bbPress but no emails are being sent to users.
We are hosted on MediaTemple’s Gridservice.
We use theme AVADA
We created a forum in Admin and another using the frontend (read somewhere this may matter).
Added all our users via Admin: 73 Participants, 3 Moderators, 2 Keymasters
We tried the BBpress Digest Plugin but it never worked. Developer seems to be MIA.
We tried BBpress Email notifications but that did not work either.
We added the SMTP plugin; the “test emails” using it arrive fine but again, no subscription emails are ever sent.
WordPress admin emails DO work fine (eg ‘pswd changed for user XYZ’).
Activated Plugins:- bbPress,
- GD bbPress Attachments
- bbPress auto subscribe for new topics and replies,
- Black Studio TinyMCE
- Custom Login
- Simple Members only
- WP-Mail-SMTP
- Fusion Core (Avada theme)
We have a single Forum. At the top of that forum, there is no subscription/favorite link either.
this very well may be the host but i am not 100% sure of that as the other emails work.
i would happily pay someone to figure this out. i have spent hours and hours on this and am ready to look for alternatives. But unfortunately i have topics and 73 users…
thanks to anyone who can give me new things to try. I am losing it here. And as said, i am all open to hiring someone; not sure what the policies are to that effect on this site…
Topic: Default template confusion?
I’m trying to get rid of and change the layout of the: bbp-template-notice info and bbp-breadcrumb, in the topics index. So Home>Forums>Test Topic. I’m having trouble figuring out if there is a bug, or I’m missing something, or I just have the template hierarchy wrong.
How I believe the template hierarchy works: archive-topics.php>content-archive-topics.php>loop-topics.php>loop-single-topics.php
I figure the changes I would need to make would be in archive-topics.php or content-archive-topics.php, but when I delete the <?php bbp_breadcrumb(); ?> as a test it’s still there.
When I make changes to loop-topics.php and loop-single-topics.php, it works fine. It’s just those two page templates.
I’ve tried editing the bbpress.php file from:
<?php /* Start loop */ ?> <?php while (have_posts()) : the_post(); ?> <article <?php post_class() ?> id="post-<?php the_ID(); ?>"> <header> <h1 class="entry-title"><?php the_title(); ?></h1> </header> <div class="entry-content"> <?php the_content(); ?> </div> </article> <?php endwhile; // End the loop ?>and swapping the content for <?php bbp_get_template_part( ‘content’, ‘archive-topic’ ); ?>. That worked but it messed with my forums index.
I’ve taken a look in the codex to try and figure out what I’m doing wrong and feel lost.
tep-by-Step Guide to Creating a Custom bbPress ThemeGetting Started in Modifying the Main bbPress Template
Sorry if this is a bother, but I’m completely stumped as to what’s going on
Team bbPress,
I have a multi-site install with BuddyPress (http://thirdscribe.com), and we use bbPress to power the BP forums. Recently, we’ve been seeing a very specific, and unusual, problem. Whenever a change is made to bbPress — update the plugin, change a setting, etc — the WordPress user roles in wp_options->wp_user_roles are erased. The bbPress roles (keymaster, participant, etc) are preserved, but the WP roles (admin, editor, contributor, etc) are completely gone.
Do you know what is causing this?
Thanks,
Rob
