-
hnla posted on the forum topic Refactoring BuddyPress plugin / add on template files. in the group BP-Default: 14 years, 8 months ago
Not just a PITA but simply and utterly impractical. This is a subject I have attempted to raise and get serious dialogue running on from a long ago as ~Jan last year. BP is too intertwined with it’s own theme, naturally one can see why but nonetheless that makes true theming next to impossible in […]
-
hnla posted on the forum topic Ant release date set for BP1.3? in the group Miscellaneous: 14 years, 8 months ago
And I thought BP 1.3 just required 3.* I have a test install of BP 1.3 running on WP 3.0.4 and another running 1.3 on WP 1.3 RC 2 @DJPaul will need to confirm that comment in the thread you link to. As for release date, you should note the blog post by John James where […]
-
hnla posted on the forum topic Different logo image for some categories in the group How-To and Troubleshooting: 14 years, 8 months ago
Is this really not a question more suited to the WP forum?
-
hnla posted on the forum topic Fixing the sidebar in the group How-To and Troubleshooting: 14 years, 8 months ago
Copied those pasted files over as we have irritatingly crossed to a second page. The first files two lines are the important ones notice the difference? In the BP file you need to replace:
<div id="container">
With:<div class="span-24" id="contentwrap"> <div class="span-16">
The end of the BP file now becomes:</div><!-- #content --> </div><!--…
[Read more] -
hnla posted on the forum topic Fixing the sidebar in the group How-To and Troubleshooting: 14 years, 8 months ago
1-Page.php (child theme)
<div class="span-24" id="contentwrap"> <div class="span-16"> <div id="content"> <div class="post" id="post-"> <div class="entry"> "alignleft post_thumbnail")); } ?> < ?php the_content('Read the rest of this page ยป '); ?> ' <strong>Pages:</strong> ', 'after' => ' ', 'next_or_number' => 'number'));…
[Read more] -
hnla posted on the forum topic Fixing the sidebar in the group How-To and Troubleshooting: 14 years, 8 months ago
Are you sure that the page.php is actually the whole file? it doesn’t look it and it’s the first few elements that are the critical ones , generally the file or any file must start with get_header() and that would tend to confirm that it’s the start and no other elements are missing when viewing […]
-
hnla posted on the forum topic Fixing the sidebar in the group How-To and Troubleshooting: 14 years, 8 months ago
I’ve had to perform some sly edit trickery to be able to get into your post to edit it to bring the thread back to normality ๐
Please note the instruction right below the post window that says:
“To display code, put it between
backticks
.” -
hnla posted on the forum topic When in "members Directory" every status is written twice in the group Creating & Extending: 14 years, 8 months ago
You’re using an old theme that hasn’t been updated but you have updated BP?
-
hnla posted on the forum topic [SOLVED] bp themes looks all wrong in the group Creating & Extending: 14 years, 8 months ago
Have to admit naming the folder /bp-theme(s) does tend to suggest that it would/should contain more than one ๐
-
hnla posted on the forum topic Add Friend & Cancel Friendship Links show up twice in member directory in the group How-To and Troubleshooting: 14 years, 8 months ago
No that’s fine glad have been of help ๐
-
hnla posted on the forum topic bp themes looks all wrong in the group Creating & Extending: 14 years, 8 months ago
No it’s the wrong place to upload BP themes to ๐
All themes live in /wp-content/themes only BP default lives inside the plugin directories
-
hnla posted on the forum topic Fixing the sidebar in the group How-To and Troubleshooting: 14 years, 8 months ago
You should be looking for the BP files in your child theme directory, Step 1 should have copied over the necessary BP folders such as /activity along with amongst others index.php files if step one automated moving of these BP files didn’t work then step 2 would explain to move these files manually. If those […]
-
hnla posted on the forum topic Fatal error in the group BuddyPress ScholarPress Courseware: 14 years, 8 months ago
5.1.6 will be an issue possibly not with this actual problem but somewhere down the line, is that a CentOS distro? I would try and get PHP upgraded to 5.2
-
hnla joined the group BuddyPress ScholarPress Courseware 14 years, 8 months ago
-
hnla posted on the forum topic Fixing the sidebar in the group How-To and Troubleshooting: 14 years, 8 months ago
Try opening index.php or page.php, basically a file that you know renders correctly and therefore contains the correct markup elements and ID/classes and then compare that to the index.php file in the activity folder for bp, you need to copy any elements that exist in the good file to the BP one that doesn’t have […]
-
hnla posted on the forum topic Security Feature Suggestions? in the group Requests & Feedback: 14 years, 8 months ago
This filters out nasty rude words for comment replies, maybe someone could extend that to cover BP streams.
function filter_profanity($content) {
[Read more]
$profanities = array('smelly,'fart','bignose','lamebrain', );
$content=str_ireplace($profanities,'*censored*',$content);
return… -
hnla posted on the forum topic Security Feature Suggestions? in the group Requests & Feedback: 14 years, 8 months ago
Profanity filter? There was something but I think it was WP post specific but should be possible to achieve with a little work for BP aspects. There is this: https://wordpress.org/extend/plugins/webpurifytextreplace/ But it is a paid for solution and although it states BP support it is a little outdated so would need checking with authors as […]
-
hnla posted on the forum topic Fixing the sidebar in the group How-To and Troubleshooting: 14 years, 8 months ago
@Fredok I’m afraid running the template pack is only half the story and to finish the process you do need to get stuck in and edit the main pages markup; BP pages need to match your parent markup, and from a quick glance I can see that they don’t at all at the moment. Open up […]
-
hnla posted on the forum topic Security Feature Suggestions? in the group Requests & Feedback: 14 years, 8 months ago
Ah yes, semantics, indeed Boone. Hadn’t meant to use ‘security’ in the sense to which you refer which really is a far more server/site protection aspect and one I’m afraid to say should be par for the course for any moderately well written web application i.e sql injection after all that really is room 101 […]
-
hnla posted on the forum topic Security Feature Suggestions? in the group Requests & Feedback: 14 years, 8 months ago
I’m afraid at present BP itself offers very little by way of privacy or security. There was a thread discussion on what may happen with a plugin written by one of the more experienced BP developers to provide a layer of privacy to BP, at present the community waits to find out whether it will […]
- Load More
@hnla
Active 7 years, 3 months ago