Forum Replies Created
-
thank you Paul, already found an issue. It was some conflict of divs/classes in my child theme, which, somehow, appearead only after update.
thanks again.
spent few hours and no success.
I do see that in bp-default 1.2.9 reveal is working (help section with question sign in profile header), but why after update it stoped working in my child theme?
tried to switch off all plugins, removed functions.php, member-header.php etc.were there any changes to default.css in 1.2.9?
thanks.
thanks Paul, I had to write that these are two separate questions.
First one is still opened.does anyone have same issue in BP 1.2.9, that help section in member’s header (after @username) does not reveal anymore?
what is happening to buddypress.org? I cannot search, do not see updates in single view. Support topics don’t have pagination anymore, cannot edit/delete topics etc.
thanks.
other small question: if you call them from 1 to 9, then how you get 10 pics, maybe this is the case?
@sidjags
nice tutorial, tried to make something similar one day (without success).for some reason your code always returns red crosses in place of few avatars. Let’s say I have 23 avatars on the page, 21 are displayed as random, but 2 – red crosses with usernames. Don’t know, maybe wider range of $craracters could help.
Here I have same question as enderandrew.thanks.
I really doubt that plugin is working, since it uses same code and calls same 1.3.2 jQuery
actually, everything was fine while I’ve been testing WP 3.1.5 BP 1.2.8. (it means jquery 1.3.2 in code and 1.4.4 in WP), PROBABLY, issue is not in external/internal jquery, but in changes of later versions, 1.6.1 in our case (this is what I have found https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-have-comment-and-replies-collapse-and-expand/?topic_page=5&num=15#post-103151). And now older versions from our child themes (who uses external jquery) have conflict with internal 1.6.1.
hi @timothyjunior,
could you or anyone else please explain how to update/get your tutorial from the first page to work with jquery 1.6.1?I have updated the code from header to
`
`
but comments still are revealed.
Is it something connected to (?):
” • Selectors that include [property=value] now require quotes. So
$(‘input[name=submit]’)
will not work. It needs to be$(‘input[name=”submit”]’)
•All ‘selected’, ‘checked’ and ‘disabled’ properties should use the new .prop() method introduced in jQuery 1.6 instead of .attr(). In most cases .attr() will still work but for example
.attr(‘checked’, ”) “thank you.
hi @rossagrant, just found why.
in my case it was tutorial re how to hide/reveal activity replies. (I did not use plugin, therefore, these are lines
`
`
in header of my child theme.
if you do not use this tutorial, or plugin from the same author, check all other plugins, which use jquery.
hi hnla, you were faster than me.
just checked all issues again and have to say sorry, all problems are from child theme (bp-default works just fine).
can not find changelog of 1.2.9, were there any important changes I should implement in child theme?thanks.
if no one has reproaches, will use this topic to report wp 3.2 bp 1.2.9 issues.
from other topics and my experience so far:
site wide activities:
– reply button loads nothing;
– item tabs load nothing;
– drop down loads nothing;please, create some topic like “wp 3.2 bp 1.2.9″, so that people could see all the possible issues in one place. Users start to create new topics for every noted problem and it is quite hard to follow.
or use this topic instead https://buddypress.org/community/groups/miscellaneous/forum/topic/a-quick-note-about-wordpress-3-2/
please, create some topic like “wp 3.2 bp 1.2.9”, so that people could see all the possible issues in one place. Users start to create new topics for every noted problem and it is quite hard to follow.
or use this topic instead https://buddypress.org/community/groups/miscellaneous/forum/topic/a-quick-note-about-wordpress-3-2/
there is a quite frightening sign on the page of the author http://etivite.com/
edit: by “disappeared” I mean blue tweet button, but grey meta button still is there and works fine.
I have other sharing plugin, but still would like to use your tweet button.
any help re where this blue image comes from, so that I could remove it, keeping grey one (default)?hi @modemlooper,
after export/import of my db blue tweet button disappeared in IE8, however, still is in webkit browsers. Can it be some url problem? if it is possible, what I should remove from .php to get rid of that blue button and have only usual meta button, which I have now in IE8?
thanks.
@shanebp nice function, Shane, will use it.
if you digged into all these activity things, maybe you know how could I limit (e.g., one per activity) these external links in activity updates?thank you.
wouldn’t it be easier to overlay css/border color for online users?
do not know how to do it, no need to ask me
, smth like is user logged in etc.@phoenon I can confirm that code works well. you should check your step by step implementation.
ok, now I got it. BP does not display any message after group is created. This message comes from invite-anyone and even If I have it translated in the latest version of the plugin, in the frontend it still is in english.
@boonebgorges is there any existing fix for this, or I should change it manually in plugin’s files (from codestyle localization it looks like it has “buddypress” textdomain)?thank you.
hi,
I think it is small bp issue:
words “Group created successfully.” are not in bp .po file. tried to find them in bp files manually, no success. Could anyone please point me to where these words come from?
thank you!
thanks @cnorris23 ,
but did not work for me again, don’t know, maybe I have some other function, which does not allow this one to work correctly. probably, will have to change core file and put it in some reminder.thanks Alan, this does not return warnings, but does not remove sub-replies too

hi @gunju2221 ,
did you really checked it with bp-custom?
for me it returns same warning, not depending from where I put it.