-
aljuk posted on the forum topic Limiting text length of activity update posts in the group Creating & Extending: 13 years, 5 months ago
@nahummadrid @justbishop @modemlooper modemlooper – you’re totally right, the script should be called from the header or an external js. Placing it in post-form.php only calls it for the whats-new form, and placing it in entry.php calls it repeatedly for every comment reply, leading to multiple instances. I adapted your reset script suggestion for…[Read more]
-
aljuk posted on the forum topic Limiting text length of activity update posts in the group Creating & Extending: 13 years, 5 months ago
@nahummadrid – nice solution. It’s concise, and responsive (VERY important). Every other solution I’ve tested slows down the text input to a crawl, which isn’t acceptable for a public site and will really annoy anyone who types with all their fingers. I haven’t encountered the issue to which you alluded re. users breaking the limit with […]
-
justbishop posted on the forum topic Limiting text length of activity update posts in the group Creating & Extending: 13 years, 5 months ago
Tried to implement this, but I’m wondering if the code was mangled a bit on the post that @nahummadrid linked to. It doesn’t seem to want to work for me.
-
nlvp posted on the forum topic Progress bar plugin in the group Third Party Components & Plugins: 13 years, 5 months ago
@naijaping : I think you overestimate my coding abilities :). While I’m familiar with PHP, the hooks and whatnot in WordPress and BB are a step beyond what I have the time to get my head around.
@nahummadrid : would love to see anything you get working.
-
DoctorDR posted on the forum topic BuddyPress and Site wide tags plugin in the group How-To and Troubleshooting: 13 years, 6 months ago
Thanks @nahummadrid, my SWT blog is ‘already’ private and since my SWT blog is also my main site that little trick makes no difference to what appears on the activity stream (which of course is also on the main site). I can only assume most BP sites are not also running SWT otherwise there would be […]
-
bassripper posted an update 13 years, 6 months ago
@nahummadrid Can you tell me how to so this for the Members Directory ? I would really appreciate it.thanks!
-
bassripper posted an update 13 years, 6 months ago
@nahummadrid I removed this line from the member loop
it’s reamins the same
-
bassripper posted an update 13 years, 6 months ago
@nahummadrid 1 problem left I still have one problem – it is showoing the friendship requested twice as well as cancel friendship
Nahummadrid that work I had to use both pieces of code it looks great and I thank you very much. You are awesome and I so appreciate the help, I am hoping you can solve my last issue.
-
imwarrior posted an update 13 years, 6 months ago
@nahummadrid have you seen mashable.com i am trying to accomplish exactly what they have but i am on different niche..
-
yes i’ve seen it and played with their social layer. everything they’re doing is pretty much doable with BP. Following Topics is something that’s a little harder to do as part of what BP offers so you’ll need a plugin and/or work with RSS feeds. I’ve also been looking for this functionality but there isn’t really anything that does that. So it’s…[Read more]
-
i am not much into programming then i guess i need to wait sometime may be someone could come with this..
-
yea but i guess it is fun try to learn while someone more pro creates something. not everything is free and easy…so it’s always good to tinker with stuff and try to learn even if you are not a programmer. I’m no programmer but I’m quite the copy and paster. π
-
sure it is fun..but actually i am not into this web designing whole time i just do it as my hobby..when i will have time i wil surely give it a try in btw if you have a go at it and succeed then dont forget to msg me..
-
-
-
-
-
imwarrior posted on the forum topic Follow a Blog in the group How-To and Troubleshooting: 13 years, 6 months ago
@nahummadrid i dint try that before.. i am testing it right now and see if it solves my biggest hurdle in release of my site…thanx for your reply it was looking to me as this forum is Dead as almost no replies.. i need some help more.. like i have a website and i use tags […]
-
imjscn posted on the forum topic BuddyPress Questions & Answers in the group Requests & Feedback: 13 years, 7 months ago
@nahummadrid , I agree, using multisite for different types or contents is better. But for now, I would stick to single site for this reason: https://buddypress.org/community/groups/installing-buddypress/forum/topic/buddypress-and-shared-hosting/ about the search, I totally discard BP or WP search, I use Google Custom Search instead. In Google…[Read more]
-
r-a-y posted on the forum topic How to Remove and Add Items in "bp_get_displayed_user_nav" in the group How-To and Troubleshooting: 13 years, 7 months ago
@nahummadrid – This is a known bug. Using bp_core_remove_nav_item() will remove access to those pages as well. Right now, I’d suggest hiding the nav item via CSS or by hacking the $bp global to remove the item.
-
r-a-y posted on the forum topic Remove Following & Followers from Profile Nav (bp_setup_nav) in the group How-To and Troubleshooting: 13 years, 7 months ago
@shanebp, @nahummadrid – The problem is BP Follow uses an older method to add items to the nav. The plugin needs to be updated to use the newer BP conventions; I’m thinking of asking Andy for contributor access. In the meantime, you need to make sure your code runs after BP Follow. Change:
add_action( 'bp_setup_nav', 'sc_remove_nav_tabs', 15 );
… -
imjscn posted on the forum topic BuddyPress Questions & Answers in the group Requests & Feedback: 13 years, 7 months ago
@nahummadrid , after some study around the idea you mentioned above, I got an impression that we can also manage it under custom post type. When register the type, register a user role of “Question Creator” and give it the ability to create post. Then, in blog, set “Question Creator” as default role. So, any new […]
-
imjscn posted on the forum topic BuddyPress Questions & Answers in the group Requests & Feedback: 13 years, 7 months ago
@nahummadrid , thanks for the great input! I’m going to follow the path you pointed. I still have some question about user stats/Achievement/ratings. When QA site is on sub-blog, can those stats sync with user stats in main site? About the QA list under uesr’s homepage– since BP can track blogs sitewide, maybe can setup a […]
-
imjscn posted on the forum topic BuddyPress Questions & Answers in the group Requests & Feedback: 13 years, 7 months ago
Thanks for response! @nahummadrid , by using posts & comments , only admin and authors can post questions. To allow visitor posting, something else is needed π @Bowromir , Basically, I need the Q&A system play nicely with main BP features and plugins. Especially a rating sytem which can communicate between BP user stats and Q&A results, […]
-
Sofian J. Anom posted on the forum topic Blocking the activity of certain sub blog in the group How-To and Troubleshooting: 13 years, 9 months ago
I have long been using the BuddyPress Block Activity Stream Types plugin. What you show on the last line is what I need right now. And it’s works.
Thanks alot, @nahummadrid
-
mercime posted on the forum topic Add a welcome message to admin bar instead of website name in the group How-To and Troubleshooting: 13 years, 10 months ago
== The links you provided linked me to a codex do_action hook page, which is nothing I want. I donβt need hooks.==
@espeon the information contained in linked documents given by @nahummadrid may be nothing you want but those are what you need in order to modify the adminbar. No reason for sarcasm.
-
stoi2m1 posted on the forum topic Using Username for Profile Name and Blog URL in the group Miscellaneous: 13 years, 10 months ago
@nahummadrid, Thanks for the response. You’ve got me thinking that I already have an issue then. For instance I have a page named music. The URL for it is myblog.com/music. If a user signed up and made their username music then their blog URL would be the same myblog.com/music. Or am I missing something? Maybe a […]
-
laludia posted an update 13 years, 10 months ago
@nahummadrid I am a blogger and part-time writer. I have written several articles already and love to share my knowledge to anyone who needs it. Glad to be a member of this community. We have additional information on this subject you may be interested in reading NEC Telephone Systems.
- Load More
@nahummadrid
Active 2 years, 4 months ago