Change Author Locaion.
Hi, I am having some theme issue, I am not a technical person so its really impossible for me to make such changes. I just need to change the Author area, this will increase my content area, and...
View ArticleReply To: who can share this offcial bbPress theme?
I spent a few hours this weekend cleaning up the themes that power BuddyPress.org, bbPress.org, and the shared styling between the codexes, Trac’s, etc… We’ll be open sourcing all of both of those...
View ArticleTopic Thumbnails?
Hi, I am new to BBpress and was wondering if there was a way to display a small thumbnail logo next to each topic within a forum. I am aware that there is a plugin that does this, however, that pulls...
View ArticleReply To: Change Author Locaion.
I guess I asked tough question Ok, if possible then plz guide me to remove the “User Area” and the Viewing details. I want to remove the user area to increase the size of Thread content area, as all...
View ArticleReply To: Topic Thumbnails?
which plugin are you referring to? That would be a good starter
View ArticleReply To: Topic Thumbnails?
Hi, The plugin I am referring to is this one: http://wordpress.org/plugins/bbpress-topic-thumbnails/ The issue is that this one only pulls the thumbnail from the first image in the post. I want a...
View ArticleReply To: Topic Thumbnails?
Ok, I cracked that code open, and think that putting in the following will work add_action( 'bbp_theme_before_topic_title', 'assylumn_insert_thumbnail' ); function assylumn_insert_thumbnail() {...
View ArticleReply To: Topic Thumbnails?
Thank you for your swift response! I assume you mean the functions.php file within my template? If so, is there any particular point that I should insert the function? I have a site to deploy tomorrow...
View ArticleReply To: Topic Thumbnails?
Yes, No particular point that you should insert it – I’d put it at the end.
View ArticleReply To: Topic Thumbnails?
Hi Robin, That has worked but with a small issue….the image is displaying far bigger than the uploaded file which is 75x75px. What do I need to change in that code to help the formatting?...
View ArticleReply To: Topic Thumbnails?
Got it! Reduced the width from 100% to 25% and now it looks good. You sir, are a Gentleman! Many thanks for the assist!
View ArticleReply To: Topic Thumbnails?
Great, glad it all worked ! If you’re not using a child theme, then any theme upgrade may overwrite your functions file, so keep a note of the final code you used, as you may need to add it back.
View ArticleReplies under selected Posts in a Topic
Hello, Can someone give me advices to do the following please? I would like new replies in a topic placed in this order: TOPIC A - Post 1 — Reply to Post 1 — Reply to Post 1 and to Reply 1 - Post 2 -...
View ArticleReply To: Forums list does not appear correctly on my site
Hey, great that you’re fixed !
View ArticleReply To: Replies under selected Posts in a Topic
You would need to make some custom templates See http://codex.bbpress.org/theme-compatibility/ And there are a few other docs here http://codex.bbpress.org/
View ArticleReply To: WP_Query post type topic help
For bbPress specific functions, you’ll generally find the functions in template-tags.php files bbp_get_forum_last_active_id() is in forums wp-content/plugins/bbpress/includes/forums/template-tags.php
View ArticleReply To: Mobile Theme?
I can definitely foresee a mobile theme would be required, as I can’t seem to get 2.5.3 to work properly on mobile, and I have no idea how to modify the default theme to work best on mobile. I have a...
View ArticleReply To: Mobile Theme?
You could make your own with a child theme, or you could make an app with http://tapatalk.com/build.php I know that isn’t exactly what you’re looking for, but it may be something you want.
View ArticleReply To: WP_Query post type topic help
thanks @robin-w ! I’ve tried to use all the avatar functions found in the documentation in the wp_query(), but none are working. I’ve tried it locally with newer updates of buddypress/bbpress and live...
View ArticleWould it be possible to do this with the forum categories?
I saw a really cool custom forum that has a responsive design, and I like the grid design they have to display them: One of the best features is when viewed from a phone, it aligns all those images...
View Article