Search Results for 'wordpress'
-
AuthorSearch Results
-
May 18, 2012 at 5:07 am #134710
In reply to: I want to Make all External links nofollow
@mercime
ParticipantMay 18, 2012 at 12:55 am #134705alexuor1
MemberHello friends
I am a newbee in wordpress and buddypress.
I have a problem which I don’t know how to solve.
I am using a theme Theme “Frisco for BuddyPress”.
Whenever any member are putting some posts on my blog, its not updating in my posts database.
Can anyone help?May 18, 2012 at 12:25 am #134704Eric Langley
ParticipantAfter more research this is expected behavior in WP Multi Network. Users are only added to the main blog, not the sub blog they join on. Kinda weird but that is the way it works.
I tried the WPMU Default User Role https://wordpress.org/extend/plugins/wpmu-default-user-role/screenshots/ but it didn’t work for me.
Multisite User Management https://wordpress.org/extend/plugins/multisite-user-management/installation/ did the trick!
~eric
May 17, 2012 at 9:52 pm #134702In reply to: Using Group Extension API to add 2 extensions
adambware
ParticipantCould this be related to this ticket?
May 17, 2012 at 7:37 pm #134699In reply to: Chat Plugin Recommendations
May 17, 2012 at 4:43 pm #134694In reply to: Can’t access My Account tabs using sub domain
Rachel
MemberHi,
Thanks for your help!
I added this line of code: define( ‘BP_ENABLE_MULTIBLOG’, true ); to my wp-config.php file but the results were the same. If I click on any of the tabs under My Account or Notifications I get led back to my main site.
I tried putting the code in different locations throughout the wp-config.php file but it made no difference, this is where it is now. (see below)
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define(‘WP_DEBUG’, false);define( ‘BP_ENABLE_MULTIBLOG’, true );
/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);Please help!
Thanks!!!May 17, 2012 at 4:10 pm #134693Eric Langley
ParticipantUpdate: I just created a completely fresh install of WordPress Multi Site, with no plugins or thems and registered a new user. The user account is not added to the site and, of course, does not have any permissions. Yet the user has access to the site as a member.
Kinda weird. It’s like there is some hidden permissions granted.
@elangleyMay 16, 2012 at 6:25 pm #134669In reply to: Hooking into the Group information
Tammie Lister
ModeratorIf you want to add code not just CSS you probably want to use an action like here: https://codex.buddypress.org/developer-docs/action-reference/groups/
https://codex.wordpress.org/Plugin_API is a great ‘getting started guide’ on using those.
May 16, 2012 at 3:04 am #134633In reply to: Display names are not usernames
@ChrisClayton
ParticipantNot sure if it still works as intended as it is about two years old but you might want to have a look at this plugin. https://wordpress.org/extend/plugins/buddypress-usernames-only/
May 15, 2012 at 10:46 pm #134626In reply to: Creating goals in buddypress community
Tammie Lister
ModeratorGood idea sounds like a great plugin gap as I don’t think there is one unfortunately that fits ‘goals’ per say. You have got the Achievements App though http://achievementsapp.wordpress.com/about/ – perhaps that in some ways does what you are looking for? It’s not exactly what you are saying though.
May 15, 2012 at 7:52 pm #134619In reply to: How to email all users
May 15, 2012 at 10:15 am #134586In reply to: BP profile redirect question
Jatinder Pal Singh
ParticipantHey Guys !!! After so much effort, It is ready. New Plugin is ready. In-built filter of WordPress was behaving very awkwardly. I had to leave that apart and I created another solution to the problem. Little tricky but works perfectly fine. Soon I will upload the new plugin with new name to wordpress plugin directory
May 15, 2012 at 6:19 am #134575In reply to: Custom Activity Post
@mercime
Participant== If I can’t do that, then Buddypress isn’t going to work for me. I’m a newbie when it comes to wordpress and php ==
@naimickmac23 there’s no BP plugin at this time that does that for the Activity Stream. It is do-able but you’d either have to code it yourself or hire a developer to do so. This can be do-able as well without BuddyPress, as neononcom mentioned above you could set up a form where users can post the required fields. If you need assistance with these forms, do post at the WordPress forums.
@neononcon you can make an enhancement request at https://buddypress.trac.wordpress.org/newticket
May 15, 2012 at 1:24 am #134564In reply to: buddypress activity plus – Image Size Issue
@mercime
ParticipantI suggest that you also post at https://wordpress.org/tags/buddypress-activity-plus?forum_id=10
log in with same username and passwordMay 15, 2012 at 1:21 am #134562In reply to: BP profile redirect question
@mercime
ParticipantMay 14, 2012 at 11:54 pm #134557In reply to: Members page not functioning
@mercime
Participant“Nivo Slider for WordPress” is compatible up to WP 3.2.1 so might as well find other Nivo plugin.
As for BP Corporate theme, it probably needs to be upgraded. If you’re adventurous:
a. backup your BP Corporate Theme
b. Install/activate Theme Check plugin and when you check the theme, you might find issues which might include instructions on how to resolve such.
c. After b) Install/activate Log Deprecated Notices plugin. Go to front end and click on a few links. Then go to wp-admin Tools > Deprecated Notices and check issues in theme, if any.May 14, 2012 at 9:43 pm #134553In reply to: Members page not functioning
frostdawn
MemberOkay. deactivating everything and re-uploading BuddyPress and activating bp-default cleared out the basic problems so that it worked as expected. Then I found 2 things that individually break the Members pages. One is the BP Corporate theme (MAJOR part of even considering building the site in the first place). The other is the plugin for “Nivo Slider for WordPress” which is killing me since this was one of the best and brightest plugins on the site for the client.

