Search Results for 'buddypress'
-
AuthorSearch Results
-
July 15, 2010 at 8:52 pm #85827
In reply to: New buddypress install
Ema
ParticipantHi there,
The same problem!
Tried to change permalink to all others options, but with no success. What exactly should I write down in permalink, and what options to chose? (Url – http://localhost/wbook/…?…/)
Anyway, I am testing Buddypress in localhost on WampServer2.0f for Windows;
Using WordPress 3.0 and the last version of Buddypress.If not, tell me what to change in .htaccess file which looks like this:
# BEGIN WordPress
RewriteEngine On
RewriteBase /wbook/
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wbook/index.php [L]# END WordPress
Please keep in mind, I am not an expert in WordPress and English language.
Thanks, Ema
July 15, 2010 at 8:38 pm #85825In reply to: new version of BuddyPress Rate Forum Posts
rossagrant
Participant@dwenaus my mistake. I put it in the functions.php file in my theme and it’s worked brilliantly! THANK YOU!
July 15, 2010 at 7:57 pm #85818In reply to: Activity Replies: Too much indentation
paulhastings0
Participant@mercime Thanks for showing me @dwenaus‘ hack. I just got it running on my site a few moments ago as a temporary fix.
@r-a-y I’ve done some C++ in the past, I know what you mean Recursive = Headaches.

I guess no one has any ideas what the “real” fix will be on Trac. I suppose it’ll be something we think up ourselves. In an ideal situation what would be the ideal solution?
Should it be an admin setting that chooses how many levels of nesting is allowed?
Would it be logarithmic indentation?
Some smooth jquery solution that let the reader scroll sideways?July 15, 2010 at 7:54 pm #85816In reply to: new version of BuddyPress Rate Forum Posts
rossagrant
Participant@dwenaus that looks great thank you so much. I just don’t see a function.php file in the rate forum posts plugin or am I supposed to add it elsewhere?
July 15, 2010 at 7:52 pm #85814In reply to: bp-group-calendar – not updating group activity
nit3watch
Participant@Dwenaus what version of the plug-in do you have? As im not finding the function.
It should be in bp-events.php right? tried searching the other files aswellThe current version is 1.1 Should I send it to you?
July 15, 2010 at 7:51 pm #85813In reply to: how to calm down comment nesting
Dwenaus
Participantbump in response to this topic
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/activity-replies-too-much-indentationJuly 15, 2010 at 7:51 pm #85812In reply to: Activity Replies: Too much indentation
Dwenaus
Participant@paulhastings0
I prefer the simply approach taken by facebook: one level of indent. in my opinion, nested comments are an ultra-cool headache.like posted above, my solution at https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-calm-down-comment-nesting/ should do the trick.
July 15, 2010 at 7:49 pm #85811In reply to: bbpress functionality in buddypress
Roger Coathup
ParticipantBuddyPress doesn’t integrate the full version of bbPress you are expecting. Instead, it just uses a very restricted version integrated into BuddyPress groups.
Basic forum admin functions are available from within the group admin.
If you want full featured forums with BuddyPress, you’ll have to integrate a standalone forum solution. bbPress and simple:press are candidates – I opened a thread about this recently. Search bbPress vs simple:press
July 15, 2010 at 7:47 pm #85810In reply to: bp-group-calendar – not updating group activity
Dwenaus
Participanthi @nit3watch, all donations are welcome, even small ones keep the developers happy
. send paypal donations to deryk@bluemandala.com.I don’t need anything from their website, I think I might still be a member- ( i bought three months). And yes, as far as I know it is fully legal. what you pay for is membership and access to the plugins, but the plugins themselves, by law, need to be GNU license. There are sneaky ways around this for some plugin developers, but WPMU-DEV has not used them. share away, but be conscious, For example, if WPMU-Dev is activity supporting a plugin, then sharing it with the community without continued support might be a dis-service. also forking a project and not supporting it in the future is also a dis-service to the over-all community. That is if they actually support their plugins, which the do to a degree.
July 15, 2010 at 7:37 pm #85807In reply to: bp-group-calendar – not updating group activity
nit3watch
Participant@Dwenaus if you’d like as a ‘donation’ let me know if there’s any plug-ins that you might be interested in on their site and Ill check the licenses. I think they are all GNU 2, not sure.
@r-a-y send me an email and Ill reply with the plug-in attached ( this is legal right? ), nit3watch @gmail.comHopefully the developers here can better some of their work and better the bp community.
Edit: thanks just saw your fix
July 15, 2010 at 7:36 pm #85806In reply to: new version of BuddyPress Rate Forum Posts
Dwenaus
Participantthis code put in the function.php will remove the filter:
remove_filter( 'bp_directory_forums_extra_cell_head', 'rfp_after_topic_title_head', 3 );
remove_filter( 'bp_directory_forums_extra_cell', 'rfp_after_topic_title', 3 );
July 15, 2010 at 7:28 pm #85805In reply to: new version of BuddyPress Rate Forum Posts
Dwenaus
Participantremoving an action is a little tricky, as you need to remove it exactly as it was added. perhaps it might be simpler to hide the stuff you don’t like with css, or remove it with jquery. but i’ll look into it.
July 15, 2010 at 7:20 pm #85801In reply to: How does WordPress/Buddypress work?
Hugo Ashmore
ParticipantI posted a ticket on this and a quick and dirty solution, which I can pastebin if required
Needs to go in a bp-custom.php file in the plugins folder
It’s basic but got a bit fed up having to manually get to dashboard.
July 15, 2010 at 7:15 pm #85799In reply to: Forum create only available to certain members
Anton
Participant@nuprn1 – I only want admins and moderators to create forums in their groups where members can only reply to those forum topics that they have started. Members shouldn’t be able to create their own forum topics unless they are admin or moderator. Does this make sense?
July 15, 2010 at 7:03 pm #85796In reply to: bp-group-calendar – not updating group activity
Dwenaus
ParticipantHi, with my limited experience with them I think that WPMU-DEV is heavy on slick marketing and soft on support and coding quality. They did not code this plugin themselves – they hired it out to a very junior programmer who did a so-so job. But maybe they are providing the community some service, not sure, maybe their other plugins are great and worth it, but this calendar plugin was border-line.
@nit3watch, I’ll look into this issue…
July 15, 2010 at 6:48 pm #85793In reply to: hook available for preventing group creation?
Andy Bailey
Participantoh that’s even better. I am allowing free subscription as a subscriber but charging for anything more powerful so it’ll do what I need out of the box!

I have gone through a lot of the code, nice work! I have done a lot of modification work to wpmu and wp but this is the first time I’ve used buddypress. Going through your code was a great help, thanks!.
July 15, 2010 at 6:47 pm #85737In reply to: Activity Replies: Too much indentation
@mercime
Participant@dwenaus posted a styling work-around a while ago, of course up to a certain extent only … till trac ticket gets addressed
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-calm-down-comment-nesting/
adjust according to taste …July 15, 2010 at 6:39 pm #85788In reply to: Search Activity
Pisanojm
Participant@r-a-y is there a piece of code somewhere that will allow us to add activity search from the drop down box on BP 1.2+ I was checking out the unified search topic here, but ran into a couple of issues with it…
July 15, 2010 at 6:38 pm #85787In reply to: Sending Mass PM as admin possible?
r-a-y
Keymaster@rossagrant, @askewz – Read this:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/send-mass-email/#post-49648This doesn’t hook into the notices section though. It’s a separate admin page.
I might look at creating a plugin to use BP’s native notices section so it’ll send out an email.
July 15, 2010 at 6:31 pm #85785In reply to: How does WordPress/Buddypress work?
r-a-y
KeymasterOops… sorry the “My Blogs” menu only shows up if you’re using network mode in WP 3.0! This isn’t necessary unless you want to allow your users to create independent blogs on your site. Sorry for the crummy advice there!
You can always visit the dashboard manually by going to:
example.com/wp-admin/You can also customize the BuddyBar to include a link to the dashboard manually as well.
July 15, 2010 at 6:28 pm #85784In reply to: How does WordPress/Buddypress work?
roelant
ParticipantI really don’t see this “My blogs”! The only thing I see is the My activity, notifications and Visit menu. But there is no way to enter my dashboard!
July 15, 2010 at 6:26 pm #85783Pisanojm
ParticipantHi warut, I posted a number of issues and errors on your site about 4 weeks ago with your plugin… I would love to see this resolved… with WP 3.0 and 1.2.5.2+
July 15, 2010 at 5:57 pm #85781In reply to: Hey, Upload size limit issues please help!
Cixxy
MemberSo why didnt you guys get it, was your buddypress configured differently? I mean I havent even tweaked the settings of BP
July 15, 2010 at 5:14 pm #85766sicksight
ParticipantHi!

Does anyone have a solution for this problem? Is it possible to be allowed in capital letters in usernames? All the Links on Google and buddypress.org doesn´t help…
I have tryed out a few things… For example, I’ve replaced in the bp-core-signup.php on line 321
preg_match( "/[a-z0-9]+/", $user_name, $maybe );
with
preg_match( "/[a-zA-Z0-9öäüÖÄÜß]+/", $user_name, $maybe );In line 327 an error message is generated when the user name does not comply with certain criteria.
if ( !validate_username( $user_name, $strict = false ) || in_array( $user_name, (array)$illegal_names ) || $user_name != $maybe[0] )
$errors->add( 'user_name', __( 'Only lowercase letters and numbers allowed', 'buddypress' ) );
When I comment out followed code in Line 327:
!validate_username( $user_name, $strict = false ) ||
my preg_match rule works with the capital letters and special characters, but I think that will later have an impact on the log on and other things.
Capital letters are now being accepted, but no special characters such as “ßöüÖ” … -.-validate_username() is a WordPress function
https://codex.wordpress.org/Function_Reference/validate_username
and it uses
sanitize_user() which is documented here:
https://codex.wordpress.org/Function_Reference/sanitize_userHas anyone any idea how to do this without an sql injection or incompatible usernames later?

I would have liked that a user can log in as “SteffanieKönig” …When we get together at a solution I would like to summarize the whole issue and as a plugin, but I’m at the end of my knowledge! -.-
SickSight
July 15, 2010 at 5:07 pm #85765In reply to: Hey, Upload size limit issues please help!
Cixxy
MemberOK i fixed the error myself by removing these lines from sub-upload-http.php , but also effectively getting rid of the size cap altogether.
if ( $_FILES > BP_AVATAR_ORIGINAL_MAX_FILESIZE ) {
$feedback_message[] = sprintf( __( ‘The file you uploaded is too big. Please upload a file under %s’, ‘buddypress’), size_format(CORE_MAX_FILE_SIZE) );
$error_flag = true;
}can upload every file now! Should I just replace BP_AVATAR_ORIGINAL_MAX_FILESIZE with a integer filesize within the PHP file instead? And If so how?
Also, when the plugin updates, I’d have to re-edit this file , correct?
-
AuthorSearch Results