-
Roger Coathup posted on the forum topic Activity stream replies in the group Creating & Extending: 14 years, 2 months ago
@antonrsa off the top of my head, isn’t that just a theming issue… Modding your loop? Or does the core template tag spit out all the replies en masse?
-
thekmen posted on the forum topic Buddypress followers plugin profile problem in the group Third Party Components & Plugins: 14 years, 2 months ago
@antonrsa it’s not the best solution, better to get ajax working but at least should provide you a short term solution
-
thekmen posted on the forum topic Buddypress followers plugin profile problem in the group Third Party Components & Plugins: 14 years, 2 months ago
@antonrsa it’s the div id=”content” that has the ajax working, i’d start by renaming that class in your followers template just to see if the page links work.
if so, you might have to add some styling for your new div. -
nit3watch posted on the forum topic How to check if a member’s email address contains certain words in the group How-To and Troubleshooting: 14 years, 2 months ago
@antonrsa Iv’e got the wpmu dev Content Monitor plug-in, have a look at the plug-in at their site ( http://premium.wpmudev.org/project/content-monitor ) and let me know if it could help you, though I would ask that if you modify the plug-in you release it to the respiratory. It should be a good base to do what you […]
-
Modemlooper posted on the forum topic BuddyPress Share It button live in the group Third Party Components & Plugins: 14 years, 2 months ago
@Antonrsa what version of WP and BP? I was using jq as thats what BP has chosen to call js
-
Modemlooper posted on the forum topic BuddyPress Share It button live in the group Third Party Components & Plugins: 14 years, 2 months ago
@Antonrsa try and see if it’s conflicting with another plugin by deactivating them and trying it
-
foxly posted on the forum topic BP MEDIA 0.1.9 IS READY FOR ALPHA TESTING in the group BuddyPress Media: 14 years, 3 months ago
@LPH2005 @thekmen @antonrsa @wpgav @avdeveloper We have a new nightly build out that should fix most of the above problems (except keyword tags). Download it at: http://code.google.com/p/buddypress-media/downloads/list …and report back. Also, @wpgav video uploads ARE logged as activity. They are converted to thumbnails added like all other…[Read more]
-
rich! @ etiviti posted on the forum topic sitemap.xml? in the group BuddyPress Sitemap Generator: 14 years, 3 months ago
@antonrsa is correct, you just point webmaster tools sitemap location to bp-sitemap.xml which is the parent for all the child maps.
Sitemap: http://etivite.com/bp-sitemap.xml Change Go to URL See sitemap Format Submitted URLs Submitted Downloaded Index 1,465 981 URLs in web index Aug 27, 2010 Resubmit Aug 27, 2010 Sitemap errors and warnings Line…
-
Anom posted on the forum topic Two BuddyPress themes with facebook style in the group Creating & Extending: 14 years, 3 months ago
@antonrsa, thanks
-
Anom posted on the forum topic Two BuddyPress themes with facebook style in the group Creating & Extending: 14 years, 3 months ago
@rogercoathup,
Of course I’ll be happy if it really happen. That means what I’m doing is not in vain. Thank you.@antonrsa,
I’m sorry, it’s really works for me. Maybe the location of the server causes it. Now I’ve changed the download link. Please try again. -
thelandman posted on the forum topic My Chatbox in the group Gallery: 14 years, 3 months ago
@antonrsa, simple but effective solution. I tried to disable java to see if I could get around it but a user without java gets redirected to a “javascript disabled” page. Nice.
-
francescolaffi posted on the forum topic BP MEDIA 0.1.9 IS READY FOR ALPHA TESTING in the group BuddyPress Media: 14 years, 3 months ago
@antonrsa it could be php version, do you have php 5? @thekmen mh, it should be gone. Please try again the svn trunk version, deleting the old version before. If problem is still there reopen this issues https://code.google.com/p/buddypress-media/issues/detail?id=26 and we’ll follow that specific error there @bowromir the problem should be fixed…[Read more]
-
r-a-y posted on the forum topic Group avatar in activity stream in the group Creating & Extending: 14 years, 3 months ago
@antonrsa – You copied the lines wrong:
http://pastebin.com/8hebkE9sAnyway like Rich said, JJJ has added secondary avatars to the latest BP 1.2 branch.
Check out testbp.org to see what this looks like:
http://testbp.org/groups/buddypress-testers-614548248/ -
r-a-y posted on the forum topic Group avatar in activity stream in the group Creating & Extending: 14 years, 3 months ago
@antonrsa – Works for me… double check the lines correctly. If it still doesn’t work, let me know.
-
nit3watch posted on the forum topic Facebook like for BuddyPress in the group How-To and Troubleshooting: 14 years, 3 months ago
@antonrsa ye ta, I forgot to close the frame >.<
If some ppl didn't know, you can change action=like to anything you want, so it could be action=recommend and so on.
-
nit3watch posted on the forum topic Group avatar in activity stream in the group Creating & Extending: 14 years, 3 months ago
@antonrsa let me know if you come right with this and the steps you took please
-
intimez posted on the forum topic page title in BP in the group How-To and Troubleshooting: 14 years, 3 months ago
If you feel same as this issue
https://trac.buddypress.org/ticket/2548Add your info by using same login/password as here
No mod/developer confirm my post as bug until now. Good job!
-
r-a-y posted on the forum topic Change size of linked YouTube video in the group oEmbed for BuddyPress: 14 years, 3 months ago
-
paulhastings0 posted on the forum topic Group tags not displaying correctly in the group BuddyPress Group Tags: 14 years, 4 months ago
@antonrsa I noticed the same phenomenon myself a few months ago. After some research I discovered the wp_tag_cloud page. You’ll want to change your “order” parameter. Here’s mine below:
$gtags_args = array( 'smallest' => 8, 'largest' => 23, 'number' => 45, 'order' => 'RAND', 'separator' => '  ' );
-
nit3watch posted an update 14 years, 4 months ago
@antonrsa could you please try this and see if it works:
in your groups-loop in your theme or bp-default..
Find this bit near the top of the file:
if ( bp_has_groups( bp_ajax_querystring( ‘groups’ ) ) )And change it to something like:
if ( bp_has_groups( bp_ajax_querystring( ‘groups’ . ‘&per_page=5′ ) ) )it should limit the number of g…[Read more]
- Load More
@antonrsa
Not recently active
if ( bp_has_groups( bp_ajax_querystring( ‘groups’ . ‘&per_page=5’ ) ) ) :
doesn’t work. Still displaying all the groups
meh, k thanks