Search Results for 'buddypress'
-
AuthorSearch Results
-
August 25, 2010 at 11:33 pm #90401
In reply to: put admin bar links somehwere else
pcwriter
ParticipantHere comes some shameless self-promotion! Try the beta-version of my plugin: Add-All-Nav-Links-To-BP-Adminbar. You can add all your main navigation items to the bp-adminbar, hide your theme’s main nav, then customize your new adminbar just about any way you like, including repositioning the whole thing anywhere on your pages. Here’s a screenshot of the backend admin panel: http://i33.tinypic.com/2nvea8j.jpg
You can download from my site here:
http://nowrecovery.com/downloads/add-all-nav-links-to-bp-adminbar2.1beta.zipThe current release is available here:
https://buddypress.org/community/groups/add-all-nav-links-to-bp-adminbar/If you try it, please let me know what you think in the plugin’s forum
August 25, 2010 at 11:27 pm #90400In reply to: Buddypress not on themainblog ?
r-a-y
KeymasterHave you changed your permalinks to something else?
https://codex.wordpress.org/Settings_Permalinks_SubPanelSet it to anything but the default.
August 25, 2010 at 10:44 pm #90398In reply to: BuddyPress Stopped working
Roger Coathup
Participant1. Does it work with the default BuddyPress theme bp-default?
2. Are your permalinks working – try changing them to a custom setting such as /%category%/%postname%/ – do you receive any error messages about .htaccess?
August 25, 2010 at 10:28 pm #90395In reply to: How do I add a POT language file to my plugin?
thekmen
ParticipantHi @xberserker,
you have it included in bp-cubepoint-core.php
load_textdomain( ‘bp-cubepoint’, dirname( __FILE__ ) . ‘/languages/bp-cubepoint-‘ . get_locale() . ‘.mo’ );so just drop translations in the plugins languages folder.
August 25, 2010 at 10:02 pm #90393In reply to: Wrong title, no name in header, search bear?
Roger Coathup
Participant@computerjoe – whilst it pains me to do anything to assist those destroyers of the country and democracy
, here’s a link to the fix for the page title problem:https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/page-title-in-bp/
August 25, 2010 at 9:53 pm #90392In reply to: Buddypress not on themainblog ?
John
ParticipantThe functions seems to be here, but look likes there’s a rewrite redirect problem.
I can post update, I’ve created a group, I’ve tried to post into it but I had a “There was an error when creating the topic”.
The links from the nav bar all redirect to the members directory.
August 25, 2010 at 9:48 pm #90390In reply to: Buddypress not on themainblog ?
r-a-y
KeymasterWe can worry about redirects later, but does BuddyPress function well besides the old activity links?
August 25, 2010 at 9:34 pm #90388In reply to: Buddypress not on themainblog ?
John
ParticipantI’ve removed the redirect rules.
At themainblog/network/ there’s the default buddypress theme but when I click on a member’s activity for example I always end up ion the member directory page, If i click on a name from activity It’s getting me to the same page.
On the activity page, I’ve got two path of link :
http://127.0.0.1/themainblog/network/members/admin/ – when I’ve posted an update after the relocation of buddypress
http://127.0.0.1/themainblog/members/admin/ – the old links from the latest updates I’ve posted on my original buddypress installationAugust 25, 2010 at 9:22 pm #90384In reply to: Buddypress not on themainblog ?
r-a-y
KeymasterCan you try removing the redirect rules from step (4)?
So, at the moment, what do you see when you go to /themainblog/network?
August 25, 2010 at 9:11 pm #90382In reply to: Buddypress not on themainblog ?
John
ParticipantYes but I didn’t had to activate it, it was already network activated (It was previously “linked” to http://127.0.0.1/themainblog/).
I’ve enabled the theme on blog #9.August 25, 2010 at 9:02 pm #90380In reply to: Buddypress not on themainblog ?
r-a-y
KeymasterAhh okay, wp-config.php is better actually.
Did you activate BuddyPress network-wide?
Also, did you enable the BuddyPress Default theme on blog id #9?August 25, 2010 at 9:00 pm #90378In reply to: Buddypress not on themainblog ?
John
ParticipantI’ve added define ( ‘BP_ROOT_BLOG’, 9 ); (9 is themainblog/network)
But I’ve already defined it in wp-config.php, I’ve add it to bp-custom.php but there is no change.
August 25, 2010 at 8:58 pm #90376In reply to: Have member login
r-a-y
KeymasterThe sidebar, by default, allows you to login or create an account:
http://testbp.orgAlso, did you enable registration on your BP install?
https://codex.buddypress.org/getting-started/faqs/specific-faqs/#registerAugust 25, 2010 at 8:55 pm #90375In reply to: Buddypress not on themainblog ?
r-a-y
KeymasterYou’re missing the BP_ROOT_BLOG define.
Can you quicky go over part (1) in the codex article and add that to your bp-custom.php?
https://codex.buddypress.org/how-to-guides/install-buddypress-on-a-secondary-blog/August 25, 2010 at 8:51 pm #90374In reply to: Buddypress not on themainblog ?
John
ParticipantHere’s how I created the file :
[?php
define( ‘BP_AVATAR_UPLOAD_PATH’, ‘http://127.0.0.1/themainblog/wp-content/blogs.dir/1/files’ );
define( ‘BP_AVATAR_URL’, ‘http://127.0.0.1/themainblog/’ );
?]Should I reinstall buddypress directly on http://127.0.0.1/themainblog/network/ ?
Maybe this will fix my problems ?August 25, 2010 at 8:42 pm #90373In reply to: Blogs on my BPsite
Roger Coathup
Participant@boniu –
Have you set your WP up for multisite, and tested custom permalinks (e.g. /%category%/%postname%/) ? If they are functioning ok, then your .htaccess / mod_rewrite is probably fine.
Also, can you create secondary blogs without problem?
Now try using the automatic install for BuddyPress, and let us know how that goes
August 25, 2010 at 8:38 pm #90368In reply to: Buddypress not on themainblog ?
r-a-y
KeymasterYou need to create a file called “bp-custom.php” in /wp-content/plugins/.
Make sure you create the file with opening and closing PHP tags:
[?php
//the code
?]
Replace square brackets with triangular ones.
August 25, 2010 at 8:32 pm #90371In reply to: Buddypress not on themainblog ?
John
ParticipantI have no bp-custom.php in wp-content/plugin/, I’ve got a hello.php and index.php.
Yes, for now I can only use a subdirectory install. Wamp doesn’t support subdomains.August 25, 2010 at 8:30 pm #90370r-a-y
KeymasterFirst problem… try using an activity stream loop on your main blog:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/You’ll need to add the activity stream loop to your main blog theme.
Make sure BuddyPress is activated network-wide.
August 25, 2010 at 8:29 pm #90369In reply to: Private group RSS?
Tosh
ParticipantCame here looking for a solution and found this thread
Ah well.I may go with this plugin. Anyone try this ?
https://buddypress.org/community/groups/buddypress-group-email-subscription/
August 25, 2010 at 8:27 pm #90367In reply to: Buddypress not on themainblog ?
r-a-y
Keymasterbp-custom.php resides in /wp-content/plugins/, not /wp-content/plugins/buddypress/.
Also just to confirm, are you using a subdirectory install?
August 25, 2010 at 8:21 pm #90365In reply to: Changing target of ‘register’ link on login page
footybible
ParticipantHaha @rogercoathup this kind of brings me back to my orignal question
I’ve had a look at my wp-login.php and I’m not really sure what to change. I was hoping someone had come across this before, when changing their slug and it would be an easy answerAugust 25, 2010 at 8:18 pm #90364In reply to: Buddypress not on themainblog ?
John
ParticipantHello,
Thanks you very much for helping me.
I’ve followed your link but I’ve got a problem.
(3) Keep your old BuddyPress user / group avatars
I don’t find my file bp-custom.php (at the following location : wp-content/plugins/buddypress/), should I create one or is it at an another location ? I’ve looked but I didn’t find anything.(4) Redirect previous BuddyPress permalinks
I’ve edited my .htaccess but when I click on my name from a comment I’ve made on a post on the blog’s network or if I try to view an activity I end up on the same page : the Members Directory. I’m using the default buddypress theme on the blog.Did I make a mistake on my .htaccess ?
Here’s the path of my installation, using Wamp :
http://127.0.0.1/themainblog/ – the main blog
http://127.0.0.1/themainblog/network/ – where buddypress is enabled.
http://127.0.0.1/themainblog/blogname/ – a blog from the networkHere’s how I edited my htaccess :
RewriteEngine On
RewriteBase /themainblog/
RewriteRule ^index.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]RedirectMatch 301 ^/members/(.*)$ http://127.0.0.1/themainblog/network/members/$1
RedirectMatch 301 ^/groups/(.*)$ http://127.0.0.1/themainblog/network/groups/$1
RedirectMatch 301 ^/blogs/(.*)$ http://127.0.0.1/themainblog/network/blogs/$1
RedirectMatch 301 ^/forums/(.*)$ http://127.0.0.1/themainblog/network/forums/$1# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]Best regards,
August 25, 2010 at 8:18 pm #90363In reply to: Kick (but not ban) a user from a a group?
r-a-y
KeymasterBut alas, you should be patting @johnjamesjacoby on the back for cleaning up my code and adding it to BP core
August 25, 2010 at 8:17 pm #90362In reply to: Standard group for new users
Paul Wong-Gibbs
KeymasterYep, that’s it. Thanks for sharing the info @r-a-y!
-
AuthorSearch Results