Search Results for 'wordpress'
-
AuthorSearch Results
-
April 9, 2013 at 12:37 pm #160755
aces
ParticipantUsing IE developer tools I can see that line 1720 of bp’s default.css uses a filter that starts as white ( #ffffff ). If this line is turned off then the white text of the add to cart button can be seen.
It can also be seen that Woocommerce colours this text white though I can’t tell you the line it’s on.
Using Firebug with firefox it seems that woocommerce colours the button background with it’s own ‘mozilla’ only gradient which seems missing from the ie version
This should be fixable by adding to the child theme style sheet
Try using Firebug with Firefox, or use the developer tools in Chrome, Safari and IE, or Opera Dragonfly to see for yourself.
April 9, 2013 at 5:16 am #160430In reply to: buddypress on multiple blogs
@mercime
ParticipantThere are two free plugins which can enable multiple BuddyPress networks. I would recommend that you wait until either has been upgraded for BP 1.7
– https://wordpress.org/extend/plugins/bp-multi-network/ – shared userbase across networks but don’t know if you can activate on per site basis
– http://buddydev.com/plugins/buddypress-multi-network/installation/ –
you can activate BP per subsite and userbase per site is not savedBest thing is to ask the respective plugin devs for more info.
Good luck
April 9, 2013 at 2:17 am #160424In reply to: Group Custom Post Types
JusHerb
Participant@enej (This is the only place I could reach you) I am building an Intranet on WordPress I have read about using various plugins that I can use to get the job done. I am interested in customizing the dashboard to fit my needs visually and navigation wise. However I am having a hard time really putting my finger on a good plan to get an employee directory and a client directory established in the dashboard area. I read up on your plugin, “profile CCT” I was wondering if it was capable of functioning this way. Each directory should have an area (Maybe the left tab bar area on dashboard) where each employee or client has his/her own profile. The profiles will have custom fields; documents (Word Doc or PDF) will need to be uploaded to some of the fields. An expiration date alert will need to a feature for those document fields too. The alerts for those fields should be sent to the admin on expiration. Any suggestions?
April 9, 2013 at 1:26 am #160418In reply to: Buddypress Login Redirect Plugin: Fatal Error
@satori83
Participant@voopress
Same here on 1.7, try this https://wordpress.org/extend/plugins/bp-redirect-to-profile/April 8, 2013 at 10:59 pm #160409azchipka
ParticipantOk so I managed to find a backwards way of doing it because I needed to be able to do the same thing. Your going to need two plugins.
1. Your Preferred Role Management Plugin. I like Capacity Manager Enhanced
2. Buddypress xProfiles ACLSTEPS
1. Use your role manager to create some new roles. Name them what ever you want.
2. Go into the Users -> Profile Fields
3. Create a Field Group for your Restricted Items (not the primary one).
4. Go to the Settings -> xProfile ACL
5. Put your Field Group that you only want the Admin to be able to edit for the admin only.
6. Now this is important you need to modify the xProfile ACL php file (yes I know this makes it a hack, if xProfile ACL is updated you will lose this setting.)
6a. Go to line 240 of the buddypress-xprofiles-acl.php file. Comment out lines 240 – 249, the code you are commenting out is:`
function filter_xprofile_groups_with_acl() {
global $bp, $profile_template, $current_user;
get_currentuserinfo();
foreach($profile_template->groups as $key => $profile_group) {
if( ! in_array($profile_group->id, $this->user_allowed_xprofile_groups) ) {
unset($profile_template->groups[$key]);
}
}
}
`6b. Below the code you just commented out add:
` function filter_xprofile_groups_with_acl() {}`7. Save your changes to the buddypress-xprofiles-acl.php file.
8. Now when ever you need to modify the fields log in with your admin account navigate to the user profile in buddy press and select Edit Member Profile from the tool bar. You will see the fields from the private group. Users will see the fields but when they select edit they will not be displayed.
Hope this helps.
April 8, 2013 at 6:30 pm #160363modemlooper
Moderator- If I visit a reviews site, I want to read reviews so I don’t see how the conversation should be separate.
- You can use group meta to store data on a group and then filter the groups listing.
April 8, 2013 at 3:31 pm #160303In reply to: When will 1.7 be released?
Hugo Ashmore
ParticipantYou need to tracking this dev blog really if you want answers like that.
We’re going to be packaging up BuddyPress 1.7…
As it says any moment now but to all intent and purpose the RC1 is likely the version that will get released there probably won’t be any significant changes.
However firm release dates are never possible to state
April 8, 2013 at 7:41 am #160272In reply to: PLEASE HELP ME TO SOLVE MY PROBLEM
Prince Abiola Ogundipe
Participantyou can follow this article
http://wpmu.org/how-to-build-a-facebook-style-members-only-wordpress-buddypress-site/
April 8, 2013 at 7:27 am #160269In reply to: Default Friend
Prince Abiola Ogundipe
Participant@jamie771, yes you can do it with a plugin called (BuddyPress Automatic Friends)
https://wordpress.org/extend/plugins/bp-automatic-friends/
the plugin is still working.
Naijaping
April 8, 2013 at 2:20 am #160255In reply to: buddypress+bbpress subforum
wilsoncortezribeiro
ParticipantThanks mercime
I was really interested on what moebis posted there even for testing purposes but i could not find out where exactly to hack that code, You know?
For now I´ll stay with the default buddypress forum instead plus that very nice plugin https://wordpress.org/extend/plugins/bp-group-hierarchy/ and another one to attach some images on forum´s topics. i guess they´ll do trick 😉
<code>Multiple forums per BuddyPress Group is started in bbPress, but likely won’t be finished for several months.</code>
And that said let´s wait for the leadres.
Once more thank you
Ps. I´ve heard from Boone Gorges ( http://www.youtube.com/embed/PTNdMn8rGlg ) that native buddypress forums will not get updated anymore but i don´t think it will be just cutted off from bp 1.7.xx and further. What you think?
April 8, 2013 at 1:13 am #160248creation2
ParticipantWell, I’d like to keep the reviews and the conversations separate for a few reasons.
(1) People who go to a movie review site might not necessarily want to read the conversation or be part of a “group”.
(2) I want to use some kind of AJAX filtering where people can sort the reviews dynamically, I’m not sure how easy it would be to configure BuddyPress to use custom AJAX filtering (if there is, I’d love to hear about it, might convince me to just use groups from the start). If I have several hundred movie reviews, and they each have a group, can I do some organizing/filtering based on genre, date of release, etc?
April 8, 2013 at 1:11 am #160247@mercime
Participant@lostone84 No right sidebar code posted as the request was for full width with the BP Template Pack.
If you’re on test site, you should already download BP 1.7 RC 1 -> https://buddypress.org/2013/03/buddypress-1-7-release-candidate-1/ which has theme compatibility with most WordPress themes without BP Template Pack.
In other words, if the code in your theme’s page.php is up to par with WP standards and correct coding practices, then you’re good to go. The only way to find out is to test the theme first. I would deactivate BP Template Pack and delete the 6 BP folders transferred to your theme’s folder in server if you already went through Appearance > BP Compatibility process.
Good luck, I hope BP 1.7 Theme Compat works out in your theme.
April 7, 2013 at 11:38 pm #160239In reply to: How to add a rotation button for changing avatar
bp-help
Participant@charlietech
That sounds like it would take a lot of custom coding to get done. If no one else supplies you with a resolution then you may want to hire a developer.
http://jobs.wordpress.net/April 7, 2013 at 11:06 pm #160236modemlooper
ModeratorWhy posts and not just use the groups from the start?
April 7, 2013 at 7:53 pm #160222In reply to: BuddyDroid – BuddyPress for Android
Yuttadhammo
ParticipantYou need a / after home, i think. I can connect to http://timvangompel.nl/home/index.php?bp_xmlrpc=true so a setting of `http://timvangompel.nl/home/` should work.
Also, 0.3 seems to be on wp.org, but it still reads 0.2.2 the download link seems correct though:
https://downloads.wordpress.org/plugin/buddypress-xml-rpc-receiver.0.3.0.zip
April 7, 2013 at 7:02 pm #160219In reply to: BuddyDroid – BuddyPress for Android
Yuttadhammo
ParticipantAlso, I have just updated the server plugin’s latest stable tag to 0.3.0, Once it shows on wordpress.org, please update the plugin to 0.3.0 and try again.
April 7, 2013 at 6:28 pm #160216In reply to: Allowing members to mark as spammer
danbpfr
Participantsuch a plugin already exist for buddypress. Give a try:
https://wordpress.org/support/plugin/bp-moderationThe’re also some fix on the support forum
April 7, 2013 at 2:25 pm #160201In reply to: BuddyDroid – BuddyPress for Android
timvango
Participant1. I have the last version of the plugin in the wordpress list, is this the correct one, or must I use the version on github?
2. Do you mean that my site adress could not be mysite.com/home?
April 7, 2013 at 1:01 pm #160193In reply to: Video: BuddyPress 1.7 Overview
danbpfr
Participanttraditonnal answer is: when it’s ready ! 😉
Tech answer always on the Trac/roadmap: https://buddypress.trac.wordpress.org/roadmapMaybe a question of hours or days now.
April 7, 2013 at 12:44 am #160156In reply to: Change Link Color
@mercime
ParticipantApril 7, 2013 at 12:27 am #160155In reply to: [Resolved] Ray of Light WordPress Theme issues
anthony123
ParticipantHi. I have the same trouble. How to make rayoflight theme compatiblity with buddypress? links pastebin don’t works… ;/
April 6, 2013 at 10:57 pm #160152In reply to: Ascii Characters in Email
danbpfr
ParticipantWhen untranslated, obviously, an apostrophe is the same as a single quote, and primes are either a double quote or a single quote. And, when texturized, an apostrophe uses the same HTML entity (& 8 217 ; – without space) as a closing single quote. You may have a desire to translate these, or there may be no need to. That’s fine.
source: https://make.wordpress.org/polyglots/important-changes-for-wordpress-3-4/
Translation of email message must be writen normally.
in a php string, what’s new should be written what & # 39; s new (without space) (iso latin-1)
the ampersanded company name in the po file should be: A & a m p; M(without space)in a email message (and only in email message), you write what’s new or A&M
BP use UTF8 charset by default and XML transitionnal encoding
That’ said, some mail reader’s convert html entities into what?new or what â € ™ s. In such case you have to check your mail software or browser settings.
http://en.wikipedia.org/wiki/Character_encodings_in_HTML
http://www.w3.org/TR/REC-html40/sgml/entities.html
http://www.utexas.edu/learn/html/spchar.html
http://en.wikipedia.org/wiki/Miscellaneous_SymbolsApril 6, 2013 at 12:07 pm #160082In reply to: BuddyCamp Miami, 2013
Hugo Ashmore
ParticipantPeople, read threads, don’t just skim them. @mercime has had to mention twice that the vids will be uploaded to wordpress.tv that’s a waste of time and resources 🙂
April 6, 2013 at 11:51 am #160077epatrick
ParticipantHi Hugo,
Thanks for your reply. I’m trying that. I’ve also noticed i had to upgrade my wordpress version.
Patrick
April 6, 2013 at 7:42 am #160061In reply to: Social users for blog commenting?
-
AuthorSearch Results