-
abyss started the forum topic Pass arguments to bp_has_activities & button "load more" in the group How-To and Troubleshooting 12 years, 8 months ago
Hey, I’m trying to pass parameters via GET to bp_has_activities:
`if (isset($_GET[‘s’]) || !empty($_GET[‘s’]))
{
$search = esc_attr( $_GET[‘s’]);
$query_string = $querystring . […] -
abyss replied to the forum topic Auto "load more" activity stream items when scroll reaches the bottom of the page in the group Creating & Extending 12 years, 8 months ago
@juanmaguerrero por favor, I’d also need the tutorial 🙂
Thanks !
-
abyss started the forum topic lightbox page from wp_admin_bar in the group How-To and Troubleshooting 12 years, 8 months ago
Hey, I’d like to load a page from the admin bar using lightbox (currently I’m using ColorBox)
This is what I got so far:
`
function admin_bar_add_this(){
global $wp_admin_bar;
$newcat= […] -
abyss replied to the forum topic Disable HTML in activity updates in the group How-To and Troubleshooting 12 years, 8 months ago
Thank you again !
I’ll try to implement this but in the meanwhile I’ll just allow links. I don’t imagine this being a security threat.
Cheers !
-
abyss replied to the forum topic How to only show 5 items per page with pagination working on Activity stream? in the group How-To and Troubleshooting 12 years, 8 months ago
Try this:
On functions.php
add_filter( ‘bp_dtheme_ajax_querystring’, ‘limit_activity_posts’, 15, 2 );
function limit_activity_posts( $query_string, $object ) {
if( ‘activity’ == $object ) […] -
abyss started the forum topic Open links in new tab in the group How-To and Troubleshooting 12 years, 8 months ago
Hey, by default if somebody adds a link to an activity update it opens in the same window. I’d like to add target=”_blank” or something like that to links.
Thanks !
-
abyss replied to the forum topic Disable HTML in activity updates in the group How-To and Troubleshooting 12 years, 8 months ago
@boonebgorges I’ve tried and it worked but I didn’t have in mind that mentions also use html to link to users, so using strip_tags is also removing that
<a>
.I’d like to allow @mentions and links but not the […]
-
abyss replied to the forum topic Disable HTML in activity updates in the group How-To and Troubleshooting 12 years, 8 months ago
@boonebgorges thank you very much ! I’ll try this 😀
-
abyss replied to the forum topic Don't load comment box until it's clicked in the group How-To and Troubleshooting 12 years, 8 months ago
@boonebgorges thanks for replying 🙂
-
abyss replied to the forum topic Don't load comment box until it's clicked in the group How-To and Troubleshooting 12 years, 8 months ago
Activity update’s comment boxes.
I’m using Huddle (http://themeforest.net/item/huddle-wordpress-buddypress-community-theme/835549) but I’ve asked on the forums and the answer was:
“This was the default […]
-
abyss started the forum topic Don't load comment box until it's clicked in the group How-To and Troubleshooting 12 years, 8 months ago
Hey, I wanted to know if it would be possible to change how comment boxes load.
The problem is that if the site is taking sometime to load, the layout gets broken (showing comment boxes) until all elements are […]
-
abyss started the forum topic Disable HTML in activity updates in the group How-To and Troubleshooting 12 years, 8 months ago
Hey. Been playing with BP for two months now and I’ve just realised I can add HTML codes to the activity updates (my bad :P)
Is there any way of disabling or limiting the use of HTML tags ?
Thanks !
-
abyss replied to the forum topic Create new page (i.e. /user/mentions) in the group How-To and Troubleshooting 12 years, 8 months ago
@ChrisClayton I’m still working on this 🙂
An issue I’ve noticed is that for some reason I cannot find, some activity buttons like add to favorites or comment are not working. For example, if I try to add an […]
-
abyss replied to the forum topic Mobile status updates in the group How-To and Troubleshooting 12 years, 8 months ago
@modemlooper really glad to read that 😀
-
abyss replied to the forum topic Auto "load more" activity stream items when scroll reaches the bottom of the page in the group Creating & Extending 12 years, 8 months ago
Cool ! I’ve tried it but it didn’t work 🙁
Where should I add that code ?
-
abyss replied to the forum topic Create new page (i.e. /user/mentions) in the group How-To and Troubleshooting 12 years, 8 months ago
@ChrisClayton you are a genius, man !
It worked out of the box 😀Quick question:
I’ve added your code to functions.php and it loaded perfectly, but I’d like to turn it into a function (so it’s a little […] -
abyss started the forum topic Create new page (i.e. /user/mentions) in the group How-To and Troubleshooting 12 years, 8 months ago
Hey ! I was wondering how can I create new pages for my users.
The idea would be to add new pages such as user/mentions/ that would contain all mentions for that user.
So far I’ve added the nav-item with no […] -
abysshorror commented on the post, BuddyPress 1.5.4, on the site BuddyPress.org 12 years, 8 months ago
Thanks !
-
abyss replied to the forum topic How to: live update feeds (activity, members activity, groups, notifications, etc.) in the group How-To and Troubleshooting 12 years, 8 months ago
+1
-
abyss replied to the forum topic Ajax activity stream? in the group How-To and Troubleshooting 12 years, 8 months ago
+1
- Load More
@abysshorror
Not recently active