Search Results for 'wordpress'
-
AuthorSearch Results
-
February 16, 2013 at 7:13 pm #153210
In reply to: Finding bp_signup_email_errors hook
Manoj H L
Participantwow………………..wait!!!!!!!!!!!!
In wordpress while signing up is_email() function is used to verify whether that email good or not……
along with in login,php their is a function called register_new_user() in there email address is checked.Then in buddypress how could it check user_email is in correct format or not !!!!!!!!!!!!
February 16, 2013 at 6:37 pm #153203In reply to: User Date/Site Security
txrunner
ParticipantThanks for the quick reply and link! I’ve actually poured over the BP security plugins, but again, if you or someone else on the forum had a good “security plugin package” to recommend, that may be better than just installing many that may interfere with each other. I did read through the WordPress link that you sent and that was helpful.
Here are the plugins I have activated so far: Timed auto logout, email address encoder, BP security check and password rules.
Right now I am not having problems because my site is not live yet. Thanks.
February 16, 2013 at 5:47 pm #153201In reply to: User Date/Site Security
shanebp
ModeratorHave you identified any BP plugins that would give you extra security ?
Have you read any of the many docs re hardening WP installs ?
Here’s a start point: https://codex.wordpress.org/Hardening_WordPressIP Deny Manager would be useful if you’ve identified IPs that are causing problems.
February 16, 2013 at 5:38 pm #153199In reply to: Finding bp_signup_email_errors hook
shanebp
ModeratorThere is no such function.
There is a hook – as Paul showed you.
Use that hook to write your own function.
https://codex.wordpress.org/Function_Reference/do_actionPut the function in a plugin or bp-custom.php
https://codex.buddypress.org/developer/customizing/bp-custom-php/February 15, 2013 at 6:32 pm #153131In reply to: Buddypress site tracking misses most blogs
Ben Hansen
Participantokay i think i actually figured out my problem at least which seems to be a bug actually. Not sure if its related to this one that was also recently reported:
https://buddypress.trac.wordpress.org/ticket/4827
this bug is actually with 1.6.4 haven’t yet been able to test with 1.7 what happens is that if you create a site using network admin and do not set the tittle attribute it never gets added to the directory if someone could tell me if this is not related to that other bug i will attempt to make a trac ticket for it. thanks!
February 15, 2013 at 3:10 pm #153115In reply to: customize profile navigations
Norm
ParticipantI’m looking into this too. I think the problem is that bbpress is adding that forum tab and not buddypress. Did you figure it out?
Otherwise this is a good reference.
http://wordpress.stackexchange.com/questions/16223/add-buddypress-profile-menu-itemFebruary 14, 2013 at 10:15 pm #153067In reply to: User registration error message
@mercime
Participant@pdxpogo that error is related to the BuddyPress Registration Options plugin. Someone posted a workaround and another uploaded his own version of the plugin at https://wordpress.org/support/topic/getting-new-warning-please-help-fast-urgent?replies=24 No guarantees here.
February 14, 2013 at 9:45 pm #153061zorro1965
ParticipantHas anyone come up with a solution for this with Yoast. I spent the whole day today searching the net for solutions and event tried some that really did not work especially the way they should.
Lets think about this for a min. One of the strong points WordPress has always had is SEO. Clearly SEO is a big part of any serious website trying to grow. Buddpress is clearly the ICON in the social media building of sites for WP. So their has got to be a solution out there some plac as well as their needs to be long term fixes put into place so this is no longer an issue.
I even tracked down this site today and observed many of their sites SEO and how well they were handling things at a member, group level and other areas of BP. http://www.buddyboss.com/the-largest-list-of-buddypress-sites/
Some you could tell don’t have a clue what I am talking about while others clearly found a way. I am also looking at contacting some of the sites that do to see if they could provide a solution.
I did find this product today and even tested it. But to be honest while there has been a a lot of work that has went into it. Its not even in the same league as Yoast for SEO. There are so many other advanced features in Yoast that most people do not understand or use but add additional power for those that truly understand how to leverage SEO. http://themekraft.com/shop/seopress-pro/
Zorro…..
February 14, 2013 at 5:53 pm #153044In reply to: Skip Registration and Activation?
@mercime
ParticipantIt seems kind of anti intuitive that someone who signs up for my wordpress site has to then ALSO sign up for my network?
https://wordpress.org/extend/plugins/join-my-multisite/ by @ipstenu would pretty much address what you need in your network
February 14, 2013 at 1:27 am #153018In reply to: Skip Registration and Activation?
m.sunspirit
ParticipantWHoops. . .
I’m running the latest versions of both, as of this writing that is:
WordPress 3.5.1
BuddyPress 1.6.4February 13, 2013 at 3:56 pm #152977In reply to: No Foreign Key Relationships?
dqj
ParticipantI just read somewhere that WordPress uses no foreign constraints in general, and it appears that is true. Wow.
February 13, 2013 at 2:39 pm #152973In reply to: [Resolved] Override bp-default responsive css
aces
ParticipantIf you want to replace the responsive css with your own, you should be able to disable the default with
function bbg_enqueue_styles() { remove_theme_support( 'bp-default-responsive' ); } add_action( 'wp_enqueue_scripts', 'bbg_enqueue_styles', 5 );For more info see https://buddypress.trac.wordpress.org/ticket/3881#comment:2
February 13, 2013 at 1:44 pm #152966In reply to: Profile field to upload photo.
danbpfr
ParticipantHi, it’s not possibe out of the box and depending which BP version you use.
This perhaps may work on 1.5.x only:
How to Add an Image Field to Buddypress Extended Profile Fields
February 13, 2013 at 10:17 am #152956In reply to: [Resolved] BP 1.7 Template Core Issue
kraigg
ParticipantThanks Paul, I’ve created a new trac ticket for it
https://buddypress.trac.wordpress.org/ticket/4823February 13, 2013 at 9:54 am #152955In reply to: [Resolved] BP 1.7 Template Core Issue
Paul Wong-Gibbs
KeymasterPlugins which work on 1.6.x that don’t work on 1.7/trunk should be reported on https://buddypress.trac.wordpress.org as a regression.
February 13, 2013 at 4:09 am #152943In reply to: [Resolved] BP 1.7 Template Core Issue
kraigg
ParticipantI am receiving the same identical error on non-BuddyPress pages.
I have pages I created through WordPress (Dashboard > Pages > Add New), such as Help, Contact, Home. All these pages display the error message at the top of the page.
February 12, 2013 at 9:04 pm #152928In reply to: Assigning new pages to BuddyPress — Possible?
@mercime
ParticipantI want to assign my Site Tracking to a different page.
@km-schafer-1
1. wp-admin Pages > Add New and title it “Sites” then click Publish
2. wp-admin Settings > BuddyPress > Pages and assign the new Sites page to site trackingAlso, every time I create a new site, when I click on it, I am taken to another installation of WordPress.
Something’s gone awry with your multisite installation. Did you follow instructions at https://codex.wordpress.org/Create_A_Network ?
At this stage, deactivate BuddyPress then create a subsite. If you are still being redirected to another WP install, please post the issue at https://wordpress.org/support/forum/multisite
Please make sure that your multisite issue is resolved before re-activating BuddyPress.
February 12, 2013 at 8:27 pm #152923In reply to: BuddyPress Compatible
@mercime
Participant@patrykos360 https://buddypress.trac.wordpress.org/roadmap – 8 more tickets at this time for BP 1.7. Yes, you will no longer have to edit the BP template files.
You can test BP 1.7 out by downloading trunk version via:
SVN – svn co https://buddypress.svn.wordpress.org/trunk/ OR
ZIP file – https://buddypress.trac.wordpress.org/browser/trunk then click on “Zip Archive” near bottom of page and download to computer hard drive. Rename the zip folder from trunk-xxx to buddypress before uploading.February 12, 2013 at 6:17 pm #152918Kevin M. Schafer
ParticipantI figured it out! Yay for me. I just kept missing the menu to find this in My Sites/Network Admin/Sites.
I was able to delete the unwanted site.
February 12, 2013 at 6:07 am #152876In reply to: Does a "Reminder" Plugin Exist?
@mercime
ParticipantNot exactly. No time counter. https://wordpress.org/extend/plugins/unconfirmed/
February 11, 2013 at 11:55 pm #152866modemlooper
ModeratorUnfortunately, you have a theme that is heavy handed with it’s css and is forcing it’s style over the BP css. Theme compatibility is working it’s just that your theme has css that is styling the BP markup in an unflattering light.
Theme compatibility is not perfect. It’s main goal is to get BuddyPress inside a WordPress and function. How it looks can rely on the WordPress as in your case.
You will need to change some of the css in your theme to fit BP inside better.
February 11, 2013 at 7:03 pm #152849In reply to: [Resolved] Alignment Issue for TheStyle Theme
arredoannunci
ParticipantHello Hugo, you are very helpful to people like me who want to learn,
could you tell me how to do?
I followed the procedure twice for my template (http://bpsocialnetwork.wordpress.com/2013/01/22/u-design-theme-themeforest/)
but both times I have always the same error:
Parse error: syntax error, unexpected ‘<' in / members / miproduco / wp-content / themes / u-design / header-buddypress.php on line 199Now as you can see I reinstalled everything (without modification) but not good
please help meFebruary 11, 2013 at 6:36 am #152809In reply to: [Resolved] Website and bio (Extended profiles)
omgbud
ParticipantHi, I am using this useful plugin named “Custom Profile Filters for BuddyPress” to remove link of any fields I want.
This plugin dont come with admin panel, so need to edit the custom-profile-filters-for-buddypress.php file.
After this line:
`$no_link_fields = array( // Enter the field ID of any field that you want to appear as plain, non-clickable text. Don’t forget to separate with commas.`You can add in the field (field name must match) that need to be linkless:
`’bio’,
‘something’ ,`This plugin allows you to setup social field too like just enter facebook username or id and it will auto generate the url.
https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/
Note: this plugin is old and not update, there is an error with the social field url, but just need to apply this fixed:
Hope it helps.
February 11, 2013 at 6:02 am #152806Saurabh
ParticipantThis is a very very late answer. Might be irrelevant now, but BuddyPress Media has evolved from being a Kaltura port.
It is now a powerful stand alone media manager for BuddyPress.
Regards.
February 10, 2013 at 2:53 pm #152787In reply to: Unable to login site and admin at the same time
@mercime
Participant@thomasboerre yes, something’s missing in your multisite installation. Deactivate BuddyPress. Please resolve the multisite issue before activating BuddyPress again.
Follow precisely the instructions written https://codex.wordpress.org/Create_A_Network
Based on what you’ve posted above at the very least – a) define(‘WP_ALLOW_MULTISITE’, true); should be above “/* That’s all, stop editing! …” not just below DB information and b) you’re missing Step 4 – Enabling the Network – wherein you’re suppposed to add more in wp-config.phpFor more assistance, please post at https://wordpress.org/support/forum/multisite
-
AuthorSearch Results