-
nahummadrid posted on the forum topic Why not leave βpointsβ to CubePoints? in the group Achievements: 15 years ago
I think it would be easy enough for someone to create an achievements add-on that would translate Achievements points to correspond with a ranking system and/or a points economy like cubepoints has. I think the focus has been more on the badge/awards side for good reason -> it works! Points are there and I think […]
-
nahummadrid posted on the forum topic Post something to xxx – anyone know how to add this to a theme? in the group Creating & Extending: 15 years ago
@defunctlife OH snap! you’re right. I’ll update that, thanks!
-
nahummadrid posted on the forum topic Post something to xxx – anyone know how to add this to a theme? in the group Creating & Extending: 15 years ago
@defunctlife I made a blog post about how i did it if you want to check it out.
-
nahummadrid posted on the forum topic Incentive to fill out xprofile information in the group How-To and Troubleshooting: 15 years ago
i like the idea of a progress bar xprofile bp plugin.
-
Nahum posted an update 15 years ago
@poolie all set. give it a go from my site, its the latest post.
-
Nahum posted a new activity comment 15 years ago
I started putting together the post when I saw that it didn’t work quite right with a child theme setup. So I got pulled away from the write up to try to figure out that part(i couldn’t figure it out). I’ll finish it soon and post it for only parent theme use.
-
nahummadrid started the forum topic How to isolate activity by primary id & category? in the group How-To and Troubleshooting: 15 years ago
Trying to isolate activity to archive category pages on a secondary blog. something like….
bp_has_activities( ‘primary_id=352&action=new_blog_post,new_blog_comment&category=’. $current_category) )
Anyone seen any tutorial on this or can lend some ideas of how include that category element so that the activity only shows blog activity by…[Read more]
-
nahummadrid posted on the forum topic WOW! & Possible Feature in the group Achievements: 15 years ago
There is a check for hidden achievements in this new version. Currently you can hide them, They are not in listed in the directory. You unlock them (secret achievments) and SURPRISE. What would go into a first description that would still allow for it to be secret? I think instead you can build this first […]
-
nahummadrid started the forum topic Old Activity Tidy Up in the group Requests & Feedback: 15 years ago
You know what plugin would be great!? Something to clean and normalize all older activity that for some reason is not inline style wise with the new activity items. I have search component to find old entries and some spit back not so nice looking. Also when users scroll/load more down to their older activity […]
-
nahummadrid started the forum topic WP Export of Posts Creates New Users in the group How-To and Troubleshooting: 15 years ago
After doing an export of Posts from the main site on a multisite install I thought I lost avatars previously when the avatars were showing up as mysterymen but what actually happened was when I imported the posts into a new secondary blog the BP Users(authors) of wp Posts of the main site were imported […]
-
nahummadrid started the forum topic Self Notify in the group BuddyPress Activity Stream Ajax Notifier: 15 years ago
Is it supposed to notify you of your own post? When I post an update I get the notification and when I refresh its only my update.
-
Nahum posted a new activity comment 15 years ago
ok i’ll post it on my site for download
-
Nahum posted a new activity comment 15 years ago
yes. no. I haven’t messed with it in a while but it would be welcome for anyone else pick it up…it works but needs alot of work. would you like a crack at it?
-
hey, sure thing! just send it over and i will check it out.
-
ok i’ll post it on my site for download
-
great, will keep an eye on your site.
-
any news? π
-
-
I started putting together the post when I saw that it didn’t work quite right with a child theme setup. So I got pulled away from the write up to try to figure out that part(i couldn’t figure it out). I’ll finish it soon and post it for only parent theme use.
-
-
-
nahummadrid posted on the forum topic On BuddyPress 1.2.6, the member page has two add friend buttons… in the group How-To and Troubleshooting: 15 years ago
I think you removed the wrong one. Look at the original file in the bp default theme to compare.
-
nahummadrid posted on the forum topic Custom Post type integration in the group Achievements: 15 years ago
i think custom post types are coming to a future achievements version…
-
nahummadrid posted on the forum topic Change the default activity tab in the group Creating & Extending: 15 years ago
i’ve tried doing this for the activity page and the profile activity, but I wasn’t able to get it going…i think there was someone who posted a possible solution but I can’t find it. It almost makes sense to include the logic you described into the default BP. Its the most common activity logic found […]
-
nahummadrid posted on the forum topic Comments Show in Activity Regardless Discussion Settings in the group How-To and Troubleshooting: 15 years ago
let me clarify. I mean blog comments that register on the activity stream as new_blog_comment activity items. If a comment is made on a blog post, it gets created a activity,yes? If those blogs have WP Comment settings or Akismet working, blog comment activity items still are published in the activity stream even before they […]
-
nahummadrid started the forum topic Comments Show in Activity Regardless Discussion Settings in the group How-To and Troubleshooting: 15 years ago
Is this a known issue? It sounds familiar like I’ve seen it in the trac or on these forums. I searched around here for a couple of minutes but didn’t find anything. On multisite/bp 1.2.6 Even with having the Admin must approve setting the comments make their way to the stream. * don’t know if […]
-
nahummadrid started the forum topic Options for Manual Insertion or Toggle Where Flagging Appears in the group BuddyPress Moderation: 15 years ago
Is there options to turn off automatic insertion? Check boxes for where we would like flags to appear?
-
Nahum replied to the topic Add Author Bio to Post in the forum How-to & Troubleshooting 15 years ago
@gearupandplay To limit the text try this:
for your functions.php :
function Wanna_Limit_Text($Text,$Min,$Max,$MinAddChar) {[Read more]
if (strlen($Text) < $Min) {
$Limit = $Min-strlen($Text);
$Text .= $MinAddChar;
}
elseif (strlen($Text) >= $Max) {
$words = explode(β β, $Text);
$check=1;
while (strlen($Text) >= $Max) {
$… - Load More
@nahummadrid
Active 3 years, 4 months ago
nice! i will check it out later tonight.
hey nahummadrid,
i can’t open the .zip on my mac or windows machine, gives me an error.