Search Results for 'wordpress'
-
AuthorSearch Results
-
July 6, 2011 at 11:46 am #115846
In reply to: A quick note about WordPress 3.2
Erlend
ParticipantDid you cut off the upgrade for the time being? For a while I saw the pending 1.2.9 upgrade, but I only applied it to a test site or two, no live ones. Now I don’t see the pending update any longer.
July 6, 2011 at 11:37 am #115845Erlend
ParticipantI can confirm this is working very well, as I’ve got a local test with BuddyPress running on a Network enabled WordPress, and it’s all working great. On top of that, with only medium technical savvy (no programming, just as-instructed config stuff) I’ve successfully moved my BuddyPress install to a secondary blog, i.e. example.org/hub, thanks to the tutorial by the fitting name, Install BuddyPress on a secondary blog.
July 6, 2011 at 10:25 am #115843In reply to: What’s the best way to edit/override core functions?
Brajesh Singh
ParticipantHi Matt,
The best way would be to look for a filter in those functions and then change the output by adding your own functions on those filters.There is no way to tell wordpress to unregister a function unless it is used by an action/filter.
So, will suggest to look into those functions and find appropriate filter to hook your function and change the output.Hope that helps.
July 6, 2011 at 7:09 am #115839In reply to: Buddypress 1.2.9 & WordPress 3.2
Paul Wong-Gibbs
KeymasterHave you tried after clearing your browser’s cache?
July 5, 2011 at 11:49 pm #115829In reply to: A quick note about WordPress 3.2
petergriffyn
ParticipantJuly 5, 2011 at 10:57 pm #115826In reply to: A quick note about WordPress 3.2
n0ise
ParticipantIn my case (activity filter and reply not working, and some other profile issue), i fixed copying the ajax.php and global.js files from the bp-default theme into my custom theme in _inc/ and it’s done.
July 5, 2011 at 9:02 pm #115820In reply to: Will wp3.2 break alot of BP plugins?
pcwriter
Participant@frizzo
See this thread by Boone:
https://buddypress.org/community/groups/miscellaneous/forum/topic/a-quick-note-about-wordpress-3-2/July 5, 2011 at 8:55 pm #115819In reply to: A quick note about WordPress 3.2
chules
MemberI have been working in the Pagelines forums and received some feedback as others are experiencing this issue. I now have Buddypress active and it’s working.To do this I had to disable Buddypress Tempalte Pack. It seems the issue is with the Buddypress Template Pack and without this its just as if I have disable BuddyPress itself.
Thank you – Mark
July 5, 2011 at 6:57 pm #115809oldrow
MemberJust realized buddypress isn’t upgraded to 1.2.9 and that might be the problem… how can I manually upgrade since I can’t access wp-admin?
== Upgrade Notice === 1.2.8 =
Compatibility with WordPress 3.1July 5, 2011 at 5:05 pm #115805In reply to: A quick note about WordPress 3.2
petergriffyn
ParticipantI’m running a different theme to bp-default and platformpro and I am getting the same problems with primary/secondary menu drop-downs. What is the fix likely to be?
July 5, 2011 at 4:57 pm #115803In reply to: A quick note about WordPress 3.2
chules
MemberI noticed the following on my site which is upgrade to wordpress 3.2, buddypress 1.2.9 and using the Platformpro template from pagelines.
When you have the buddypress plugin enabled either 1.2.8 or 1.2.9 the following happens
– The menu drop downs do not work as they do not display
– In the dashboard the arrows that control the plugins expand/contract do not function
– I use a feature from pagelines (it’s basically a slider) that no longer functions. It doesn’t slide and even clicking the thumbnails does not workIf I disable the Buddypress plugin everything works fine?
July 5, 2011 at 4:16 pm #115796oldrow
MemberHow the hell do I fix my site to be able to even log in to wordpress?
July 5, 2011 at 3:35 pm #115791In reply to: A quick note about WordPress 3.2
James
Participantactually, 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.
July 5, 2011 at 3:17 pm #115789In reply to: A quick note about WordPress 3.2
n0ise
Participantafter the upgrade i noticed that the dropdown activity-filter doesnt works
July 5, 2011 at 2:54 pm #115788In reply to: A quick note about WordPress 3.2
Hugo Ashmore
ParticipantJust looking back one post and at that snippet of code added a script call to the head it worries me as surely you would end up calling two different copies of the primary jQuery library, the WP one would need to be de-registered, preferably not though.
July 5, 2011 at 1:22 pm #115783Vernon Fowler
ParticipantThanks so much @snowgurl11 That worked for me, just that one edit on line 144 of /wp-content/plugins/buddypress/bp-forums/bp-forums-bbpress.php
July 5, 2011 at 12:56 pm #115782In reply to: A quick note about WordPress 3.2
rossagrant
Participant@boonebgorges I have just tried everything out on the same install with ALL plugins still ACTIVE but this time using the default theme and everything is okay.
I take it that it is now something in my theme causing the issue.
Would I be right to assume with it working in BP Default that my plugins are all okay to keep using? It isn’t those causing the issue but my theme? I do have an accordion that uses JS I think. It works but maybe causing a conflict?
July 5, 2011 at 12:48 pm #115781In reply to: A quick note about WordPress 3.2
Boone Gorges
KeymasterJames makes a good point. If you use a plugin (or custom code) that registers a non-standard versions of jQuery, you will have problems with the JS in bp-default (as well as WP and many other plugins).
July 5, 2011 at 12:41 pm #115780In reply to: A quick note about WordPress 3.2
James
Participanthi @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.
July 5, 2011 at 12:28 pm #115778In reply to: A quick note about WordPress 3.2
rossagrant
Participant@janismo I too get the filter dropdowns in the groups/ forums/ members/ activity etc doing nothing now in BP 1.2.9
Got a developer looking at it now.
Hopefully we’ll find the cause!
Keep me posted if you find out why!
July 5, 2011 at 12:25 pm #115777In reply to: A quick note about WordPress 3.2
James
Participanthi 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.
July 5, 2011 at 12:19 pm #115776In reply to: A quick note about WordPress 3.2
Hugo Ashmore
ParticipantTesting on a default install of BP 1.2.9 / WP 3.2 Activity dir: all reply buttons in activity stream lists work, item-list-tabs work, dropdown activity-filter works.
Are you running bp-default? Have you force refreshed your cache?
July 5, 2011 at 12:08 pm #115775In reply to: A quick note about WordPress 3.2
James
Participantif 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;July 5, 2011 at 11:31 am #115773In reply to: A quick note about WordPress 3.2
Hugo Ashmore
ParticipantInteresting I guess we can always de-register the WP script and enqueue our own versions if necessary, not that may help where plugins are concerned.
July 5, 2011 at 11:02 am #115771In reply to: How to upgrade from 1.2.8 to 1.2.9
meg@info
ParticipantI update to WordPress 3.2, but the update of buddypress is not available. I do a search from plugins and i updatee from popup.
ilokano, try to put the default theme of wordpress and try the wordpress admin, i have the same probleme when i use my theme.
-
AuthorSearch Results