the css or content-statistics.php
if its the css ,
test to see if you need to add more classes to the code so it could with the tab widget,
test it by seeing if another stats widget has the css if you place it alone in the sidebar by itself in the tab widget
Hi
I am using the latest wordpress and bbpress
i have my own login form, (for people to upload images to their portfolios) how do i synchronise bbpress with that form rather than having to have 2 login forms which seems silly
Thank you in advance
Melanie
Created a dummy user with the Participant Role. After testing the Test user could not edit the posts. What is even more weird is that even as a Admin, after deleting the post, I can not restore it. All I get is an error that says “Are you sure you want to do this?”, then a link below that says “Please Try again”. Any idea what is going on here?
I am attempting to use the shortcode [bbp-forum-form] to allow users (keymasters) to be able to add new forums as needed. I set up a new page and added this shortcode. The page looks great and the shortcode pulls up the form to add a new forum (as desired). However, when I test it by filling out this form and clicking submit, nothing seems to happen. The page does seem to refresh but a new forum is not added.
Am I missing something? I am new to bbpress so perhaps I just missed a setting somewhere? I am running the latest version of WordPress (3.9.2) and bbPress 2.5.4. My site URL is http://wwcustomercare.azurewebsites.net.
Thank you in advance for your help!
Lora
I’d suggest that you
1. create a test site (which everyone should have in nay case !)
and
2. Google sql tutorial video, and work out how to code my statements
3. go into phpmyadmin on your test site and play until you get it right
4. Come back and post the resultant code to help others
sorry, but almost all of the stuff I have learn’t has been by spending time googling to find some examples, and then hours getting it to work 🙂
Try creating a new user, assign the participant role and test this yourself.
Does it work for you?
What about when you repeat those same steps with a moderator or keymaster role?
Have any of your other plugins or themes recently updated?
Have you tried to disabling all your plugins to see if the issue is resolved?
Have you tried switching the Twenty Fourteen theme to see if the issue persists?
Hi Robin,
I managed to install the standard WP stuff. Btw: I posted the same question on the WP Support Forum, after the reply from Robkk, no response at all so far…
I attempted to change my header img, as the first exercise, but it seems that the web documentation about what to modify and where has nothing to do with the directory and files structure of WP I’ve downloaded, which was the latest 3.9.2 on Saturday. I’m ok with html, but I’m a beginner with php. Is there anyone who could tell me how can I change(add) a site header img for the theme twenty twelve specifically?
Best regards, Janos
A lot of trial and error. Have restarted it a couple of times. Running it on my Macbook Air with SSD and i7 and MAMP but it is taking days.
#3 test conversion is progressing slowly. Already running for almost 2 days. Now done more than 50%. Doing 10.000 records at a time, with 0.1 delay time. No issues so far. Not sure if I can boost it more. The restarts seem to work ok too.
Will keep you posted 😉 Will be really glad when we get rid of MyBB! Fingers crossed 😉
yes it should be as bbpress just uses wp_query once args has been parsed.
see
https://codex.wordpress.org/Class_Reference/WP_Query dates are quite a way down
untested but something like
$week = date( 'W' );
$year = date( 'Y' );
bbp_has_topics( array( 'year' => $year, '&w' => $week ) );
would do last 5 days
When I click on the link in your menu “Discussion Forums” here http://www.aceachievers.in/#try
I see This content is for Pro and Revision Series with forum members only.
Though I see your forums here http://www.aceachievers.in/forums/
But I cannot read your topic here: http://www.aceachievers.in/forums/topic/test-1/
I can see the topic and replies here: http://www.aceachievers.in/forums/topic/biochem-doubts/
Most likely this is an issue with a plugin that is restricting the viewing of topics and replies, a look at your source shows you are using “Paid Memberships Pro” and this is most likely the cause of your issues.
Can you update or configure it’s settings for any permission changes that differ between the links I added above?
It could also be generally more of an issue with bbPress and “Paid Memberships Pro” as I have seen a few recent issue pop up with this plugin, I’d check their support forum for any related topics and make sure you are using the latest version of their plugin.
Hi,
I’ve disabled all plugins except for BBPress and Pagelines-BBPress (which is required – otherwise you get an error that tells you it’s required…), and the fault was still reproducible.
Now I’m looking at the theme…. but my forum is now working 100% of the time for me during testing, whether with changes or not – so I’ll have to wait for it to revert to broken behaviour again before I can get any further……
David
ok, on the specific forum search, it is probably plugin or theme related
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
but since you say you don’t really want that, you could disable the forum search
Layout and functionality – Examples you can use
and to add forum searches to the main search use
function filter_search($query) {
if ($query->is_search) {
$query->set('post_type', array('post', 'pages', 'forum', 'topic', reply'));
};
return $query;
};
add_filter('pre_get_posts', 'filter_search');
This is untested code, I copied it from another forum, but should work, come back if it does or doesn’t to help future readers of this thread!
Firstly, we won’t be ‘squelching’ any error reporting in the importer, I wish we could have more, or at least improved error reporting. 😉
I haven’t see that user_pass error for a long time, are you using the latest 2.5.4 version of bbPress for the plugin side of things?
Onto the old bbPress standalone side, what version of bbPress standalone are you using?
For the import to work you need to import from bbPress Standalone 1.2 to bbPress plugin 2.5.x.
Details on upgrading and a general flow of what is required is outlined in the following topic, once you’ve read that post you’ll need to read the replies in that thread to follow along the steps.
I havent tested any of the siggestions below. But you can play around with changes as example and change parameters:
#bbpress-forums div.bbp-forum-title h3,
font-size: 30px;
color: #CC00CC;
}
….ad this as as separate controls in the code above.
Find colors that you want at: http://www.w3schools.com/tags/ref_colorpicker.asp
You dont need uch change. Just add controls on the text types you want to change woth an } to close the code.
Hi – I have the latest version of wp and bb – i would like to delete the space that the deleted breadcrumbs are in plus would like to customise the search button to fit into theme style
I would be grateful for any help
site link
http://bunddesign.com/pdm/lets-talk/
Thanks in advance
Melanie
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
Could be a number of things.
1. check that you are not present on multiple screens in the same browser, sometimes leaving yourself logged in on one screen whilst logged out on others can do funny things.
then it could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
yes wordpress will overwrite your current site.
Most host providers allow you to create subdomains, so if you have
http://www.mysite.com
your can create
test.mysite.com
I’d suggest you create a test site, and install wordpress on there, keeping your existing site as is.
Then you can create wordpress pages, and copy/paste text and upload pictures to the test site to make it look like (or better than!) your current site.
When you are happy, you can then wipe your live site, install worpress (your host provider should help you to do this if you don’t know how).
You can then export and import the pages and posts from your test site to your live site very easily using the built in exporter/importer.
pic
hello Friends,
I am not sure if I am posting in the right forum but it has something to do with the plugins I am using. I created a new user to give someone an authority to post videos on my site. I been testing before I hand that authority over to someone. This particular issue is giving me a real hard time.
Please see the link below:
http://www.mediafire.com/view/maebk11vfjv0m2b/edittopic.png
I am trying to remove that EDIT TOPIC from top left corner but unable to do that. I have Adminimize plugin and then I installed WP Front Role Editor.
I am not too sure where i am going wrong with this, but if someone can help, it will be greatly appreciated.
MY Site: http://www.desi-american.com
thank you
Regards,
Nik
Hello,
Thank you for the work on the importer!
I’m using the latest of wp and bp – this is a fresh install.
I’m still getting this error 
I’ve updated the file in the /converter file to the 5191 revision.
I know I have the db info correct.
Any ideas would be very appreciated. Thank you!
Argh! Both 😉
Wherever you are testing all of this, the phpBB database must be on the same MySQL database server, not the same actual database, just the same server.
I’m not entirely sure what the ‘wp-united’ does to the phpBB members table but there are a couple of topics here on bbpress.org about it.
Lets skip trying to import phpBB members for a minute and just go with forums, topics and replies for starters. So try your import again without selecting to import “Users”, this should be a good test to make sure that you have a connection to the database and you are indeed using the correct prefix, I expect as you note it most likely should be phpbb3_ as per your phpBB config file.
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
I have a theory as to why this ‘may’ happen with a plugin update, I’ll have to go find what I’m thinking of that may have been included in a recent bbPress release (2.5.3 or 2.5.4) but the roles being erased by changing a bbPress setting I have not seen, nor can I think of any reason why this would be happening.
Could you test this part for me please:
1. Open up WordPress Users admin panel
2. Verify the listed users on the first page have both a WordPress and bbPress role
3. Open bbPress Settings page and change a couple of settings and save
4. Go back to WordPress users, do the same users still have both WordPress and bbPress roles?
The closest I have seen to this is detailed in the following ticket, but this issue is when changing users roles via the bulk actions, #2597.
Thank you @robin-w for the great and speedy reply.
I was just trying to remove the breadcrumb in the content-archive-topics.php template to test if that’s the file I’m suppose to edit. Really I want to rearrange and do a whole lot of different things. Like what it says in the Amending bbpress templates codex entry.
Note* All the forum templates work great! Unlike the topic templates, any change I make to these files appears in the forum index as they should: archive-forums.php>content-archive-forums.php>loop-forums.php>loop-single-forums.php
That’s a great entry in the codex.
7. How can I remove all the breadcrumbs from the templates and set them at the top of the page?
Moving around the breadcrum is more of what I want to do, but I can’t find the template file for the topics to add the <div class=”truebreadcrumbs”> to the bbp_breadcrumb(); to be able to use css to move it around. If that makes sense.
Sorry if I’m being confusing and I thank you very much for your help 🙂
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…
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 Theme
Getting Started in Modifying the Main bbPress Template
Sorry if this is a bother, but I’m completely stumped as to what’s going on