Search Results for 'wordpress'
-
AuthorSearch Results
-
December 3, 2016 at 11:47 am #261658
eavinu
ParticipantMakes perfect sense!
Thank you very much for this help, You helped me a great deal here. Really appreciate it and hope to learn better php so that I could also understand and be able to extend wordpress and plugins soon 🙂
Should I mark this as resolved and make a new post on making a custom column which is not related to the orders post type filterable (or in the worst case sortable)?
December 3, 2016 at 11:19 am #261657In reply to: Ajax response with opening php tag
Marc Luther Capulong
ParticipantSo sorry @danbp.
Since installing BP 2.7.2, all the ajax response I receive starts with a php tag
<?php.
I already tried deactivating all other plugins, setting my theme to twentysixteen, but whenever I activate only BP, the issue is generated.1. WordPress version: 4.6.1
2. Installed wordpress as a directory
3. Root
4. Did not upgrade from a previous version of wordpress.
5. WordPress was functioning properly before I installed BP.
6. BP version 2.7.2
7. Did not upgrade from a previous version of BP
8. I have plugins other than BP. I already tried deactivating all plugins. Only BP causes the issue.
9. Customized theme
10. Social Portfolio
11. No
12. No
13. not running bbpress
14. Please provide a list of any errors in your server’s log files.
[03-Dec-2016 11:26:59 UTC] PHP Notice: bp_nav was called <strong>incorrectly</strong>. These globals should not be used directly and are deprecated. Please use the BuddyPress nav functions instead. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 2.6.0.) in /var/www/html/evriend/wp-includes/functions.php on line 3996 [03-Dec-2016 11:26:59 UTC] PHP Notice: Indirect modification of overloaded element of BP_Core_BP_Options_Nav_BackCompat has no effect in /var/www/html/evriend/wp-content/themes/social-portfolio/buddyboss-inc/theme-functions.php on line 2085 [03-Dec-2016 11:26:59 UTC] PHP Notice: bp_nav was called <strong>incorrectly</strong>. These globals should not be used directly and are deprecated. Please use the BuddyPress nav functions instead. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 2.6.0.) in /var/www/html/evriend/wp-includes/functions.php on line 3996 [03-Dec-2016 11:26:59 UTC] PHP Notice: Indirect modification of overloaded element of BP_Core_BP_Options_Nav_BackCompat has no effect in /var/www/html/evriend/wp-content/themes/social-portfolio/buddyboss-inc/theme-functions.php on line 2086 [03-Dec-2016 11:26:59 UTC] PHP Notice: bp_nav was called <strong>incorrectly</strong>. These globals should not be used directly and are deprecated. Please use the BuddyPress nav functions instead. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 2.6.0.) in /var/www/html/evriend/wp-includes/functions.php on line 3996 [03-Dec-2016 11:26:59 UTC] PHP Notice: Indirect modification of overloaded element of BP_Core_BP_Options_Nav_BackCompat has no effect in /var/www/html/evriend/wp-content/themes/social-portfolio/buddyboss-inc/theme-functions.php on line 2087 [03-Dec-2016 11:26:59 UTC] PHP Notice: Undefined index: font-style in /var/www/html/evriend/wp-content/themes/social-portfolio/buddyboss-inc/theme-functions.php on line 1163 [03-Dec-2016 11:26:59 UTC] PHP Notice: Undefined index: subsets in /var/www/html/evriend/wp-content/themes/social-portfolio/buddyboss-inc/theme-functions.php on line 1164 [03-Dec-2016 11:26:59 UTC] PHP Notice: Undefined index: google in /var/www/html/evriend/wp-content/themes/social-portfolio/buddyboss-inc/theme-functions.php on line 116515. No one yet. running on my local machine
16. Apache
December 3, 2016 at 12:01 am #261652December 2, 2016 at 4:50 pm #261638In reply to: Registration form => 404 not found
danbp
ParticipantHi,
You have to install BP correctly on WordPress as very first.
This means particulary that you use WordPress with one of default’s Twenty theme.
– install BuddyPress
– activate the component you want to use
– ensure that each component has his own page
– pretty permalinks must be activated too.To get a proper register page, allow user registration in WP settings and add manually, if not created automatically, a “register” page to BP.
NOTE: BP pages are not usual WP pages. They are only placeholder (a unique ID in the wp ecosystem) where BP will show dynamic content. These page must be unique and shouldn’t be asigned to any template or model. Give them a title and you’re done.
once WP+BP work correctly together and you can access to the register page without trouble, you can be sure that this couple is definetly OK.
No it’s time to activate a custom theme if you use one. An if something gooes wrong at this stage you’re sure it’s the new theme who is the culprit.
And if the new theme is working correctly with WP+BP, you can install plugins.
And again, WP+BP+Theme = OK, but what about the plugin ?
Easy to understand, easy to build, very annoying to write this for the 589 000 time, but still the only way to install BP.
On your side, you need to follow these steps, but also to read the documentation from codex and of course, from any additionnal plugin you want to use !
That said, be warned that we can’t assist you on this forum with third party premium theme or plugins as we have no free access to their code.
December 2, 2016 at 2:12 pm #261628In reply to: Connecting the disconnected link
Venutius
ModeratorYou want to hide the Members menu item from non logged in users?
I use WPFront User Role Editor, that allows you to choose if menu items are displayed for non logged in members or not.
December 2, 2016 at 11:23 am #261620In reply to: Register Page Blank on Vanilla WP/BP Install
jackoneill87
ParticipantAh, OK, I think it makes sense now.
I’ve taken a look at the Register Page in the pages menu and can see that it does in fact permalink to “register” with a lower-case “r”.
It appears WordPress pretty permalinks aren’t case sensitive, so WordPress will take me to the Register page regardless of whether I visit /Register or /register. It seems BuddyPress only picks up the hook if the URLs are a case-sensitive match. This is why “/Register” is blank, but “/register” shows the BP content.
I just got confused because I had to test the register page from a different browser and manually entered the URL for the register page. Thanks for clearing that up!
Not sure if it’s really much of a deal, but is it worth me making a feature request for BuddyPress to use case-insensitive URL matching to match up with how WordPress does it?
Thanks again for all your help!
Jack
December 2, 2016 at 9:57 am #261610In reply to: [Resolved] get profile group name
danbp
ParticipantPerhaps you can spare time and use https://wordpress.org/plugins/buddy-progress-bar/ ?
December 2, 2016 at 9:55 am #261609In reply to: Allow user to take screenshot
danbp
ParticipantDecember 1, 2016 at 10:52 pm #261594In reply to: Refresh Users Submissions?
Venutius
ModeratorI actually think that’s a WordPress issue, however, I can’t replicate your fault, so it must be a plugin conflict or similar that is causing this.
December 1, 2016 at 9:50 pm #261591In reply to: Allow HTML Attributes in Profile Description Field
shanebp
ModeratorJust guessing…
Try using the
bp_readyhook instead ofbp_init.Try adding the priority to the call:
remove_filter( 'bp_get_the_profile_field_description', 'wp_filter_kses', 1 );Try adding your attributes to the
$allowedtagsglobal.
https://ben.lobaugh.net/blog/201762/add-html-tags-to-the-allowed-tags-list-in-wordpressDecember 1, 2016 at 8:51 am #261577In reply to: why there is no action for group photo upload?
Henry Wright
ModeratorYou can request one be added here
November 30, 2016 at 10:40 pm #261568In reply to: No Buddypress database
becorath
ParticipantExcuse me. I meant that it did not create the tables in the existing database. I use shared hosting from Hostgator and installed the plugin from the wordpress plugins page. I installed it to another site the same way and it created the tables with no problem.
November 30, 2016 at 10:36 pm #261565In reply to: No Buddypress database
danbp
ParticipantBuddyPress doesn’t create a database. It only add it’s own tables to the existing WordPress db.
Why are these tables not created ? Impossible to say without more details about your server configuration and more information about how, what and where you tried to install the plugin.
November 30, 2016 at 6:55 pm #261554In reply to: bp-template-notice failure
melodies
ParticipantYes, I have tried to create an error, and the code is not even appearing in the page source. What could be causing it not to appear there?
I have deactivated all plugins, and I also tried to get the “success/error” message to show up on some of the popular themes (Twenty Sixteen and Twenty Fifteen). It is still not working, and I have no idea why.
Since this issue started when I updated BuddyPress and WordPress, I think the problem is rooted in one of the two.
Can you please tell me which file is responsible for the “bp-template-notice” functionality?
& Where can I find it?Thank you.
November 30, 2016 at 5:22 pm #261548In reply to: Problems with menu to BuddyPress
danbp
ParticipantHi @mthant,
sorry for your menu trouble, but it seems to me, after visiting your site, that you omitted some important settings steps. So let’s try to set up properly your site menu before adding BP related conditionnals.
1) Each active BP component should have his unique page.
2) Site should have pretty permalinks activated (whatever option but default)For example step 1 indicate that your register page is at /site/register-2. This could be correct, but tells that you created a page called register first, than removed it, and finally recreated a second “register” page. This explains why you have “-2” in the URL and probably a page in the trash. You have to clear it definetly. And you have to ensure that the slug is /register/. Go to dashboard > Pages > Quick edit and correct it.
As BP is active, you should also have a page called by default “members”. His default url should be http://7fc.d70.myftpupload.com/members/.
I assume you renamed it to “directory”. Problemen is that “directory” doesn’t show the member directory, or no message telling visitors they have to log in to see this page…And as you use a lot of different directories, it is confusing, even for you when you try to build a menu.
But you’re using Salutation, which is a premium theme and i can’t help you further to set it up correctly.
But you could activate a Twenty theme for the time you need to create and test how WP menus are created and displayed. And perhaps read through Salutation documentation too. 😉Here’s BP guide about the BP menu you can add aside the site main menu.
And here, the access to any menu related codex articles.
November 30, 2016 at 3:09 pm #261542In reply to: Problems with menu to BuddyPress
Venutius
ModeratorIf you are a newbie you might like to check out my website – http//:buddyuser.com, it’s aimed at getting newbies up to speed.
Regarding your issue with menus, is this not a more general WordPress/Theme issue? What happens when you replace those BuddyPress Options with other options, do you still get the same behaviour?
November 30, 2016 at 11:47 am #261532In reply to: Error 404 for non logged in users
danbp
Participantthank you for sharing @peterspliid, but it would also be usefull for the devs that you add your fix to this ticket: https://buddypress.trac.wordpress.org/ticket/7349
so at least it will be taken in consideration.
November 29, 2016 at 10:05 pm #261520In reply to: All WP comments displaying on BP pages
danbp
ParticipantIt’s related to your theme. Test it is the case by activating a Twenty theme. Once you have found that it is indeed this, go to your theme documentation or support and see how to remove the comment template in your-theme/page.php or how to deactivate that if you use a framework or a very customizable theme.
This should normally be done via a child theme.
November 29, 2016 at 9:58 pm #261519In reply to: Filter gifts by user
danbp
ParticipantYou’re wrong and it is not a BP question.
If you’re not comfortable with coding, i would at your place use a working plugin instead of trying to customize something i don’t completely understand.There is a similar one called Compliments (and up to date). Will be easier (perhaps) to adapt or even use as is for your needs ? 😉
November 28, 2016 at 9:19 pm #261442In reply to: How to view pending signup profile fields
Slava Abakumov
ModeratorRelated ticket: https://buddypress.trac.wordpress.org/ticket/7261
November 28, 2016 at 6:47 pm #261419In reply to: BuddyPress Favorites in
Venutius
ModeratorThere a plugin that does Favourite notifications:
November 28, 2016 at 12:56 am #261389In reply to: Require profile pic upload on sign up
dev grl
ParticipantThe wordpress forum sent me back here.
November 27, 2016 at 8:42 pm #261383In reply to: Facebook plugin
jackstoriesorg
ParticipantThanks for your try, but I think that this was considered a bit backwards. Our members already can log into the site with Facebook credentials, and they see the FB feed on the front page, that is great but the challenge is getting folks to make the switch with comfort, and to update both the website activity posts and the FB page with a given post so that no one feels left out as the transition progresses.
Our goal is to make the website the central hub of all interaction where all posting is best and most efficiently done from within the activity post of Buddypress. (from there it should go out to other social sites, in fact several kinds of sites such as Twitter, Google+, FB and so on- this would help reach those who are stuck in a familiar method of engagement)
So the question remains, has anyone got a good way to post the activity feed (and images) to other sources like Facebook? (other WordPress posts work well with some plugins to create feeds)
Thanks,
Victor
brodtstuff@gmail.com
prayersforpets1.orgNovember 27, 2016 at 1:18 pm #261373David Cameron Law
ParticipantIf you install BuddyPress on the main domain you can use the Display Widgets SEO Plus Plugin https://wordpress.org/plugins/display-widgets-seo-plus/ (I’m the developer) to show/hide widgets on specific sections of a site.
Just released version 1.1.0 which includes specific widget logic support for BuddyPress/bbPress, could set the widgets for the BuddyPress parts of the site to NOT load on non-BuddyPress sections, this would stop some ‘bleed through’ of content from BuddyPress to the rest of the site.
That being said, from an SEO perspective (my background is SEO) there are other issues that could leak out to potential Google visitors.
Check this Google search: https://www.google.com/search?q=WordPress+Plugin
Note the WordPress Plugin Repository listing (1st result) has six additional indented results (called sitelinks: https://support.google.com/webmasters/answer/47334?hl=en).
The 6 links for the WordPress Plugin Repository listing are benign, but if there was an adult section of WordPress it could be listed as a sitelink.
From a WordPress perspective there’s also the core WordPress Search functions. The Static Pages that BuddyPress uses for ‘holding’ the BuddyPress specific output can be found via a search. If you have the default BuddyPress setup try using the WordPress Search Form to search for the word “Members”.
This will find your BuddyPress Members Directory Holding Page.
Same result with “Registration”, “Activate” and “Activity”.
It’s difficult to prevent bleed through of different types of WordPress content, so if your client is conservative I’d suggest a sub-domain/other domain to play it safe and manually add interlinking via Text Widgets and Nav Menu Links.
David Law
November 27, 2016 at 9:42 am #261369In reply to: Facebook plugin
Venutius
ModeratorI’m not sure about integrating fb into the activity feed but you can display the FB page activity in a widget with Custom Facebook Feed, also there are a couple of Social Login plugins to allow FB users to log in to your site using their fb credentials.
-
AuthorSearch Results