-
aces replied to the topic register.php in the forum Installing BuddyPress 10 years, 3 months ago
That Line is in https://buddypress.trac.wordpress.org/browser/tags/2.0.2/buddypress.pot#L6005
Have a look at https://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/ to customise.
-
aces replied to the topic How to change buddypress profile fields text color in the forum How-to & Troubleshooting 10 years, 3 months ago
What I do in Firefox is press f12 to start firebug which should open into the html tab, if not click on the html tab at the top.
On the left of the html tab is an icon of an arrow pointing to a box. Use this to select the item you are interested in.
In your example it should jump to the html in the left column:
<td…
[Read more] -
aces replied to the topic Pagination on buddypress.org broken? in the forum Requests & Feedback 10 years, 3 months ago
Yes, I’ve just tried to go back through my forum replies and the second page always goes back to this site’s home page.
Hovering over the link for page two of my forum replies shows the address it points to is https://buddypress.org/page/2/ – when clicking on it one is shown the home page with that in the address bar.
If I change the address to…[Read more]
-
aces replied to the topic How to change buddypress profile fields text color in the forum How-to & Troubleshooting 10 years, 3 months ago
Well looking with firebug on your test site i can see that the text colour comes from the .label or .badge rule on line 4941 of bootstrap.min.css
try putting something like
.label,
.badge {
color: #000;
}at the end of your child theme’s style.css…
-
aces replied to the topic Problem with Registering a new user in the forum How-to & Troubleshooting 10 years, 3 months ago
It’s not clear from your post but are you logged out when you fill in the registration?
If not then that is normal behaviour when logged in already…..
-
aces replied to the topic Change "CHECK YOUR EMAIL" text after register!? in the forum How-to & Troubleshooting 10 years, 3 months ago
You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.
is in the current pot file ( see https://buddypress.trac.wordpress.org/browser/tags/2.0.1/bp-languages/buddypress.pot#L6122 ) ….. -
aces replied to the topic Can't in the forum How-to & Troubleshooting 10 years, 5 months ago
I often find that blank screen’s show a corresponding entry in the apache error.log ?
-
aces replied to the topic How to viewing profiles in the forum How-to & Troubleshooting 10 years, 5 months ago
@gt-director
You wrote:(I’m using WordPress v3.4.4 and BuddyPress v2.0.1)
Buddypress v2.0.1 requires at least wordpress 3.6 – see https://codex.buddypress.org/developer/releases/
-
aces replied to the topic What happened to these Buddypress Plugins? in the forum Third Party Plugins 10 years, 7 months ago
You could try putting the following in you child theme functions.php file
function bbg_enqueue_styles() {
remove_theme_support( 'bp-default-responsive' );
}
add_action( 'wp_enqueue_scripts', 'bbg_enqueue_styles', 5 );For more info ( including important details ) see:…[Read more]
-
aces replied to the topic Installing Buddypress Multi-network in the forum Installing BuddyPress 10 years, 8 months ago
@pswanson22
https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/ has the following:Set which blog ID BuddyPress will run on:
define ( ‘BP_ROOT_BLOG’, $blog_id );Where $blog_id is the actual blog id number…
-
aces replied to the topic [Resolved] missing the style.css stylesheet. in the forum Installing BuddyPress 10 years, 8 months ago
you’re welcome
-
aces replied to the topic [Resolved] missing the style.css stylesheet. in the forum Installing BuddyPress 10 years, 8 months ago
Buddypress is a plugin not a theme. It is still bundled with a theme but that isn’t necessary any more and is hidden on new installs – it can be activated with a snippet.
Most normal themes ( that follow official wordpress guidelines ) should be compatible now. For more info see theme compatibility articles in the bp documentation.
-
aces replied to the topic Impossible to register,Buddypress registration process broken. in the forum How-to & Troubleshooting 10 years, 8 months ago
Are you are logged out when you fill the form in?
-
aces replied to the topic BP Messages in the forum How-to & Troubleshooting 10 years, 8 months ago
I’m not clear about what you have done.
Buddypress is a single plugin and should be in /wp-content/plugins/buddypress/
Underneath that should be all the other files and folders ie: /wp-content/plugins/buddypress/bp-messages/ etc. that were in the zip.
It should be installed and activated as a normal plugin.
Once activated you…[Read more]
-
aces replied to the topic BP Messages in the forum How-to & Troubleshooting 10 years, 8 months ago
What is the actual BP Messages plugin and a link to it would be helpful. A simple google search was inconclusive….
-
aces replied to the topic I'm so new! A little help, pls hold my hand through this! in the forum Installing BuddyPress 10 years, 8 months ago
At the very top of the page below the menu bar on the right you should have a ‘Screen Options’ button – next to ‘Help’.
Have you got ‘Buddypress’ ticked in the ‘show on screen’ section?
-
aces replied to the topic I'm so new! A little help, pls hold my hand through this! in the forum Installing BuddyPress 10 years, 8 months ago
I think you may be running on a windows IIS server as your links are of the form http://www.hout.us/Hout.US/index.php/about/ I’m not sure, but I don’t think you are meant to have index.php in a URL –
Also I think that capital letters in a URL are also invalid as maybe also is a dot between slashes ( in this context ) – ie the dot…[Read more]
-
aces replied to the topic [Resolved] Cannot Display Buddypress Pages in the forum How-to & Troubleshooting 10 years, 8 months ago
I get a white screen with:
This error (HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented the webpage from displaying.
This is often caused by a php programming error or conflict which will show up in the sites ( apache ) error log or maybe by putting the site into debug…[Read more]
- Load More
@aces
Active 9 months, 3 weeks ago