Search Results for 'wordpress'
-
AuthorSearch Results
-
September 18, 2014 at 7:55 pm #197879
In reply to: [Resolved] Full Width Layout with "Reddle"-themen
@mercime
Participant@1a-spielwiese The better guide to use in making a full-width page for the theme you’re using, https://wordpress.org/themes/reddle, is the one for Twenty Twelve at https://codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/twenty-twelve-theme/
HTML structure for Reddle and Twenty Twelve are almost identical. However. for Step 4 of the Full-Width instructions, instead of using
body.buddypress .site-contentin media query, add the following to your child theme’s stylesheet:@media screen and (min-width: 600px) { body.buddypress #primary { width: 100%; } }September 18, 2014 at 6:38 pm #197865Paul Wong-Gibbs
KeymasterCorrect, no hardcoded limit. WordPress will go as far as your servers will 🙂
September 18, 2014 at 6:18 pm #197863Ben Hansen
Participanti do not believe there is a limit to the number of wordpress or buddypress members imposed by any of the software anyways.
September 18, 2014 at 5:44 pm #197859Cartographer
ParticipantHi there,
Digging a bit I found this topic that describes my problem as well.
Could you please inform me how to solve the issue with the time difference between bbpress and buddy press?
Buddypress: 2.0.3
Wordpress: 4.0
BBPress: 2.5.4
Theme: Twenty FourteenRegards
September 18, 2014 at 1:36 pm #197733September 17, 2014 at 7:15 pm #197287In reply to: Profile page
Henry Wright
ModeratorHave you installed the theme?
September 17, 2014 at 6:56 pm #197286r-a-y
Keymaster@cwjordan – Thanks for the benchmarks. Are you using an object cache? If not, since you’re fetching profile data in a loop like this, I would temporarily disable object caching manually.
See:
http://kovshenin.com/2012/disable-object-cache-additioninvalidation-in-wordpress/Let me know if that helps.
September 17, 2014 at 4:08 pm #197256In reply to: New problem i havent seen before?
Henry Wright
ModeratorHey @mcpeanut!
Considering you’ve tested unsuccessfully on an unmodified Twenty Twelve – Thirteen – Fourteen, it might be worth making the core dev team aware of the problem by opening a Trac ticket:
danbp
ParticipantIf you created additionnally first and last name fields, it’s useless somehow, but i don’t think that it is related to your issue. Or only if you create those fields with an extra function related to the user table.
You have nothing to loose to remove them and give a try to your profile by using only the default name fields.
Username | Password | Email| ( wp part)
NAME (bp part)
The important thing to know is that the values of this 4 fields are stored in wp_users table.Any other profile field values are stored in _bp_xprofile_data table even if you create 20 first name or last name fields on the default showing BASE group.
What you can do is to give some guidance in the NAME field description, such as: enter here your first name and last name. Alas without any waranty that the user will follow your advice.
It’s exactly the same problem for the original wordpress “username” field. Some enter Bobby as username and John Doe into the name field (wow! correct !). Others do the opposite and others enter StupidCow in both fields. 😉
September 17, 2014 at 3:16 pm #197249In reply to: Plugin for Custom User Profile Page
danbp
ParticipantThis a question for the plugin author ! See also the support.
https://wordpress.org/support/topic/music-player-5September 17, 2014 at 2:31 pm #197246Henry Wright
ModeratorFurther to @bphelp’s suggestion, keep an eye on this ticket which aims to have this available in core by v2.2
johnhutchy2014
ParticipantHi
“The NAME field in BuddyPress is intended to receive first and last name and replace the two original fields (first name, last name) coming with WordPress.”Does this mean that If I remove the first name and last name fields from ‘profile fields’ then that should fix the issue?
Thanks
September 17, 2014 at 1:28 pm #197240In reply to: Plugin for Custom User Profile Page
September 17, 2014 at 11:53 am #197233In reply to: Profile picture to use wordpress avatar
Henry Wright
ModeratorHi @tightflks
You can use
get_avatar()instead of the BuddyPress functionbp_core_fetch_avatar(). See: https://codex.wordpress.org/Function_Reference/get_avatarSeptember 17, 2014 at 8:26 am #197227danbp
ParticipantPregnancy calculator: https://wordpress.org/plugins/calculatorpro-calculators/
For children developpement, i guess mothers can/want do this without plugin. 😉
September 16, 2014 at 8:41 am #197045In reply to: How to make my site like Facebook
peter-hamilton
ParticipantHi Julia_B
To alter the templates for activity you need to do the following:
Create a page called buddypress in your root folder.
Inside the buddypress folder you create another folder called activity and in there another folder called single.Now you need to access your existing plugins folder.
Open buddypress -> bp-templates -> bp-legacy -> buddypressHere you will find 5 folders, one is activity, inside this are some php files and a folder called single, inside this single folder is the index.php file that runs the activity.
I copied all 5 folders to my new buddypress folder in my root and all the files in those folders, with them able to control/change the buddypress layout as I would with a child theme.
To have an activity wall on homepage you only need to customize the appearance of wordpress in the admin area/backend.
Go to “appearances” then “customize”, here you can change “front page” to activity and it should work.
Good luck
September 16, 2014 at 7:15 am #197038In reply to: WordPress and buddypress different themes
September 15, 2014 at 1:02 pm #196421In reply to: Buddypress pluggin ruined site
Hugo Ashmore
Participant@mockiboo
>But it is nice to see how you divert the topic away from the issue which is that your plug in doesn’t plug in well with wordpress themesNo I / We are not diverting the issue, I asked you to provide some level of detail I also made the comment that BP is not from experience born over a few years a destroyer of sites, if we could provide a clue as to what might have happened we would / will despite the fair certainty that this is not something that is inherently BP’s fault.
BP is coded to exacting strict WP standards the core developers are extremely experienced in working with WP code, BP fits to any theme that is also coded to the same API standards.
More importantly have you managed to restore your sites functionality? It is highly unlikely that any DB Tables have been deleted so your data is there somewhere or should be, failing that restore from a prior to the change DB backup.
September 15, 2014 at 11:18 am #196198In reply to: Buddypress pluggin ruined site
mockiboo
ParticipantI uploaded buddypress to my site, to see if it was a better option than what I was using and when I checked it; it had done something to the site coding so that I can’t access my indeed jobs scrapper, and also messed up the slider banner; so it is not a safe plugin to use as it interacts with other functions on wordpress sites. But it is nice to see how you divert the topic away from the issue which is that your plug in doesn’t plug in well with wordpress themes
September 15, 2014 at 7:11 am #195824In reply to: WordPress and buddypress different themes
durkk
ParticipantIf you use Magento how will you share sign ins with wordpress?
September 15, 2014 at 4:13 am #195823In reply to: Is Buddy Press Right for me?
Joe Dostie
ParticipantThanks Ben,
I appreciate the input. Any chance you may have examples? The more and more I read the more I seem to be understanding. I guess I am trying to accomplish 2 things here.
First I think I am trying to possibly extend and customize the “Portfolio” portion of WordPress.
As a very simple example I would like make the Project = to an Animals if you will.
The Categories would be their Species, Breed, Gender, etc.
The Skills could be Friendly, Likes Kids, House Trained, etc.I think the part the it troubling be is that this may require some customization in the form of renaming fields to be less confusing to the non-technical user. I consider myself technically savvy and I am lost! 🙂
I am guessing this could be accomplished with a Form like page or a plugin. But I was hoping someone was going to say…”oh ya, easy, just use XYZ”
——————————————-
So this would be my thought…
1.) A generic user with very little technical skill would come in to a very simple profile page of some sort.
2.) They fill in some info about themselves (so other fosters can see it – bio/phone/etc)
3.) They have a section on animals(s) they foster
4.) The animal would have its own profile if you will (because its a foster it can move around)It would be nice to use the blogging feature so each person can add, stories, pictures, links, videos and everything else WP has to offer.
——————————————-
Again, thanks for the reassurance, I think I am on the right track. I just think I may be putting the cart before the horse right now as there is a ton to do and a ton more to learn!
Anyone else reading this please feel free to send along some suggestions.
Thanks
September 14, 2014 at 5:40 pm #194705In reply to: Make an extra Site only with the post-form
danbp
ParticipantSorry, i don’t understand what you want to do.
how can I add an extra site on my wordpress blog only with the post-form of buddypress ?
I (and many others here) probably could answer to this:
– how can I add an extra site on my wordpress blogBut not to this:
– only with the post-form of buddypress.What do you mean by buddypress post-form ? Where is this post form ?
What is the relation between the mentionned php lesson and BP ? I know what is a form, but do YOU know where the form content may go once the form action was applied ? And if a user inject crap, what will happen to your site ?PHP technique and BuddyPress are 2 separates things, even if the one use the other (and inversely), but at this stage, you don’t need php technique, but to explain clearer or, simplier, to give a living example used elswhere.
This is not enough:
I’m trying so make a share Button for my BP Community like Facebook, Twitter an G+ have one.
Still exist as plugin (…and a wide selection !)But the following is absolutely incomprehensible to me: For this I need an extra Site And what you explained here also. Sorry.
Grabing external content to add into a blog post is full part of WordPress.
Tools > PressThis. Apparently not what you want to use…But if i follow you, members from YOUR site have a share button (where is this button anyway ?)
and when they are on another site, they can share interesting content on YOUR site.This is how internet is working (at least)….
To do this, most people copy the url and paste it into a post.
Or use a browser tool and add the link to their favorites,
or use a share button who works only inside the community they belong. (FB, Twitter, BuddyPress, und so weiter…)Two hypotheses:
you’re ignoring that you’re able to build the absolute revolutionnary BuddyPress sharing plugin (and it’s not for tomorrow if you’re in the beginner’s stage) – prefer to learn WordPress internal behaviour and use existing functions instead.or you try to reinvent the wheel (oder noch besser gesagt, ein überkompliziertes werkzeug). Sorry again. 😉
September 14, 2014 at 4:55 pm #194704In reply to: Make an extra Site only with the post-form
RobertNe
ParticipantI found this:
http://buddydev.com/snippets/tag/add-post-form-to-buddypress-activity-shortcode-plugin/
but how can I add the code into a new WordPress site :)?
Best regards
Robert
September 14, 2014 at 4:27 pm #194702In reply to: Make an extra Site only with the post-form
RobertNe
ParticipantOk, the plugin is nice to insert video and picture of posted links on buddypress. But how can I add an extra site (only with the post-form) on that the user will be forwarded if he wants to share a link?
I don’t want that the user has to copy and paste a link from other sites. My goal is to give him a share button which takes this. You will help me if you give me a hint how can I add an extra site on my wordpress blog only with the post-form of buddypress.I need the code for this site because I want to paste the link of the external site by using php (http://www.tizag.com/phpT/postget.php). Do you know what I want to realize? 🙂
PS: I don’t understand how I should us the custom-type-form of wordpress for my idea. Because I didn’t know how I can insert the post-type into a custome-post-type. But if you say that this is the only way I will search for some more tutorials.
Best regards
Robert
September 14, 2014 at 3:50 pm #194701In reply to: Filter activities by friends and groups
richtelford
ParticipantI’ve managed to achieve what I wanted – fetching activities for the user, the user’s friends, groups that the user is a member of and groups which are tagged with the sports the user is interested in. I’ve added some custom filtering within BuddyPress core functions – I prefer to use filters and hooks but modifying core was my only option in this case.
My bp_has_activities() request now looks like this:
$args = array( bp_ajax_querystring( 'activity' ), 'custom_filter' => array( 'relation' => 'OR', array( 'user_id' => $user_ids, ), array( 'group_id' => $group_ids ) ) ); ?> <?php if ( bp_has_activities( $args ) ) : ?>I can share code with anyone interested in this.
Also fixed a bug in the BP_Groups_Group::get() meta_query code which I’ve detailed above and is now on BP Trac here:
-
AuthorSearch Results