Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,776 through 6,800 (of 22,649 total)
  • Author
    Search Results
  • #229124

    In reply to: groups added to phpbb?

    shanebp
    Moderator

    Integrating phpbb with BuddyPress would be a lot of work and would require a good developer with strong knowledge of both BP and phpbb.

    I’m not aware of any plugin that bridges phpBB with WP and BuddyPress.

    This might get you part of the way.

    #229118
    gyfi
    Participant
    #229107
    JibsouX
    Participant

    okey thanks in fact i will use the wonderfull plugin : BWP Minify πŸ˜‰

    https://wordpress.org/plugins/bwp-minify/

    #229095
    Henry Wright
    Moderator

    You’ll have to deregister them and then re-register them ensuring the fifth param of wp_register_script() is set to true

    https://codex.wordpress.org/Function_Reference/wp_register_script

    Note: Careful things don’t break as a result of moving scripts to the footer.

    shanebp
    Moderator

    There are several plugins for that.
    Do a search for front end post.

    #229078

    In reply to: Unban from Group?

    Skyrie
    Participant

    @hnla I agree, especially since a lot of BuddyPress sites (including my own) prohibit a user from seeing the backend at all. We need an option in the actual frontend for the admin of a group to be able to unban, perhaps with a list of banned members. Right now my users have to contact a member of our staff to get someone unbanned from their group, which they shouldn’t have to do.

    I’ve raised a ticket for this issue:
    https://buddypress.trac.wordpress.org/ticket/6013

    #229063
    Paul Wong-Gibbs
    Keymaster

    Switching from multisite to normal flavour WordPress looks kind of complicated. I came across http://wpebooks.com/2010/09/how-to-enable-multisite-in-wordpress/ from a good source (see page 24 of the PDF).

    Make backups of everything first. πŸ™‚

    #229053
    modemlooper
    Moderator

    You edit this text via a language file.

    Customizing Labels, Messages, and URLs

    or wordpress.org/plugins/quick-localization/

    #229044
    wrify
    Participant

    Thank you for your reply. Maybe I didn’t explain myself well or maybe I am using the wrong approach.

    What happens is as follows:

    I have a set of categories listed on a page. These categories are for content purposes. Click on a category and get the list of post under that category. Just a regular WordPress thing.

    However, I need to do the same thing for type of users.

    For example:

    Under arts, I list categories as Arts, Photography, News etc. (These are for content)

    But the I need to list Artists, Photographers, Galleries (These are for users)

    Thanks,
    Joe

    Hugo Ashmore
    Participant
    #229014
    ronia
    Participant
    #229010
    marcmiquel
    Participant

    I did! With no success…He doesn’t reply. I know that it must work with this combination of plugin + theme + wordpress because I tried it in an empty one. But I just cannot lose all the work done in this website.
    Do you know of any ‘cleaner’ or restore to defaults for certain things? Thanks!

    Marc

    #228997
    marcmiquel
    Participant

    “Buddypress Upload Avatar Ajax” upload the pics in a folder during the registration as I checked right now. But then they don’t appear in the profile. Plus, the tab associated to user profile area “change…” does not appear. What could it be? I tried with a new wordpress and theme and it works, so it must something related to my specific combination. I deactivated all the plugins besides buddypress and this one, but still, it does not work. I am afraid using super cachΓ© before or any security plugin broke my wordpress…Any idea?

    #228987
    jbird
    Participant

    Just a little more info…

    I’ve tried this with all plugins deactivated except buddypress and akismet, and also with the twenty thirteen theme. Still no blog comments are showing up in the Activity Stream at all in either scenario. I would think that should eliminate plugin or custom theme conflicts as issues.

    I have WordPress multisite installed elsewhere on my domain, but this is installed in a fresh, single WordPress installation (4.0) in a different directory.

    I’ve seen a bunch of old threads in this forum that talk about search engine blocking being a factor, but I’m not sure which settings are relevant to that in the recent version of WP.

    I am desperate for some insight!

    Cheers,
    Jason

    #228970
    bp-help
    Participant

    @gyfi
    Or if you would like a quick and easy plugin solution I offer a couple of premium plugins for that. http://bphelpblog.wordpress.com/2014/09/27/private-bp-pages/
    Submit Comments, Tips or Tricks, or Job Inqueries

    #228944

    In reply to: Buddypress tabs !!

    mcpeanut
    Participant

    I dont quite understand what you mean tbh about page refreshes when clicking a link or menu item? that is how web pages tend to work in general lol πŸ™‚

    However i do understand what you are saying about what you want to achieve, but you have to realize one thing first, if something doesnt work as your brain imagines it to work out of the box it does not mean you cannot make it work that way, as hugo said you should be really looking towards ajaxing certain parts of your website to acheive what you asked (you said you have no idea what ajaxing is yet you only need to type it in google to find out and read a few articles on what exactly ajaxing does to find out), ajaxing basically will let you do exactly what you are describing, you can read about it here https://codex.wordpress.org/AJAX

    There are quite alot of wordpress ajax plugins around i have messed around with myself with mixed results when used with wordpress and buddypress, i suggest reading the link above then searching for a few ajax plugins and try them out for yourself πŸ™‚

    #228849
    Henry Wright
    Moderator

    Hi @somethingelse

    Have you ever thought about a custom solution using user meta? Something like:

    // Hook this to a particular action.
    update_user_meta( get_current_user_id(), 'active', current_time( 'mysql' ) );

    Then you’d get that for display using something like this:

    // $last_active will be a date-time string.
    $last_active = get_user_meta( get_current_user_id(), 'active', true );

    Refs:
    https://codex.wordpress.org/Function_Reference/get_user_meta
    https://codex.wordpress.org/Function_Reference/update_user_meta

    MBWD
    Participant

    Having the same issue. Still no help from the devs? This seems to be very common. I’ve tried all the solutions I’ve been able to find… no luck with any of them. Using WordPress 4.0 integrated with Bootstrap 3.3 on a local dev site.

    #228835
    @mercime
    Participant

    @joetheboss1998 First, please do not edit core files as these will be overwritten when you upgrade BuddyPress. Second, you’re looking at the wrong file.

    Create a folder named buddypress at the root of your active theme/child theme folder then copy over https://buddypress.trac.wordpress.org/browser/tags/2.1.1/src/bp-templates/bp-legacy/buddypress/members/register.php and place that within the buddypress folder created earlier following the directory structure, i.e., wp-content/themes/your-theme-folder/buddypress/members/register.php

    #228825

    In reply to: Total number of posts

    Henry Wright
    Moderator

    I must admit, the template hierarchy was slightly confusing at first for me too but once you get your head around it, it is a very powerful way of using templates. It works similarly to the WordPress template hierarchy if that helps.

    #228819

    In reply to: Buddypress tabs !!

    mena__99
    Participant

    well , thanks a lot for reading and replying to my post , i appreciate it.

    also thanks alot for the tip that will save me a lot of time.

    i am not a develober at all .. and i have very little interest in being one to be honest , i am an architect , but i want to make a very nice website for me and my friends ( since i have almost no money because i hadnt work yet – i decided to build it myself with wordpress plugins )

    buddypress looks promising and that is what i like about it.

    one thing i dont like about it so far …
    when i press edit profile i see ( view, edit, change profile photo ) … when i ever click on anyone of them .. the whole page refresh like if i am visiting anther page .. which is really old ! … that is very bad.

    i want to make tabs for everything. so that whenever i click on any of them … everything stays the same (no page refreshing ) , faster , fewer time loading and look much better .

    **sorry for my bad english , i am egyptian **

    #228804
    Henry Wright
    Moderator

    Hi @enigmaweb

    You have a couple of options regarding your requirements here.

    1. You could try searching the Plugin Directory to see if anything is available that meets your needs. If nothing then you could try option 2…

    2. Implement a custom solution yourself. Restricting content is fairly easy if you make use of some WordPress functions such as current_user_can() and wp_redirect(). You’ll also need to make yourself familiar with hooks. Here’s a very basic example of how to restrict content depending on a particular user’s role.

    function my_restrict_content() {
    
        // Check if the current page is the group creation page AND the currently logged-in user is a subscriber
        if ( bp_is_group_create() && current_user_can( 'edit_posts' ) )
            return;
    
        // If we get to here, the current user is not authorised to view this content so redirect them to the homepage.
        wp_redirect( home_url() );
        exit;
    }
    add_action( 'init', 'my_restrict_content' );

    Helpful refs:

    #228798

    In reply to: Display memberlist

    Henry Wright
    Moderator

    Hi @htown

    1. Will buddy press allow me to print out a list of members and customize it the way I’d like?

    BuddyPress may do. By default, BuddyPress provides a members directory which displays all active members (users that have activated their account). If you need more control over exactly which users are displayed then you’ll need to use the WP_User_Query class provided by WordPress.

    Ref: https://codex.wordpress.org/Class_Reference/WP_User_Query

    2. Will buddy press allow me to export users in a CSV file?

    I’m not sure this is do-able out-of-the-box. However, there may be plugins available in the WordPress Plugin Directory that can help.

    #228794
    mcpeanut
    Participant

    @sbaglia i really dont have a clue about this but ive just noticed a recent update on a plugin that adds seperate social networking functions to wordpress that i have been watching for a while, now the idea i had a while ago was wondering if this plugin could infact be ran alongside buddypress just for the comment notifications within wordpress, meaning i was wondering if all other notifications and workings of this other plugin could be disabled and used just for this one specific task, this way users would have a seperate notification system for blog and custom post comments, i really dont know as i have not messed around with them together but i know that this plugin does achieve what we want but seperately to buddypress, maybee you want to have a mess with the idea i had? i just dont have time at the minute and dont know if it will work well with buddypress running too, the plugin is here https://wordpress.org/plugins/wp-notifications/

    vaperooms
    Participant

    Right then folks just a little heads up to my now resolved issue.

    I had initially installed WordPress through my hosting cPanel Softaculous script installer. This appeared to have caused the issues.

    After reading the documentation and other forum posts it had become clear instead of using my hosting self install script I should download WordPress manually and install manually too. The same should be done with BuddyPress.

    I can’t answer as to what causes this through using a self install script but I can confirm that it fully resolved it.

    So yes OK I had to do a complete re-installation but at least my site was a fresh install in the first place to start again and repair.

    Encountering this issue has given me the stance that I will manually install in future as opposed to cPanel self installation.

    Thanks for an excellent BuddyPress and I hope I can become a valued member of these forums and BuddyPress!

    Regards,

    Gaz

    N.B. This topic can now be marked as closed by the moderators please

Viewing 25 results - 6,776 through 6,800 (of 22,649 total)
Skip to toolbar