Search Results for 'wordpress'
-
AuthorSearch Results
-
January 18, 2012 at 10:41 pm #128227
Brian Bowman
ParticipantMy wp-config.php file is noted below. I’ve installed Buddypress in the main “Network Admin” site…and set it to ‘Network Activate’. HERE is what I’ve defined in the WP-CONFIG.PHP file:
define(‘WP_DEBUG’, false);
define ( ‘BP_ENABLE_MULTIBLOG’, true );
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘www.networkit.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );
/* That’s all, stop editing! Happy blogging. *//** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);You see any problems here? Much thanks for your time @hnla
January 18, 2012 at 9:25 pm #128216In reply to: multisite installation?
baiaz
MemberHmmm Now I have installet det buddypresse plugin at my nettwork admin at my multisite.
Before I do anything else:
I got this message:
https://skitch.com/baiaz/g3hww/plugins-network-admin-wordpress
What does it mean and what do I have to do next?I have made a site in my wordpress multisite where I want to have the buddypress installed.
Should I go to my new site and sett the buddypress as the theme?January 18, 2012 at 7:45 pm #128207In reply to: {RESOLVED} Where Do I Add Yoast SEO Loop Code?
hiresphereadmin
Member“Installation of WordPress Breadcrumbs” from http://yoast.com/wordpress/breadcrumbs/
01.Download the plugin
02.Unzip the package and upload the file to your WordPress installation’s plugins folder
03.Enable the plugin
04.Adjust any settings you want under Settings -> Breadcrumbs
05.Add the following code to your theme’s template(s):`<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb(‘‘,’
‘);
} ?>`Again……where in my buddypress default template? They don’t say……..
January 18, 2012 at 6:52 pm #128201Paul Wong-Gibbs
KeymasterBP uses either the user_nicename or user_login fields from the wp_user table to build those member URLs. Your best bet is to figure out/find a WordPress plugin that does what you want, and then test it against BuddyPress.
January 18, 2012 at 4:17 pm #128192José M. Villar
ParticipantJanuary 18, 2012 at 8:04 am #128181In reply to: Customizing Activity Stream
@mercime
Participant#1 – build a child theme of bp-default,
– copy over https://buddypress.trac.wordpress.org/browser/tags/1.5.3.1/bp-themes/bp-default/activity/entry.php following the directory structure i.e. childthemefolder/activity/entry.php
– open up entry.php and delete lines 64 – 78 and Save file.#2 – renaming labels – https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
January 18, 2012 at 7:01 am #128180In reply to: Does BuddyPress support videos?
@mercime
ParticipantBP supports whatever WP does to embed videos from Youtube, Vimeo, Hulu, etc. in regular blog posts – http://www.wpbeginner.com/beginners-guide/how-to-easily-embed-videos-in-wordpress-blog-posts/
January 18, 2012 at 1:55 am #128173In reply to: Tweet Activity
billie
Participanti’m using http://feedburner.google.com or you can use a simpler http://twitterfeed.com/ set up for your activity stream rss feed url.
i’m using feedburner cuz i can setup wordpress to make the feedburner tweet my activity stream feed in real time
twitter feed is easier to setup and will update every 30mins up to 5 tweets at a time
January 17, 2012 at 11:24 pm #128168In reply to: Inconsistency when turning at-username into link
Paul Wong-Gibbs
KeymasterI think they should work fine in WordPress comments. If you can figure out how to make it stop working reliably, let us know on http://buddypress.trac.WordPress.org
January 17, 2012 at 9:12 pm #128166In reply to: Sorry, no members were found
foxly
ParticipantMembers created in the WP back-end don’t appear in the members list until the first time they login to the site. This is “by design”, and is due to the way user accounts work in WordPress. Its also an optimization to prevent (potentially) huge numbers of users that have never used the site from slowing it down.
^F^
January 17, 2012 at 7:33 pm #128163In reply to: Can the site be seen only by registered users?
Rocio Valdivia
ParticipantHi Isbul!
with the plugin BuddyPress Private Community you can choose what will be private and what will be public:
https://wordpress.org/extend/plugins/buddypress-private-community/
Hope it helps to you
January 17, 2012 at 4:15 pm #128158In reply to: Where do I change the reply-to address?
aces
ParticipantYou might need to install a wordpress plugin such as https://wordpress.org/extend/plugins/mail-from/ and/or https://wordpress.org/extend/plugins/wp-mail-smtp/
wp-mail-smtp also has a useful debug feature and more settings…
January 17, 2012 at 3:19 pm #128155In reply to: How Do I Search on this Forum? Bouncing me to ……
foxly
ParticipantSearch on buddypress.org has never worked properly and probably never will work properly. This is because proper, natural-language search is a hard problem that the developers behind WordPress and Buddypress don’t have any experience with.
The most efficient way to search buddypress.org is to go to Google and type in
“site:buddypress.org whatever you’re searching for”
^F^
January 17, 2012 at 12:09 am #128100In reply to: static front page
@mercime
ParticipantSame way you would do with a WordPress static home page https://codex.wordpress.org/Creating_a_Static_Front_Page
January 16, 2012 at 8:46 pm #128083@mercime
ParticipantGlad your hosting plan resolved this for you. Curious how many members, groups, posts etc you already have because that’s a lot of memory for a new installation.
January 16, 2012 at 8:42 pm #128082KAIROS_Canada
MemberHi.
Resolved the problem.
Wasn’t enough memory assigned in my php.ini.
My host doubled it to 128 mb.That took a long time to figure out….
NIk
January 16, 2012 at 6:30 pm #128078@mercime
ParticipantDid you install any other plugin after you resolved the issues with genesis ? Just to be sure, try to deactivate your plugins folder via FTP/cpanel by renaming the folder to e.g. wp-content/plugins-xxx
Rename the folder back to wp-content/plugins after you access wp-admin.
January 16, 2012 at 4:38 pm #128068KAIROS_Canada
MemberHello.
I seem to be back to squar one this morning.
When I login to WordPress I am taken to my website’s homepage with the BuddyPress toolbar at the top.
When I click on ‘Dashboard’ i get a completely blank page at http://www.kairoscanada.org/wp-admin/.Not good.
I can’t access my admin at all.
Nik
January 16, 2012 at 3:54 pm #128067miguelcortereal
ParticipantForgot to say what I’m using:
Wordpress 3.3.1
Buddypress 1.5.3.1 with default theme
bbpress 2.0.2
GD Attachments 1.5.3January 16, 2012 at 2:52 pm #128066aces
ParticipantThe latest buddypress ( with bp-default theme ) can use the default wordpress menu, which is under appearance section of admin.
Some web hosting requires an extra plugin for email. https://wordpress.org/extend/plugins/wp-mail-smtp/ has a useful feature that displays debugging information when sending a test email. Another plugin is suggested in https://codex.buddypress.org/troubleshooting/frequently-asked-questions/
January 15, 2012 at 10:10 pm #128009In reply to: “create account” link going to page not found
@mercime
ParticipantIf you installed WP/BP in directory http://yoursite.com/wordpress/ and if you have enabled registration and BuddyPress is activated, the link to create an account goes to http://yoursite.com/wordpress/register by default. The only way to have http://yoursite.com/register is if you installed WP/BP at domain root.
January 15, 2012 at 10:04 pm #128008In reply to: Using BuddyPress for a Running Team?
Julian
MemberI will be surprised if GoDaddy cooperates with BuddyPress at all. I am currently working on another WordPress site that moves like molasses with GoDaddy. Fortunately for them their hosting/domain expires in a month so they can easily change hosting providers. In the case of where I am planning to install BuddyPress it looks like they have a long time left until GoDaddy ends. I probably will have to figure out other solutions to optimize WordPress and BuddyPress if it’s real slow.
Thanks for the advice about building a child theme!
January 15, 2012 at 9:11 pm #128003In reply to: “create account” link going to page not found
fridaynighthalo
MemberWP and BP are most recent versions. WP is installed in a directory named wordpress. When I look at the register page from dashboard>pages it shows the link as being “/register”. This is happening with the default theme.
I am thinking about removing and reinstalling BP. Maybe it was something I did?
January 15, 2012 at 8:47 pm #128002In reply to: Buddypress Klout released – enjoy :P
CJ Kruger
ParticipantFinally got my line sorted then battled for 2 days because I didnt know the wp svn was case sensitive..
Anyways, Ive added some screen shots and the plugin is sorted, would love some feed-back or feature requests.
Ps: Buddypress isnt on Klout so I used the WordPress one instead for the group scores

January 15, 2012 at 12:47 pm #127993In reply to: [SOLVED] – BuddyPress on IIS 6 fails to load page
@mercime
ParticipantThe part about the Installation Wizard is in the plugin’s readme.txt as seen in https://wordpress.org/extend/plugins/buddypress/installation/ as well in BP Codex https://codex.buddypress.org/getting-started/setting-up-a-new-installation/
-
AuthorSearch Results