Search Results for 'theme'
-
AuthorSearch Results
-
September 27, 2015 at 6:01 pm #244840
In reply to: Stopping html codes and more…
Henry Wright
ModeratorHi @goakes
Yes that’s right, you can copy and paste the code into your child theme’s functions.php file.
September 27, 2015 at 12:21 pm #244835In reply to: Stopping html codes and more…
goakes
ParticipantHello Henry
Just to check the code is inserted in the child theme functions.php? If not where is the code inserted?
Gary
September 27, 2015 at 10:46 am #244834In reply to: Best Theme for Busy Community?
Henry Wright
ModeratorThere’s currently also 29 themes in the WordPress Theme Dir tagged “BuddyPress”. See here. I’m not sure if any of these will be different to the themes you’ve seen already at BP Inspire, but it’s worth taking a look 🙂
September 27, 2015 at 10:16 am #244831In reply to: Best Theme for Busy Community?
Henry Wright
ModeratorHi @julia_b
http://www.bpinspire.com/ might be useful to you. It showcases lots of popular BuddyPress websites and themes.
September 26, 2015 at 8:58 am #244811Henry Wright
ModeratorThat information never arrived at the email.
Just a thought, check your spam folder as sometimes activation emails end up there.
I attempted another registration with different credentials and email and this time nothing happened.
This might be a problem with your theme. Try activating TwentyFifteen and complete the registration form again. Also deactivate any plugins you’ve installed, just to be sure none of those are causing the problem.
September 25, 2015 at 10:42 pm #244804In reply to: How to modify bp_get_options_nav()?
DanielEngelhardt
ParticipantIn case someone else wants to send users straight to the edit-page when clicking on “profile”-link, i got to manage it this way:
(THIS HAS TO BE DONE IN wp-content/plugins/bp-custom.php, NOT IN YOUR CHILD THEMES functions.php)function my_change_profile_default_subnav() { global $bp; if (bp_is_my_profile()) { bp_core_new_nav_default(array( 'parent_slug' => $bp->profile->slug, 'screen_function' => "xprofile_screen_edit_profile", 'subnav_slug' => $bp->profile->edit->slug)); } } add_action( 'bp_setup_nav', 'my_change_profile_default_subnav' );What helped me a lot was to temporarily put this snippet into my functions.php:
function bp_dump() { global $bp; foreach ( $bp as $key => $value ) { echo '<pre>'; echo '<strong>;' . $key . ': </strong><br />'; print_r( $value ); echo '</pre>'; } die; } add_action( 'wp', 'bp_dump' );It gives you all the slugs, screen-functions, css-ids and all that good-to-know-stuff.
Hope this helps 😉
September 25, 2015 at 4:25 pm #244792In reply to: List tab on the profile
shanebp
Moderator‘list’ is not a standard BP tab.
It’s being added by your theme or some other plugin.September 25, 2015 at 1:13 pm #244785In reply to: Error 404 on all components of buddypress
nagarjunsarathy
ParticipantHi,
I am facing the same issue.
My WordPress version- 4.3.1
BuddyPress version- 2.3.3
Theme- Twenty Thirteen
Plugins used- Branded Login Screen, Register Plus Redux.As an Admin, able to edit my profile but not able edit profile as an user.
And all components of BuddyPress is throwing 404 error.
Can anyone please help me as I am new to this field.Thanks
September 25, 2015 at 12:28 pm #244784In reply to: Activity stream disappears in WordPress dashboard
Skvirly
ParticipantHi @danbp
Bad news. I deactivated all plugins and activated WP theme 2015. All works well. I only activated BP 2.3.3. and the activity stream already gives me exactly the same error:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 7680 bytes) in xxx/wp-content/plugins/buddypress/bp-core/bp-core-functions.php(147) : runtime-created function on line 1Seemingly I am the only one with this problem. Should I proceed to a completely fresh install ?
September 25, 2015 at 11:46 am #244782In reply to: Activity stream disappears in WordPress dashboard
danbp
ParticipantHi @skvirly,
unfortunately, i think nothing about your issue, except that it seems that something is interfering somewhere.
The best practice in such case is to start from the begin.
Activate WordPress and 2015 theme. Check that anything is correctly working.
Then activate BuddyPress. Re-check.
Then bbPress. Re-check.
Then, activate Sweet Date theme. Re-check.If all is Ok, and only if all, you now have a base install of WP/BP/bbP and your theme working correctly. There shouldn’t be any notice or warning at this stage. If you got one, it’s a probleme with the theme.
If this is ok, you add one plugin. And re-check. This normally make things easier to debug.
As it is apparently related to xprofile, it could be possible that if you use contactform plugin for your register page, that something is wrong with that plugin. But this is only a hypothesis, not a certainty.Note that php memory_limit of 128 mo is enought to run a script, when BP is running on a single install. Aside, note also it’s default for php 5.6 version.
Happy debuging.
September 25, 2015 at 4:10 am #244779In reply to: No Avatar Uploader for Groups
unwiredtech
ParticipantHi danbp,
You’re right, the media uploader is working for 2015 theme. Are there any hope for this? I am about to launch this site and I don’t want to redo my work.
It seems this is the culprit.
Uncaught TypeError: Cannot read property 'replace' of undefinedSeptember 24, 2015 at 9:07 pm #244776In reply to: Stopping html codes and more…
Henry Wright
Moderatora) If I click to “View” the message (not the html link), in the majority of cases I’m taken to the error page. I’m not clear why this is the case?
Did you happen to delete those activity items? The reason I think you are getting the error page is because those activity items don’t exist.
b) Is there a way to disable html coding in these message boxes?
Yes. You need to filter the text so that all HTML tags are stripped out. There are WordPress functions that can do this for you. See
wp_filter_nohtml_kses().Ref: https://codex.wordpress.org/Function_Reference/wp_filter_nohtml_kses
2. How do you get the edit facility to appear under Profile? I have Extended Profiles checked. I can only see “View” and “Change Profile Photo”.
This could be a theme issue. Try activating TwentyFifteen to see if you get the edit facility appear.
3. Is there a way to disable the html coding for all of the message boxes i.e. site-wide, private, public, groups and members?
Yes, but it isn’t as straightforward as updating a setting. You’ll need to filter each one, using
wp_filter_nohtml_kses()to strip out the tags, as mentioned above.Hope this helps!
September 24, 2015 at 6:11 pm #244768In reply to: No Avatar Uploader for Groups
danbp
ParticipantGive a try with 2015 theme.
Note that Genesis Connect (latest was 2014-1-25) is a backward compatibility plugin for BP that was installed prior to version 1.7. Though that plugin is interfering with group photo.September 23, 2015 at 4:40 pm #244724In reply to: Change text on Registration page
Eskymo
ParticipantHi danbp
I’ve read through that before and it doesn’t sound so easy to me.
I’m not a PHP, BuddyPress or WordPress expert I’m afraid, so editing core files is not something I feel comfortable doing. Plus if I wanted to add an image where would I do that? That’s why I was hoping there was a way to do this using a template file as I want to do more than just change the page title.
I don’t know how to generate a .MO file and I wouldn’t know how to edit a .PO or a .MO file either or what to put in them.
If you offer any further support, that’d be great.
So far, I’ve copied this file: buddypress/bp-themes/bp-default/registration/register.php into my child theme and edited it and added content form tips where I want them, but I’m still left with the ‘Create an Account’ text at the top that I can’t get rid of – any ideas?
Evie
September 23, 2015 at 11:05 am #244705In reply to: Change text on Registration page
Eskymo
ParticipantOK, I’ve gone through the buddypress plugin folder and found all instances of the words ‘Create an Account’ and there is only one file in which added edits will appear on the site and it’s this file:
/wp-content/plugins/buddypress/bp-members/bp-members-screens.php
How can I add this file to my buddy child theme so that I can make the text changes I require so that I’m not edited core plugin files?
However this doesn’t help with wanting to edit the ‘Registering for this site is easy….’ bit of text. So Can anyone help with a complete solution here?
Thanks
September 23, 2015 at 11:00 am #244704In reply to: Activity stream disappears in WordPress dashboard
Skvirly
Participant@danbp: Thank you for the suggestion. I forgot that. I did try and I get exactly the same behaviour so we can rule out any theme related issue. It really seems to be a Buddypress problem with several plugins.
Any other suggestions to see where the problem might be ?
Thanks.September 22, 2015 at 9:56 pm #244694In reply to: Edit profile groups on single page
shanebp
ModeratorThen create a template overload of this file:
buddypress\bp-templates\bp-legacy\buddypress\members\register.phpIn that file, prevent the display of certain fields by checking them by using
bp_get_the_profile_field_id()orbp_get_the_profile_field_input_name()
in the loop:while ( bp_profile_fields() ) : bp_the_profile_field();September 22, 2015 at 11:47 am #244677In reply to: Blank pop-up screen in change avatar link
danbp
ParticipantActivate debug mode in wp-config and deactivate all plugins and use 2015 theme. All this is explained on the page i indicated….
September 22, 2015 at 11:25 am #244674In reply to: Home URL redirects to Members page
Henry Wright
ModeratorThe Theme My Login plugin is useful in handling redirection. Taken from the plugin’s feature list:
Redirect users upon log in and log out based upon their role
I’ve done this myself using the plugin and can confirm it works quite well with BuddyPress installed.
September 22, 2015 at 8:42 am #244666danbp
ParticipantIt is working.
Are you sure you copied correctly the snippet to your theme functions.php file ?
Triple check what you paste. A missing tag or semi colon can lead to blank page due to a php error.September 22, 2015 at 3:01 am #244658In reply to: Error when delete activity stream comment on post
buddywhatshisname
ParticipantHere’s a backtrace:
[22-Sep-2015 02:59:19 UTC] bp_blogs_sync_delete_from_activity_comment::Started with $activity_id=14062 [22-Sep-2015 02:59:19 UTC] bp_blogs_sync_delete_from_activity_comment::Done - about to return false [22-Sep-2015 02:59:19 UTC] bp_blogs_sync_delete_from_activity_comment::backtrace=Array ( [0] => Array ( [function] => bp_blogs_sync_delete_from_activity_comment [args] => Array ( [0] => 1 [1] => 14043 [2] => 14062 ) ) [1] => Array ( [file] => /wp-includes/plugin.php [line] => 213 [function] => call_user_func_array [args] => Array ( [0] => bp_blogs_sync_delete_from_activity_comment [1] => Array ( [0] => 1 [1] => 14043 [2] => 14062 ) ) ) [2] => Array ( [file] => /wp-content/plugins/buddypress/bp-activity/bp-activity-functions.php [line] => 2468 [function] => apply_filters [args] => Array ( [0] => bp_activity_delete_comment_pre [1] => 1 [2] => 14043 [3] => 14062 ) ) [3] => Array ( [file] => /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress-functions.php [line] => 1115 [function] => bp_activity_delete_comment [args] => Array ( [0] => 14043 [1] => 14062 ) ) [4] => Array ( [function] => bp_legacy_theme_delete_activity_comment [args] => Array ( [0] => ) ) [5] => Array ( [file] => /wp-includes/plugin.php [line] => 508 [function] => call_user_func_array [args] => Array ( [0] => bp_legacy_theme_delete_activity_comment [1] => Array ( [0] => ) ) ) [6] => Array ( [file] => /wp-admin/admin-ajax.php [line] => 91 [function] => do_action [args] => Array ( [0] => wp_ajax_delete_activity_comment ) ) ) [22-Sep-2015 02:59:19 UTC] bp_activity_delete_comment::Quit after apply_filtersSeptember 21, 2015 at 9:23 pm #244648In reply to: Featured image for directories (page ID)
doubleF
ParticipantHi,
Well the main idea is to find out that ID, because I don’t know this ID for the guys using my theme 🙂 In my case yes, but I’m looking to get it from PHP.
Thanks 🙂
2F
September 21, 2015 at 10:15 am #244623In reply to: Why bpthumb == bpfull ?
Henry Wright
ModeratorAre you checking the size of the image when it’s displayed in your theme or are you checking the raw image size? I ask because CSS can resize the image.
September 21, 2015 at 9:11 am #244621In reply to: menu logged out list
danbp
ParticipantSeptember 20, 2015 at 10:56 pm #244614In reply to: Can’t register user through front end
MvdO79
ParticipantHi, I have the same issues:
– the buddypress register page is not creating users, after submit it shows the register page again and the passwords are gone.
– there are no users displayed in the backend
– there are no pending users
i have followed all directions found online and on this forum, fresh install of wp with fresh install of bp, no other plugins active etc…
Should I use an older version of bp? Do I have to create manual pages as the default bp theme is not active anymore?
-
AuthorSearch Results