Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 1,026 through 1,050 (of 7,561 total)
  • Author
    Search Results
  • #262423
    Paul Wong-Gibbs
    Keymaster

    @johnjamesjacoby This specific error has already been fixed in BuddyPress trunk a couple weeks ago (I don’t have the changeset number to hand). netweb fixed an identical problem in bbPress a couple of months ago: https://bbpress.trac.wordpress.org/changeset/6113/trunk

    danbp
    Participant

    Group Forum use bbpress which has his own support. Ask there please.
    BuddyPress doesn’t use roles outside what you setup in your WordPress settings.

    pimous
    Participant

    Hello,
    I bought the woffice theme version 2.2 with the installation of bbPress and BuddyPress when configuring the rights. I noticed that I could not disable the right to create a topic in the group forum for subscribers section (this does not work, even with the user role editor plugin installation). I come back to you to guide and advise me in order to find a solution.
    thank you

    Version 4.7 | Unyson 2.6.10 | Woffice 2.2.0 | bbPress 2.5.12 | BuddyPress 2.7.4

    Jon Fergus
    Participant

    So we’re using the “BuddyPress Group Email Subscription” plugin, and are experiencing a bottleneck when members submit a reply to a topic within a BP group. It can take 15-30 seconds for the reply to finish, from the moment of clicking “reply” to page reload.

    Looks like this is because the reply doesn’t finish posting until all notification emails are composed and sent. There’s a plugin to solve this for bbpress (AsynCRONous bbPress Subscriptions), but nothing I can find to solve the problem when it’s the BP email sending routine that’s being used.

    Does anyone have a solution to eliminate the slow reply issue here? We want to continue using the subscriptions plugin for several other reasons, so eliminating it isn’t the solution we’re looking for.

    Thanks for the help.

    Plugin we’re using: https://wordpress.org/plugins/buddypress-group-email-subscription/

    Other info:

    WP version 4.7
    PHP version 5.6.28

    Active Plugins
    – p1 Adminimize 1.11.2
    – p2 Akismet 3.2
    – p3 All In One SEO Pack 2.3.11.1
    – p4 bbP Toolkit 1.0.6
    – p5 bbPress 2.6-alpha
    – p6 Better Notifications for WordPress 1.6
    – p7 BP Registration Options 4.3.0
    – p8 BuddyPress Group Email Subscription 3.7.0
    – p9 BuddyPress Sitewide Activity Widget 1.3.2
    – p10 BuddyPress 2.7.3
    – p11 Contact Form 7 4.6
    – p12 Goodnews Shortcodes editor 1.0
    – p13 Google XML Sitemaps 4.0.8
    – p14 Header and Footer 2.0.3
    – p15 TinyMCE Advanced 4.4.1
    – p16 User Role Editor 4.31
    – p17 WP-Mail-SMTP 0.10.1
    – p18 WP Super Cache 1.4.8

    #262222
    rhj4
    Participant

    I am teaching a workshop. As participants register for the workshop using Event Espresso, they will get a WP user identity. Each workshop has a corresponding group with an associated forum (bbPress). As participants register, I want to automatically include them in a corresponding group.

    Is there a way to do this automatically or even manually that doesn’t require me to “invite” them to join. They have already implicitly accepted group membership because it is a requirement of taking the workshop.

    At the very worst, can you point me to some code that I could use to automate this process myself?

    Thanks,

    Bob Jones

    #262187
    Venutius
    Moderator

    This is a bbPress issue, I’ve raised a ticket on bbPress Trac that would fix the problem:

    https://bbpress.trac.wordpress.org/ticket/3025

    #262184
    rageshr007
    Participant

    Hi…I have BBpress and Buddypress in my WP…I had cerated couple of private groups and also created corresponding private forums which linked to the respective private groups…I had listed the forum index in a page…When a non member try to click on private forum its auto redirect to home page…It will confuse the users…My intention is if a non-member click a private forum ..it should show a message like ” you need to be a member of this group to access this forum” or redirect to a page which i can show the message…Is it possible…?.. m using latest versions of BB and BD press.Pls help wth your expert advices.

    #262099
    mikel1980pamplona
    Participant

    First, thank you for responding.

    Would you mind, please explain to me how I do it?
    Would it be enough to add some line of code in the file functions.php of my child theme? So I did it with bbPress to customize the text editor of the forum. I followed the instructions that other users put in their codex, but from this I can not find anything.

    Thanks

    #262079
    tronix-ex
    Participant

    @danbp I actually got it, the function is in this file.

    bbpress\includes\common\formatting.php

    Thanks for your time, you can close the topic.

    #262066
    tronix-ex
    Participant

    Hi @danbp,

    Thanks for your reply. Sorry for didn’t mention that yes I want this in a bbpress topic is there a way to do this?

    Thanks,

    #262062
    danbp
    Participant

    Depends where you need that and what you exactly want as result. You can hardcode something into the child theme template or use some CSS trick like this one.
    Or maybe you need something like this ?

    That said, be default, when you mention a user within a blog post or any update, a class name is automatically added: “bp-suggestions-mention”.

    When you mention a user in a bbPress topic, there is no class name. But that’s lazy bbPress mentioning, not BuddyPress. If so, ask for this on their support.

    #262057
    larsivar
    Participant

    The host offer an automated install. Is that bad?

    When installing the bbpress plugin everything works.

    I have tried installing BP in many different ways, both manually by uploading and by installing from the dashboard. None of it works.

    I found this information about the database:

    – It is supposed to be php version 7.1

    But don’t know how to check the MySQL version… it says MariaDB 5.5.53 it this is it.

    #262055

    In reply to: Fatal error PHP 7.1

    lgreenwoo
    Participant

    Just jumping back in on this one.

    I’ve been developing a large & complex WP site (60+ CPTs using Pods & BP) for the past few months on PHP 7.1. I ran all PHP 7.1 RCs and so far the only issues I’ve seen are related to BP. I’m now at the point where I’ve had to disable BP to continue development on PHP 7.1 (I need nullable types and void returns from PHP 7.1) and ignore any BP features I have on my roadmap until it’s stable (I hope soon ๐Ÿ™‚ )

    I can’t report any issues with WP-core and PHP 7.1 that I’ve witnessed.

    No trying to say that BP is crappy ๐Ÿ™‚ – just a hint that the issue may be more likely to be on BP side (especially since it seems that BBPress had a similar issue which they’ve already fixed – see my link in previous post).

    The other issue I’m seeing on PHP 7.1 seems to be related to enabling Opcache and BP – https://buddypress.trac.wordpress.org/ticket/7361

    Hope that’s helpful ๐Ÿ™‚

    #262031
    seriani
    Participant

    i have forum in bbpress but all free plugins is not good, and i want use buddypress user profile, does anyone knows what is the best plugin for my case?

    #261891
    danbp
    Participant

    Check your forum settings and sync WP and BP users.

    Usually on a local site, and standard setup, while you use BP group forum, the forum slug is:
    http://localhost/groups/group_name/forum/
    If you use wampp, you should have a list of virtual hosts (aka site names), where you installed wordpress. This means also that wp is at the site root. If your site is called mario, you install wp there and then you should have http://mario/ Once BP is activated, you’ll get http://mario/members/ or http://mario/groups/ and so on…

    The link to the forum user/author/commenter is
    http://localhost/members/member_name/

    When you use bbPress as standalone forum (aside or without BuddyPress), the link looks like

    http://localhost/root_forum/single_forum/forum_name/
    Link to user is the same as the one indicated previously.

    More details here

    Installing Group and Sitewide Forums

    You can also follow the bbPress install guide if you use bbPress separately.

    #261885
    danbp
    Participant

    Are you on a host plan who has the minimum requirements or does your host offer an automated WP install ?
    PHP version 5.6 or greater
    PHP memory_limit: 64 MO
    MySQL version 5.6 or greater

    Do you have similar trouble when you install another plugin ? Try to install bbPress, as test.

    For now, access to your site by FTP, delete BP from plugins directory and upload a fresh copy.

    You could also try to delete BP via the dashboard and try to reload it via the plugin installer. Sometimes uploads went wrong and some files are then corrupted.

    #261881
    danbp
    Participant

    Hi @archie22is,

    thank you for your report. But when you write such information, it is of your responsability to give correct information.

    Such alarming title can confuse any user. It is unfair and to be honest, it is only concerning you (it’s your install who has that issue, not WordPress or BuddyPress, in their globality). Especially that the error message has nothing to do with BuddyPress.

    In other words, you annonce 2 wrong information on the wrong forum.

    The error is related to bbPress. And there is already a topic about this warning on WordPress support.

    Read it and try to repair or add your own opinion to that topic.
    Open also – if none exist – a topic on bbPress support.

    #261879
    Archie Makuwa
    Participant

    Hey guys,

    I had to downgrade this morning when two of my sites started showing errors. This is what I got:
    ksort() expects parameter 1 to be array, object given in /var/www/that-dope-site/wp-content/plugins/bbpress/includes/core/template-functions.php on line 316

    I also noticed the error on a remote website and it occurred last night: http://rodamania.com/

    Just reporting. I solved the issue by simply downgrading my version of BB.

    Current BuddyPress version: 2.5.10

    #261847
    melodies
    Participant

    Hello @danbp,
    Below are the details, as requested:

    – The WordPress version was 4.6.1.
    (upgraded to 4.7 to see if that will solve the problem, but it didn’t).
    – The BuddyPress version is 2.7.2.
    – The BbPress version is 2.5.11.
    – The problem started when I upgraded from “WordPress 4.5.3” and “BuddyPress 2.6.1.1” to “WordPress 4.6.1” and “BuddyPress 2.6.2.”
    – The theme I tested with is: Twenty Sixteen.
    – I have not modified the core files.
    – WordPress was installed as a directory, in both root and a subdirectory (Both are having the same problem).
    – The only custom functions in bp-custom.php is define ‘BP_FRIENDS_SLUG’.
    – The server is running on nginx, and there are no errors in the server log files for today.

    I deactivated all non-BuddyPress related plugins, to make sure they’re not the cause of the problem.

    This is the only notice that ever appears on the screen and in the source of the page:

    <div id=”message” class=”bp-template-notice updated”>

    <p>You successfully left the group.</p>

    </div>

    This happens when I click the “leave group” button on the Groups page, and then refresh the page. After that, if I click on a BuddyPress profile page, it will still display “You successfully left the group” on the profile page as well. Trying to create a new success or error notice by clicking the “Add Friend” button, making an “edit profile” change, or refreshing the page does not change or remove the notice either. No other notice will show except for “You successfully left the group.”

    I do not use any cache plugins.

    I contacted the host company to see if there is a problem with the install or the server, but they said they couldn’t find any problems on their end. They cleared the server cache and uploaded new WordPress files, but the BuddyPress problem is still there.

    Why is “You successfully left the group” the only notice showing on all bp templates?

    danbp
    Participant

    Your snippet use some deprecated code. (bp_is_page( BP_MEMBERS_SLUG ) since 1.8)

    Here a similar one who let you make BP almost private…

    function bpfr_guest_redirect() {
    global $bp;
    // enter conditional here
       if ( bp_is_activity_component() || bp_is_groups_component() || bp_is_blogs_component() ||  bp_is_members_component() || is_bbpress() ) {
    	
    // not logged in user - user will be redirect to any link to want
       if( !is_user_logged_in() ) { 
          //wp_redirect( get_option('siteurl') ); //back to homepage    			
          //wp_redirect( get_option('siteurl') . '/intranet' ); // back to whatever page 
          wp_redirect( get_option('siteurl') . '/register' ); // back to register page	
          } 
       }
    }
    add_filter( 'get_header', 'bpfr_guest_redirect', 1 );
    #261720

    In reply to: Group Assignment?

    Venutius
    Moderator

    If it was bbPress that caused your issue then yes, you’d need to take that to the theme author

    #261717

    In reply to: Group Assignment?

    Venutius
    Moderator

    Yes it will allow this, you would need the Auto Group Join plugin to assign users to group and also be aware that it uses bbPress to create group specific forums.

    #261715
    BrianLF
    Participant

    Hi
    We recently tried bbPress along with the bbP private groups option, and it worked well; however, it affected our theme and caused some parts of our site to malfunction. As such, we’ve had to disable bbP and this other Plugin. So, we’re going to need another option, and BuddyPress seems to be really good. Can someone confirm whether it will work in allowing us to create private group (to which we would assign users) and then assign specific groups to specific forums?

    Or will we need another plugin? If so, any recommendations?

    Many thanks in advance.

    #261682
    sweeneytodd94
    Participant

    (Latest version of WP/BP; non-bundled custom theme, using child theme.)

    When adding a custom index & members-loop to /members/ in my child-theme, to make some adjustments to the members directory layout, individual profile pages break completely, I think defaulting to the pages.php but loaded without any content.

    childtheme/members/members-loop.php

    <?php 
    //global $members_template;
    //$reset_members_template = $members_template;
    
    do_action( 'bp_before_members_loop' ); ?>
    
    <?php if ( bp_has_members( bp_ajax_querystring( 'members' ) . '&per_page=21&type=alphabetical' ) ) : ?>
    
    	<div id="pag-top" class="pagination">
    		<div class="pag-count" id="member-dir-count-top"><?php bp_members_pagination_count(); ?></div>
    		<div class="pagination-links" id="member-dir-pag-top"><?php bp_members_pagination_links(); ?></div>
    	</div>
    
    	<?php do_action( 'bp_before_directory_members_list' ); ?>
    
    	<ul id="members-list" class="item-list" role="main">
    
    	<?php while ( bp_members() ) : bp_the_member(); ?>
    
    		<li>
    			<div class="item-avatar">
    				<a href="<?php bp_member_permalink(); ?>"><?php bp_member_avatar('type=full&width=80&height=80'); ?></a>
    			</div>
    			<div class="item">
    				<div class="item-title"><a href="<?php bp_member_permalink(); ?>"><?php bp_member_name(); ?></a></div>
    				<div class="item-meta"><span class="activity"><?php bp_member_last_active(); ?></span></div>
    				<?php do_action( 'bp_directory_members_item' ); ?>
    			</div>
    			<div class="action">
    				<?php do_action( 'bp_directory_members_actions' ); ?>
    			</div>
    			<div class="clear"></div>
    		</li>
    
    	<?php endwhile; ?>
    
    	</ul>
    
    	<?php do_action( 'bp_after_directory_members_list' ); ?>
    
    	<?php bp_member_hidden_fields(); ?>
    
    	<div id="pag-bottom" class="pagination">
    		<div class="pag-count" id="member-dir-count-bottom"><?php bp_members_pagination_count(); ?></div>
    		<div class="pagination-links" id="member-dir-pag-bottom"><?php bp_members_pagination_links(); ?></div>
    	</div>
    
    <?php else: ?>
    	<div id="message" class="info"><p><?php _e( "Sorry, no members were found.", 'buddypress' ); ?></p></div>
    <?php endif; 
    
    //$members_template = $reset_members_template;
    ?>
    
    <?php do_action( 'bp_after_members_loop' ); ?>

    childtheme/members/index.php

    <?php
    
    /**
     * BuddyPress - Members Directory
     *
     * @package BuddyPress
     * @subpackage bp-default - SSSMG
     */
    
    get_header( 'buddypress' ); ?>
    
    	<?php do_action( 'bp_before_directory_members_page' ); ?>
    
    <div class="container">
    <div class="row">
    <div id="primary" class="col-md-10">
    
    	<div id="content" role="main" class="<?php do_action( 'content_class' ); ?>">
    		<div class="padder">
    		<div class="buddypress">
    
    		<?php do_action( 'bp_before_directory_members' ); ?>
    		
    	<form action="" method="post" id="members-directory-form" class="dir-form">
    	
    	<?php do_action( 'bp_before_directory_members_content' ); ?>
    
    	<div id="members-dir-search" class="dir-search" role="search">
    		<?php bp_directory_members_search_form(); ?>
    	</div><!-- #members-dir-search -->
    
    	<?php do_action( 'bp_before_directory_members_tabs' ); ?>
    
    		<div class="item-list-tabs" role="navigation">
    			<ul>
    				<li class="selected" id="members-all"><a href="<?php bp_members_directory_permalink(); ?>"><?php printf( __( 'All Members %s', 'buddypress' ), '<span>' . bp_core_get_total_member_count() . '</span>' ); ?></a></li>
    
    				<?php if ( is_user_logged_in() && bp_is_active( 'friends' ) && bp_get_total_friend_count( bp_loggedin_user_id() ) ) : ?>
    					<li id="members-personal"><a href="<?php echo bp_loggedin_user_domain() . bp_get_friends_slug() . '/my-friends/'; ?>"><?php printf( __( 'My Friends %s', 'buddypress' ), '<span>' . bp_get_total_friend_count( bp_loggedin_user_id() ) . '</span>' ); ?></a></li>
    				<?php endif; ?>
    
    				<?php do_action( 'bp_members_directory_member_types' ); ?>
    
    			</ul>
    		</div><!-- .item-list-tabs -->
    
    		<div id="members-dir-list" class="members dir-list">
    			<?php //bp_get_template_part( 'members/members-loop' );
    				locate_template( array( 'members/members-loop.php' ), true );
    			?>
    		</div><!-- #members-dir-list -->
    
    		<?php do_action( 'bp_directory_members_content' ); ?>
    
    		<?php wp_nonce_field( 'directory_members', '_wpnonce-member-filter' ); ?>
    
    		<?php do_action( 'bp_after_directory_members_content' ); ?>
    
    	</form><!-- #members-directory-form -->
    
    	<?php do_action( 'bp_after_directory_members' ); ?>
    
    </div><!-- #buddypress -->
    </div><!-- .padder -->
    	</div><!-- #content -->
    
    </div><!-- primary -->
    <?php get_sidebar( 'buddypress' ); ?>
    </div><!-- row -->
    </div><!-- container -->
    
    	<?php do_action( 'bp_after_directory_members_page' ); ?>
    
    <?php get_footer( 'buddypress' ); ?>

    bp-custom.php

    <?php
    // bp-custom.php - BP hacks and mods will go here
    /**
     * Include bbPress 'topic' custom post type in WordPress' search results */
     
    function ntwb_bbp_topic_cpt_search( $topic_search ) {
    	$topic_search['exclude_from_search'] = false;
    	return $topic_search;
    }
    add_filter( 'bbp_register_topic_post_type', 'ntwb_bbp_topic_cpt_search' );
    
    /**
     * Include bbPress 'forum' custom post type in WordPress' search results */
    
    function ntwb_bbp_forum_cpt_search( $forum_search ) {
    	$forum_search['exclude_from_search'] = false;
    	return $forum_search;
    }
    add_filter( 'bbp_register_forum_post_type', 'ntwb_bbp_forum_cpt_search' );
    
    /**
     * Include bbPress 'reply' custom post type in WordPress' search results  */
    
    function ntwb_bbp_reply_cpt_search( $reply_search ) {
    	$reply_search['exclude_from_search'] = false;
    	return $reply_search;
    }
    add_filter( 'bbp_register_reply_post_type', 'ntwb_bbp_reply_cpt_search' );
    
    /**
     * Ensure that multiselect boxes have trailing brackets in their 'id' and 'name' attributes.
     *
     * These brackets are required for an array of values to be sent in the POST
     * request. Previously, bp_get_the_profile_field_input_name() contained the
     * necessary logic, but since BP 2.0 that logic has been moved into
     * BP_XProfile_Field_Type_Multiselectbox. Since bp-default does not use the
     * BP_XProfile_Field_Type classes to build its markup, it did not inherit
     * the brackets from their new location. Thus this workaround.
     */
    function bp_dtheme_add_brackets_to_multiselectbox_attributes( $name ) {
    	global $field;
    
    	if ( 'multiselectbox' === $field->type ) {
    		$name .= '[]';
    	}
    
    	return $name;
    }
    add_filter( 'bp_get_the_profile_field_input_name', 'bp_dtheme_add_brackets_to_multiselectbox_attributes' );
    
    // add the custom column headers to BP manage signups
    function philopress_modify_user_columns($column_headers) {
            $column_headers['extended'] = 'Extended';
            return $column_headers;
    }
    add_action('manage_users_page_bp-signups_columns','philopress_modify_user_columns');
    
    // dump all the pending user's meta data in the custom column
    function philopress_signup_custom_column( $str, $column_name, $signup_object ) {
    	if ( $column_name == 'extended' ) 
                 return print_r( $signup_object->meta, true );
            return $str;
    }
    add_filter( 'bp_members_signup_custom_column', 'philopress_signup_custom_column', 1, 3 );
    
    //* Redirect WordPress Logout to Home Page
    add_action('wp_logout',create_function('','wp_redirect(home_url());exit();'));
    
    //add @mentions to bbpress forum
    function custom_bbpress_maybe_load_mentions_scripts( $retval = false ) {
    	if ( function_exists( 'bbpress' ) && is_bbpress() ) {
    		$retval = true;
    	}
    	return $retval;
    }
    add_filter( 'bp_activity_maybe_load_mentions_scripts', 'custom_bbpress_maybe_load_mentions_scripts' );
    
    function bphelp_dpioml(){
    	$bphelp_my_profile_field_1='Profession';
    	$bphelp_my_profile_field_2='Primary Institution';
           if( is_user_logged_in() && bp_is_members_component() ) { ?>
            <div class="bph_xprofile_fields">
                              <?php if(bphelp_my_profile_field_1<>"") echo bp_member_profile_data( 'field='.$bphelp_my_profile_field_1 );  ?><br />
    						  <?php if(bphelp_my_profile_field_2<>"") echo bp_member_profile_data( 'field='.$bphelp_my_profile_field_2 );  ?><br />
                    </div><?php
           }
    }
    add_action('bp_directory_members_item', 'bphelp_dpioml');
    
    ?>

    I’ve tried all sorts of different combinations but whatever I do, the only way to get both the profile pages and the members directory to display is to remove the index and members-loop customizations. Then everything works fine, but without the adjustments to the members directory that I want (removing recent updates, for instance). Any pointers would be brilliant!

    #261657

    So sorry @danbp.

    Since installing BP 2.7.2, all the ajax response I receive starts with a php tag <?php.
    I already tried deactivating all other plugins, setting my theme to twentysixteen, but whenever I activate only BP, the issue is generated.

    1. WordPress version: 4.6.1

    2. Installed wordpress as a directory

    3. Root

    4. Did not upgrade from a previous version of wordpress.

    5. WordPress was functioning properly before I installed BP.

    6. BP version 2.7.2

    7. Did not upgrade from a previous version of BP

    8. I have plugins other than BP. I already tried deactivating all plugins. Only BP causes the issue.

    9. Customized theme

    10. Social Portfolio

    11. No

    12. No

    13. not running bbpress

    14. Please provide a list of any errors in your serverโ€™s log files.

    [03-Dec-2016 11:26:59 UTC] PHP Notice:  bp_nav was called <strong>incorrectly</strong>. These globals should not be used directly and are deprecated. Please use the BuddyPress nav functions instead. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 2.6.0.) in /var/www/html/evriend/wp-includes/functions.php on line 3996
    [03-Dec-2016 11:26:59 UTC] PHP Notice:  Indirect modification of overloaded element of BP_Core_BP_Options_Nav_BackCompat has no effect in /var/www/html/evriend/wp-content/themes/social-portfolio/buddyboss-inc/theme-functions.php on line 2085
    [03-Dec-2016 11:26:59 UTC] PHP Notice:  bp_nav was called <strong>incorrectly</strong>. These globals should not be used directly and are deprecated. Please use the BuddyPress nav functions instead. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 2.6.0.) in /var/www/html/evriend/wp-includes/functions.php on line 3996
    [03-Dec-2016 11:26:59 UTC] PHP Notice:  Indirect modification of overloaded element of BP_Core_BP_Options_Nav_BackCompat has no effect in /var/www/html/evriend/wp-content/themes/social-portfolio/buddyboss-inc/theme-functions.php on line 2086
    [03-Dec-2016 11:26:59 UTC] PHP Notice:  bp_nav was called <strong>incorrectly</strong>. These globals should not be used directly and are deprecated. Please use the BuddyPress nav functions instead. Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 2.6.0.) in /var/www/html/evriend/wp-includes/functions.php on line 3996
    [03-Dec-2016 11:26:59 UTC] PHP Notice:  Indirect modification of overloaded element of BP_Core_BP_Options_Nav_BackCompat has no effect in /var/www/html/evriend/wp-content/themes/social-portfolio/buddyboss-inc/theme-functions.php on line 2087
    [03-Dec-2016 11:26:59 UTC] PHP Notice:  Undefined index: font-style in /var/www/html/evriend/wp-content/themes/social-portfolio/buddyboss-inc/theme-functions.php on line 1163
    [03-Dec-2016 11:26:59 UTC] PHP Notice:  Undefined index: subsets in /var/www/html/evriend/wp-content/themes/social-portfolio/buddyboss-inc/theme-functions.php on line 1164
    [03-Dec-2016 11:26:59 UTC] PHP Notice:  Undefined index: google in /var/www/html/evriend/wp-content/themes/social-portfolio/buddyboss-inc/theme-functions.php on line 1165

    15. No one yet. running on my local machine

    16. Apache

Viewing 25 results - 1,026 through 1,050 (of 7,561 total)
Skip to toolbar