Search Results for 'buddypress'
-
AuthorSearch Results
-
October 21, 2010 at 10:31 pm #95977
In reply to: Child theme is not working after 1.2.6 upgrade
danbpfr
ParticipantYes 3.0.1…and.i just solved my problem.
I used buddypress-widget-theme witch is active for the whole site.
So i mixed the two theme in one, and all is going well now.
The confusion came from the widget theme who affect only the homepage, but because he is enabled everywhere, my child theme could not affect BP directly.
Anyway thank you and sorry for the trouble.October 21, 2010 at 9:55 pm #95972In reply to: activity feed no longer showing commented on
intimez
ParticipantFull site visitbility, no blocked search engine.
Upgraded to 1.6 and the issue still there. Last time was working was pre 1.5 I think. I also notice same problem on testbp.org
October 21, 2010 at 9:32 pm #95968Paul Wong-Gibbs
Keymaster@rogercoathup
No harm done
If you, or anyone else who works with BuddyPress themes, have issues like this with the template tags, and would like them done in a different way, I’d love to see an enhancement ticket filed on trac.buddypress.org with an example of what you’d like it to work like. Make up function names, etc.It’s much easier to implement something you’d love rather than something we’d love
October 21, 2010 at 9:24 pm #95967In reply to: Posts not shown on mobile device
Paul Wong-Gibbs
KeymasterHave you contacted the author of BuddyPress Mobile? What did they have to say?
October 21, 2010 at 9:22 pm #95965In reply to: 1.2.6 Upgrade – Lost translation
Paul Wong-Gibbs
KeymasterMark, I’ve just tested the translation on a test site. Some of the BuddyPress localisation seems to work, most of it doesn’t. I think the .mo file is incomplete.
Have you contacted the maintainer to ask if it is up-to-date? I’m not sure who looks after Polish. (It might be a silly question, but it’s worth checking).
October 21, 2010 at 9:07 pm #95940Paul Wong-Gibbs
KeymasterI’ve reopened https://trac.buddypress.org/ticket/2662
October 21, 2010 at 8:32 pm #95960Roger Coathup
ParticipantOK, apology in order – my temperature sizzled, and I jumped to the conclusion that they were being added in the core, and not as a filter in the default theme (which is a damn good place for them!).
Now, if only you could tear half the other activity presentation stuff out of the core – or leastways create some more granular template tags / functions – so that we’re not stuck PHP unlocking those monolithic activity strings. That would be really lovely.
Apologies again, bit of humble pie for me, and @nuprn1 .. thanks for pointing out the filter
October 21, 2010 at 8:28 pm #95946Paul Wong-Gibbs
KeymasterAnd does /wp-content/plugins/buddypress/bp-core.php exist?
October 21, 2010 at 8:26 pm #95945In reply to: some question about BuddyPress.
Paul Wong-Gibbs
Keymaster1. Yes.
2. Not sure what you mean. Nothing in core limits members, anyway.
3. Yes, but not in core. Use https://wordpress.org/extend/plugins/s2member/
4. See 3.
5. Not sure. 3. might be able to help, or it might not.
6. See 3.
October 21, 2010 at 8:17 pm #95957Paul Wong-Gibbs
KeymasterThis link will show all differences in the theme files. It might be of help? Red is removed, green is added.
To clarify, the above link shows changes in the bundled “BP-Default” theme, and it was intended for any theme designers who have created a BP-Default child theme to help pin-point the changes. It won’t apply to any other theme. Sorry for any confusion.
EDIT: third time’s the charm
October 21, 2010 at 8:17 pm #95956rossagrant
Participant@DJPaul I don’t mind them being there Paul I just wondered if we could change them anywhere to fit with the theme of our sites?
October 21, 2010 at 8:15 pm #95954In reply to: wp_bp_messages ….
Paul Wong-Gibbs
KeymasterI’m not sure if this should go into core, but if you haven’t already, submit it as an enhancement suggestion on https://trac.buddypress.org/. It’s something that could be implemented reasonably easily as a plugin until then, however.
October 21, 2010 at 8:13 pm #95953Paul Wong-Gibbs
KeymasterFor the first question, I don’t know where you are hooking your code into. Are you able to use bp_get_the_topic_permalink()?
For the second, no. You’d have to pass along that text with the page redirect in, i.e. $_GET, and then hook into an action so you can squirt the text back into reply_text textbox with Javascript.If you submit an enhancement ticket for this on https://trac.buddypress.org/, we could add such an action in to make it easier.
October 21, 2010 at 8:10 pm #95951In reply to: 1.2.6 Upgrade – Lost translation
October 21, 2010 at 8:09 pm #95950Paul Wong-Gibbs
KeymasterI don’t think it’s unfair that we revise the theme and any of the bundled widgets with each release. We need to be able to iterate on all areas of the theme (and other presentational elements) in order to continue to improve and add new features to BuddyPress. As Rich says, to remove the secondary avatar, put this into your functions.php:
remove_filter( 'bp_get_activity_action_pre_meta', 'bp_dtheme_activity_secondary_avatars', 10, 2 );
October 21, 2010 at 8:03 pm #95944Paul Wong-Gibbs
KeymasterCool, nice resource
October 21, 2010 at 8:00 pm #95943rich! @ etiviti
Participantyou can remove it via the filter bp_get_activity_secondary_avatar
or even better just remove this filter that is used in the functions.php
`remove_filter( ‘bp_get_activity_action_pre_meta’, ‘bp_dtheme_activity_secondary_avatars’, 10, 2 );`@rogercoathup – no idea… seems if a trac report is submitted the request is made if possible. (maybe not enough discussion is made in the ticket comments to counter – generally speaking for any enhancement)
October 21, 2010 at 7:57 pm #95942rossagrant
Participant@rogercoathup weird isn’t it Roger! Surely we can change them somewhere if they have decided to put them in?
October 21, 2010 at 7:34 pm #95937Tammie Lister
Moderator‘What’ you should change sort of depends on if you are using a child theme of the BuddyPress default theme or not. There is quite a list of updates for the theme changes the members is one, ajax.php /js and functions.php is another along with some member/group/forum loop stuff. I would strongly suggest if you can getting the latest update from your theme source particularly as you say you are a novice which I take means not comfy in code?
October 21, 2010 at 7:34 pm #95936rossagrant
Participant@nuprn1
Hi Rich,
Here’s a link to the activity stream on a site I am starting to buildhttp://www.actonthis.co/activity/
Notice the avatar next to the updates that mention a new post. There is now a generic avatar next to them???
October 21, 2010 at 7:33 pm #95935In reply to: After Upgrading to 1.2.6 Having Footer Issues
Avi M
Participant@Manu, It still is not solved. That being said I’m using and older version of the theme and suspect it may be rosolved by upgrading to the newest release. If that does not do it, I’m sure the developers will releasing and up date or fix ASAP.
@rich, I have notified them. Also thanks for the suggestion re adding the old function back.
I will post my final solution when it fixed.
October 21, 2010 at 7:31 pm #95934localpaper
Memberline 20-21:
require_once( WP_PLUGIN_DIR . ‘/buddypress/bp-core.php’ );
$bp_deactivated = apply_filters( ‘bp_deactivated_components’, get_site_option( ‘bp-deactivated-components’ ) );October 21, 2010 at 7:27 pm #95933rich! @ etiviti
Participantsome changes added to the avatars in the activity stream
https://trac.buddypress.org/ticket/2578though i don’t know if related to this problem… what notification? screenshot?
October 21, 2010 at 7:04 pm #95931In reply to: Buddyvents – New Events Plugin
Mark
Participant@Travel-junkie. Thanks for the fast reponse. Unfortunately I dont know Php. If you are willing to email where to make the changes in the appropriate files and what code to replace it with, I would then go ahead an purchase it today.
October 21, 2010 at 6:32 pm #95925In reply to: Buddyvents – New Events Plugin
Anonymous User 96400
Inactive@mark211
There’s no option you can turn on or off, but it can all be done through template files and filters or actions. -
AuthorSearch Results