-
Roger Coathup posted on the forum topic Inconsistent translation in the group How-To and Troubleshooting: 14 years, 1 month ago
Have you made your changes in the wp-config.php file?
As I said, post your header.php file
-
Roger Coathup posted on the forum topic Notification messages are only partly translated in the group Localization: 14 years, 1 month ago
I believe our client fixed the problem:
I think there may be a problem with the original English text in the .po file – I don’t think it matches correctly with the string in the php files – so doesn’t get translated.
You might want to investigate that.
-
Roger Coathup started the forum topic BuddyPress sites – intermittent blank (white) screen – but fine on reload in the group How-To and Troubleshooting: 14 years, 1 month ago
I’ve been experiencing a problem with intermittent blank screens when accessing pages on BuddyPress sites – the page then loads without problem when you hit reload in the browser. Has anyone else experienced the same problem? I noted it on several sites / servers – including buddypress.org in the past. It’s not browser / machine […]
-
Roger Coathup posted on the forum topic How to include a php file? in the group Creating & Extending: 14 years, 1 month ago
Have a look at this page:
https://codex.wordpress.org/Function_Reference/bloginfo
you want bloginfo(‘stylesheet_directory’) instead of TEMPLATEPATH
-
Roger Coathup posted on the forum topic How to divided a page into several parts for easy edit? in the group Creating & Extending: 14 years, 1 month ago
If you are not familiar with building child themes in WordPress / BuddyPress – you should read this page before beginning:
https://codex.buddypress.org/extending-buddypress/building-a-buddypress-child-theme/
-
Roger Coathup posted on the forum topic How to include a php file? in the group Creating & Extending: 14 years, 1 month ago
Where do you want to write the code – is it in a file in your child theme? If the files are in the same directory, e.g. in your child theme folder, use something like: locate_template( array( ‘myfile.php’ ), true ) It sounds though as though you are wanting to modify code in bp-default. You shouldn’t […]
-
Roger Coathup posted on the forum topic This is so weird .. I cannot create posts, pages or update them either in the group How-To and Troubleshooting: 14 years, 1 month ago
Before doing that – disable all your plugins back to just base WordPress
Can you post again now without problem?
If you can post ok, add your plugins back one at a time, testing until you find the one causing the problem.
-
Roger Coathup posted on the forum topic The BuddyPress of My Website Looks COMPLETELY Different in Firefox! WHY?! in the group How-To and Troubleshooting: 14 years, 1 month ago
Does this article apply to your table markup problem: https://support.mozilla.com/en-US/questions/749896
-
Roger Coathup posted on the forum topic The BuddyPress of My Website Looks COMPLETELY Different in Firefox! WHY?! in the group How-To and Troubleshooting: 14 years, 1 month ago
Firefox is absolutely fine with tables – if FireBug tells you there’s a problem in your table markup, there probably is! It maybe that Firefox has a different set of browser defaults for tables that threw your alignment / sizes out, but I don’t think that is likely. It’s also possible that your markup was […]
-
Roger Coathup posted on the forum topic Replies disappear when I try to reply on Activity Stream page? in the group How-To and Troubleshooting: 14 years, 1 month ago
it’s almost certainly a problem with your setup, and nothing to do with the core BuddyPress code. As I suggested, check your bp-custom.php file first of all – it goes in the /plugins folder – did your developer put any functions in there that modify the behaviour of your site? p.s. are you sure you […]
-
Roger Coathup posted on the forum topic Remove Sitewide Activity in the group How-To and Troubleshooting: 14 years, 1 month ago
@bojanski hide_sitewide is a boolean, and in this line is being used to test whether an activity item has been marked as hidden or not – (it’s not a count @tom_taylor_85) You should NOT be modifying the code there – that’s a core file, and you’ll run into problems when you upgrade if you’ve modified them. You’ve […]
-
Roger Coathup posted on the forum topic no user_activation_key inserted in the group How-To and Troubleshooting: 14 years, 1 month ago
Steffy, couple of thoughts – Is your base WP install working correctly – does it send admin emails notification correctly (e.g. when a new user is added in WP backend)? If not, it is a base email configuration problem. Have you got any additional plugins installed – one of our clients had a problem with […]
-
Roger Coathup posted on the forum topic Where to edit bp_activity_content_body()? in the group How-To and Troubleshooting: 14 years, 1 month ago
No, not changing the core… Hooking functions / filters on to core actions. You would normally add these in your bp-custom.php or functions.php file. Check under documentation on this site for an intro to adding hook functions
-
Roger Coathup posted an update 14 years, 1 month ago
@mercime Yes, I suspect it was Firebug 🙂 . A revelation – my girlfriend couldn’t believe it when I told her to give it a whizz on her PC.
Although, we tend to do all initial dev on Safari / Mac with the web developer tools (very similar capabilities)
-
Roger Coathup posted on the forum topic Bug in a member's personal activity stream? in the group How-To and Troubleshooting: 14 years, 1 month ago
“activity private” – was just a general thought if you’d added a plugin or other custom code. As I said before, without detailed info about your configuration, and your theme – it’s going to be difficult for anyone to help you on this one. Does it only affect one user, or more than one? Can […]
-
Roger Coathup posted on the forum topic Photography website. some uncertain things in the group How-To and Troubleshooting: 14 years, 1 month ago
Re: 2
Probably best is to create a custom post type for the photos in your main blog.
Then add a bespoke front end form to let users upload photos (as new posts) in your main blog.
You can then use built in WP commenting, and off the shelf plugins for ratings and social sharing
-
Roger Coathup posted on the forum topic Instant Spam – How To Cut It Out ? in the group How-To and Troubleshooting: 14 years, 1 month ago
@whitbyglennk – remember to search before posting – this thread has a comprehensive list of ideas for tackling spam:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-spam/
-
Roger Coathup posted on the forum topic The BuddyPress of My Website Looks COMPLETELY Different in Firefox! WHY?! in the group How-To and Troubleshooting: 14 years, 1 month ago
Please post details of your fix, in case anyone else comes across a similar problem
-
Roger Coathup posted on the forum topic How can I make a company listing Directory? in the group How-To and Troubleshooting: 14 years, 1 month ago
@rossagrant – drop me a line via http://21inspired.com if you’d like us to quote on the work
Alternatively, you might be able to pick up a freelance developer via the job board on this site
-
Roger Coathup posted on the forum topic How can I make a company listing Directory? in the group How-To and Troubleshooting: 14 years, 1 month ago
There’s no off the shelf plugin for this, but it is possible to develop a solution (a lot more than a workaround!): You could either do this by having a profile type for businesses, or developing a solution around custom posts / custom fields. You’ll then have to build your own custom listing directory – […]
- Load More
@rogercoathup
Active 4 years, 7 months ago