you can’t – wordpress and bbpress use a language called php to create the html code, so this code does not appear anywhere, it is made up of lots of function and css calls.
Sorry !
theme: Analytical Lite
the latest version of wordpress and bbpress
my font,background, and reply background is white
so all text is hidden.
i have tried applying the codes from styling crib into my theme css but it still dosent work.
does anyone have anycode to change the back ground
could be hundreds of reasons – most are to do with small errors in coding.
That latest version of my profile info is now on wordpress, suggest you crack that open, and see if you can alter it for a dropdown.
https://wordpress.org/plugins/bbp-profile-information/
yes, but you’d need some php, so depends what you mean by ‘I don’t really know PHP’
the plugin bbp-last-post plays with code in this area, so take a look at that
https://wordpress.org/plugins/bbp-last-post/
and look at
bbpress/includes/common/wdgets.php for how to put a title in
Hi,
Is there an established way to show a short excerpt of the latest post in a forum, category, etc. under the “Freshness” title?
Other software like vBulletin support this: Steam Forums
If not, then I would love a point in the right direction of which hooks and functions, etc. I should start with.
I’m developing a custom WordPress theme which I have now extended to cover a custom bbPress theme, but I don’t really know PHP, so any help will be appreciated.
Thank you.
wordpress uses gravatar as it’s avatar system
http://en.gravatar.com/
so you change the gratatar there.
If you want to change the default
Dashboard>settings>discussion and at bottom of that page
If you want to use local avatars
https://wordpress.org/plugins/simple-local-avatars/
I decided to move from SMF 2.0.7 to bbpress. The migration tool worked successfully but not without errors.
The main admin account on my forum was changed to Anonymous and every other person’s own changed to my account on wordpress.
How can I change all the imported post and replies to be posted by Anonymous instead of this incoherent one?
Link and demo = goo.gl/g0Tb1B goo.gl/kej5oO
N/B; users were imported but without their various post and replies assigned to them.
I don’t know what version of tinyMCE WP uses – I see that WP 3.9 is using tinyMCE 4 but not sure if it’s going to be 4.0.11:
WP 3.9 is currently now using 4.0.21, if 4.0.22 is released before WP 3.9 in ~4 days that might also make it into 3.9.
https://core.trac.wordpress.org/ticket/24067#comment:152
There’s probably a plugin for it but I would cheat and make an email address that forwarded to all of the email addresses I wanted. I’ve had a couple of email customisation plugins fail over various updates, so I don’t have any to recommend!
Otherwise, the new user notification emails are pluggable functions which means that you need to override them in a plugin. The function in question starts at line 1569 here: https://github.com/WordPress/WordPress/blob/master/wp-includes/pluggable.php
Don’t edit that code – it will get overwritten in a future update – that’s just the function that you would use to make your own plugin (or what any plugin that does it will use).
And the conflict appears to be with WP e-commerce Version 3.8.13.4 When I deactivate that plugin the links magically appear, but it doesn’t display the number of users correctly.
WP e-Commerce has one known issue in 3.8.13 that I know of, it is fixed for 3.8.14 though this appears to be a different issue:
Trying to Edit Reply causes infinite redirect loop
Maybe post a question on their support forums here https://wordpress.org/support/plugin/wp-e-commerce
Hi
I too am having issues with seeing the admin area of bbpress
Brand new site with no content yet
WordPress 3.8.2 running Twenty Thirteen theme.
Installed plugins:
Post Expirator
SimpleLinks
TinyMCE
WordPress FAQ Manager
WP-Filebase
WP e-Commerce
With these plugins active, I am able to get to the Forum activity on the dashboard, but that’s it. Interestingly, there is only one user in my WPinstall, but the forums activity is displaying 19?
And the conflict appears to be with WP e-commerce Version 3.8.13.4 When I deactivate that plugin the links magically appear, but it doesn’t display the number of users correctly.
We need to run WP e-commerce and would like to run bbpress if the conflict can be resolved.
Kindly help me. How to filter the topic using the custom fields.
I have created the custom fields using the GD Custom posts and taxonomy tools. I need to filter. I have followed this step but its not working.
http://internet-alacarte.com/adding-custom-fields-to-bbpress-topics-then-filtering-topics-by-custom-fields-using-views/
Thanks in advance.
https://wordpress.org/plugins/bbp-views/
UPDATE: I used Theme test drive plugin and found out:
TinyMCE works on Twenty Eleven and Twenty Twelve WP themes, but I can only use the “text” tab buttons. In fact there’s no “visual” tab at all.
When I switch back to WildCommunity (my current theme), I see this blank area with no buttons at all. Visual and text tabs are useless.
By the way I can type inside the blank box but text is white and I need to select (highlight) it to see what I wrote. If i hit “post” I’m perfectly able to post a topic. Text and links look fine. No problem. Now THAT is weird!
Any clue?
I have seriously looked everywhere and I am not sure what else to do. I am somewhat a noob to bbPress but not at all to the wordpress way of things. Iam a freelance developer. For the life of my I cannot find how to remove the subscription link from the pagination. The best I could do was float it to the right of the page, I do not want to display:none it because I want it show on replies. If anyone knows where I can remove this I would be very grateful. Thank you in advance.
Shane
PS here is a link to where I would like it removed:
http://kun.webrevllc.com/themen/kunst/
Oh, WP 3.8.2 and BBPress 2.5.3, thanks!
Thank you, where do I insert this code though. I’m new to this whole wordpress thing.
For the topics archive showing all topics, you can use the shortcode [bbp-topic-index] on a normal WordPress page.
“All replies” is slightly different. You could use the Recent Replies widget (https://codex.bbpress.org/widgets/) if you had a page with a widget for the content but if you wanted a proper archive page, I think you’d have to make a new template for it. I think it’s one of those things that if enough people ask for it, it might get prioritised for future versions but that’s just a guess. If you are comfortable making page templates, I can post how I did a “latest posts” page (posts = new topics + replies).
I’m not sure what part of the menu you mean, I’m sorry. Do you mean how “support” (with a link to /forums) is highlighted above even when you’re on a topic page? They use a custom nav file:
https://meta.trac.wordpress.org/browser/sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/header-nav.php
If I were trying to replicate that, I would use jQuery to add the current-menu-item class to the top forums list item – not that it’s is the right way to do it, it would just be the easiest for me to do and to maintain. You’d need to add it to a javascript file in your template or make one and then include it. If you’re interested, I can post that code – you will need to add a custom class to your forums menu item too.
Sorry, I know that wasn’t too terribly helpful!
I want to keep my menu navigation to present that they’re under the current page(menu), but bbpress doesn’t keep highlight on the menu to show the state when they go to individual topic or reply page.
I would have wished that bbpress topic or reply would have a WordPress Template page to be linked like as a normal wordpress sub-pages so that I don’t need any workaround in the first place. In other words, all the bbpress topics or replies must be only displayed on the page that admin users created.
created WP page slug: forums -> topics (all topics here) -> replies (all replies here)
Anyway for now, how can I make the menu like this site?
This is community software – why not get involved and crack open the plugin, see what it does and add it to the core bbpress software
To get started and learn about how to create a patch that is in the format we use here (and the entire WordPress Trac ecosystem) here are a couple of docs to get you on your way:
https://make.wordpress.org/core/handbook/working-with-patches/
https://make.wordpress.org/core/handbook/working-with-patches/create-a-patch-using-tortoisesvn/
http://blog.ftwr.co.uk/archives/2005/11/03/windows-wordpress-toolbox/
bbPress’ SVN repo URL is https://bbpress.svn.wordpress.org/trunk
Everything was working fine few days ago. But from yesterday any topics i create or my members doesn’t go under forum. I tried again and again but no luck. I upgraded my wordpress to 3.8.2 and installed nextscript snap plugin couple of days ago. I tried deactivating snap, but that doesn’t solve the issue. I’m not sure what to do now, i asked few of my buddies, their bbpress is working fine with with wordpress 3.8.2, any suggestions are appreciated.
Wordpress Version: 3.8.2
BBpress Version: 2.5.3
Forum Link: http://www.nullnix.org/chat-boards/
From bbPress.org:
bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => true, 'size' => 100 ) );
To set a good expectation, these forums move relatively slowly. If you’re anxious about replies to this topic, tick the “Notify me” box and you’ll get an email when someone replies without the need to bump the topic.
WP Symposium, so still for WordPress
@oldkcole you have moved to a different type of forum as in outside WordPress [scary thought…] ?
@a42 I have decided to move to a different type of forum as I have realised by reading past threads that questions and issues raised are not well addressed, and in some cases not answered at all. I assume bbPress needs to updated to be compatible to the new version of WordPress.
@vinaunder It is going blank due to the plugin causing issues with the new version of WordPress. Go to your FTP manager, and save the plugin on your computer and then delete the plugin on ther server. You will be able to login into the dashboard. That was my issue in any case…
I have the same problem, though it happened after I updated WordPress to 3.8.2.