Search Results for 'change buddypress menu'
-
Search Results
-
Topic: BP-custom in the wrong place
I tried implementing the tutorial on how to change the Blogs menu which involved creating a bp-custom.php and putting it in the BuddyPress folder. Turns out that the code looks for this in the plugins folder:
bp-core.php says:
11 if ( file_exists( WP_PLUGIN_DIR . ‘/bp-custom.php’ ) )
12 require( WP_PLUGIN_DIR . ‘/bp-custom.php’ );
Not sure if WP_PLUGIN_DIR should read BP_PLUGIN_DIR or if the tutorial is wrong
Topic: /wp-admin/?c=1 issues
This is not specifically related to buddypress, but I figured maybe the guru’s here could provide a helping hand. (I did post it in the mu forums as well but so far no responses)
Running fresh install of wpmu 2.8.4a buddypress is not yet installed.. trying to get system stable first.
I am running wpmu with subdomain setup and all seems ok with that. This is a fresh install of wpmu.
For some reason, many plugins which worked perfectly with 2.7.1 are now not working with 2.8.4a
This mainly happens when I have to go into the admin for a plugin and change it’s settings. (those plugins that come with a settings tab).
Basically if I am in a subdomain and go to edit the settings of a plugin, not all of the plugins but some, instead of returning to the expected plugin settings page it redirects me to the root domain link as
http://mysite.com/wp-admin/?c=1
For instance, the plugin for localization has a url as
but it instantly goes to http://mysite.com/wp-admin/?c=1 when clicked…
I have googled the /wp-admin/?c=1 but have had no luck with an answer.
Has anyone come up with this problem before?
I have no idea how to solve this issue, guessing it may be an htaccess issue, but not sure. I am using the standard htaccess file that comes with mu.
thanks
Hi all,
Would a CSS designer be easily able to change the present horizontal menus into drop downs? More generally, is building a Buddypress theme more difficult than making one for WordPress?
Thank you
Hey guys and gals,
I am currently using the buddy press default member theme 1.0.1.
http://buddypress.org/wp-content/themes/buddypress.org/images/theme-screens/default-theme.jpg
also:
WPMU 2.7.1
BBPRESS 1.0
BPPRESS 1.0.2
I have been trying to edit the following files to edit the menu that appears typically under the logo of this theme, which says, “HOME,BLOG,MEMBERS,GROUPS,EVENTS,CONTENTS”.
I want to add an existing newly created WPMU page called,”DONATE”, which the button will appear after the CONTENTS button, or for some, after the GROUPS button.
The Page is not numbered, and the url looks something like:
http://mywebsite.com/donate-page/
*This is not a real website, just an example of the url structure.
The files I have been trying to edit to add this new button that leads to that specific mentioned page is:
wp-content>themes>bphome>index.php;header.php
and
wp-content>bp-themes>bpmember>index.php;header.php
Once, I edit these files, I notice the codes toward the bottom, which are the menu navigational codes, but they point to something called “slugs”. It also seems to hook into these slugs in some fashion. But, I have no idea how it points to these things or where it is pointing from?
So, an example of the code might look like from header.php file:
<?php if ( function_exists( ‘groups_install’ ) ) { ?>
<li<?php if ( bp_is_page( BP_GROUPS_SLUG ) ) {?> class=”selected”<?php } ?>>/<?php echo BP_GROUPS_SLUG ?>” title=”<?php _e( ‘Groups’, ‘buddypress’ ) ?>”><?php _e( ‘Groups’, ‘buddypress’ ) ?>
So, how do I incorporate a link into a slug, or how do I create a slug? or what do I change or add after this code to get my own menu button that points to the donate page I mentioned above. I created the page through WPMU create page in the admin dashboard.
What files do I edit to make this work, and can anyone please tell me the codes that I input to make this work?
Thanks so much for anyones help in this matter, it is truly appreciated.
In the download section I have read that you have to place the buddypress into /plugins, but had read another post where someone said to place the plugins in /Mu-plugins.
Where exactly do I place the Bp plugins? I have placed them in plugins and activated them sitewide. It seems to work, but I was wondering if it works if I place it in MU-plugins.
Another question: Is there any site admin options for BP? I have an MU of 60 blogs, and it sucks that I have to make changes every time there is a blog.
Also, is there a site admin _—-> BP menu? It says that there is in the installation page, but I have yet to see it or know what I can do with it.
Last question: I am using the pressbox theme, and I am planning to transfer register and activate.php to the theme. Are there any other files I have to transfer.
Thanks for everyone’s time. This rocks!
hola buddypressers – did any of you who are on MT DV get forums to work properly? and if so, what did you do? i’ve tried hooking up bbPress with BP/WPMU and i always wind up with “There was an error posting that topic.”
so before you ask, i’m running WPMU 2.7.1, BP 1.0.1 on a subdomain with subdirectories on a dedicated virtual server along with bbPress 1.0 RC-3. on my first couple of tries when i followed these directions http://trac.buddypress.org/browser/trunk/bp-forums/installation-readme.txt, i never got the option to select Admin for a dropdown menu. one time, i just created a new user and changed the role to admin that way. another time, i did get one option from the pulldown menu for the user that i had created in step #8 (from the previous installation attempt) and assigned admin/keymaster to it. both of those didn’t work.
so then i got a suggestion to read this thread http://buddypress.org/forums/topic.php?id=471, and tried alphas 4, 5 and 6 — all three of them presented me with a blank screen when i typed in the installation url (but bbp 1.0-rc3 worked every time whenever i visited the install link… i was paranoid enough to switch back and forth every time — alpha 4, blank >> rc3, works; alpha 5, blank >> rc3, works; alpha 6, blank >> rc3, works). afterward, i decided to hop on the bbpress forum to search for installation problems for those alpha version i had tried and stumbled on this discouraging thread http://bbpress.org/forums/topic/how-many-more-alphas-before-beta#post-24237, which made me lose all hope, lol.
so now, i’m down to something called curl lib, but i don’t know if that could be the problem either, but if there’s someone on there on MT’s DV who ran into the same problems as i did and managed to sort through them, please reply! if not, it’s not the end of the world. everything else is just dandy
hi –
I am using WordPress MU 2.7.1 and buddypress 1.0.1 and Facebuddy Theme 1.0
This has now happened twice in two days, where I logout at night and attempt to log on a little later only to see this “blue screen of death” message:
This user has elected to delete their account and the content is no longer available.
I have done nothing of the sort. All files are in place.
I will say that I have elected to delete some lines of code to remove some functions in the core files but they aren’t super critical, in my opinion.
Remove the log choice from the profile drop down menu
Remove the edit profile button
Remove the edit profile sub nav selection
Remove the blogs from the drop down menu in the search function
Change the destination and name of the logout in the top bar
Other items that I have been working with a programmer to implement is a SSO. So he had provided a plugin to an external membership software that works with WordPress MU to register new members by passing their field information. I am wondering if that might also be causing this. That can’t be though because the user records are just written to the database.
This is really tough. So much work done now twice in personalizing Buddypress.
Any ideas?
Thanks,
Brian