Forum Replies Created
-
In reply to: bbPress menus not appearing in some of my sites
These issues will occur with different combinations of plugins, and it is nobody’s fault.
and it will never be eliminated.Wordpress is free open source software. It allows others to hook into it using Filters and actions, as well as using templates and functions. Additionally theme developers can affect the way wordpress functions. This lets lots of other people change how wordpress works and add both functionality and looks.
So if two developers both hook into the same bit of code, the actions of one can alter or even cancel out the other’s code.
With many thousands of plugins it is simply impossible for developers to test to see if their plugin works with every other plugin out there.
bbPress is thoroughly tested with the latest version of WordPress, in combination with all of the wordpress default themes (twentyten, twentyeleven etc.) to ensure it functions. Most bbpress plugin developers will also test against this combination to give a good degree of conformance.
This is the best that you can get.
It is no more the fault of bbpress that it doesn’t work with plugin A, than it is the fault of plugin A that it doesn’t work with bbpress!
Sorry but that is life 🙂
Open source means you get lots of great FREE software but you don’t get an integration guarantee – it’s pretty damn good, but sorry not perfect.
And It’s nobody’s fault !
In reply to: not sending password to new registered memberdelay was only a few minutes – probably host related.
In reply to: not sending password to new registered memberCORRECTION
whilst slow, I have now got a username and password so the process is working.
Suggest you get the screen display to work and you should be ok !
In reply to: not sending password to new registered memberok, you have some distinct display issues caused by lots of adverts,masking any input, which are certainly not helping, but tried it and received no email.
This is a wordpress/host set up issue not a bbpress one.
EDITED : see post below
In reply to: My topics side bar is not appearing in my forum?ok, could be many things, and we could spend a lot of time trying to track down the exact issue.
So we’ll go for two options
presuing that the “downloaded recommended plugin” is bbpress wp tweaks then lets start with :
Deactivate bbpress tweaks
Dashboard>plugins>bbpress tweaks>deactivateGo into widgets
Dashboard>appearance>widgetsAnd look at the bottom of the left hand side. You’ll see an “inactive sidebar”, with your entries on
Below this is an “inactive widgets”
Drag all the entries from the inactive sidebar to the inactive widgets area.
This then allows wordpress to delete the sidebar
I normally log out and in again at this stage – probably not needed, but I’ve never bothered to check
Then basically reverse the above
Re-enable bbpress tweaks
You see the bbpress sidebar returns
Drag the entries back from the inactive widgets area to the sidebarlet us know if that works.
In reply to: Missing User ID in login widget.can’t see your issue as I’m not a user, so can’t login !
You screen display seems to have some issues though.
‘Could it have something to do with changing the primary “name” profile field? ‘ – quite probably what exactly did you do to ‘change’ this?
In reply to: not sending password to new registered membercan you post a link to your site so that I can try it
In reply to: customizing bbpress admin linksdam typo’s –
great – glad you’re continuing to get there 🙂
In reply to: customizing bbpress admin linksgreta – glad you’re continuing to get there 🙂
In reply to: Description under title forumok, nit sure exactly what was happening , as these lines are already in the default loop-single-forum.php, but glad you’re fixed
In reply to: Different Sidebar for the Forumsthe link to your site no longer works fro me – so I can’t see the issue
In reply to: Sidebar reappear in topic and topic/looks ok to me now – are you fixed?
In reply to: Description under title forumyou should be able to simply add your description to the forum content, this should the show
ie
dashboard>forums>all forums
edit the forum you wish and put the description in the content
In reply to: Sidebar reappear in topic and topic/ok, so in your PC create a file called bbpress.php
(you can use notepad for this)
then dump this code into it
<?php /** * bbPress - Forum Archive * * @package bbPress * @subpackage Theme */ get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <div id="forum-front" class="bbp-forum-front"> <h1 class="entry-title"><?php bbp_forum_archive_title(); ?></h1> <div class="entry-content"> <?php bbp_get_template_part( 'content', 'archive-forum' ); ?> </div> </div><!-- #forum-front --> <?php do_action( 'bbp_after_main_content' ); ?> <?php get_sidebar(); ?> <?php get_footer(); ?>
save it and using ftp copy it to get
wp-content/themes/%yourthemename%/
where %yourthemename% is the name of your theme
so you end up with
wp-content/themes/%yourthemename%/bbpress.php
bbpress will then use this template
Come back and let us know how you get on !
In reply to: Users Can't Loginyou say “can no longer login”
when did this happen?
How long have they been able to login?
what has changed in between eg theme or plugin upgradesThere will be a cause, and it will be a change, either that you have done manually or some software has done automatically, you just need to work out what.
In reply to: Different Sidebar for the Forumsbbpress will use the default page template for the main index rather than the specific page template set in the page – so your setting in the forum page won’t apply.
There are several ways around this, but as your plugin is a paid one, I can’t see the code to recommend the best solution.
So first off I’d post a query onto their support site
they probably have come across bbpress before and will know the answer. You could tell them that bbpress uses ‘is_bbpress()’ to see if it is a bbpress page, that might help them.
I suspect your issue is with Easy WP SMTP 1.0.9
there are a couple of threads on their support site about needing to change/resave settings after the upgrade to 1.0.8 that might apply to you
https://wordpress.org/support/plugin/easy-wp-smtp
and go to support
1. bbpress plugins add exactly as normal wordpress plugins
Dashboard>plugins
Bbpress will try and use your theme, you may want to visit the set up guides
2. depending on your theme, you should see the ability to add a topic at the end of each forum.
You can add a ‘topic’ add in your sidebar using the text widget and putting
<a href="/add-new-topic/">Create a new topic</a>
in the text
In reply to: Sidebar reappear in topic and topic/In reply to: user profile link giving a 404 errorcan you post a link to an example?
In reply to: WordPress and bbpress searchgreat – glad you’re fixed !
In reply to: bbPress redirects users when logged in?great – glad you’re fixed, and thanks for the info, it will help someone in future 🙂
In reply to: customizing bbpress admin linkskeep going, it’s fun seeing what you are doing !!
In reply to: Forum subscription not sending emailsgreat – glad you’re fixed
In reply to: Topic text first paragraph has smaller font sizeSorry, but Chrome look fine on my PC as well.
I cannot replicate your issue !