Search Results for 'buddypress'
-
AuthorSearch Results
-
March 19, 2011 at 3:41 am #108213
In reply to: Hide General Settings
imjscn
Participant@r-a-y ,
Thanks for the code! It’s perfect! Just one question–
I not only moved the Settings but also other nav and sub-nav items, 2 of the sub-nav are added under a newly created nav slug. if a plugin adds a new item in any of the sub tab, can they find the right path? or I need to define some path for them?
Thanks!March 19, 2011 at 3:31 am #108212In reply to: [Resolved] Speeding up buddypress
imjscn
Participant“Why do you need APC without much traffic?” —
For me, this is the same qustions as “Why do you need W3TC without much traffic?”The best solution is the one that works with the situation.
March 19, 2011 at 3:18 am #108211In reply to: JobRoller + BuddyPress errors
linkyou
Memberfor example please view this link
http://www.linkyou.info/forums/March 19, 2011 at 3:14 am #108210In reply to: JobRoller + BuddyPress errors
linkyou
Member@Virtuali @gunju2221 thanks a lot for giving your time to help me out
i did the steps you mentioned above but still the same, below are the steps i did please correct me if i am wrong
1. I went to plugins/buddypress/bp-themes/bp-default/_inc/css/default.cs and removed all the contents of
/* > Global Elements
*/
/* > Admin Bar
*/
/* > Header
*/
/* > Navigation
*/
/* > Container
*/
/* > Sidebar
*/
/* > Content
*/2. Went to /wp-content/themes/jobroller/css/style-pro-blue.css
and added the code to the end after
.widget_calendar table {
width: 100%;
}3. Went to /wp-content/themes/jobroller/functions.php
and added the code to the end after/**
* add any of your custom functions below this section
and before
*/
?>
March 19, 2011 at 2:54 am #108209In reply to: [Resolved] Speeding up buddypress
@mikey3d
ParticipantWhy do you need APC without much traffic? The reason I mention pilot is it take time to learn how to fly an airplane with a lot of push buttons to scale. I’m just using philosophy example. So have you had an experience check all those features of W3TC and press Preview before Deploy it.
I don’t understand you keep harboring the beat down the dead horse about shared hosting that has no chance to show. I guess you made your mind. Good luck with that without solution for shared hosting.
And one more thing htaccess is important to optimize to cache your site.
March 19, 2011 at 2:07 am #108206In reply to: Showing latest forum posts in home page
amos78
MemberHi anyone!!
I tried to implement the group forum extras plugin on my BP website but I only get this error message in the plugin:! :
Fatal error: Call to undefined function bp_forum_extras_blogs_component() in /homez.231/pronobet/www/la-communaute-des-parieurs-en-ligne/wp-content/plugins/buddypress-group-forum-extras/bp-forum-extras-index.php on line 296
It would be nice if you have an advice to solve it please!!
Thanks in advance !
March 19, 2011 at 2:01 am #108205In reply to: JobRoller + BuddyPress errors
Virtuali
Participant@linkyou, add this to your theme’s css:
`
/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );
`And put this in your functions.php
`// Load the AJAX functions for the theme
require_once( TEMPLATEPATH . ‘/_inc/ajax.php’ );// Load the javascript for the theme
wp_enqueue_script( ‘dtheme-ajax-js’, get_template_directory_uri() . ‘/_inc/global.js’, array( ‘jquery’ ) );// Add words that we need to use in JS to the end of the page so they can be translated and still used.
$params = array(
‘my_favs’ => __( ‘My Favorites’, ‘buddypress’ ),
‘accepted’ => __( ‘Accepted’, ‘buddypress’ ),
‘rejected’ => __( ‘Rejected’, ‘buddypress’ ),
‘show_all_comments’ => __( ‘Show all comments for this thread’, ‘buddypress’ ),
‘show_all’ => __( ‘Show all’, ‘buddypress’ ),
‘comments’ => __( ‘comments’, ‘buddypress’ ),
‘close’ => __( ‘Close’, ‘buddypress’ ),
‘mention_explain’ => sprintf( __( “%s is a unique identifier for %s that you can type into any message on this site. %s will be sent a notification and a link to your message any time you use it.”, ‘buddypress’ ), ‘@’ . bp_get_displayed_user_username(), bp_get_user_firstname( bp_get_displayed_user_fullname() ), bp_get_user_firstname( bp_get_displayed_user_fullname() ) )
);
wp_localize_script( ‘dtheme-ajax-js’, ‘BP_DTheme’, $params );`Should put styles of the buddypress default theme into your theme. I would go into plugins/buddypress/bp-themes/bp-default/_inc/css/default.css and remove all the contents of:
`/* > Global Elements
*/
/* > Admin Bar
*/
/* > Header
*/
/* > Navigation
*/
/* > Container
*/
/* > Sidebar
*/
/* > Content
*/`March 19, 2011 at 1:24 am #108202In reply to: [Resolved] Speeding up buddypress
imjscn
ParticipantIt is compatible with shared.
The missed out stuffs — for example, APC. We can’t install APC on shared hosting. Even if PHP next version include APC as default extention, it will depends on the hosting site enable it or not. Without APC or other caching software, the best of W3TC’s performence has no chance to show.
For the rest of W3TC’s functions, such as minify, loading js,css, CDN, I prefer to do it manually by myself, because I will have more control on it and it’s easier to know where’s the problem if any.
I feel a bit lost at your questions of “How to pilot”.March 19, 2011 at 1:08 am #108201In reply to: JobRoller + BuddyPress errors
linkyou
MemberMarch 19, 2011 at 12:09 am #108200In reply to: [Resolved] Speeding up buddypress
@mikey3d
ParticipantW3 Total Cache is developed with Dedicate hosting or VPS hosting on mind.That is not true. W3 Total Cache said, “Compatible with shared hosting, virtual private / dedicated servers and dedicated servers / clusters.”
With a Shared hosting, most of the advantage of W3 Total Cache are missed out.Can you elaborate what are missed out?
But since my site is under developingYou don’t have much traffic that is what shared hosting is for. Do you know how to pilot? There is a learning curve to optimizing your site.
March 18, 2011 at 11:35 pm #108199@mercime
ParticipantWP/BP versions of the install that got fatal error? To get better attention of plugin dev for group email subsription, post in this forum https://buddypress.org/community/groups/buddypress-group-email-subscription/forum/
What theme are you using – bp-default child theme, custom BP theme or WP theme with BP Template Pack? If you change theme to bp-default theme, do you get a fatal error on activation?
Don’t blame your permissions right away
BP Classifieds is compatible up to WPMU 2.9.2 and BP 1.2.1 only. Unless you’re on those versions, expect the plugin to break in current versions as there have been numerous major code changes since plugin was released a year ago.March 18, 2011 at 11:31 pm #108198In reply to: [Resolved] Speeding up buddypress
imjscn
ParticipantW3 Total Cache is developed with Dedicate hosting or VPS hosting on mind. With a Shared hosting, most of the advantage of W3 Total Cache are missed out. For this, I left W3 Total Cache.
CloudFlare might be a solution for CDN and Cache. I’m currently on it. But since my site is under developing, I only put another domain (it’s for hosting static contents) on CloudFlare, so I can’t say how much improvement it is.March 18, 2011 at 11:19 pm #108197@mercime
ParticipantThank you @pcwriter, I missed the line about changing core file instead of adding it in functions.php
I think I need to get reading glasses.March 18, 2011 at 10:21 pm #108196In reply to: Renaming Groups or a ‘component’ to something else.
March 18, 2011 at 9:49 pm #108193In reply to: Zebra styling Profile Page
pcwriter
ParticipantYou can get the entire global.js code here: http://pastebin.com/32r9bK8d
Be sure to make a backup copy of your file before replacing it with this just in case stuff breaks!
March 18, 2011 at 9:33 pm #108192pcwriter
ParticipantActually, the remove_action code is correct. But you should avoid modifying core Buddypress files if and when possible to prevent having to do everything over again when you upgrade. The code should be added to the functions.php file of a BP child-theme.
To learn how to make your own child-theme, see the codex here: https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
March 18, 2011 at 8:54 pm #108190@mercime
ParticipantIt is correct.
March 18, 2011 at 8:03 pm #108183In reply to: broken links
@mercime
Participant=== When i create activity , members , groups pages from dashboard they work …. now i have 2 of each link on the nav ===
Do not create Pages named activity, members, etc from dashboard. Delete the activity, groups, members, etc. you created as BuddyPress creates those pages on its own, that’s why you see two of each link.
March 18, 2011 at 7:21 pm #108182In reply to: Custom fields for BP groups?
Youraj Pawar
ParticipantI strongly feel using this documentation you can achieve what you want.
https://codex.buddypress.org/developer-docs/group-extension-api/And this should help you with manipulating navigation items in group , renaming them or removing them. (At midway of page)
http://themekraft.com/2011/02/customize-profile-and-group-menus-in-buddypress/And this for custom fields (Not sure how much this will help for groups)
http://wparena.com/how-to/the-power-of-wordpress-custom-fields/bye
March 18, 2011 at 6:42 pm #108180In reply to: [Resolved] Speeding up buddypress
@mikey3d
ParticipantI don’t recommend using of W3 Total Cache.Have you configured properly? What is your objection of Mashable is using W3 Totlal Cache?
How come Mashable can do it? They have so much HTTP files request and are able to stand out.
March 18, 2011 at 6:11 pm #108177In reply to: [Resolved] Speeding up buddypress
JafarNajafov
MemberI don’t recommend using of W3 Total Cache. When I activate that plugin, js and ajax both stops working on my site.
March 18, 2011 at 5:54 pm #108174jubalince
ParticipantI should add, I have multiple installs of BP with various plugins running on several sites on the same server.
For more detail, I installed and configured BP, then attempted to add BP Classifieds. Got the Fatal Error.
Deleted BP Classifieds, and tried to install and activate One Quick Post (required for Your Classifieds). Got a similar but slightly different fatal error.
Perhaps my permissions are wonky?
March 18, 2011 at 5:38 pm #108170In reply to: Buddypress events
kunalb
ParticipantEvent Creators is the role which only has permission to create events. And yes, you can upgrade existing users to that role from wp’s backend.
March 18, 2011 at 5:04 pm #108169In reply to: [Resolved] Speeding up buddypress
@mikey3d
Participant"Does anyone have an alternative to minify?"You could do your own minify of all yours CSS styles.
Have you try W3 Total Cache?
March 18, 2011 at 4:52 pm #108168In reply to: broken links
@mercime
ParticipantDeactivate BuddyPress and BP plugins, change to default twenty ten theme and run Settings > Permalinks and choose option other than default permalinks.
-
AuthorSearch Results