Search Results for 'buddypress'
-
AuthorSearch Results
-
January 14, 2013 at 9:55 pm #150657
@mercime
ParticipantI got them from my old template
The thing is, those styles may not even work in your new template unless the HTMLtags/selectors/etc in your new template matches those of your old template. You could try adding those external stylesheets (bp.css and bp-admin.css)to your theme’s header.php see http://www.w3schools.com/css/css_howto.asp
January 14, 2013 at 9:46 pm #150656Patryk
Participantthe contents of the files I need to copy and paste into my current theme? style.css, but where BuddyPress will know that he has into this use?
January 14, 2013 at 9:00 pm #150652Patryk
ParticipantI have two files bp.css and bp-admin.css, these files are responsible for BuddyPress style, I got them from my old template, I do not know how I have them enter into a new wordpress theme
January 14, 2013 at 8:49 pm #150651@mercime
ParticipantNot quite clear what you meant. You don’t paste anything to BuddyPress, you paste style changes into your active WP theme’s style.css file. If that’s not what you meant, then:
– What’s the name of the WP theme which you’re trying to make compatible with BuddyPress?
– Did you already go through Appearance > BP Compatibility?
– Have you finished with Step 3 of the compatibility process?January 14, 2013 at 7:45 pm #150646Anonymous User
Inactivei’m back !
This time i think version 1.0-beta2 of the plugin can work on these configs without bugs !
- BuddyPress 1.6.3 with group forums & sitewide forums powered by bbPress 1.2
- BuddyPress 1.6.3 with group forums powered by bbPress 1.2 & site wide forums by bbPress 2.2.3
- BuddyPress 1.7 with group forums & site wide forums powered by bbPress 2.2.3
- bbPress 2.2.3 alone
To test this new beta, make sure the root folder name of the plugin keep the same name.
@mercime i added an image to show you where the select boxes are in bbPress 2.2.3 to my reply on github.
Have you tested to change the support status from the backend admin of the topics (bbPress 2.2.3) ?
the link to 1.0-beta2 of buddy bbPress Topic Support
@chouf1 , this now should work like a charm 😉
January 14, 2013 at 6:15 pm #150640imnotme82324
ParticipantAha! You’re a genius! I didn’t realize there were so many filter files. I was only looking in the functions.php xD
Instead of removing the filters completely, I decided to go with a replace because some people freak out when their em-dashes don’t look how they should 😛 In case anyone else ever has this problem, here’s what I did to resolve it:
`function removesmartquotes($content) {
$content = str_replace(‘&# 8220;’, ‘& quot;’, $content);
$content = str_replace(‘&# 8221;’, ‘& quot;’, $content);
$content = str_replace(‘&# 8216;’, ‘&# 39;’, $content);
$content = str_replace(‘&# 8217;’, ‘&# 39;’, $content);return $content;
}add_filter(‘the_content’, ‘removesmartquotes’);
add_filter( ‘bp_get_activity_action’, ‘removesmartquotes’);
add_filter( ‘bp_get_activity_content_body’, ‘removesmartquotes’);
add_filter( ‘bp_get_activity_content’, ‘removesmartquotes’);
add_filter( ‘bp_get_activity_parent_content’, ‘removesmartquotes’);
add_filter( ‘bp_get_activity_latest_update’, ‘removesmartquotes’);
add_filter( ‘bp_get_activity_latest_update_excerpt’, ‘removesmartquotes’);
add_filter( ‘bp_get_message_notice_subject’, ‘removesmartquotes’);
add_filter( ‘bp_get_message_notice_text’, ‘removesmartquotes’);
add_filter( ‘bp_get_message_thread_subject’, ‘removesmartquotes’);
add_filter( ‘bp_get_message_thread_excerpt’, ‘removesmartquotes’);
add_filter( ‘bp_get_the_thread_message_content’, ‘removesmartquotes’);`Important: I added a space between the &# and 8220/21 as well as & quot because they were turning into real quotes in the final post 🙁 So if anyone uses this, make sure to remove the spaces.
Thanks a bunch to the both of you. I wouldn’t have figured it out with your help.
January 14, 2013 at 6:05 pm #150638In reply to: Add tab & screen function to Groups Directory
shanebp
Moderator@modemlooper
Ok, tried using the Group Extension Api.
But it seems to only apply to single groups… ?
Which is what this does… https://gist.github.com/4531952Any suggestions on how to point a li tab created in bp-default/groups/index.php to a function ?
I hope it doesn’t involve creation of a new component.January 14, 2013 at 4:55 pm #150635In reply to: Bit confused about BP aggregation
modemlooper
ModeratorIf you have site tracking checked in the BuddyPress settings blog posts will get posted to the activity stream. This does not post to Twitter. Posting to Twitter from many sites on a WP install requires you to activate a Twitter posting plugin on every site. There is no specific BuddyPress plugin. A plugin could be created to hook into the activity stream and send Tweets when a blog post gets added to the activity stream.
January 14, 2013 at 4:49 pm #150634In reply to: Problems with new member registration.
Rachel Biel
ParticipantI don’t know if it is Wanguard either, but from the Wanguard list of users, the ones that are having problems have a No Status under their Wanguard status and the others have a green “checked”.
But, I want to make the site private, by email invite only, too. How did you do that, @jrcdyer?
January 14, 2013 at 4:39 pm #150633In reply to: User Role Blog Creation Issues
Ben
ParticipantTurns out my issue was with bbPress. If I deactivate bbPress there are no problems with creating a blog through `/blogs/create/`. I know that more recent versions of bbPress (I’m running 2.2.3) have created their own user roles, perhaps @JohnJamesJacoby can help me understand this issue.
I’ll try a few things and then report back here if I find a solution.
Thanks!
BenJanuary 14, 2013 at 3:29 pm #150625In reply to: buddyPress Pro
@mercime
Participant@judym12 There’s only one kind of BuddyPress plugin and it is free even though it’s used by many professionals – https://wordpress.org/extend/plugins/buddypress/
Who’s trying to sell a PRO version of BuddyPress? URI? There are plugins built to be used with BuddyPress which are paid or premium or PRO versions, but those are not THE BuddyPress plugin.
January 14, 2013 at 2:59 pm #150623In reply to: Log in to BuddyPress.org
enquirer32
ParticipantNot critical at all… you could just change the message to read:
It used to say – ‘You are already logged in’.
January 14, 2013 at 1:51 pm #150618In reply to: buddyPress Pro
mahdiar
ParticipantI don’t think there is a pro version !
January 14, 2013 at 1:11 pm #150616Anonymous User
InactiveThe only config i haven’t tested was this one 🙁 I thought as in backend it is not recommanded to do so, then..
So i’ll check this asap to see what’s going wrong when bbPress 1.2 is running for group forums and at the same time bbPress 2.2.3 is runnig sitewide forums.
For what @chouf1 describes, it’s because the js is not enqueued as bbPress 2.2.3 is activated. So i need to strip a condition and check what’s happening on the different configs..
For what @mercime describes in point B on github, i have no idea at the moment, but will find 😉
Thanks a lot for your testing. I’ll be back soon with a new beta 😉
January 14, 2013 at 10:21 am #150607danbpfr
ParticipantHi guys,
you can try to deactivate the appropriate filter concerning the place who the unwanted output shows.
You have in each BP folder a filter file where all the existing active filters are listed.
Once you found one who concern your situation, simply deactivate it.
Open your child theme functions.php, copy in the filter taken from one of the above file and change the word add_filter to remove_filter
bp-messages/bp-messages-filters.php
bp-activity/bp-activity-filters.php
etcJanuary 14, 2013 at 9:21 am #150604In reply to: Installation Wizard not working
@mercime
ParticipantParent domain is showing the buddypress installation wizard but not in subdomains
@anandbala That’s how it’s supposed to work.
January 14, 2013 at 9:20 am #150603@mercime
Participant@imath posted issues in github. basically same as chouf1 above with the group forum when bbPress is activated and on bbPress sitewide forums. Getting there 🙂
January 14, 2013 at 9:02 am #150602In reply to: Problems with new member registration.
Jose Conti
ParticipantJanuary 14, 2013 at 7:59 am #150600In reply to: Installation Wizard not working
anandbala
Participantsame issue but i am working on multisite (subdomain) . Parent domain is showing the buddypress installation wizard but not in subdomains
Thank u
January 14, 2013 at 6:03 am #150597Moulijin
ParticipantLOL wow! Thanks it worked 🙂
January 14, 2013 at 5:28 am #150596imnotme82324
ParticipantYou have made the pages, right? For BuddyPress to work, you need to create some new pages in WordPress, like “Members”, “Activity”, “Activate”, et cetera. Once you’ve created those pages, you go back to the BuddyPress section and the “Pages” tab and assign the pages you just created to the new sections.
If you’re still having problems, perhaps a walk-through of the BuddyPresss Installation and Setup will help: https://codex.buddypress.org/user/setting-up-a-new-installation/ It helped me when I first started 🙂
January 14, 2013 at 3:33 am #150595Moulijin
ParticipantI tried those and still doesn’t work
January 14, 2013 at 2:03 am #150594In reply to: Traducción Buddypress 1.6
ne.mherrera
ParticipantThanks for the fast reply my friend!
January 14, 2013 at 1:49 am #150593In reply to: Traducción Buddypress 1.6
danbpfr
ParticipantOla !
The best is probably here (thanks @djpaul)
https://github.com/paulgibbs/BuddyPress-Translations/tree/master/pomo
Older version avaible here:
https://translate.wordpress.org/projects/buddypress/dev/es/default
January 14, 2013 at 1:30 am #150590danbpfr
Participantwow, works like a charm !
Tested it on the devsite (wp 3.5 & BP 1.6.3) with group forums and single bbPress forum.Unable to change the status on group forum post when bbPress plugin is activated.
Does this mean that the plugin can actually only be used on one configuration: group forums OR bbPress forum ?
Aside, a little js conflict with BP GTM System 1.9.6. 😀 (as expected….)
When GTM is activated, i’m unable to change the status on the frontend of the site wide forum. Only possible from within admin.
-
AuthorSearch Results