Search Results for 'code'
-
Search Results
-
Good evening MrRobinW and MrStephenEdgar!
Japan is currently rainy season.
I like rainy days as well as sunny days.Well, I need your help again…(Of course my website is going well these days!)
This time, I wanna remove a <option> tag
with adding php function into “function.php” of WordPress.At a create-topic page, users can select one specific forum.
And the souse code is like…<label for="bbp_forum_id">in forum</label><br /> <select name="bbp_forum_id" id="bbp_forum_id" tabindex="103"> <option value="" class="level-0">select๏ผ</option> <option class="level-0" value="1">Apple</option> <option class="level-0" value="2">Banana</option> <option class="level-0" value="3">Grapes</option> <option class="level-0" value="4">Elephant</option> </select>In my website, these 4 forums has been set to the public,
and I don’t wanna change the setting.However, I do not show the last one (Elephant!) to every users at the time.
In this case, what code should I put into the “function.php” of WordPress.For me, The case is too difficult to solve.orz
Would you please advice me…many thanks
WordPress: ver3.9.1
bbPress: ver2.5.3Hello everyone!
First let me say, that I am not sure if the problem is coming from bbpress. Please let me know it is a general problem.
The reason I am posting the problem here is, that it appeared right after todays bbpress-update, and there’s also a reference in the message.
This is the error message I am reciving (debugging enabled):
Warning: mysql_connect(): Headers and client library minor version mismatch. Headers:50535 Library:50617 in /home/www/xxx/www/wp-includes/wp-db.php on line 1372
Strict Standards: Redefining already defined constructor for class Tehnik_BBPress_Permissions_Load in /home/www/xxx/www/wp-content/plugins/tehnik-bbpress-permissions/tehnik_bpp_init.php on line 35
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/www/xxx/www/wp-includes/functions.php on line 3245
Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /home/www/xxx/www/wp-includes/functions.php on line 3245
Strict Standards: Declaration of BP_Poke_Component::setup_globals() should be compatible with BP_Component::setup_globals($args = Array) in /home/www/xxx/www/wp-content/plugins/bp-poke/bp-poke-component.php on line 57
Strict Standards: Declaration of BP_Poke_Component::includes() should be compatible with BP_Component::includes($includes = Array) in /home/www/xxx/www/wp-content/plugins/bp-poke/bp-poke-component.php on line 57
The strange thing is, that I am running an exact mirror of the page and db on a subdomain, where I am testing plugins, etc. There I am not getting the error.
I did had a search on google, but couldn’t find anything helpful. As I am not a coder or server-tech myself, I am a bit lost here. I did try a few things, like disableing plugins, or enabling another theme. But nothing helped so far.
Here’s a list of plugins I am using right now:
- (BuddyDev)BP Poke
- Advanced Custom Fields
- bbPress
- bbPress New Topics
- BuddyPress
- CodeStyling Localization
- iThemes Security
- Members
- Regenerate Thumbnails
- Require Featured Image
- rtMedia for WordPress, BuddyPress and bbPress
- Tehnik BBPress Permissions
- WP Smush.it
I thought it might be a problem with iThemes Security, so I tryed to disable a few things, and also disabled the whole plugin. But the problem is still the same.
Thanks for your help in advance!
Best regards,
Lumartist
Hi,
My bbpress is working fine. I just want the recent topics to be displayed on my forum-root-page.
The site can be found here http://schole.at/intern/ (you cannot see the forum index, as the site forum is private, but the site shows the problem anyway).
I use a page with shortcodes. Using the shortcode [bbp-forum-index] just displays the forum index. But when i try to use the shortcode [bbp-topic-index] the result is as u can see in the link above: it just shows the shortcode itselve.
I would just like to have the recent topics to be diplayed as they are here in the forum root on bbpress.org/forums
Thanx for your help.
Wordpress 3.9.1
bbpress 2.5.4.
Theme: Dynamik Website Builder on Genesis FrameworkHey Everyone,
We migrated from Simple:Press today to bbPress and so far all is well after a little cleanup, but now I am noticing that we are experiencing issues with permissions within the roles and capabilities. We have 2 tiers of registered users which are our members and our officers. With this we have 2 seperate categories and forums within them with members only being able to see/edit the members forum and officers being able to see/edit the members forum and the officers forum.
According to here on bbPress, this should be possible as our “members” role would have the “read_private_forums” capability assigned to it and our “officers” role would have that capability as well as the “read_hidden_forums” capability assigned to it. Unfortunately…this is not working properly, our “members” role is not able to view there forum, so in the mean time, I’ve enabled the “read_hidden_forums” capability per and that seems to have “solved” the issue, however now there is no way to restrict access to the officers forum (Which I’ve temporarily deleted until this can be resolved).
Any help/input/ideas would be appreciated. This should work from what I am reading, so not sure why.
Thank you!
—–
Running:
WP v3.9.1
bbPress v2.5.3