-
hnla posted on the forum topic localize a theme with my own translation, is it possible? in the group Creating & Extending: 15 years, 8 months ago
Sorry missed that slight difference 🙂
You just need to make sure the file_exists function line looks for the file in the same directory as the load file line.
-
hnla posted on the forum topic Nested Comments are not indenting in the group How-To and Troubleshooting: 15 years, 8 months ago
Folks apropos of threaded comments/nesting there was an issue with nested comments and posts in the bp-default theme, nested/threaded comments can’t work correctly. This has been fixed and is included in 1.2.6 so hang on a short while for that release due any day now.
-
hnla posted on the forum topic Forums Page not Working Properly in the group How-To and Troubleshooting: 15 years, 8 months ago
Please folks, I stated ‘thread deemed closed’ for a reason. Just because a thread title is rather too generic doesn’t mean it’s ok to add in any ‘forum’ related issue, it simply gets too long winded and confusing. Proper action is for a new post to be created for your issue, it will tend to […]
-
hnla posted on the forum topic localize a theme with my own translation, is it possible? in the group Creating & Extending: 15 years, 8 months ago
You have copied the same example twice and that’s the stock default directory for bp language files. You want the second example below that one:
define( 'BPLANG', 'mysite' ); if ( file_exists( WP_PLUGIN_DIR . '/buddypress-' . BPLANG . '.mo' ) ) { load_textdomain( 'buddypress', WP_PLUGIN_DIR . '/buddypress-' . BPLANG . '.mo' ); }if you… -
hnla posted on the forum topic Plugins that work for a normal WordPress should work for a BuddyPress site? in the group Creating & Extending: 15 years, 8 months ago
Not necessarily, all depends, BP uses a stock install of WP so generally WP plugins will work on that part of the site that is WP, but won’t necessarily be BuddyPress aware. This is one of those suck it and see type questions.
-
Hugo Ashmore replied to the topic Omit time stamps from Activity/feed so only date stamps show in the forum Requests & Feedback 15 years, 8 months ago
Looking at the activity entry file that time stamp is part of the bp_activity_action() template tag, looking that up in core bp-activity-templatetags.php and it shows bp_activity_time_since applied to $content for that template tag.
A quick and possibly incorrect attempt to remove the time stamp:
function remove_activity_timestamp() {[Read more]
$content =… -
hnla posted on the forum topic Omit time stamps from Activity/feed so only date stamps show in the group Requests & Feedback: 15 years, 8 months ago
Looking at the activity entry file that time stamp is part of the bp_activity_action() template tag, looking that up in core bp-activity-templatetags.php and it shows bp_activity_time_since applied to $content for that template tag. A quick and possibly incorrect attempt to remove the time stamp:
function remove_activity_timestamp() { $content =…[Read more] -
hnla posted on the forum topic Buddy press menu bar in the group How-To and Troubleshooting: 15 years, 8 months ago
You are going to need to clarify most of that as it’s not really clear. What is ‘Partially inactive’ with the menu bar when on buddypress.org What WP admin pages? Explain ‘Nightmare’ it’s a big word 🙂 ‘Add All Nav Links to BP Adminbar’ does not solve any problems it’s simply an enhancement to that […]
-
hnla posted on the forum topic localize a theme with my own translation, is it possible? in the group Creating & Extending: 15 years, 8 months ago
If you re-read the page it does say that you can place the files elsewhere to avoid them being overwritten I just stick em in a new folder kept in /plugins/
Flag the account issue to John James Jacoby or @DJPaul
-
hnla posted on the forum topic Search and replace status text with regular expressions in the group How-To and Troubleshooting: 15 years, 8 months ago
Locked!
Continued in new post: -
hnla posted on the forum topic How to RegEx the output (stream/forum)? in the group Creating & Extending: 15 years, 8 months ago
Frankie please just ‘bump’ your original post rather than create Two! new ones (I deleted the other duplicate) I will lock your original post from yesterday with a link through to this thread.
-
hnla posted on the forum topic Cant See Edit Links For Blog Post In Front End After Installing Buddy Press ? in the group Installing BuddyPress: 15 years, 8 months ago
🙂 so what happens if you copy the relevent snippet of code from 2010 to BP?
This revised section from BP single.php:
<span class="tags">< ?php the_tags( __( 'Tags: ', 'buddypress' ), ', ', ''); ?></span> <span class="comments"></span>[Read more]
< ?php edit_post_link( __( 'Edit',… -
hnla posted on the forum topic Where to find a group for buddypress plugin developers? in the group How-To and Troubleshooting: 15 years, 8 months ago
Edit// oh those groups 😉
Talk about what exactly then?
The whole site talks about (BuddyPress) plugin development to an endless degree 🙂
-
hnla posted on the forum topic Problem with Title Tag in Category and Tag in the group Requests & Feedback: 15 years, 8 months ago
here’s a quick adaptation then to give you all words uppercase, as for the order things are written in if you look at the first instance of $title you will see how the various parts are constructed, it’s a string so follows the order you read in, have a play around to get the order […]
-
hnla posted on the forum topic How to: content of the network completely private? (a-la-Facebook) in the group Miscellaneous: 15 years, 8 months ago
huh I make that 5 mins . Can’t wait for the privacy plugin as that’s the way forward, I anticipate a massive rush to download it when released, just hope that rush is matched by a rush to donate even if token gestures 😉 If and when I recommend someone use a plugin in future […]
-
hnla posted on the forum topic How to: content of the network completely private? (a-la-Facebook) in the group Miscellaneous: 15 years, 8 months ago
Did you try searching the community?
This thread might be worth you reading , it will allow you to make the site completely private to all but registered logged in users, or a variation on ‘All’ if you wanted to show certain…[Read more]
-
hnla posted on the forum topic Dashboard > BuddyPress > Invite Anyone not there!? in the group Invite Anyone: 15 years, 8 months ago
The original plugin was simply to allow group admins to be able to select from the whole user base to send invites out to join group instead of the limitation of only friends. I would be surprised if the latest version which is hugely changed from the original to allow email invites to be sent […]
-
hnla posted on the forum topic Where to find a group for buddypress plugin developers? in the group How-To and Troubleshooting: 15 years, 8 months ago
Did you not look through the Community > Groups section?
-
hnla posted on the forum topic Problem with Title Tag in Category and Tag in the group Requests & Feedback: 15 years, 8 months ago
@mikey3d did you follow point 2 that Roger explained above? there is no ‘Patch’ as such only what we( the community) can run up given the spare time. tbh this is something I would have not been too concerned with and awaited a core patch in a future release (I have suggested a core patch to […]
-
hnla posted on the forum topic HTML newbie – q editing /activity/index.php in the group Installing BuddyPress: 15 years, 8 months ago
@sophiew I’ve edited your post to add backticks for code display.
I would be inclined to heed Rogers advice though, if you are inexperienced with the basics of HTML markup and PHP scripting then modifying a theme is going to prove tricky.
- Load More
@hnla
Active 7 years, 10 months ago