Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 13,401 through 13,425 (of 32,678 total)
  • Author
    Search Results
  • #168452
    CTS_AE
    Participant

    WordPress 3.5.2
    bbPress 2.3.2
    buddyPress 1.8

    Fresh installs on everything
    Theme: Twenty Twelve

    Plugins installed:

    • bbPress
    • BuddyPress
    • NextGEN Gallery
    • Page Links To
    #168433
    @mercime
    Participant
    #168421
    tduschei
    Participant

    Sorry for late reply, been on vacation.

    Thank you for your response @bphelp ! I think this is what I needed.

    Only issue is that I am not having luck for the ‘unblocked pages’. I have the newest versions of WordPress and Buddypress. I am also using the 2011 WordPress Theme.

    Please let me know what other info you need for troubleshooting. I would love to see this work and I am sure it would help you too.

    #168417
    Cyrus180
    Participant

    Hey there,

    I want to realize a Team Roster with the help of buddypress. This Team Roster should display custom fields which are only editable by admins.

    The structure seems like:

    Group Name 1

    • Nickname: Nickname 1
    • Rank: Leader (custom field which should only be editable by admins)

    • Nickname: Nickname 2
    • Rank: Member (custom field which should only be editable by admins)

    Group Name 2

    • Nickname: Nickname 3
    • Rank: Leader (custom field which should only be editable by admins)

    • Nickname: Nickname 4
    • Rank: Member (custom field which should only be editable by admins)

    and so on.

    I figured out how to display the above structure without the custom field “Rank” with the following code:

    <?php if ( bp_has_groups() ) : ?>
            <?php while ( bp_groups() ) : bp_the_group(); ?>
      		<?php if ( bp_group_has_members( 'group_id='.bp_get_group_id().'&exclude_admins_mods=false' ) ) : ?>
            <div class="row ">
            	<div class="span12">
                	<div class="infobox1">
                    	<h3 class="m_title">
                        <?php bp_group_name() ?>
                  		</h3>
                    </div> <!-- end infobox -->
                 </div> <!-- end span -->
              </div> <!-- end row -->
              <div class="row ">
              	<?php while ( bp_group_members() ) : bp_group_the_member(); ?>
                <div class="span3">
                	<div class="team_member">
                    <a href="#" target="_blank" class="grayHover"><?php bp_group_member_avatar( 'type=full&width=75&height=75' ) ?></a>
                    <h4><?php bp_member_name(); ?></h4>
                    <h6>Clanleader</h6>
                    	<div class="details">
                    		<div class="desc">
                            <p>Max Mustermann <br />
                            Musterstadt</p>
                            </div> <!-- end description -->
                            <ul class="social-icons colored fixclear">
                            <li class="social-twitter"><a href="" target="_blank"></a></li>
                            <li class="social-facebook"><a href="" target="_blank"></a></li>
                            <li class="social-gplus"><a href="" target="_blank"></a></li>
                            <li class="social-mail"><a href="" target="_blank"></a></li>
                            </ul>
                         </div><!-- end details -->
                      </div><!-- end team_member -->
                 </div><!-- end span -->
                 <?php endwhile; ?>
                 
                 <?php else: ?>
               
                <div id="message" class="info">
                  <p>This group has no members.</p>
                </div>
               
              	<?php endif;?>
    		</div><!-- end row -->
            <?php endwhile; ?>
            <?php do_action( 'bp_after_groups_loop' ) ?>
     
    		<?php else: ?>
             
                <div id="message" class="info">
                    <p><?php _e( 'There were no groups found.', 'buddypress' ) ?></p>
                </div>
             
            <?php endif; ?>

    However I got a problem with the custom field. I can’t find a possibility to say, that only Admins can edit specific custom fields of members in the buddypress core neither with a buddypress plugin. So I thought it’s maybe possible to create a custom field for the wordpress users which can only be edited by admins and can be displayed inside the bp_group_members-loop.

    I’ve created this custom user field with the Plugin “Cimy User Extra Fields”. I know it is possible to show the custom user field with this code:

    $value = get_cimyFieldValue(user_id, field_name);
    echo cimy_uef_sanitize_content($value);

    However I can’t figure out how I can get the ID of the buddypress member into the user_id. May you can help me with that?

    Thanks for your help.

    Mats

    Rajeev Jain
    Participant

    Hi friends,

    I am using recent version of WordPress, BBpress and Buddpress on my website….Everything is working fine……..except one problem……..When I (Administrator) click on Activity streams option, system shows blank page but when other registered or unregistered members click on activity streams option they are easily able to see that page. same is happening with buddypress group’s activity page…….Would high appreciate if anyone could suggest the remedy.

    Thanks in advance. Regards

    #168410
    @mercime
    Participant

    @jloc14 just to be clear, you should have these files https://buddypress.trac.wordpress.org/browser/tags/1.8/bp-themes/bp-default inside the bp-default theme folder in your server. If you don’t see all those folders and files, then re-upload BuddyPress manually, i.e., via s/FTP.

    If you have child theme of the BP Default theme, then you should activate the child theme, not the BP Default theme.

    #168403

    In reply to: Back up

    @mercime
    Participant

    @blastblast see how https://www.google.com/search?q=how+to+create+a+development+site+wordpress

    Testing/upgrading WP or plugins in a dev (development) site is less stressful than testing/upgrading WP or plugins on production/live site especially when you have a BP site 🙂

    #168402

    In reply to: Back up

    blastblast
    Participant

    @mercime,

    So I’ve created the back-up sql files of my wordpress site with my host.

    I am not as well versed with computers/site development as I wish I was- Can you tell me what it means to create/install a dev site?

    thanks

    #168397
    doollard
    Participant

    Hi!
    I installed WordPress – database wp11
    in wp-config.php database wp11
    buddypress install the database bp77
    in bb-config.php database bp77
    but buddypress in the database wp11

    ????
    How to Fix

    #168391

    In reply to: Event Plugin Opinions

    @mercime
    Participant

    @mattkern
    https://wordpress.org/plugins/events-manager/ haz BP and multisite support
    There’s also another premium plugin but have never tested it http://shop.shabushabu.eu/buddyvents.html

    Leepallister
    Participant

    Because I have been told by my hosts it may be a script problem.I was wondering if having BP tables in my database might affect this. And the WordPress support is incorrect as if you look, the site is showing on Firefox. Im going round in circles trying to put this right!

    Leepallister
    Participant

    I am having absolutely no luck with this issue. I have buddypress installed as well. can someone please shed some light on this??

    http://wordpress.org/support/topic/lost-dashboard-4?replies=28

    I am going round in circles and have spent hours on it!!

    #168357
    Jeanz
    Participant

    Hi! This is my first time using BuddyPress and so far it’s working fine, except for the profile page! I bought a theme called Made from ThemeForest and it’s supposed to work with buddypress, since I can’t get the “BuddyPress Template Pack” to work, so I tried updating BuddyPress now that it’s supposed to be compatible with all themes. However my profile page still looks messed up, any ideas what could be wrong? I included a picture since my page is not available for the public yet.

    Using:
    BuddyPress Version 1.8
    WordPress Version 3.5.2

    Theme:
    http://themeforest.net/item/made-responsive-reviewmagazine-theme/2557495

    juanflores1288
    Participant

    Hi,
    I’m using WordPress 3.5.2 and Headway 3.5.5 with a child theme. After I upgraded to these versions, Buddy Press is working fine, but when I select a menu under my “Howdy, my name” on the admin user bar (activity–mentions, personal, etc.), the page is aligned all the way to the left and it doesn’t conform with any of the other pages that I’ve set up on Headway for Buddy Press. All the other Buddy Press pages lined up perfectly and I’m able to style them with CSS. But everything I try using to fix the pages under my name does not work. I have read all kinds of articles on your support forum and tried to figure this out, but I was not able to do it because I did not move any of the files out of the plug-in folder and into my theme. I have not done any of those things. Can you please tell me where I can find the template file for those menus so that I can change them or do some work on them?
    Thank you,
    Juan

    #168353

    Topic: Dashboard panels

    in group forum Third Party Plugins
    BloodVeil
    Participant

    Hello Everyone!
    I’m total newbie and I would appreciate help, a lot.
    Is there any plugin/component for buddypress which actually let’s you see the posts of your friends pop on the dashboard? Like, not activities. Posts, wordpress posts. That would be very helpful since My dashboard is currently empty and I would like it populated.
    Thankyou very much.

    #168343
    Dennis Wagner
    Participant

    Wordpress: 3.52
    Buddypress: 1.8
    Theme: Tatami (Example, Off Canvas, Responsive)

    Hey guys,
    first of all, nice plugin!

    It seems that you working hard on cross-theme compatibility. 🙂
    A couple months ago I tried to use BP but it really didn’t work with my (responsive) theme.
    I just decided to give it another shot and now it’s much much better.

    Now to my problem:

    How do I get rid of the roles that BP automatically takes from the theme?

    <div id=”item-header” role=”complementary”>
    <div id=”subnav” class=”item-list-tabs no-ajax” role=”navigation”>
    <div id=”item-body” role=”main”>

    Or how can I get role=”main” for the other two divs?

    Hope you can help me with specific instruction because I’m still a newbie in coding.

    Have a great day everyone!

    #168341
    marketmynovel
    Participant

    Everything seems to be working OK with my install, except the Forum page. Every tutorial I’ve followed says that the forums I’ve created should automatically be listed on the forums page.

    They are not. The forum page is a regular page, but does not list the forums I have created.

    The page title is the same as the forum slug in “Forum Settings.”

    I’ve tried deleting old pages and creating new ones. I did a clean install of bbPress and Buddypress. Nothing seems to work.

    Thoughts? Suggestions?

    bbPress 2.3.2
    BuddyPress 1.8
    WordPress 3.5.2
    Responsive LabZip theme

    prikid
    Participant

    Good day!

    I’m unable to create group forum from the buddypress group admin page. Below it says “Fatal error: Using $this when not in object context in /wp-content/plugins/bbpress/includes/extend/buddypress/group.php on line 308″

    I have disabled buddypress own forum, and also choosen Group Forums Parent.

    aso noticed: when creating new group and 3rd setup where need to create a group again error appears “Fatal error: Using $this when not in object context in wp-content/plugins/bbpress/includes/extend/buddypress/group.php on line 461″

    installed fresh copy and have same issue. You can check on: http://ersi.stig.al/wp/
    user & pass: test

    Wordpress is in Russian, but the plugins are in English

    Also cannot create blog for Groupblog plugin while creating new group.

    Can someone please help?

    #168320
    4ella
    Participant

    @azchipka Yes, I have Beta WordPress 3.6-beta4-24534 and also Beta 1.8 today I am going to upgrade to 1.8 full version, at this moment when I install your plugin and I click on MY POSTS tab in admin (admin has 1700 posts) I get this page:
    http://4ella.com/members/admin/posts/ which gives me PAGE NOT FOUND , I have also installed buddyblog which works perfect, but I have also many post types and I want them work too, unfortunately at this moment Brajesh’s plugin works only for one post type, your plugin works with all users post types?

    #168300
    azchipka
    Participant

    @fitnessblogger and @4ella with out additional information on your configuration its hard for me to say what the issue is. The above code was written specifically to resolve the issue on one of my websites and its working perfectly there as provided above.

    Now that said its worth noting the site the code is being used on is running
    WordPress 3.6-beta3-24450. @4ella you mentioned you running the latest version of wordpress which if not the beta is 3.5.2 which 3.6 has some pretty major changes made to it so this could be part of the problem.

    #168289
    Hugo Ashmore
    Participant

    @modemlooper
    Yep, I put a patch in then beat Boone around the head until he wrote it correctly and committed 🙂

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

    Was planning to update those template compat codex pages to include mention of this.

    #168283
    ojbravo
    Participant

    I have been having this exact same problem sporadically. I have searched a ton of forums and have seen many people with the same issue, starting as far back as BPv1.2 and WPv2.9. So far, I have yet to find anyone who has posted a solution to this problem.

    Here is what seemed to have caused / resolved my problem:

    In the general settings of my WordPress install, I listed the url of my site as http://mydomain.com, but when I linked to the register page I linked to http://www.mydomain.com/register/. Registering with this link produced the page refresh / clearing of passwords error. Removing the www from the address fixed the issue.

    Hope this helps someone.

    Godspeed,
    Omar
    Wordpress v3.5.2
    Buddypress v1.7.2

    #168282
    ojbravo
    Participant

    I have been having this exact same problem sporadically. I have searched a ton of forums and have seen many people with the same issue, starting as far back as BPv1.2 and WPv2.9. So far, I have yet to find anyone who has posted a solution to this problem.

    Here is what seemed to have caused / resolved my problem:

    In the general settings of my WordPress install, I listed the url of my site as http://mydomain.com, but when I linked to the register page I linked to http://www.mydomain.com/register/. Registering with this link produced the page refresh / clearing of passwords error. Removing the www from the address fixed the issue.

    Hope this helps someone.

    Godspeed,
    Omar
    Wordpress v3.5.2
    Buddypress v1.7.2

    #168281
    ojbravo
    Participant

    I have been having this exact same problem sporadically. I have searched a ton of forums and have seen many people with the same issue, starting as far back as BPv1.2 and WPv2.9. So far, I have yet to find anyone who has posted a solution to this problem.

    Here is what seemed to have caused / resolved my problem:

    In the general settings of my WordPress install, I listed the url of my site as http://mydomain.com, but when I linked to the register page I linked to http://www.mydomain.com/register/. Registering with this link produced the page refresh / clearing of passwords error. Removing the www from the address fixed the issue.

    Hope this helps someone.

    Godspeed,
    Omar
    Wordpress v3.5.2
    Buddypress v1.7.2

    #168276

    In reply to: Logged in logged out

    David Cavins
    Keymaster

    I’m assuming you’re talking about navigation items. You can add some conditionals around individual items to only show them only if the user is logged in. Use this WP function: https://codex.wordpress.org/Function_Reference/is_user_logged_in

    That’s not as easily done if the item is in a WP-created navigation menu. This plugin looks promising: https://wordpress.org/plugins/menu-items-visibility-control/

    -David

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