Search Results for 'change buddypress menu'
-
Search Results
-
Topic: Language file load evidence?
How can I tell if there is a problem with the loading of a language file I have created?
I used POEdit to modify the buddypress.pot file and saved the changed file as bp-family-myrelative.pot and POEdit created a bp-family-myrelative.mo when I saved the file.
I am using Windows server 2008 and do not know about a msgfmt application that I can run. Is it in a special folder? Is that a unix only app?
Bottom-line is that the language changes I made (to change group text to family text) is not reflected in any of the buddypress/wpmu menus or text. I have restarted the server apps several times and do not see any changes taking affect.
Any ideas?
Hello all,
I’m having problems trying to get the buddypress to work properly on my “Less Is Less 1.4 by Miguel Santirso” theme. Whenever I click on the menu it brings me to a blank error page. (Menu as in the buddypress buttons.)
I’ve installed the buddypress plug-in along with the buddypress template pack to correct the maligning that occurs.
It then prompts me to: “You should update your .htaccess now.” along with, “By default WordPress uses web URLs which have question marks and lots of numbers in them, however WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links. A number of tags are available, and here are some examples to get you started.”
At the bottom it also states: “If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.”
Then I’m suppose to paste:
RewriteEngine On
RewriteBase /organic/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /organic/index.php [L]So I created the .htaccess file, pasted the script above in there and uploaded it to my sever.
Once uploaded, my entire site doesn’t work and goes to a white error page.
My question is, what exactly is it that I change in the permalink settings when it asks me to do so?
Thanks in advance.
Hi,
I’m redesigning the buddypress theme to suit the needs of my site. As I’m not using many of the features of Buddypress I specifically want to streamline the buddypress profile menu (id=”object-nav”) and submenu (id=”subnav”). My idea is to have all the links from the subnav display within the object-nav menu.
I’ve done this by writing the following plugin function:function xf_add_nav_edit_profile() {
global $bp;
$nav_item_name = “Edit Profile”;
bp_core_new_nav_item( array(
‘name’ => $nav_item_name,
‘slug’ => $bp->profile->slug . “/edit/group/1”,
‘position’ => 21,
) );
}
add_action( ‘wp’, ‘xf_add_nav_edit_profile’, 2 );There is one mayor problem with what I am doing, I don’t know how to correctly call the Edit Profile page slug so I’ve resorted to a horrible concatenation ($bp->profile->slug . “/edit/group/1”). The result is that when the user clicks on the tab, he is redirected to the appropriate page but the tab does not get highlighted when selected. Can anyone tell me the correct way to call the edit profile slug? It would also be great if someone could tell me the Change Avatar Slug.
Thanks
Chopo
Hi,
I’ve added buddy press to a website I am working on (www.ynpnnyc.org). I have added the Theme Packet compatability plugin and made all the changes as suggested and I don’t see any changes. Si there something I missed. This is what the buddypress pages look like:
I followed the instructions closely. If you look at the homepage, you’ll see the menu should appear on the right. But with buddypress pages it doesn’t. I’ve read through the forums and haven’t seen or understood anything I could do differently.
I would appreciate your help.
Thank you,
Dana
I already had a WP site (http://cureuphoria.com) for which I wanted to integrate the community features of BuddyPress.
So I opted for integrating BP with BP Template Pack.
Now, after a constructive talk with Mike Pratt and some good advise, I am considering to change the whole set up and having BuddyPress running as main installation and integrate the rest of the WP stuff into it.
First, I’d like to know what are the pros and cons of the two setup.
And especially, what I should do to change configuration from WP with BuddyPress integrated via BP TemplatePack to BuddyPress child theme with WP pages and stuff (I may use multiple blogs when 3.0 is out to lay out some sections, instead of going with categories and stuff).
For the moment I got BP running “under” Curemates section in Cueuphoria.
Now I want to have the homepage with activity streams, Curemates for members, adding Groups and Forums on the main menu, get rid of the previous Forum (already turned it off).
Any thoughts?
Hi,
Using WP 2.9.2 and BP 1.2.1.
BP does not show members profile pages if nicename contains “-” character or nickname has space and we cant found this members with search…
For example this link work fine: http://hpv.sitesi.ws/members/hoba/
Try one of them this link, it will go to homepage…
http://hpv.sitesi.ws/members/gerial-tusu-yok-mu/
http://hpv.sitesi.ws/members/asl-hpv
http://hpv.sitesi.ws/members/doktor-guven
http://hpv.sitesi.ws/members/esin-yaban
My installation process:
I installed Buddypress 1.2.1 plugin from plugin menu. Then upgraded to 2.9.2. then changed my permalinks to non-default. Activated the standard bp theme. Setup an old bbPress forum. All members from bbPress.
My site is http://hpv.sitesi.ws
Any suggestions?
