Search Results for 'wordpress'
-
AuthorSearch Results
-
January 25, 2011 at 10:34 pm #103850
Barmy Blue Man
MemberOr, as an alternative, I want a Register page that does the following:
– Option to use Janrain Engage
– uses reCAPTCHA or an arithmetic challenge
– forces minimum password length and displays password strength/match
– Shows disclaimer text, with option to require users check box to Accept Agreement
– Shows privacy policy text, with option to require users check box to Accept Agreement
– sends customized activation email to non-Janrain registrations
– sends customized username/password email to non-Janrain registrationsI have all of this capability now, just not with BuddyPress.
If anyone knows of an existing solution for doing this with the BP login and registrations, that is fine, too.Thanks
January 25, 2011 at 10:31 pm #103849Paul Wong-Gibbs
KeymasterIf you want to disable BP’s registration and user account activation pages: In your functions.php or in a custom plugin:
`remove_action( ‘wp’, ‘bp_core_screen_signup’, 3 );`
January 25, 2011 at 11:50 am #103811In reply to: How to change the name at page MEMBERS?
nathan12343
ParticipantSorry for the delay. It will be in your theme’s folder. If you are using the BP default theme then it will be in: your_wordpress_folder/wp-content/plugins/buddypress/bp-themes/bp-default
If you are using this then it will probably be worth creating a child theme so that you don’t loose any changes with plugin upgrades. If that is what you want to do then I can give you some help there too.
January 25, 2011 at 3:55 am #103799cwheelsone
ParticipantFound solution on my buddypress site – This drove me crazy
.. My clients wanted ‘Profile’ to show first when their link was clicked on. OK, makes sense for this site.
1. Did not work: This method broke my buddydress theme in IE (but not Mozilla) – adding ‘define(‘BP_DEFAULT_COMPONENT’,’profile’); ‘ to bp-custom.php and uploading it to /wp-content/plugins. .. useless for me.
2. Worked – adding ‘define(‘BP_DEFAULT_COMPONENT’,’profile’);’ to my wp-config.php file (up top, above – ‘// ** MySQL settings – You can get this info from your web host ** //’) – UREEKA BABY!!
I’m using buddypress 1.2.7 , buddydress themes and wordpress 3.0.4 – Hope this helps someone..January 25, 2011 at 1:37 am #103790In reply to: .htaccess problem?
@mercime
Participant@theartillerist do you mean you’re still using WPMU 2.9.2 or do you mean you installed WP 3.0.4 and created a network – multisite? In any case, you do not create a physical subdirectory with a .com at the end because all subdirectories and subdomains created with WP multisite are all virtual. You should read or re-read Create a Network.
After installing WP at domain root, create a network then use the domain mapping plugin so that a new domain name e.g. theartillerist.com, would be pointed to domain root so it can be retrieved in subsite.
Before installing BuddyPress, do resolve all installation and configuration issues including domain mapping at WP.org multisite forums – https://wordpress.org/support/forum/multisite
January 24, 2011 at 4:49 pm #103742In reply to: BuddyPress broke WordPress
John James Jacoby
KeymasterYour web host and/or hosting package aren’t providing your site enough memory to load BP up. By chance are you running a non-English installation?
January 24, 2011 at 8:30 am #103730In reply to: Vanilla Forums with Buddypress?
HachiHazuki
MemberI’ve came up with a “solution”
Vanilla 2 integration with WordPress it’s really easy. And now, they have widgets like “forum activity” and “recent post” widgets. So you can always put the “forum activity” widget in the “activity” of buddypress, it’s easy and can keep the activities look the same but more ordered.
What I’m trying to do now is to put the user activity in a widget in the buddypress profile
January 24, 2011 at 7:55 am #103729In reply to: It’s installed now what?
ora8i
MemberMany Thanks mercime, the wordpress link is new to me

ora
January 24, 2011 at 7:08 am #103727In reply to: Activation Email Takes half hour to receive
Paul Wong-Gibbs
KeymasterIt’s nothing to do with BuddyPress or WordPress. It’s probably more likely due to throttling of emails sent on your godaddy account. I’d start by getting in contact with godaddy support and asking them what the situation is.
January 24, 2011 at 2:05 am #103720In reply to: BuddyBar for bbPress
julesmoretti
Member@Xevo & @johnjamesjacoby What is this bbpress wp plugin and where can I find out more about it.
I am running wordpress with buddypress and bbpress, and trying to figure out how to get the buddypress bar to work on the bbpress.
The buddypress bar plugins returns me the following error:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘bp_core_admin_bar_css’ was given in /home/gradidun/public_html/new/wp-includes/plugin.php on line 395
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘bp_core_add_js’ was given in /home/gradidun/public_html/new/wp-includes/plugin.php on line 395
Is there a fix for this issue? That would be incredible if yes.
Thank you for your time and effort on this plugin since quite a while back now!
January 24, 2011 at 1:41 am #103716In reply to: Vanilla Forums with Buddypress?
Anonymous User 96400
Inactive@en3r0
That’s not much help. It’s for version 1 of Vanilly. There’s version 2 out already, which ships with built-in seamless wordpress integration. So, getting it to work as a standalone forum should be easy. Integrating stuff like activity entries or group forums will be harder, though.January 23, 2011 at 11:52 pm #103708In reply to: It’s installed now what?
@mercime
ParticipantOther than general overviews, you should be looking out for BuddyPress 1.2+ version tutorials
WordPress.tv – http://wordpress.tv/flavor/buddypress/
Youtube.com – http://www.youtube.com/results?search_query=buddypress&aq=fP.S. BP Codex https://codex.buddypress.org/home/
January 23, 2011 at 10:39 pm #103705In reply to: Vanilla Forums with Buddypress?
en3r0
MemberI would also like to see this done, maybe this will help someone? http://lussumo.com/docs/doku.php?id=vanilla:integration:wordpress
January 23, 2011 at 8:18 pm #103698@mercime
Participant@sumale.nin to make your WP theme compatible with BuddyPress, you need to install and activate BuddyPress Template Pack plugin. Then go to dashboard menu Appearance > BP Compatibility and go through the process.
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/Otherwise post at https://buddypress.org/community/groups/bp-jobs-board/forum/
January 23, 2011 at 7:35 pm #103693In reply to: Forums Posting Problems: The definitive post
kanoc
MemberI have the same problem so I need to reinstall my wordpress manually to make buddy press forum work?
January 23, 2011 at 7:17 pm #103692In reply to: buddypress after installation not active in frontend
modemlooper
ModeratorYou need to use a BuddyPress compatible theme. Just activating BuddyPress on a WordPress site is not enough.
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
January 23, 2011 at 6:48 pm #103688In reply to: Vanilla Forums with Buddypress?
Paul Wong-Gibbs
KeymasterRE: Achievements. If Vanilla forums is not WordPress software — which it isn’t — you’re probably going to need to set up an AJAX request in WordPress so that you can communicate external events into WordPress, which Achievements can then make use of.
January 23, 2011 at 6:10 pm #103684In reply to: buddypress after installation not active in frontend
bloew11
Participanti uploaded a blank, becaus if no .htaccess file exists, i get the error “permission denied”. now i checked the .htaccessfile and i only have this inside:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
is that correct?
thanks
beatJanuary 23, 2011 at 2:13 pm #103671Prince Abiola Ogundipe
Participanthi, i have tried that plugin but i dont seems to get it working . below is my header.php file if someone can please help me out and tell me where i can edit to just add simple code to achive this function.
<html xmlns="http://www.w3.org/1999/xhtml" > <meta http-equiv="Content-Type" content="; charset=" /> <title></title> <meta name="generator" content="WordPress " /> <!-- leave this for stats --> <link rel="stylesheet" href="" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title=" | " href="" /> <link rel="alternate" type="application/rss+xml" title=" | | " href="" /> <link rel="alternate" type="application/rss+xml" title=" | | " href="" /> <link rel="alternate" type="application/rss+xml" title=" " href="" /> <link rel="alternate" type="application/atom+xml" title=" " href="" /> <link rel="pingback" href="" /> <body id="bp-default"> <div id="header"> <h1 id="logo"><a></a></h1> <ul id="nav"> <li class="selected"> <a></a> </li> <li class="selected"> <a></a> </li> <li class="selected"> <a></a> </li> <li class="selected"> <a></a> </li> <li class="selected"> <a></a> </li> <li class="selected"> <a></a> </li> </ul><!-- #nav --> <div id="search-bar"> <div class="padder"> <form action="" method="post" id="search-form"> <input type="submit" name="search-submit" id="search-submit" value="" /> </form><!-- #search-form --> </div><!-- .padder --> </div><!-- #search-bar --> </div><!-- #header --> <div id="container">January 23, 2011 at 10:56 am #103661In reply to: Can use WordPress build a micro-blog system?
youlichika
Member@Andrea_r, can `activity stream` add a `Favorite` counter? that the post owner can see how many peaple mark a Favorite in his post article?
January 23, 2011 at 9:52 am #103658popmoc
MemberI’m very new to Buddypress and to WordPress. I’m having a similar difficulty with profiles, groups, forums etc… links all redirecting back to the homepage. I had just loaded the great Suffusion theme, which i love, but will now try to go back to default to see if i can trace the problem. I would welcome any ideas.
January 23, 2011 at 4:32 am #103649Virtuali
ParticipantThis is as simple as a nav plugin, I would recommend the Multi Level Navigation Plugin.
You can also achieve putting those contents in your admin bar, such as Networks with a dropdown of Member and Groups along side the “My Account” as an example
January 22, 2011 at 8:39 pm #103627In reply to: 404 error on buddypress…when links are clicked
Virtuali
ParticipantThats why your permalinks arn’t working correctly.
Read through this:
January 22, 2011 at 7:52 pm #103620In reply to: 404 error on buddypress…when links are clicked
Virtuali
Participant@envira Go into your database, where you host all your files. Find the file: .htaccess.
It should be in the root of your wordpress.
Scroll down to the end of the file and add this:
`LoadModule rewrite_module modules/mod_rewrite.so`
January 22, 2011 at 7:25 pm #103616In reply to: Can use WordPress build a micro-blog system?
Andrea Rennick
Participant“BP must built a group first, “
No, that is incorrect.
“and everyone has his own ‘timeline’ in twitter.”
look at your activity stream. Go to your profile page.
-
AuthorSearch Results