-
listweb started the forum topic Remove image navigation and open the original picture in a new window? in the group BuddyPress Media: 13 years, 6 months ago
Hi
I want remove the mouseover of the bigger picture, I want when i click on the bigger picture opens the original picture in a new window.How do I do that?
-
listweb joined the group BuddyPress Media 13 years, 6 months ago
-
listweb posted on the forum topic Get title,date, summary in activity in the group How-To and Troubleshooting: 13 years, 9 months ago
🙁
-
listweb started the forum topic Get title,date, summary in activity in the group How-To and Troubleshooting: 13 years, 9 months ago
how I break and grab the title, date and summary of activities?
They print all together in the bp_activity_action funcion, I do not want it all together.how i get it separete?
Thanks
-
listweb posted on the forum topic Problem with bp_has_activities in the group How-To and Troubleshooting: 14 years, 2 months ago
Solved:
I put max=1 and not per_page=1
Then the second bp_has_activities show 10 and the first only 1
-
listweb posted on the forum topic Problem with bp_has_activities in the group How-To and Troubleshooting: 14 years, 2 months ago
I put if ( bp_has_activities( ‘per_page=10’ ) ) in the activity-loop.php
Not works
-
listweb posted on the forum topic Problem with bp_has_activities in the group How-To and Troubleshooting: 14 years, 2 months ago
Paul Gibbs, this code bp_has_activities( ‘per_page=1’ ) is in the header.php
In the activity-loop.php is:
bp_has_activities( bp_ajax_querystring( ‘activity’ ) )but only show 1 again
-
listweb posted on the forum topic Problem with bp_has_activities in the group How-To and Troubleshooting: 14 years, 2 months ago
http://buddypress.pastebin.com/HhtxRY2n
In the header.php the call:
if ( bp_has_activities( ‘per_page=1’ ) ) :After in the activity-loop.php:
if ( bp_has_activities( ) ) :But they continues only show 1
-
listweb joined the group How-To and Troubleshooting 14 years, 2 months ago
-
listweb started the forum topic Problem with bp_has_activities in the group How-To and Troubleshooting: 14 years, 2 months ago
I put a block code in the head to list only the last activity, but when i enter in the http://edsonaparecido.com.br/activity/ they show me only one, and not 10.
If I remove the block of last activity in the top, in http://edsonaparecido.com.br/activity/ they list normal.
what’s wrong?
@listweb
Active 7 years, 2 months ago