Search Results for 'code'
-
Search Results
-
Hi!
Just migrated to bbpress, and users are confused.. as they do not see standard on other forums ‘New Topic button..
I hope it is possible to add one using function code – so it would appear at the top of every forum – and either expand to add ne topic – like in buddypress or at least to direct users to the bottom of the page..
happy to pay $10-20 for this. but please post code on the forums, so everyone can get the benefit 🙂
thanks
kris
Topic: Removing the sidebar
Okay first, I’m well aware of the 10+ threads already that exist about this topic, and I’ve gone through all of them.
I’ve read this:
http://codex.bbpress.org/theme-compatibility/It seems as though “extras” contains all of the files with get_sidebar, which I’ve edited to //get_sidebar
The link above mentions:
““extras” contains optional page templates and things to make life a little easier when customizing; copy any you want to use or modify into the same ‘bbpress’ folder. eg. /wp-content/mytheme/bbpress/”First, that should probably be changed to: /wp-content/themes/mytheme/bbpress
Secondly, I’ve done this. My directory structure looks like:
wp-content/themes/sahifa/bbpress/extras (which contain the modified //get_sidebar files)Yet the sidebar still shows up.
Is there anything I’m missing?
Thanks.
I really searched Google and the forum to try to find the answer but I just can’t come up with it. I have a brand new install of BBPress. I’ve never used it before. (I’m using version 2.2.3.) I’m using Wordress version 3.5.
I went over the roles here:
http://codex.bbpress.org/bbpress-user-roles-and-capabilities/
It says participants can create and edit their own topics and replies. On my forums participants cannot create topics at all. I don’t want to bump them up to moderator because I don’t want everyone to be able to edit everything.
I’m hoping there is a simple fix for this or someone can please tell me what I’m doing wrong. 🙁
Topic: Responsive Embed of Videos
Hi,
I am using the latest version of bbpress.When I post youtube videos using the embed code (iframe) in a bbpress post, the video does not fit within the width of the textbox.
How can I make the youtube video responsive so that it always fits within the post and resizes itself with the correct aspect ratio?
Topic: Custom front page
Hi, guys.
I need forums titles list with topics on my forums frontpage. How can i do that? What is the right way?
I have add next lines, and all topics are shown for each of forums. I need each forum have only it’s own topics. I know that i can use BB_query or even WP_Query but i can’t figure it out. System says that i have “Fatal error: Class ‘BB_Query’ not found in X:\home\vkk.ca\www\wp-content\themes\themeName\loop-single-forum-custom.php”
if ( !bbp_is_forum_category() && bbp_has_topics() ) : bbp_get_template_part( 'loop', 'topics-custom' ); endif;PS: it’s bad that i should enter username only instead email or username.
Hi All,
I have installed both the site wide and group forums following the steps from the link below
http://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/.
I have forums in both site wide forums and group forums but I only see group forums under the forum tab in the profile page, but i want to see details of both group and site wide forum under it. This may have happened because of the step where we select “group forum” page as the discussion forum while installing both site wide and group forums.
Taking the above fact into consideration I tried to change the discussion forum page from “Group Forums” to “Forums”, but this didnt change the details under the forum tab in the profile page.
Any help will be highly appreciated
Thanks in Advance.
I’d like to offer visitors the ability to use CodeColorer to syntax highlight their code.
I know that shortcodes are basically disabled for security reasons – which makes sense.
But how can I add a “safe” shortcode to bbpress?
The WP plugin bbPress2 Shortcode Whitelist and bbPress do shortcodes are not working (the latter even being risky at best).bbPress: 2.2.3
WP: 3.5
Theme: my own developmentI am trying to translate the bbpress plugin v2.2.3 to swedish.
I have followed this guide:
http://codex.bbpress.org/bbpress-in-your-language/
But its not working 🙁