Search Results for 'wordpress'
-
AuthorSearch Results
-
January 18, 2016 at 11:19 pm #248811
Hugo Ashmore
Participant
@hastig While it is genuinely appreciated that you are trying to help people, some of what you are describing as template files is a little confused and will mislead people into thinking they have to use the advanced taxonomy template hierarchy which isn’t necessarily the case.I’d urge you check our codex pages again to best understand how overloading files works.
The stackoverflow page would be better removed or at least edited to better reflect how the BP template hierarchy works.
http://wordpress.stackexchange.com/questions/214774/is-there-a-list-of-what-buddypress-template-files-go-where-and-what-theyre-to-bJanuary 18, 2016 at 9:33 pm #248807In reply to: Profile fields modyfication
Hastig
ParticipantThis plugin may be of help to you..
https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/
This plugin add more fields type to Buddypress extension: Xprofile. The fields type added are: Birthdate.. Image.. Number within min/max values..
January 18, 2016 at 6:58 am #248787In reply to: BP crashes dashboard according to godaddy
mcpeanut
Participant@rlfstars So did you build the website yourself? If you did you should sort of be able to retrace some of the steps you took before Buddypress suddenly quit as you have described, can you explain what you mean a little better about Buddypress suddenly quiting? do you mean certain parts of Buddypress stopped working or didn’t work as it was before? or do you mean Buddypress somehow got deactivated? there must of been something that triggered what you are describing for it to happen in the first place, I am just finding it very strange the way you are describing Buddypress as suddenly quiting.
First off, try to ask yourself a few of these questions below and think back:
Did you install any new plugins after you had set Buddypress up and had it working?
Did you by any chance have Buddypress working with your current theme and plugin configuration or was it all working correctly when it was on another theme?
How much memory does your wordpress install have allocated to it?
Did you do a WordPress version update recently? the newer versions of WordPress since 4.0 are known to have broke quite a few older plugins that are outdated or don’t have much support. maybe this could be causing a clash…I dunno?I know your site is live and you don’t want to mess things up and maybe you are worried about deactivating some of your plugins, but have you yet tried deactivating plugins one at a time and then with each deactivation tried to reactivate Buddypress?
In future it may be better for you to also have some form of testing environment too (preferably a local install), this will allow you to test as many different plugins/theme combinations and tweak things such as combining scripts etc before doing the changes to your live website. (This will ensure everything works how it should and nothing is broken). Also please note, I would not recommend you diving into the combining of JS and CSS files etc on a live site as you can often break things and it can be trial and error to get right depending on what plugins/features you are using (this is also a different issue than what you have, I only mentioned it to give you an heads up on the shear amount that your website loads on a per page basis whilst I was looking at your source).
Other than the above steps it really is hard to help out any more from this end without being able to check it out pal. Like shane said maybe you need to hire someone in to take a look at it all.
January 18, 2016 at 6:51 am #248786In reply to: Community calendar/who’s here function
Henry Wright
ModeratorJust an idea: if you have no success finding a shared BuddyPress calendar, try searching for shared WordPress calendar. In BuddyPress, members are actually WordPress users so in theory things should work. You’ll need to test though, as always.
January 18, 2016 at 5:16 am #248785In reply to: BP crashes dashboard according to godaddy
rlfstars
Participantmcpeanut,thank you for your observations and insights. Buddypress was working fine, and then suddenly quit. i tried reactivating, but each time, it would crash the dashboard of wordpress. i had go daddy walk me through resetting it. since i couldnt get bp to work, i found peepso as a quick fix so that something was there. but i lost all the posts, groups etc.
i’m looking for a “web dude” lol, whose coding acumen can weave together the vision i have.
i’ll look into your suggestions based on the yslow report.
i don’t know how to do much of this, but am willing to learn.
thank you.
January 17, 2016 at 6:42 pm #248776dianamoreno82
ParticipantThank you! I followed the login trouble WordPress suggestions and I fixed it by changing the name of the plug in folder via FTP and the site is showing again :). Apparently Edume template is not compatible with this plug in.
January 17, 2016 at 9:56 am #248770Hastig
ParticipantHere’s a partial buddypress template files to theme folder listing here
I don’t have activity streams activated so I can’t help you with your original problem, though I’m sure you’ve since figured it out.
January 17, 2016 at 8:45 am #248769Hastig
ParticipantWarning: I haven’t tested this or thought it through and I’m half asleep..
For starters, if you have ftp access rename the buddypress plugin folder to something else like ‘temp-buddypress’
Log into admin panel, switch themes to twentyfifteen.
Rename buddypress back to its original name.
Check your site and admin panel to see if buddypress is working with twentyfifteen.
Here’s some troubleshooting advice from wordpress..
January 15, 2016 at 8:18 pm #248740In reply to: Search URL For Term In Specific Xprofile Field
Hastig
ParticipantI figured out how to do it with the plugin BP Profile Search
In the plugin options if you choose the option Get under Form Method your searches with this plugin will show a link in the url field of your browser.
http://your.website/members/?field_131=East&field_131_label=East+Or+West&bp_profile_search=65seems to work fine shortened to..
http://your.website/members/?field_131=East&bp_profile_search=65You can use links like those to build custom menus.
But they are of course dependent on the plugin being installed as well as other variables you create with the plugin form builder.
I’ll update this another day when I figure out a plugin independent method.
January 15, 2016 at 5:12 pm #248733January 13, 2016 at 5:19 pm #248674danbp
ParticipantHi,
seems a good idea, and as WP is now responsible of over 25% websites, using such a tool in a WP environment could be interesting.
That said, you’re not alone to think ! 😉 2 plugins are avaible:
https://wordpress.org/plugins/search.php?q=gedcomJanuary 13, 2016 at 4:41 pm #248673In reply to: how can i change word Forums?
danbp
ParticipantHi,
you need to use bbpress.po translation file, even if your site is in default english language.
Or if you only want to modify one word, you can use this snippet from inside your child-theme’s functions.php (will also work in bp-custom.php)function bruce_change_name( $translated, $original_text, $domain ) { if ( 'bbpress' !== $domain ) return $translated; switch ( $original_text ) { case 'Forums': // original word return 'Four Rhum'; // your custom word default: return $translated; } } add_filter( 'gettext', 'bruce_change_name', 10, 3 );WP reference: https://developer.wordpress.org/reference/hooks/gettext/
January 13, 2016 at 3:24 pm #248666In reply to: Buddypress and Restricting Page Access
January 12, 2016 at 5:15 pm #248639Andrew
ParticipantResolved. Turns out WordPress page conditionals are not true during ajax requests. You can create conditionals using wp_get_referer() as a workaround. I created my own conditional, if anyone wants to create a page conditional to filter a custom activity loop with the parse args filter, here is a good starting point:
//for page 'test-1' unction bp6801_is_test_1_page() { $is_test_1_page = false; if ( is_page( 'test-1' ) ) { $is_test_1_page = true; } elseif ( defined( 'DOING_AJAX' ) && DOING_AJAX ) { $referer_page_id = url_to_postid( wp_get_referer() ); $referer_page = get_post( $referer_page_id ); if ( $referer_page instanceof WP_Post && 'test-1' === $referer_page->post_name ) { $is_test_1_page = true; } } return $is_test_1_page; }January 12, 2016 at 1:04 pm #248628In reply to: how can i change word Forums?
Pascal Casier
Participant@henrywright,
Are you sure this is a bbPress thing ? In the profile of a standard WordPress/bbPress install, I don’t seem to have a ‘Forum’ button in my profile.
Pascal.January 12, 2016 at 11:23 am #248625In reply to: compatibility issue with oauth plugin
Henry Wright
Moderatordo you mean remove something into de plugin code?
No.
remove_action()is a function that lets you remove an action hook. Try reading up on WordPress actions; they’re a way to modify behaviour without editing core files.January 10, 2016 at 11:36 pm #248584In reply to: compatibility issue with oauth plugin
Henry Wright
ModeratorTry finding the BuddyPress redirect and check if it’s removable.
remove_action()might be handy in this situation, depending on how the redirect is coded.Ref: https://codex.wordpress.org/Function_Reference/remove_action
January 10, 2016 at 7:35 am #248570In reply to: Redirect After “Join Group” Continued
Henry Wright
ModeratorThe idea here would be to hook in to an action that fires after the join group event. Check out
add_action()which should help you do that. You’d usebp_core_redirect()inside your custom function.Hoping this helps?
Ref https://codex.wordpress.org/Function_Reference/add_action
January 8, 2016 at 3:58 pm #248519shanebp
ModeratorYou can open a ticket here using the same user / pw as this site.
January 8, 2016 at 2:58 pm #248516In reply to: Customize email templates
Henry Wright
ModeratorJanuary 7, 2016 at 8:11 am #248476In reply to: Private Pages Glitch?
burger0815
ParticipantI wrote:
….somehow I had the impression that private had also worked for authors before the update….but thats another thing”
and
In my application sofar all members are editors (and currently planned to be editors),
The last sentence is wrong, I actually intended sofar all members to be authors (Autor in german) not editors (Redakteur in german).
I wrote the first sentence because before Shane’s comment I am pretty sure that I had tested wether the private pages are visible for authors and not only for editors or admins and thus I am pretty sure that they were so before. It is just that after Shane’s comment I wanted to check back. Unfortunately before I could check back there was an
automatic wordpress update, which now unfortunately screwed up the intended application.January 7, 2016 at 1:58 am #248466Ben Hansen
Participantthere’s no need actually the user list is the same (wordpress’) and buddypress does not have any forum functionality other than compatibility with what bbpress provides.
January 6, 2016 at 11:08 pm #248464In reply to: Customize email templates
shanebp
ModeratorIt works up to 2.4 and maybe higher, but throws a slew of Notices.
@kalaiyarasi – the emails are generated in various files depending on which email it is.
You can filter most parts of the emails – on a per kind basis.
For example the friend request emails are generated in
\buddypress\bp-friends\bp-friends-notifications.php
Seefunction friends_notification_new_requestfor the filter hooks.And yes, the current approach is difficult to work with.
A better approach is being built, hopefully for the BP 2.5 release:
https://buddypress.trac.wordpress.org/ticket/6592January 6, 2016 at 8:00 pm #248448In reply to: Not all members listed, pending user permissions
danbp
ParticipantHi,
as long as these members haven’t loggedin for the first time, their name is held in xx_signup table and are mentionned as “pending” on members admin page.
As you use subdomain, i suppose you are on a network install, in which case, your members admin can be found at your_site/wp-admin/network/users.php (wp-admin/users.php on a single install).
If not, ensure that BP is installed at the same level as your WordPress. This is mandatory.
BuddyPress does not work on installations where you give WordPress its own directory.Anything is explained here:
January 6, 2016 at 5:08 pm #248437In reply to: Buddypress.org my profile setting and image
danbp
ParticipantHi,
create a wordpress.org account if you want a custom picture for your profile.
https://wordpress.org/support/register.php -
AuthorSearch Results