and at the bottom of same file, replace
`
Search Results for 'wordpress'
-
AuthorSearch Results
-
August 19, 2011 at 6:05 am #118709
In reply to: How to make a NEW PAGE in buddypress..
Paul Wong-Gibbs
KeymasterThe more specific or technical a question is, the less people feel comfortable answering this. The answer to this is you’re going to have to code a custom component for BuddyPress, which requires a familiarity with PHP and WordPress and BuddyPress. Do you have this? If so, I can go into more detail, otherwise I suggest you try to hire a developer to build it for you
August 19, 2011 at 6:05 am #118708In reply to: How to make a NEW PAGE in buddypress..
modemlooper
ModeratorThis plugin has example code, but in the next version of BuddyPress this code is changing slightly
https://wordpress.org/extend/plugins/buddypress-skeleton-component/
August 18, 2011 at 9:57 pm #118700@mercime
ParticipantYes. If WP is at domain root,
– create a network with subdomain structure
– then choose which subdomain you want to “install” BuddyPress and add
`define ( ‘BP_ROOT_BLOG’, $blog_id );`
replacing $blog_id with ID number of chosen BP subdomain to your wp-config.phpAugust 18, 2011 at 9:16 am #118680In reply to: Using BuddyPress on WordPress Multisite
grisu59
ParticipantI installed BP on the main site
Now I open a subsite mysite.com/subside1
but I don’t understand how activate groups in subsite
because when I go on GRUPS say me PAGE DON’T FOUNDWhat can I do?
ThanksAugust 18, 2011 at 8:55 am #118679In reply to: Anyone else working on integrating Gigya?
Paul Wong-Gibbs
KeymasterYeah, so I’m bumping an 11 month old post. But if anyone has done a Gigya + WordPress/BuddyPress integration, I’d love to talk to you about any lessons learnt, etc.
August 18, 2011 at 7:57 am #118678In reply to: Using BuddyPress on WordPress Multisite
Sofian J. Anom
ParticipantBuddyPress must be installed site wide.
August 17, 2011 at 6:16 pm #118640In reply to: Adding new users as members from dashboard
Paul Wong-Gibbs
KeymasterJamie and I ended up talking about this on Twitter. For anyone who finds this later, bbPress 1.x adds custom roles and capabilities to WordPress. BuddyPress doesn’t use these, but when you install BP 1.0-1.2.9 and activate group forums, it installs a version of bbPress for you.
August 17, 2011 at 6:14 pm #118639Paul Wong-Gibbs
KeymasterBuddyPress has no externally accessible APIs. You’d have to create your own bridge, which may or may not be very complicated depending on what exactly you need out of it.
August 17, 2011 at 4:11 pm #118623In reply to: W3 Total Cache and Buddypress Log out issues
notpoppy
ParticipantI’m having the same problem. When I enable W3 Total Cache if I click log out it still shows me as being logged in. It takes a couple of refreshes to change it. Likewise when I log in it still shows me as being logged out.
Wordpress 3.2.1
Buddypress 1.2.9
W3 Total Cache 0.9.2.3Clearing cookies has no effect on the problem. If anyone can suggest a fix, please do.
August 17, 2011 at 4:06 pm #118622@mercime
ParticipantYou mean wall == the wire (old BP) or activity updates (current BP)? What versions of WordPress and BuddyPress are you using?
August 17, 2011 at 1:58 pm #1186204ella
Participantsecond test after deactivating Group Extras was the same, so It doesn’t memorize all fields below the field “phone number” which sometimes doesn’t work too because after the saving it change the value into the value of the field above (WEBSITE), @modemlooper or @boonebgeorges if you want admin access to my testing site (www.stripunity.com – untouched brand new clean installation (latest wordpress & buddypress versions with 3 plugins in it) for your plugin testing purposes , I would gladly send you an password.
August 17, 2011 at 12:49 pm #118617In reply to: 937 lines of bugs !!!
drhoussem
MemberI’m using buddypress 1.2.8 and wordpress 3.1.4
August 16, 2011 at 9:02 pm #118552In reply to: Frisco Child Theme
David Carson
ParticipantThanks for your help testing it out and reporting issues, @InterMike.
I’ve just added a theme options page so that users can choose from a few basic color choices and use a custom.css stylesheet if they want to override anything. Aiming to get some other basic options in there for fonts.
For the custom stylesheet, check off the custom stylesheet option box in theme options, and create custom.css in the root theme directory.
A reminder that Frisco requires BuddyPress 1.5 and WordPress 3.2.1 or 3.3 (nightly build).
You can download the theme at https://github.com/davidtcarson/frisco/
August 16, 2011 at 8:17 pm #118548In reply to: Post button missing on Activity Stream
lewmaster
MemberAlso I should note that I am using the most recent versions of both WordPress and Buddypress on a custom theme using the Template Pack. I am not currently using BBPress or Multi Site. I have already tried reuploading all the original template files.
August 16, 2011 at 7:15 pm #118545mabjustmab
Participantjad117 –
something similar happened to me. I was editing the wrong file that was supposed to be the right file.
there are a few different ways to find other versions of the same file.my preferred method:
if you have your site backed up to your local machine:
if you have Notepad++ (which is a free text editor program found here ->http://notepad-plus-plus.org/) you can use the “find in files” function. enter the phrase you are looking for (in this instance “public groups”). on the Directory section, select the wordpress folder. I tend to go to the highest directory possible so that I know for sure I’m not missing something.
the results will show you all instances where that phrase is. you can click on the phrase and it will open the file for you!
edit it there and then ftp/upload it to the same file path it came from (the file path is listed in the search results)other places to look for the file you need to edit:
if you don’t have your site backed up on your local server
sometimes, the files are not on the Appearance tab. sometimes, they are in the plugins folder. (that was the case for one of the profile files I wanted to edit)
yoursite.comwp-contentpluginsbuddypressbp-themesbp-default
go to the plugins page
select buddypress from the drop down menu
edit the file therehopefully, one of these two suggestion will help.
good luck.August 16, 2011 at 2:25 pm #118524In reply to: BuddyPress 1.5 compatibility for plugins and themes
Boone Gorges
Keymaster@foxly and others – Just wanted to drop a note about a recent commit https://buddypress.trac.wordpress.org/changeset/4977 where I made a minor adjustment to the new load order that should help a lot with plugin backward compatibility. In particular, plugins that are using the (old and incorrect but functional in 1.2.x) method of hooking their global and nav setup routines to ‘wp’ and ‘admin_menu’, which wasn’t working in earlier revs of BP trunk, should now be working. See https://buddypress.trac.wordpress.org/ticket/3476 for more explanation.
That said, you should do the right thing and update your plugin so that it does it correctly: set up your globals at bp_setup_globals and your nav at bp_setup_nav!
August 16, 2011 at 6:17 am #118504In reply to: [Resolved} Help with Permalinks?
Paul Wong-Gibbs
Keymasteresploded; we need at the very least a link to your site, BuddyPress and WordPress version numbers, whether you’re using multisite, and whether you’re on IIS or not
August 16, 2011 at 3:58 am #118497In reply to: [Resolved} Help with Permalinks?
Stigmartyr
MemberHey buddy – I was running into permalink issues and learned that there are good and bad ways to go about it. I’d suggest reading this article to make your final decision: https://codex.wordpress.org/Using_Permalinks
If you’re wondering I decided to use: /%category%/%postname%
August 15, 2011 at 8:17 pm #118479In reply to: Modify bp template pack files for onPlay theme
mmendezmi
MemberThanks so much @mercime! Fix worked- pages are displaying in the correct area, but now the sidebar is displaying beneath the content ( http://www.rowvision.com/members/miguel/profile/ ). Can I get a little assistance with this too? I saw a thread earlier with the same prob and now can’t seem to find it.
You presume correct, I have gone through the wordpress to buddypress codex page.
Also can you explain explain a little more about changing the tags wrapped around page titles. Where should I look to see how my theme does the page title tags?
Thanks again- MM
August 15, 2011 at 7:31 pm #118475In reply to: BuddyPress 1.5 compatibility for plugins and themes
Tosh
ParticipantSorry I can’t edit my post. I get a page not found .. but I have another plugin that’s not working with BuddyPress 1.5 Beta. It’s a fairly simple plugin though. But not sure why it’s not working.
August 15, 2011 at 4:54 pm #118469@mercime
ParticipantDifferent strokes for different dropdown plugins. At this stage, recommend that you contact plugin author and/or post at WP.org forums https://wordpress.org/support/forum/plugins-and-hacks where you’d need to be clear which dropdown plugin you’re using.
August 15, 2011 at 4:35 pm #118468Menelik
MemberOh, I’m using BuddyPress version 1.2.9 on WordPress version 3.2.1
August 15, 2011 at 4:30 pm #118467In reply to: Modify bp template pack files for onPlay theme
@mercime
ParticipantI will presume you’ve gone through this https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/ and only need to adjust code in BP template pack files as follows:
Open up the first file, activity/index.php and change
``with
`<?php
global $options;
foreach ($options as $value) {
if (get_settings( $value ) === FALSE) { $$value = $value; } else { $$value = get_settings( $value ); }
}
?>``
with
``
The do the same with the remaining template files
Note that you would have to change the
or
tags wrapped around page titles in BP template pack files as needed to
per your theme’s page titles.
August 15, 2011 at 6:29 am #118460In reply to: Changing The Title Tags For the Forums
@mercime
ParticipantCheck out this trac ticket. Know however, that in upcoming BP 1.5, the bp_page_title has been deprecated and WP’s wp_title will be used instead.
August 15, 2011 at 6:04 am #118458In reply to: Activity links open in new window
chetbrz
MemberHere is another good plugin for opening external links in new windows.
https://wordpress.org/extend/plugins/open-external-links-in-a-new-window/ -
AuthorSearch Results