Search Results for 'buddypress'
-
AuthorSearch Results
-
September 25, 2012 at 5:27 pm #142448
In reply to: Permission issue
@mercime
ParticipantHow did you install your WP, via FTP (manually) or via webhost script? Issues crop up if you installed WordPress via fantastico, scriptalicious, etc. https://codex.buddypress.org/getting-started/before-installing/#system-and-server-requirements
September 25, 2012 at 5:24 pm #142447@mercime
Participant@nggablog https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/
If you already installed Group Forums in Settings > BuddyPress > Forums, then you should find your bb-config.php file at the root of your WP installation i.e., same level where you find your wp-config.php file.September 25, 2012 at 4:50 pm #142444In reply to: Buddypress Activity Time is off by 5 hours
mgkoller
ParticipantLooks like other’s have ran into this issue,
http://premium.wpmudev.org/forums/topic/activity-time-display-is-off-by-5-hours
Is this because of
`$time_offset = $time + ( $root_blog_offset * 3600 );`September 25, 2012 at 4:49 pm #142443@mercime
Participant@mrharris That’s strange. Have you created any bp-custom.php and added a privacy/restrict function where instead of `!is_site_admin`, you posted `is_site_admin`? Are you using the BP Default theme? Did you try deactivating all plugins except BuddyPress?
September 25, 2012 at 4:42 pm #142442In reply to: Plugin to remove multiple groups at once?
@mercime
Participant@whiteeagle1985 The usual caveat: before making any major changes to site, backup DB and server files. https://wordpress.org/extend/plugins/bp-group-management/
September 25, 2012 at 4:39 pm #142441In reply to: [Resolved] User error mention
@mercime
Participant== I’ll back up and reinstall with the download. Org because the current installation was by Softaculous. ==
@josefabiosan Good decision. Webhost installation scripts are not kosher with BP per https://codex.buddypress.org/getting-started/before-installing/#system-and-server-requirements
September 25, 2012 at 4:37 pm #142439In reply to: creating a new template for search
@mercime
Participant@heidipj @sbrajesh has posted BP search tutorials/plugin at BuddyDev.com for your edification
– http://buddydev.com/buddypress/buddypress-globalsitewide-unified-search-update-for-buddypress-1-5/
– http://buddydev.com/buddypress/making-buddypress-activity-searchable/
– http://buddydev.com/buddypress/making-global-unified-search-for-buddypress-to-work-with-wordpress-adminbar-search-form/comment-page-1/
–September 25, 2012 at 4:33 pm #142438@mercime
Participant@guitaragora double-check in Appearance > BP compatibility that you did Not disable JS, otherwise there’ll be issues like you mentioned above.
September 25, 2012 at 4:29 pm #142437@mercime
Participant== Except plugins. Their pages are not loading the ‘wordpress theme’ in the same way the main buddypress pages are,and I am having trouble getting them to work correct. ==
@fuzylogiq Some BP plugins have their own template files patterned after the bp-default theme. Usually you would transfer said plugin template files/folder into your own active theme. Then open up each plugin template file and superimpose the HTML structure of your theme onto each plugin template.
September 25, 2012 at 4:16 pm #142435In reply to: Fatal error at step 4 (themes) in BP setup
@mercime
Participant== I am using the Kaboodle Labzip theme. ==
@obsidianmarketing based on what I’ve seen on theme’s author’s site, Kaboodle parent theme has support for BP, bbPress and WooCommerce. You should post inquiries about the theme with the theme author.
== have wordpress installed in a sub-directory and I did not do a manual install – I used fantastico. ==
And therein lies the problem. If you’re going to use BuddyPress, do a manual installation as there have been hiccups with webhost scripts https://codex.buddypress.org/getting-started/before-installing/#system-and-server-requirements
September 25, 2012 at 4:01 pm #142433In reply to: [Resolved] Buddypress – Risen theme
@mercime
ParticipantGreat, twc01. Thank you, hnla, Marking this as resolved.
September 25, 2012 at 3:59 pm #142432@mercime
ParticipantCool, Marking this as resolved.
September 25, 2012 at 3:54 pm #142429In reply to: How do I change the forum layout?
@mercime
Participant@hotmark Which forum are you referring to – Sitewide Forums or Group Forums? What theme are you using? Site URL?
== Is there an option somewhere that sets the main Forum layout? ==
Depends on the theme.September 25, 2012 at 11:28 am #142398frank tredici
MemberI get `HTTP 500 Internal Server Error` on that statement.
I am running WP 3.4.2 and BP 1.5.6
September 25, 2012 at 10:56 am #142397In reply to: [resolved] What mod is being used
Roger Coathup
Participantit’s custom code.
Advertise on the jobs board on this site if you need a similar system building: https://buddypress.org/community/groups/bp-jobs-board/
September 25, 2012 at 5:52 am #142390In reply to: Buddypress activity plus 1.4.1 & iPad
Donald McIntyre
ParticipantIt is very strange that Buddypress.org hasn’t integrated links/video/photos to the Activity Stream and that we depend only on WPMUDEV for this one plugin to solve an extremely obvious and basic issue for ANY social networking solution (it is inconceivable not to have media uploading capacities in the Activity Stream).
Also it is incredible that only ONE plugin exists to solve this thing…thx to the lack of competition the developer of this plugin rests on a very incomplete solution with no apparent sense of urgency to make it better (please someone develop a competing plugin!).
In the meantime I adhere to the needs of this forum that it is imperative that this plugin must be compatible with iOS6 (all apple products).
IT IS URGENT!!!!!!!
NOTE: The fact that this plugin is offered for free does not give license to the developer to make it lousy…it undermines the whole open-source wordpress enterprise.
September 25, 2012 at 5:47 am #1423899087877
Inactive@joshuathecreated have you tried developer tools like firebug for firefox to isolate the css and tweak it. Google chrome also has developer tools.
September 25, 2012 at 4:59 am #142386joshuathecreated
Memberwow, you are awesome. any idea on how i can align it to be centered? currently, it’s hugging the left side of the top and isn’t aligned very good.
thanks!
September 25, 2012 at 4:37 am #1423859087877
Inactive1.) create a file in your plugins directory and name it bp-custom.php
2.) Insert the below code and save the file:
`<?php
// disables the WP Toolbar and revert back to the BuddyBar
add_filter( ‘bp_use_wp_admin_bar’, ‘__return_false’ );
?>`
3.) Refresh your browser using Ctrl + F5
4.) DONE!September 25, 2012 at 4:07 am #142384joshuathecreated
MemberIf anyone is able to help for hire, I’m open to that too. We REALLY need to get this resolved ASAP and I’m stuck.
cheers,
joshua
September 24, 2012 at 10:16 pm #142378In reply to: How to automatically “friend” new registrants
koolkeith
MemberTry BuddyPress Automatic Friends
https://wordpress.org/extend/plugins/bp-automatic-friends/September 24, 2012 at 8:39 pm #142369GuitarAgora
Participant@mercime my site is live and running very smooth but did noticed a couple very small things… Lets say someone tries to add me as a friend, I can see the “Cancel Friendship Request” button but I can not see any “Accept Friendship Request” button. Is this a problem you have ran into before and if so, do you know of a solution. I have been searching the forums but have not found a problem or solution related to my situation in particular.
September 24, 2012 at 7:58 pm #142367In reply to: Looking to make user types
infocoolsms
ParticipantWhats about this one?
http://rimonhabib.com/buddypress-user-account-type-pro-has-been-releasedSeptember 24, 2012 at 6:45 pm #142365frank tredici
Memberlet’s start a new thread. BP Is getting too deep in my shorts here.
September 24, 2012 at 6:43 pm #142364frank tredici
MemberMAJOR FRUSTRATION — BP FORUM TELLS ME “It looks like you’ve already said that!”
-
AuthorSearch Results