Search Results for '"wordpress'
-
Search Results
-
Installed latest from add new. Now website or admin panel does not load.
After clicking activate plugin this URL is displayed and hangs. Nothing but a white screen.
http://houdiniesq.com/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=
How to fix.
Wordpress 3.6, using theme Twenty Eleven
BbPress 2.4 (Just updated this morning, though I had the problem with the previous version as well)
Only other active plugin: Error Log Dashboard Widget 1.0.2 (showing no PHP errors)
Several other plugins are installed, but deactivated while trying to debug this issue.I have the following text on a single page:
Here is the shortcode for the single forum: [ bbp-single-forum id=39 ] [bbp-single-forum id=39] Here is the shortcode for all forums: [ bbp-forum-index ] [bbp-forum-index]The single forum does not display. The forum index does display. I have confirmed that the index is the correct number via the admin forum view. Here is a link to a screenshot. Here is the link from the forum page, showing the forum id: http://[domainremoved].org/wordpress/wp-admin/post.php?post=39&action=edit (Obviously, clicking it won’t work, because it requires a log-in, but this is to confirm that I’m finding the forum index correctly.)
Here is the forum: http://[domainremoved].org/forums/forum/pta-board/
Here is the page it is linked from, showing where the shortcodes do not work: http://[domainremoved].org/pta-board-2/
(Note: I have added spaces between the shortcodes so you can see the text that I used, then repeated the shortcodes without the spaces to display the forums.)I feel like this should be some really simple user error, but given that I have double-checked the shortcode syntax and the forum id, deactivated all other plugins, and chosen the Twenty Eleven theme, I can’t figure out what it could be.
ETA: Wow, that was fast— my page got slammed with spam comments within minutes of posting the links here. I have removed them for now. If a support person needs them to diagnose the issue, I can give them out then.
After weeks trying to find something that would work, I found the code on wordpress forums to remove completely gravatars (and redirects it was causing.. )
here is it:
function bp_remove_gravatar ($image, $params, $item_id, $avatar_dir, $css_id, $html_width, $html_height, $avatar_folder_url, $avatar_folder_dir) { $default = get_stylesheet_directory_uri() .'/images/mystery-man.jpg'; if( $image && strpos( $image, "gravatar.com" ) ){ return '<img src="' . $default . '" alt="avatar" />'; } else { return $image; } } add_filter('bp_core_fetch_avatar', 'bp_remove_gravatar', 1, 9 ); function remove_gravatar ($avatar, $id_or_email, $size, $default, $alt) { $default = get_stylesheet_directory_uri() .'/images/mystery-man.jpg'; return "<img alt='{$alt}' src='{$default}' height='{$size}' width='{$size}' />"; } add_filter('get_avatar', 'remove_gravatar', 1, 5); function bp_remove_signup_gravatar ($image) { $default = get_stylesheet_directory_uri() .'/images/mystery-man.jpg'; if( $image && strpos( $image, "gravatar.com" ) ){ return '<img src="' . $default . '" alt="avatar" width="60" height="60" />'; } else { return $image; } } add_filter('bp_get_signup_avatar', 'bp_remove_signup_gravatar', 1, 1 );As I am now planning to disable buddypress completely. I am looking for an easy way to let users upload their avatars in bbpress, anyone tried it already?
Hi guys,
On my site, bbPress and the “Recent Post” widget of my blog conflict. Could anyone please give me some clue to fix this?
Wordpress version:3.6
bbPress version: 2.3.2
My site:http://geekroo.com/site/forumsPlease refer to the right sidebar and the footer on the page.
Cheers!
Karl
Topic: BBPress – Post Count
Hi
This is such a simple request so I’m probably being an idiot but I can’t find a clear answer anywhere!
I need to display the number of post a user has made on my forum
I am using the BBPress plugin for WordPress.
Hello,
I want to include WP template tags in bbPress templates and vice versa.
For example in user-profile.php in my bbPress template, I want to include <?php echo get_the_author_posts(); ?> (http://codex.wordpress.org/Function_Reference/get_the_author_posts), which is a WP template tag.
Similarly, for author.php in my WordPress template, I want to include topics started by the author.
I imagine I’d have to query the user, so is there a way of doing this?
The formatting toolbar on our discussion forum above the comment box keeps disappearing. Was working on Firefox, then it went away. Now switched to Chrome, where it’s still available, but not appearing on Safari at all. Using latest version of the bbPress plugin and WordPress.
Still available and working fine in this support forum (currently using Safari browser) so would seem to be site-specific. Any help appreciated.
I’ve been trying to import my vanilla 2 forum posts (just under 500000 replies) and it’s been working away for a very very long time. Tried to do it on the server as well as locally on my macbook pro running Mountain Lion. It seems that it’s even running slower locally than on my server and after leaving it to run for a couple of days, I’m about 1/4 of the way there.
Tried all kinds of delay times and row limits but I can’t find a way to improve the speed of the import.
I was wondering if anyone here has successfully imported a database this size and has tips on how to speed up the process? Even at a 200 Limit with 3 second delay my MySQL workbench on my local machine shows 11000 Queries/second which seems a bit high?
I’m using the latest versions of bbpress, wordpress and vanilla.Topic: how to ban users
I cannot find, how to have moderators or key masters be able to ban users – without them also being ADMIN on the WordPress site ?
Have I missed something ?
(lastest version of everything -wordpress+bbpress etc.)