Oh thanks for answering.
Hmm i don’t have a footer.php file haha?
Or am i looking at the wrong place perhaps..?
What do i do then?
My knowledge of wordpress and html is so crappy and my english is also crappy, please describe in much details haha.
Thanks 🙂
@elovkoff
You do not have to create a child theme just for custom code snippets, you can also use a custom plugin, this plugin below will give you an area to add custom php code snippets.
https://wordpress.org/plugins/functionality/
I still rather suggest you just stick with an inline image upload plugin instead of gd bbPress attachments(unless you are using pro), instead of removing the error notice and allowing empty replies.
BINGO! So my local SVN repository didn’t have the files added to its database, even though I could see the files in the folder on the Mac.
Now enjoy the images and such:
https://wordpress.org/plugins/tk-bbpress-stats/
Something wrong on the client side then… Copy all your files, delete the local folder (so also the hidden files) and do a new, empty checkout from wordpress.org
Then add your files again to the local folder and commit them.
Hi Pascal,
Thanks, updating the wordpress profile is not a problem I can do that.
However using the code from bbPress profile such as:
<?php do_action( 'bbp_template_before_user_profile' ); ?>
<div id="bbp-user-profile" class="bbp-user-profile">
<h1>View Users Trading Profile Here <?php get_the_author_id(); ?></h1>
<h2 class="entry-title"><?php _e( 'Profile', 'bbpress' ); ?></h2>
<div class="bbp-user-section">
<?php if ( bbp_get_displayed_user_field( 'description' ) ) : ?>
<p class="bbp-user-description"><?php bbp_displayed_user_field( 'description' ); ?></p>
<?php endif; ?>
<p class="bbp-user-forum-role"><?php printf( __( 'Role: %s', 'bbpress' ), bbp_get_user_display_role() ); ?></p>
<p class="bbp-user-topic-count"><?php printf( __( 'Topics Started: %s', 'bbpress' ), bbp_get_user_topic_count_raw() ); ?></p>
<p class="bbp-user-reply-count"><?php printf( __( 'Replies Created: %s', 'bbpress' ), bbp_get_user_reply_count_raw() ); ?></p>
</div>
</div><!-- #bbp-author-topics-started -->
<?php do_action( 'bbp_template_after_user_profile' ); ?>
added to my author.php doesn’t work.
I presume its because its not tied to the bbPress ‘user’ profile?
I’m afraid I won’t be able to help with that because you try to change the WordPress profile, and my knowledge is limited to bbPress profiles…
screenshots go under /assets (top level folder), no longer under the trunk or tags like before. Check out a working structure like https://plugins.svn.wordpress.org/bbp-toolkit/
A lot of mistakes there…
– Rename README.txt to readme.txt
– You have stable tag:4.2.2, but that should be 1.0.1 (the version of your plugin)
– trunk is your dev environment, not prod !
– You don’t have your structure under tags (should have folders like 1.0.0 and 1.0.1)
– there are still no screenshots under ‘assets’
But this is standard wordpress, so please re-read 16. WordPress.org on https://developer.wordpress.org/plugins/wordpress-org/
Pascal.
sorry my last post in response to the previous one.
so I have my screenshots in /trunk and have given up on /assets.
Yes you can commit to a tag directory – tortoise svn puts up a warning (don’t know what other svn’s do) , and you don’t want to do that for anything that changes functionality, as otherwise some people have it and some don’t, but I do for readme.txt and no reason why you shouldn’t add a screenshot to a tag rather than release an update.
Wordpress actually recommends committing to a tag for a readme.txt when wordpress goeds up a version to say your compatible with it.
Hey guys.
I’ve tried searching about this but not really been able to find a definitive answer, especially for my own situation.
I currently have a live site, where users NEED to use WordPress default domain.com/author/username
Currently when you go to the profile of a poster in the bbPress forum it takes you to a different user page domain.com/user/username
I need this to direct to domain.com/author/username as the default WordPress profile contains information about the user (feedback ratings, post details + more – its a classified site).
Now I’m not 100% fussed on whether the domain.com/author/username page displays post details, as the ‘forum’ I’ve having is a single forum and more like a general chat area of the site. I’m not looking to setup a fully fledged forum.
However the most important thing is having their profiles direct to their author page instead of their bbPress user page.
If there is code I can place in the author.php file (WordPress one) that will check their bbPress details regarding their posts, that would be great. I’ve tried copying the code from bbPress user-profile.php but that didn’t work.
Can any one offer any assistance? I’d deeply appreciate it.
Thanks
bbPress: Version 2.5.8
WordPress: Version 4.4.2
Website: http://www.airsofttrader.co.nz (You can see the example of author pages, however bbPress is not installed on the live site – its installed locally.)
Hello interwebs, I just made my wordpress site. I’m looking to add a forum on the site, but I’m not pleased with the theme that I got, so I’m looking to change it. I would like to make a forum attached to my site that looks like this. http://forums.a10talk.com/
ps I’m not very tech savy so if I left anything out let me know
Thanks
It’s not on the wordpress.org server for sure. You did not commit (or not correctly).
Sup guys,
im currently working on a WordPress based Gaming-Theme and want to change a few of BBpress Templates.
Unfortunatly bbpress dont like the take the changes and always falls back to the default ones.
My Theme folder looks like this:
%mythemename%/bbpress/%template_files_here%
but everything i change here wont update…
So, im a doing something wrong with the bbpress folder there or is it just my dumbness ?
@luckyluuk
I did get a blocked message at first from a user agent blocker on gronboekoby site, now it leads to the default WordPress login.
@mimbelli Here is the list of plugins, these could be about 7 plugins in total if you want to do the free route, or 4 plugins in total if you only want to use BuddyPress and GD bbPress toolbox (paid plugin)
User signature, hot/new/sticky topics (labels/icons??), post count and join date, visual preview could be possible using a small piece of custom code and using bbPress hooks to display them.
@elovkoff
Use an inline image uploader, so at least the html of the image would be present in the post content box. GD bbPress attachments may have something for inline image uploading, but I think in the pro version.
This plugin is a good and simple inline image uploading plugin.
https://wordpress.org/plugins/image-upload-for-bbpress/
if ultimate member had user groups, then you can use
https://wordpress.org/plugins/bbp-private-groups/
to make the forums group specific
Kind of thinking that 80 forums/sub-forums might be the cause… That *is* a lot of forums even for a pretty big site.
Maybe install these two plugins to help narrow things down:
https://wordpress.org/plugins/query-monitor/
https://wordpress.org/plugins/query-monitor-bbpress-buddypress-conditionals/
I tried starting a new forum at another site and got the same problem. This has the basic wordpress theme and no plugins.
http://www.gronboekoby.se/forums/
1. Open new browser and goto http://www.gronboekoby.se/forums/ or http://www.ecoby.se/forums/
2. Try to login with login fields – Does not work
3. Enter wordpress login http://www.gronboekoby.se/login/ or http://www.ecoby.se/login/
4. Repeat step 2 – Works!
Really annoying. Could it have something to do with the web hotel?
Hello,
I am using this plugin.
https://wordpress.org/plugins/bbresolutions/
Is there a way to create a link to all topics that are Unsolved?
Thanks.
I tried about 6-8 themes and they all have the same result. Ok, if its just a theme issue then don’t worry. I thought it went deeper than that. I guess WordPress themes are not tweaked for bbPress so this is likely to occur with most themes and need a manual edit.
I am still in the process of testing before moving site so lots of other things to iron out yet.
Thanks.
As I said I’m a WP newbie trying to understand how everything works. These are my considerations so far. I do not want to hurt anybody.
After a couple of days of testing I’m really going insane trying to get a minimum acceptable installation.
While I understand that acceptable is a moot concept, I mean “similar classic feature of all free forum scripts out there” I’m not speaking about cutting edge features but really standard forum features since phpBB 2 hence:
- extended user profile
- private messaging
- user signature
- post count and join date below username
- post preview
- attachments with inline images
- quote replies
- report
- sticky, new, hot for topics
- view unread content
Now I understand that all of them can be obtained through 10 different plugins but I’m really scared to do so for these reasons:
- 10 different plugins and authors are very difficult to maintain. Chances something screw up are high, no matter how godd is the code.
- some of plugins implementing above features seems already nearly abandoned
- In one of my past life I was so naive to dope my Joomla installation with several third party mambot/plugins. When I had to upgrade I discovered that several of them where abandoned giving me a hege PITA to upgrade
- In a recent life I avoided to dope my IP Board installation with plugins but during a main upgrade I had the same problem with some mods I made by myself
Now I’m trying to bring everything to wordpress + bbpress but I see that it is a steep climb just to get what in 2016 is considered a forum with basic features. I’m not a developer otherwise I was already coding the missing pieces.
Please: less plugins – more core features
Not sure where you have put the screenshots, but I don’t see them : https://plugins.svn.wordpress.org/tk-bbpress-stats/
They should go into the assets folder there. I normally use png, but I suppose jpg is possible too. And as Robin says: all lowercase !
Pascal.
WordPress 4.4.2
bbPress Version 2.5.8
link of my site
im having a issue with the login widget of bbPress. whenever i login as an admin it works fine, than it redirects to the forum again. but when i login with any other user it redirects me to the homepage instead of the forum. i want that all the users redirect to the forum again. can anyone help me out?
thanks