Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 49,376 through 49,400 (of 68,986 total)
  • Author
    Search Results
  • #85827

    In reply to: New buddypress install

    Ema
    Participant

    Hi 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

    #85825
    rossagrant
    Participant

    @dwenaus my mistake. I put it in the functions.php file in my theme and it’s worked brilliantly! THANK YOU!

    #85818
    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. :P

    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?

    #85816
    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?

    #85814
    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 aswell

    The current version is 1.1 Should I send it to you?

    #85813
    Dwenaus
    Participant
    #85812
    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.

    #85811
    Roger Coathup
    Participant

    BuddyPress 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

    #85810
    Dwenaus
    Participant

    hi @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.

    #85807
    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.com

    Hopefully the developers here can better some of their work and better the bp community.

    Edit: thanks just saw your fix

    #85806
    Dwenaus
    Participant

    this 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 );

    #85805
    Dwenaus
    Participant

    removing 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.

    #85801
    Hugo Ashmore
    Participant

    I posted a ticket on this and a quick and dirty solution, which I can pastebin if required

    http://pastebin.com/gsNJgGET

    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.

    #85799
    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?

    #85796
    Dwenaus
    Participant

    Hi, 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…

    #85793
    Andy Bailey
    Participant

    oh 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!.

    #85737
    @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 …

    #85788

    In 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…

    #85787
    r-a-y
    Keymaster

    @rossagrant, @askewz – Read this:
    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/send-mass-email/#post-49648

    This 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.

    #85785
    r-a-y
    Keymaster

    Oops… 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.

    #85784
    roelant
    Participant

    I 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! :-(

    Pisanojm
    Participant

    Hi 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+

    #85781
    Cixxy
    Member

    So why didnt you guys get it, was your buddypress configured differently? I mean I havent even tweaked the settings of BP

    sicksight
    Participant

    Hi! ;)

    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_user

    Has 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

    #85765
    Cixxy
    Member

    OK 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?

Viewing 25 results - 49,376 through 49,400 (of 68,986 total)
Skip to toolbar