Recommendations?
May 14, 2012 at 2:39 pm #134535In reply to: Fatal error on installing
Tumes80
MemberI am getting the error:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /data/19/2/23/83/2675083/user/2937305/htdocs/grundycounty/wp-content/plugins/buddypress/bp-core/bp-core-functions.php on line 950So I went to: https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
It says to:
Increasing memory allocated to PHPAlso released with Version 2.5, the WP_MEMORY_LIMIT option allows you to specify the maximum amount of memory that can be consumed by PHP. This setting may be necessary in the event you receive a message such as “Allowed memory size of xxxxxx bytes exhausted”.
This setting increases PHP Memory only for WordPress, not other applications. By default, WordPress will attempt to increase memory allocated to PHP to 32MB (code is at beginning of wp-settings.php), so the setting in wp-config.php should reflect something higher than 32MB.
WordPress will automatically check if PHP has been allocated less memory than the entered value before utilizing this function. For example, if PHP has been allocated 64MB, there is no need to set this value to 64M as WordPress will automatically use all 64MB if need be.
Please note, this setting may not work if your host does not allow for increasing the PHP memory limit–in that event, contact your host to increase the PHP memory limit. Also, note that many hosts set the PHP limit at 8MB.
Increase PHP Memory to 96MB
define(‘WP_MEMORY_LIMIT’, ’96M’);
I went into my wp-Config.php file and put this code: define(‘WP_MEMORY_LIMIT’, ’96M’);
into the end of the wp-config.php. I am still having an issue. Any suggestions?Thanks.
TumesMay 14, 2012 at 12:41 pm #134532In reply to: Mentorship Requested: WordPress Dummy = Me
Paul Wong-Gibbs
KeymasterCan we keep things civil please, and on topic.
May 14, 2012 at 12:36 pm #134529Paul Wong-Gibbs
KeymasterAgree that this error message should be improved. If you can make a patch, please submit it to https://buddypress.trac.wordpress.org/
May 14, 2012 at 12:34 pm #134528In reply to: I need help urgently…please
Paul Wong-Gibbs
KeymasterBuddyPress wouldn’t be affecting this at all. Try the wordpress.org forums.
May 14, 2012 at 9:20 am #134515In reply to: fatal error
websitevala
Memberwhen i login in site at top bar i saw that error it saw bp-members-notifications.php on line 76
i used latest version of buddypress and also use buddypress activity plus and in wordpress version 3.3.2 and wordpress theme is huddle but i can’t understand that error i also modify that file also but still sawing problem and that wise i can’t handle the theme file widget i can’t access the any widget to modify or change it so anyone who help me ???May 14, 2012 at 8:33 am #134512In reply to: Group directory
@mercime
ParticipantThe one who creates the group is the Group Admin. So the easiest way to set up what you want would be to copy bp-default theme’s group-header.php file from https://buddypress.trac.wordpress.org/browser/tags/1.5.5/bp-themes/bp-default/groups/single/group-header.php into your child theme folder following the directory structure.
Open up group-header.php and change
``
to
``
and save file.May 14, 2012 at 8:08 am #134510In reply to: [fixed] BuddyPress + bbPress activity stream bug
Bandreus
MemberAs it turns out, it was the Add link to facebook plugin (https://wordpress.org/extend/plugins/add-link-to-facebook/) causing the issue. Activity streams started working fine as per usual after disabling the plugin.
Again, thanks a lot for the great support!
May 14, 2012 at 7:55 am #134508In reply to: Mentorship Requested: WordPress Dummy = Me
Hugo Ashmore
ParticipantWell thanks a bunch – maybe we should all bow out and leave things to mercim then as no one else has ever contributed any help on the forum

-
AuthorSearch Results