Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 16,926 through 16,950 (of 32,678 total)
  • Author
    Search Results
  • #31654
    TWC01
    Participant

    Hi,

    I am using a brought wordpress template and trying to get budddypress working with it. I am using the mod that makes buddypress compatiable with a wordpress template.

    I have gone through the list and changed the div content to what it should be but I am having issues with the sidebar. In index.php i have this as the sidebar code:

    What am i mean’t to put for the sidebar code as there is no div other than the clear class.

    Kind regards

    Steve

    ps site can be seen at http://www.theworldschristians.com/christianvibe/

    #31651
    valuser
    Participant

    Am trying out multi-networks and profile data appears to be network specific (even though BuddyPress to WordPress profile syncing is enabled) whereas usermeta data attaches to user across entire installation. ie. a user can have different profile info in different networks but his/her usermeta data is universal.( I would like some user info to be universal! )

    @shanebp kindly showed me way in handling usermeta data in a template in this post http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-retrieve-usermeta-data-on-members-page/

    I’d now like to search BP Members by usermeta fields ? Is there a plugin ? Any ideas very welcome !

    #140915
    @mikey3d
    Participant

    I found the problem. When I change the theme to bp-default and the link in the Group Directory is working. But oh boy, it is not theme it was the function.php that I add @boonebgorges codes is not working:

    What’s the easiest way to change the default landing page for BuddyPress groups?

    It was working in BP 1.6 but not BP 1.6.1. I deleted it. It works.

    function bbg_set_new_group_default_subnav() {
    global $bp;
    
    if ( bp_is_group() ) {
    // Set up your new default
    $new_screen_function = 'groups_screen_group_forum';
    $new_default_slug = 'forum';
    
    $parent_slug = bp_get_current_group_slug();
    
    if ( $function = $bp->bp_nav[$parent_slug] ) {
    if ( !is_object( $function[0] ) )
    remove_action( 'bp_screens', $function, 3 );
    else
    remove_action( 'bp_screens', array( &$function[0], $function[1] ), 3 );
    }
    
    $bp->bp_nav[$parent_slug] = &$new_screen_function;
    
    if ( bp_is_groups_component() && !bp_current_action() ) {
    if ( !is_object( $new_screen_function[0] ) ) {
    add_action( 'bp_screens', $new_screen_function );
    
    } else {
    add_action( 'bp_screens', array( &$new_screen_function[0], $new_screen_function[1] ) );
    }
    
    $bp->current_action = $new_default_slug;
    }
    }
    }
    add_action( 'bp_setup_nav', 'bbg_set_new_group_default_subnav', 999 );
    
    function bbg_set_new_group_default_action() {
    global $bp;
    
    if ( bp_is_group() && !bp_current_action() ) {
    $bp->current_action = 'forum';
    }
    }
    add_action( 'bp_setup_globals', 'bbg_set_new_group_default_action', 999 );

    Mikey3D

    @mercime
    Participant

    @ed161718 You need to change 16 template files within the 6 BP folders transferred to your catch-box theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your catch-box theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with the following:
    `
    <article id="post-” >

    `

    Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `

    ` or `

    ..

    ` to `

    // Titles Of Respective BP Page Templates //

    `, AND move title to above `

    `. Just watch out when you do this in the /activity/index.php page.

    Save files.

    #140902
    danbpfr
    Participant

    @mercime, ok thanks! But “honor” is too much :-) i opened a ticket witch probably would be considered as “not important” yet…. There are other more important tasks to do first ;-)

    https://buddypress.trac.wordpress.org/ticket/4506

    @mercime
    Participant

    == BuddyPress Components do not have associated WordPress Pages: Activity Streams, User Groups, Members, Activate, Register. Repair ==

    @tgnwsauctions Click on repair https://codex.buddypress.org/getting-started/configure-buddypress-components/#settings-buddypress-pages
    Make sure that Pages are associated with the BuddyPress component

    tgnwsauctions
    Participant

    The error message saids the following active BuddyPress Components do not have associated WordPress Pages: Activity Streams, User Groups, Members, Activate, Register. Repair how do i fix it and make these thing show on my site yoursocialfaces.com

    donalconlon
    Participant

    I installed WordPress on IIS 7 using MS Web Platform Installer. Worked great, and test page works fine. After installing BuddyPress and activating, I cano no longer browse to any page (including the test page that worked before). I get a 404, page not found error.

    Any thoughts?

    #140858

    In reply to: Profile wireframes

    Tammie Lister
    Moderator

    @FIQ: That’s quite an assumption to make, personally I thought through my wireframes. I’m not going to really comment on the exercise allegation as the developer chats are showing it’s not just that. You are free to check this by reading the irc logs: https://irclogs.wordpress.org/chanlog.php?channel=buddypress-dev (Wednesday 19:00 UTC is the developer chat). You are welcome to your opinion but please come along to see the action rather than assuming. Also please recognise those of us that are trying to do something here not just dismiss our work. We work together to a solution here not against each other and you are more than welcome to be part of that solution.

    #31634
    hkcharlie
    Participant

    I don’t know if it’s anew buddypress bar or wordpress bar, but can I get rid of the WordPress logo and links at the left end of it.
    Also, I don’t want my users to have the “Dashboard” option on it either.
    Is this easy to fix ?

    #140818
    Ben Hansen
    Participant

    looks like they have something for Q&A at wpmudev.org but most of those aren’t free.

    http://premium.wpmudev.org/project/qa-wordpress-questions-and-answers-plugin/

    docilecraft
    Member

    @Aron Prins, I currently have
    WordPress 3.4.1
    BuddyPress 1.6.1
    bbPress
    Better WP Security
    Bug Library
    Jetpack
    Minotar
    SI CAPTCHA Anti-Spam
    User Role Editor
    WP Smush.it
    WPtouch
    Using BP Default

    #31632
    gswaim
    Participant

    Hi,

    I use the aMember membership script to control my WordPress (WP) site. With this solution the user’s password and email can’t be changed from the WP side (they change it via an aMember widget).

    With my standard WP install I just block them from the WP backend and they don’t have a way to change this information. However, with BuddyPress (BP) there are at least two links to the “Settings” page which allows the user to change their email and password from the WP side.

    So. How would be the best way to block access to the settings page in BP? Would it require modification to files. Could these links be filtered out with some code in functions.php file?

    Thanks in advance for any help or ideas on this!

    #140804
    Aron Prins
    Participant

    Welcome to the BP forums ;)

    Firstly, I would like to know if I already have a wordpress site up and running and with a template that is not buddypress. If I install buddypress on that site, would it fit in with the current template or would I have to change my look?

    Answer: You will need to integrate the new BP templates with your current theme. The plugin BP Template Pack guides you through this process and is available fro FWEE! in the plugins directory ;).

    I am still finding my way around plugins/ addons but would normal wordpress plugins still work with buddypress?

    Answer: This depends on the plugin and it’s functionality – to my knowledge, trial and error is the bestway :P

    My site would be a Christian portal with community features. Where is best to get buddypress plugins from?

    Answer: https://buddypress.org/extend/plugins/

    News – This would import news from other sites via rss feed. : Use WordPress :)
    Ecards: Find a plugin or someone to make it for you.
    Directory Mod: Maybe you can modify the Portfolio plugin to do this :O?
    Q&A: Sorry, no idea
    Amazon Store: Run a search with our best friend, im sure he’ll hit you up with a good plugin ;)

    You’re welcome for as far as it helped :)
    Cheers,
    Aron

    #31630
    TWC01
    Participant

    Hi,

    Firstly a big sorry if this is in the wrong place, i am new to buddypress and still finding my way around. I have a few questions which I hope the community can help me with.

    Firstly, I would like to know if I already have a wordpress site up and running and with a template that is not buddypress. If I install buddypress on that site, would it fit in with the current template or would I have to change my look?

    I am still finding my way around plugins/ addons but would normal wordpress plugins still work with buddypress?

    My site would be a Christian portal with community features. Where is best to get buddypress plugins from?

    I have used phpfox in the past but feel it is lacking what I am want to achieve. I would require the following plugins and if anyone could direct me or suggest some i would be greatful:

    News – This would import news from other sites via rss feed.
    Ecards- Is there an ecard plugin? These would be inspirational ecards
    Directory mod – listings for charities
    Questions & answers such as yahoo questions.
    Amazon store plugin – allows affiliate products/ astore to be integrated.

    Thank you in advanced for your help.

    #140783
    9087877
    Inactive

    Short answer is yes! :-) You can use bp-profile-search plugin to search for specific profile fields. Not certain it works with the current versions of WordPress and BuddyPress though. It works great in WP 3.2.1 and BP 1.5.1
    https://wordpress.org/extend/plugins/bp-profile-search/
    The standard search works well too but you have to know what your searching for. BP-Profile-Search shows a visible form and a user can choose what to search for based on the criteria you set up in the plugin. :-)

    #31620
    teorourke
    Participant

    No idea where it went, all that shows now is the wordpress bar before you log in. How would I go about getting the buddy bar back? Thanks in advance!

    #140763
    modemlooper
    Moderator

    Yes, they must login first.

    This plugin may not work as it hasn’t been updated
    https://wordpress.org/extend/plugins/bp-disable-activation/

    if it doesn’t work reply and i’ll add a setting in BP Extended Settings to turn off activation

    #140761
    modemlooper
    Moderator
    #31615
    tobesm
    Member

    Hello,
    I am shortly going to be building a site with WP and with (probably) BuddyPress installed, but would like to know if the following is possible.

    The site is going to be an event-listing site. I realise I will need an events plugin too. I would like users to be able to:

    1.) save events they see in the listings to a list of ‘possible’ events that they may attend.
    2.) Write reviews of events if they have the right user permissions level.
    3.) Add events to the listings.

    Of these, 1. is most important, and 2. and 3. are less important. I would like all other features turned off: no ‘news feed’, no ‘friends’, no groups, nothing. Do I need BuddyPress for this, or can I do something with just WordPress, and if I do install BP, is it possible to cut down all the extra features.

    In other words, the site will not be a social network, but a static site with a couple of social features. Having a page that users, when logged in, can save potential events to is crucial.

    Please advise! Thank you so much.

    Toby

    #140718
    Paul Wong-Gibbs
    Keymaster

    If you think it’s a problem, please create an enhancement ticket on https://buddypress.trac.wordpress.org/, using your username and password that you used to log into this site, explaining why you think the behaviour should be changed, and we’ll take a look at it.

    hepdoll
    Member

    Hello!

    I just installed BuddyPress (1.6.1) on a brand-new installation of WordPress (3.4.1) and, on the Plugins page, I clicked on BuddyPress “Settings” (http://rugcutter.net/gm/wp-admin/options-general.php?page=bp-components) – but I get this error message:

    “You do not have sufficient permissions to access this page.”

    I am logged in as the sole user on the WordPress installation, with Administrator permissions, so I don’t know what other permissions I could need to access that page! Can you help me?

    Here are the Qs you ask for in each new thread:

    1. Which version of WordPress are you running? 3.4.1
    2. Did you install WordPress as a directory or subdomain install? Directory
    3. If a directory install, is it in root or in a subdirectory? Subdirectory
    4. Did you upgrade from a previous version of WordPress? If so, from which version? No, fresh install.
    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Didn’t even try that, just installed WP and installed BP right away.
    6. Which version of BP are you running? 1.6.1
    7. Did you upgraded from a previous version of BP? If so, from which version? No.
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? No.
    9. Are you using the standard BuddyPress themes or customized themes? No.
    10. Have you modified the core files in any way? No.
    11. Do you have any custom functions in bp-custom.php? No.
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? No.
    13. Please provide a list of any errors in your server’s log files. Not sure how to get these.
    14. Which company provides your hosting? Innohosting
    15. Is your server running Windows, or if Linux; Apache, nginx or something else? Linux, I think.

    Thanks in advance. :)
    Liz

    #140704
    Roger Coathup
    Participant

    As @modemlooper points out, this is trivial to implement with a little PHP development knowledge.

    s2member builds on top of the WordPress roles and capabilities system — so, in addition to the s2member wrapper functions, you can also use standard WP functions. Combine them with the BuddyPress API and you have a rich environment for creating code to handle access control to pages.

    You can add your access / redirect logic in your theme’s header.php files, or even neater in an action function (in your functions.php file) — try hooking onto init, or bp-screens.

    #31596
    danbpfr
    Participant

    You can see this recurring phenomenon here for example, under the “Join Group” button: http://buddypress.org/community/groups/bp-default/forum/topic/wireframes-collection-2/

    This bug was discussed several times on this forum in the past. The lattest here:
    http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/ago-ago-1/

    I presume `%s ago` is generated by the wordpress function human_time_diff
    On the WP Codex : http://codex.wordpress.org/Function_Reference/human_time_diff
    it seems that the word “ago” is included in the expression, so it has not to appear elsewhere.
    A single $s is enought, it’s at least what i did in my translations.

    #140666
    r-a-y
    Keymaster

    Did you install WordPress in a subdirectory at mdacintranet/wordpress/?

    If so, have you read this codex article?
    https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

Viewing 25 results - 16,926 through 16,950 (of 32,678 total)
Skip to toolbar