Search Results for 'buddypress'
-
AuthorSearch Results
-
April 20, 2012 at 12:00 pm #133292
In reply to: Any one Knows about fotobook plugin?
@ChrisClayton
Participant@ashokgolusu as Fotobook is a WordPress plugin and doesn’t interact with BuddyPress specifically, you might get a better response from the WordPress forums – https://wordpress.org/tags/fotobook?forum_id=10
April 20, 2012 at 11:52 am #133291In reply to: Collapsing activity post comments?
@ChrisClayton
ParticipantIt should work…
The comment collapsing stuff is around line 1387 of global.js if you want to play around with it. try lowering the number a little (maybe 2?) and see if it works
note that it doesn’t factor in 2nd level comments (comment replies) yet – https://buddypress.trac.wordpress.org/ticket/2587 – so if you have 100 replies to a comment, then it will show all of thoes replies.
April 20, 2012 at 11:01 am #133285Paul Wong-Gibbs
KeymasterAs of BP 1.5 onwards, any BuddyPress component should work when set as the home page.
April 20, 2012 at 10:58 am #133283Paul Wong-Gibbs
KeymasterIs there a reason why you don’t want to use BuddyPress’ Profile Fields? You wouldn’t have to write any code. (wp-admin BuddyPress > Profile)
April 20, 2012 at 4:43 am #133266In reply to: How private are private messages?
@mercime
Participant@Chccclay there is also premium plugin, BuddyPress Message Privacy, which will give your students the ability to control who can send them private messages.
April 20, 2012 at 4:39 am #133265In reply to: How to change @contactname?
April 20, 2012 at 4:22 am #133263In reply to: How private are private messages?
@ChrisClayton
Participant@Chccclay – Theirs no admin screen to read them, however unlike passwords which are hashed, messages are readable in plain text via the database. So, to answer your question, if you have database access then yes. you can read them.
April 20, 2012 at 4:11 am #133262ddart
ParticipantHere is the address of all versions of BP ….
https://wordpress.org/extend/plugins/buddypress/download/
Hope you get better and you.April 20, 2012 at 3:36 am #133260teorourke
ParticipantHah! My fault, I stopped at the end of the first post and didn’t follow through with the second. I’ll try all that now and let you know how it works out.
April 20, 2012 at 3:28 am #133259@mercime
Participant@teorourke I know you do not have a sidebar.php in your theme. Please read the instruction above:
B. Create a BLANK sidebar-buddypress.php
Open up sidebar-buddypress.php and paste this: …..Content will be added for the BP template files to adjust the structure and not for your regular WP files.
April 20, 2012 at 2:50 am #133258teorourke
ParticipantThanks for the work!
Two things I found out where the index.php is. Here’s the pastebin for the index.php.
Above you detailed how to make the header-buddypress.php. That’s done, and looks good so far. However I don’t know how to go about doing the sidebar. I did more research and found out there’s no sidebar.php included on purpose. Below the maker explains why in the documentation that came with the theme.
“Swagger is a 960px fixed-width theme with indented and intuitively spaced HTML. You will find in-line commenting allthroughout the HTML so that you can always figure out what section of the layout you are in. The backbone of every page is as follows:
`…page menu, social links, search box……logo, main menu, header ad……category/review menu……latest slider……or…(for full-width pages)
…all page content, including featured slider, post loop, and article slider…(only applies to non full-width pages)
…all sidebar widget content……footer widgets, copyright bar…`
In order to create this HTML structure, each page includes the header.php and footer.php files. You will notice there is no “sidebar.php” file in Swagger. That is because there are 16 unique widget areas, and rather than creating 16 separate files – one for each widget area – the sidebars are included directly in each of the pages that they are assigned to.”
So! How do we go about doing this, now that we have that information?
April 20, 2012 at 2:02 am #133257In reply to: :: How To Achieve This?
@mercime
Participant@arturdesign2devcom I see CATEGORY, GROUPS, and SINGLE WP
So I see using http://buddydev.com/buddypress/blog-categories-for-groups-plugin/ where each group is a category. Create posts via front end; then create a regular category template file (see WP codex) for each group with the layout you want which can pull in the first image from the post in that category template file (get the image plugin or use post-thumbnail support).
April 20, 2012 at 1:53 am #133255In reply to: [Resolved] Missing pages in sub-domain
April 20, 2012 at 1:36 am #133254In reply to: [Resolved] Missing pages in sub-domain
Eric Langley
ParticipantThis question has been answered, by me from here: https://codex.buddypress.org/bp_enable_multiblog/
It would be cool to be able to mark the question answered like stackexchange…
April 20, 2012 at 12:32 am #133253In reply to: Buddypress Member Hierarchy
@mercime
Participant== Perhaps this already exists somewhere? ==
Not exactly what you want based on your requirements. You could use the Groups feature wherein members need to be approved by the Admin before they’re in the group. But there’s no automatic transfer of members from one group to another. The member can leave the group and would apply to another group or you could use this https://wordpress.org/extend/plugins/bp-group-management/== Or perhaps some epic person would be willing to take it on as a project? ==
Someone might do that if it was needed for their own project but we don’t know when and we don’t know if it will be released in the WP plugins repo or as a premium plugin or if would be released at all. So if you need one right now, you would have to hire a developer to do this for you.April 20, 2012 at 12:28 am #133252In reply to: Easel Theme – Buddypress Alignment problem
@mercime
Participant== Only one thing which I could tweak is the main bar displaying.. Friends, on the profile for example, needs to be moved to the right a little bit. ==
@owen_a Not clear. What main bar, the buddybar? And what friends on the profile, in members > friends list? URI pointing to friends on the profile and “main bar”?
April 20, 2012 at 12:24 am #133251@mercime
ParticipantCode moved to http://wp.me/p1I84P-1F
April 20, 2012 at 12:23 am #133250@mercime
Participant@teorourke Based on initial scan, you only need to create two new files, header-buddypress.php and sidebar-buddypress.php to make your theme compatible with BuddyPress.
If you’ve revised any of the BP template files transferred to your swagger theme folder in server during the BP Compatibility process, please delete the 6 BP folders transferred to your swagger theme folder in server – activity, blogs, forums, members, groups, register – then re-run Appearance > BP Compatibility again to make sure that you have clean template files.
April 20, 2012 at 12:08 am #133249teorourke
ParticipantFor some reason I just simply cannot find what’s needed. Maybe this is it?
April 19, 2012 at 11:44 pm #133248@mercime
Participant@teorourke I was waiting for your theme’s index.php file to double-check the HTML structure so that we’ll get this hopefully in one go. As I mentioned above, that code you posted for index.php is obviously a BuddyPress template file see “BuddyPress – Members Directory”. written near the top of the file….
In any case, I will be posting the instructions in a few minutes. If this doesn’t work for you, do ask the theme author to look at this post and help you with the final touches.
April 19, 2012 at 11:30 pm #133247In reply to: Buddypress Member Hierarchy
dannyjimmy
Memberpolite friendly bump
April 19, 2012 at 11:16 pm #133245In reply to: Matching buddypress to my ‘theme’
Hugo Ashmore
ParticipantWhat have your tried? Have a look through the codex for some guides to theme compatibility and using the template pack plugin, have a stab at getting things going then if you get stuck no doubt mercime will help out if you post back.
April 19, 2012 at 10:04 pm #133244teorourke
ParticipantIt’s been a few days now, I’d really appreciate help on this if anyone can spare a moment? Thanks!
April 19, 2012 at 9:49 pm #133243xcentriq
MemberI think I didn’t have the bb-config in my root cause I had previously installed bbpress and I clicked on use existing installation. I uninstalled it and reinstalled it via buddypress and now I’ve got one. I’m yet to check the details against wp-config. Will update here!
April 19, 2012 at 9:38 pm #133242In reply to: Easel Theme – Buddypress Alignment problem
owen_a
MemberThank you very much! I’m glad to say that I have it working. Only one thing which I could tweak is the main bar displaying.. Friends, on the profile for example, needs to be moved to the right a little bit. Do you know which part of the CSS handles this?
-
AuthorSearch Results