-
aces replied to the forum topic Best Way to do a 301 Redirect in the group How-To and Troubleshooting 12 years, 9 months ago
Before editing it would be a good idea to make a copy of the original .htaccess file in case something goes wrong…..
The single line(s) can go on their own individual lines. At the end of the file should be […]
-
aces replied to the forum topic Where do I edit blog post meta content? in the group Creating & Extending 12 years, 9 months ago
I’m not sure I understand you, but you may need to copy index.php file from /wp-content/plugins/buddypress/bp-themes/bp-default/index.php to your child theme, ie: /wp-content/themes/default-child/index.php and […]
-
aces replied to the forum topic Where do I edit blog post meta content? in the group Creating & Extending 12 years, 9 months ago
-
aces replied to the forum topic Best Way to do a 301 Redirect in the group How-To and Troubleshooting 12 years, 9 months ago
For a few individual pages you could just add redirect rules, a line per rule, to your .htaccess file – something like:
Redirect 301 /oldpage/ http://domain.com/newpage/
The old page address is from […]
-
aces replied to the forum topic Easy way to change colours? in the group Installing BuddyPress 12 years, 9 months ago
You shouldn’t have two files named style.css however you could rename the old style.css to old.css and import it into the buddypress child of bp default theme.
To create a child of bp-default theme, create a […]
-
aces replied to the forum topic Register – Confirmation/Activation Email Is Not Sent Out in the group How-To and Troubleshooting 12 years, 9 months ago
The last post on https://buddypress.org/community/groups/creating-extending/forum/topic/sign-up-email/ has another suggestion, using https://wordpress.org/extend/plugins/mail-from/
-
aces replied to the forum topic Members Page Not Showing All Members, Only Recent Sign Ups in the group How-To and Troubleshooting 12 years, 9 months ago
-
aces replied to the forum topic Register – Confirmation/Activation Email Is Not Sent Out in the group How-To and Troubleshooting 12 years, 9 months ago
Have you tried installing https://wordpress.org/extend/plugins/wp-mail-smtp/ then sending a test email from the settings page?
The debug information should indicate where the problem is and the error codes can […]
-
aces replied to the forum topic do not recieve confirmation email in the group How-To and Troubleshooting 12 years, 9 months ago
Sometimes emails end up in spam or junk directories/folders….
Some web-hosting providers might require you to install a wordpress plugin such as https://wordpress.org/extend/plugins/mail-from/ and/or […]
-
aces updated the Participate and Contribute page, on the BuddyPress Codex 12 years, 9 months ago
Themes
Create a bp-default child theme or a BuddyPress-compatible WordPress theme and submit it to the WordPress Theme repository.
Plugins
Create a BuddyPress-compatible plugin or bridge an existing WordPress […] -
aces replied to the forum topic Home Page Fine: Others Error 404 in the group Installing BuddyPress 12 years, 9 months ago
-
aces replied to the forum topic Fatal Error multisite Define Blog_id in the group Installing BuddyPress 12 years, 9 months ago
It’s not clear from the above code because you didn’t use
backticks
but…Make sure you are using
'BP_ROOT_BLOG'
not‘BP_ROOT_BLOG’
ie before and after should be with'
not‘
or’
-
aces replied to the forum topic Activation mail not sending ,help needed. in the group How-To and Troubleshooting 12 years, 9 months ago
Are they in a spam or junk folder?
Have you tried installing https://wordpress.org/extend/plugins/wp-mail-smtp/ then use it to send a debug email? It can show where an email gets stuck and error codes that can […]
-
aces replied to the forum topic Child Style Not Loading in the group How-To and Troubleshooting 12 years, 9 months ago
Um, I think you’ve used
‘cornerstone’
instead of'cornerstone'
etc…The orginal needed ‘backticks’ to stop it changing…..
-
aces replied to the forum topic Filter for "Add friend" button in the group How-To and Troubleshooting 12 years, 10 months ago
You don’t need to do the whole translation – just the word(s) etc, that you want. It is also used in a slug so that would need to be dealt with….
Another way is linked to in the above note but ‘friend’, […]
-
aces replied to the forum topic Members Only BuddyPress in the group How-To and Troubleshooting 12 years, 10 months ago
Couldn’t you use something like travel-junkie’s walled garden technique:
`
function sh_walled_garden()
{
global $bp;
if( bp_is_register_page() || bp_is_activation_page() || […] -
aces replied to the forum topic Change text in "Create an Account" in the group How-To and Troubleshooting 12 years, 10 months ago
-
aces replied to the forum topic can't add borders with css to anything in the group How-To and Troubleshooting 12 years, 10 months ago
yes, most probably. But the active one should also be apparent in chrome.
You could try using
!important
ie.your-class {
border:5px!important;
}
But it is better practice to try to improve the […] -
aces replied to the forum topic Help with changing the header image of my site via css with the buddypress default theme. in the group How-To and Troubleshooting 12 years, 10 months ago
To find out what css to change, you can examine your web pages with firebug (download) in firefox or developer tools in internet explorer 8 or 9 and google chrome – it’s built in so just press F12. There are […]
- Load More
@aces
Active 9 months, 4 weeks ago