Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 13,601 through 13,625 (of 32,678 total)
  • Author
    Search Results
  • mewrd
    Participant

    trying to understand the buddypress/wordpress codex :
    in the admin dashboard/all pages,i can see only the main/parent pages like events groups members …
    now when i want to customize the inner pages like adding shortcodes,
    for example in members i want to customize the single member page i cant find it in the admin dashboard ,if i open new page and calling it single member page it is just a different page.

    help?

    #167163
    bp-help
    Participant

    @designac @synaptic
    Just wondering if you could supply some feedback. You may want to download and install it again from the same link. I made some minor changes but it really doesn’t add anything more then what I had but they are using me as a test monkey I suppose with the wp plugin review panel. It works great on 4 different installations I have and I would appreciate your feedback. Keep in mind I intentionally did not block wordpress pages, just the BP ones, but you also have the option to unblock activity for instance. I may however make some changes depending on the feedback given.
    Thanks!

    #167153

    In reply to: Creating New Plugins

    bp-help
    Participant

    @hnla @mercime @modemlooper
    I agree there needs sorting out and consistency in how to check for BP etc.
    I just got an email from Mika E one of the plugin reviewers and she says

    But … why?

    BuddyPress has loader actions you can hook into: https://plugins.trac.wordpress.org/browser/buddypress/trunk/bp-core/bp-core-actions.php#L34

    (I’m sitting next to JJJ right now and he pointed this out). So you don’t have to call loader.php, which is slower in the long run, and instead you hook into BP at the appropriate point.

    The whole thing it looks like you’re doing is adding this action:

    add_action( ‘admin_notices’, ‘private_community_for_bp_lite_install_buddypress_notice’ );

    And you want to only add that notice IF BuddyPress is loaded, right? So why not the smaller check? If you do that, you won’t have to call bp-loader, because you’re hooking in after it’s loaded.

    Why would I want my install buddypress notice to display if they have buddypress installed and the requirement for BP is met? That makes no sense. Right now it is setup to display only if someone using wordpress does not have BP installed and activated which is what it does and should do correct?
    I don’t get it! Any of you guys have advice?
    Thanks again!

    #167151
    @mercime
    Participant

    @nanaimomen The problem is more like the theme is using a proprietary templating system. BuddyPress works in nearly all WordPress themes. Regular WP tags like the_title() and the_content() should be in the theme’s page.php file for the BP Theme Compatibility magic to work, i.e., you no longer need to revise 16 template files manually like before.

    To resolve your issue, open up your theme’s page.php file and Save As > buddypress.php and ask the theme author to replace theme’s corresponding tags with the_title() and the_content(). Upload that updated buddypress.php file into your theme’s folder in server and you should be good to go.

    @mercime
    Participant

    all content and users are mirrored/shared across the networks/sites

    @mike245 Strange. Only users not the content should be shared across the network for that plugin as far as I know. Have only used the other BP Multinetwork plugin, so don’t quite know why that’s happening in your installation. Recommend that you post at plugin’s support forums https://wordpress.org/support/plugin/bp-multi-network

    mik.e245
    Participant

    @mercime Sorry, I forgot to mention that I’m already using BP Multi Network and Networks for WordPress! Unfortunately, they’re doing the wrong thing: while each network/site now has Buddypress working, all content and users are mirrored/shared across the networks/sites. Instead I need to have Buddypress working on all networks/sites, with *separate* content but *shared* users. Is there any way to do this?

    Thank you!
    Bill

    #167131

    In reply to: Create Group

    mgrmn
    Participant

    One I am with /groups/ I can go to /groups/create/ and it will show me the form. Thank you.

    As far as “Page title is not within the WordPress loop”, where do I look to get fixed, cause all the PB pages have the same thing, just say “Page”

    #167130

    In reply to: Creating New Plugins

    modemlooper
    Moderator

    It all depends on how the plugin functions. if you have WP options saved and then use bp_include to load plugin your settings won’t load fast enough for BuddyPress to use options.

    bp_include is used for code that accesses BuddyPress code. So you know that BuddyPress is loaded before you execute code. It should not be used to detect if BuddyPress is active.

    you can use https://codex.wordpress.org/Function_Reference/is_plugin_active

    or check if ( class_exists( ‘BuddyPress’ ) )

    #167129

    In reply to: Create Group

    @mercime
    Participant

    @mgrmn There should be a “Create a Group” button beside the page title in the Groups Directory page. https://codex.buddypress.org/user/buddypress-components-and-features/groups/#groups-directory

    If the “Create a Group” button doesn’t show up in your theme, that’s because the_title tag of page template is not within the WordPress loop. To resolve this issue, you can create your own link to the Create Groups page, just append /create to the URL of your groups directory page
    e.g.
    groups page -> http://example.com/groups
    groups create page -> http://example.com/groups/create

    Alternatively, if you prefer, you can instead add the patch to include the groups/create link in BP MyAccount section of the WP Toolbar https://buddypress.trac.wordpress.org/ticket/1838 – coming out in BP 1.8

    #167128
    mgrmn
    Participant

    Not sure, but I believe you need to add get_currentuserinfo(); for the part getting user info.

    Try something like this to debug and see if you get any reponse at all.

    function debug_userinfo() {
    	global $current_user;
          	get_currentuserinfo();
    	echo 'Username: ' . $current_user->user_login . "\n";
          	echo 'User email: ' . $current_user->user_email . "\n";
          	echo 'User first name: ' . $current_user->user_firstname . "\n";
          	echo 'User last name: ' . $current_user->user_lastname . "\n";
          	echo 'User display name: ' . $current_user->display_name . "\n";
          	echo 'User ID: ' . $current_user->ID . "\n";
    }

    See wp codex https://codex.wordpress.org/Function_Reference/get_currentuserinfo

    @mercime
    Participant

    @mike245 by default, there’s only one instance of BuddyPress per WordPress (single or multisite) installation. What you want – multiple BuddyPress installations in one Multisite install – is not possible without a BP multinetwork plugin. There are two plugins available and of those two, since you want a shared userbase, you would need https://wordpress.org/plugins/bp-multi-network/

    #167121
    PrettyPixels
    Participant

    I have a few special interest sites that are all for creative people (writers, artists, musicians, etc). I’d like to use BuddyPress to link the sites as a network; however, I’m a complete newbie to BuddyPress and could really use some advice on the best way to set this up.

    Here’s how I would (ideally) like the site to work:

    – Main domain (domain1.com) is a splash page that shows activity from across the different sections. From there, the member can drill down into the sections (music, art, etc.)

    – Sections can be accessed directly by either subdomain (ex: http://music.domain1.com) or full domain (ex: http://writers.com)

    – Members can join one or more sections. Their username/account/info/avatar etc is managed from one spot and carries across all the sections where they are members.

    – Ideally a “single sign on” to the sections (even across domains) where the user is a member

    – Each section has its own forums, but also share one or more common forums that are universal between all the sections. For example, the musicians can access both the “music” and “general discussion” forums. The artists can access the “art” and the “general discussion” forums. The general discussion forum is shared, but the member needs to join either the music or art sections to post/reply in those forums.

    All that said, what is the best way to configure WordPress/BuddyPress to make this happen? Will I need to use multisite, or will one installation do?

    Any advice or pointers in the right direction are greatly appreciated. 🙂

    mik.e245
    Participant

    Hi,
    I’ve set up a WordPress Multiuser install with Buddypress. So far it’s mostly working great (thank you for such a great open source project!)

    In the default configuration, Buddypress shares all activity, content, and users across WordPress sites. However, I want to isolate them — the activity and content should be separate for each site, but users should be shared between them.

    I know there are currently plugins (WP Multi Network and BP Multi Network) that will allow this functionality, but the problem is that they set up multiple networks. I’m only going to ever create one site per network, so it feels a bit redundant. I only want to create multiple sites. Is there any way to apply this feature from networks to sites? In other words, can I have separate sites without separate networks?

    Many thanks,
    Bill

    #167106
    Ben Hansen
    Participant

    yeah the hostile trick is a good way to “trick” your computer thinking a domain exists somewhere its doesn’t thus allowing you to not need to change the domain in the first place. that being said as Hugo mentions the codex pages tend to try to address the entire learning curve of any particular process meaning that they are giving you a bunch of options on that page you don’t need to be able to follow the entire thing to employ one of the listed techniques.

    Another thing you may want to consider (depending on the amount of content your site will have prior to going public) is to simply build out on a dummy domain then reconstruct on a fresh install as soon as you are able to grab the domain. Regular wordpress content can even be exported from the construction site and then imported into the new site. Unfortunately no such process exists for buddypress data (groups, non post creating users and activity) but generally speaking those things shouldn’t take all that long to recreate unless your community section is going to be gigantic.

    David Cavins
    Keymaster

    Shuklaamar- Be aware that if you edit core files as that web page suggests, you’ll have to make that same edit every time you update WordPress.

    Honestly, my experience with WordPress on IIS hasn’t been that great. The rewrite/redirects are one thing, but the FastCGI implementation is not very robust, which can cause grief.

    Polly- Your problem doesn’t appear to be related to the original question. I think you’re right that the problem is the theme, so contacting the theme author would be a good start.

    -David

    shuklaamar1509
    Participant

    I Solved the Issue. Please follow the link : http://webloggerz.com/how-to-remove-index-php-from-wordpress-url/

    #167094
    shuklaamar1509
    Participant

    I Solved the Issue. Please follow the link : http://webloggerz.com/how-to-remove-index-php-from-wordpress-url/

    #167090
    shuklaamar1509
    Participant

    I am working on WordPress Multisite.
    My WordPress version is 3.5.1
    BuddyPress version is 1.7.2 , IIS 8 , SQL Server 2012.
    I am using wordpress-database-abstraction for using SQL Server.

    BuddyPress related pages are not showing any content except page title and date.
    Links for these pages are like “http://localhost/wp-sqlsrv/index.php/activity/” ,”http://localhost/wp-sqlsrv/index.php/groups/”

    But if I change url in browser addressbar to “http://localhost/wp-sqlsrv/activity/” then all content are shown.
    For this I tried to change the permalink structure.
    When in custom structre option I set “http://localhost/wp-sqlsrv/blog/%postname%/” and click on save, It is converted as “http://localhost/wp-sqlsrv/blog/index.php/%postname%/” autometically.

    Why this is happening? How to overcome this problem.
    Please anyone help me.

    Thanks !

    #167089
    Henry
    Member

    There isn’t a button or setting that will move everything for you. You could pay someone to do it if you’re not comfortable with doing it yourself. The cost involved for moving a stand-alone WordPress install (files and db) should be reasonable.

    #167085

    In reply to: Creating New Plugins

    Henry
    Member

    Even though your plugin is BP related, it might be worth also posting the question in:

    https://wordpress.org/support/forum/plugins-and-hacks

    Your reach will be extended to the WP plugin dev community

    #167066
    shanebp
    Moderator

    BP also hard-codes urls all over the place instead of making them relative.
    Dunno why. Perhaps there is some setting to avoid this?
    And what about serialized strings?

    So use this:
    search / replace

    #167062
    Henry
    Member

    @4ella

    $query = new WP_Query( 'post_type=portfolio' );

    More info on how you can use the WP_Query class:

    https://codex.wordpress.org/Class_Reference/WP_Query

    #167060
    Henry
    Member

    There is a Codex page which will talk you through the steps you need to do when the time comes…

    https://codex.wordpress.org/Changing_The_Site_URL

    #167059
    Ben Hansen
    Participant

    all of that is handled by the wordpress side of things, buddypress shouldn’t have any trouble handling a domain change. obviously any permalinks would change however.

    mcpeanut
    Participant

    asynaptic thx for the reply i think i posted this in worng section.
    buddypress is installed and works fine…i dont need help from support on any of the matters on that page.
    i just need someone to tell me how to remove my website header image and my navigation bar from above anything thats buddypress related on my website.
    for instance do i need to create a budypress header php and if i do how do i exclude it from using my header image and navigation bar in wordpress pages? what would i add to the header php to stop these pages calling the header and nav bar.
    i dont know how much more clearer i can be on what i need to do, thats what i dont understand? im asking a simple enough question?
    showing someone a screenshot of my header wouldnt help its the same as anyone elses header just that it stretches to far down the page …its about 700px down the page by the time users have scrolled to the buddypress menus in the content area of my page, hence why i need to just remove my header and navigation bar from above my main content area on the buddypress pages (thus making it easier for users to navigate)!
    i also know nearly every experienced buddypress user will probably know how to do this but no-one will reply or help me out?

Viewing 25 results - 13,601 through 13,625 (of 32,678 total)
Skip to toolbar