Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'forum'

Viewing 25 results - 2,751 through 2,775 (of 20,277 total)
  • Author
    Search Results
  • #229223
    Hugo Ashmore
    Participant

    At this stage we can’t help as you provide no idea of what sort of issue you are having; this plugin author you contacted replied to you thusly You might want to contact one of the developers of the plugin that is causing the problem and send them the information in your console no information though!

    Not sure why you have arrived at the conclusion BuddyPress is the issue here though, BP is coded very tightly to WP standards and is less a plugin and more an extension of WP functionality.

    You actually list a number of fairly complex plugins that you consider cause the issue and seem to have posted this question on bbPress forum their response is going to be the same as ours at this stage without much more information, but frankly if one states a number of plugins appear to cause an issue on an individual basis then the one common denominator would likely be the problem and in this case that’s the bol.com plugin, but that’s not pointing the finger so to speak at bol but the resolution will lie with bol rather than bbPress or BuddyPress.
    https://wordpress.org/support/topic/produktlink-doesnt-work

    #229209
    Security
    Participant

    Hi i think i know whats happening here i was working on status theme to make it work with the latest versions of both buddypress and wordpress and i faced the similar issue so this is what i did to resolve it goto wp-content>>themes>>yourthemename>>members folder>>single>>home.php and add these lines of code there

    elseif ( bp_is_user_notifications() ) :
    					locate_template( array( 'members/single/notifications.php' ), true );	
    

    just before this kinda statement // If nothing sticks, load a generic template
    next create a file named notifications.php in wp-content>>themes>>yourthemename>>members folder>>single folder and add these lines to it

    <?php
    
    /**
     * BuddyPress - Users Notifications
     *
     * @package BuddyPress
     * @subpackage bp-legacy
     */
    
    ?>
    
    <div class="item-list-tabs no-ajax" id="subnav" role="navigation">
    	<ul>
    		<?php bp_get_options_nav(); ?>
    
    		<li id="forums-order-select" class="last filter">
    			<?php bp_notifications_sort_order_form(); ?>
    		</li>
    	</ul>
    </div>
    
    <?php
    switch ( bp_current_action() ) :
    
    	// Unread
    	case 'unread' :
    		bp_get_template_part( 'members/single/notifications/unread' );
    		break;
    
    	// Read
    	case 'read' :
    		bp_get_template_part( 'members/single/notifications/read' );
    		break;
    
    	// Any other
    	default :
    		bp_get_template_part( 'members/single/plugins' );
    		break;
    endswitch;

    and try to reload your site now your problem should be solved.
    Note: only create notifications.php if its not already there and please backup your site before making these changes

    #229174
    shanebp
    Moderator

    Forums are controlled by bbPress.
    You’ll have better luck asking on the bbPress support forum.

    shanebp
    Moderator

    You referring to forum pages?
    They are created by bbPress.
    You could ask on the bbPress forums.
    You’ll need to modify the bbPress templates.

    #229166
    shanebp
    Moderator

    Have you asked on the Goodnews support forum?
    It’s unlikely anyone here has that premium theme.

    #229153

    In reply to: Invalid activation key

    telatabi
    Participant

    I found a temporary solution for this problem.
    https://wordpress.org/plugins/bp-disable-activation-reloaded/

    This plugin provides “disable activation e-mail”. User registers the form and directly go to main page. Activation code is not necessary.

    But I hope, someone find real solution. I looked all forum the same problems, but there isn’t any solve.

    #229141

    In reply to: Invalid activation key

    telatabi
    Participant

    i searched all forums but no resolve

    modemlooper
    Moderator

    If this is a 3rd party plugin issue you will ned to post support on their support forum.

    #229103
    foreningenfema
    Participant

    I am looking for the same. As Hugo sais here; it has been discussed many times, and I have searched, but I can’t find anything. Can anyone help me to find where in the forum it has been discused earlier? Or, maybe give a good answer here.

    Hugo Ashmore
    Participant

    @judder Could you create a trac ticket using the same login for here, your concerns will get lost on the forum, trac is where issues will receive attention.

    #228990
    jbird
    Participant

    Yes, I have all three boxes checked under Activity Settings, including:

    x Allow activity stream commenting on blog and forum posts
    x Automatically check for new items while viewing the activity stream
    x Allow Akismet to scan for activity stream spam

    I actually have all the boxes checked on that Settings tab, except for “Show Toolbar for logged out users.”

    On the Components tab, I have everything checked EXCEPT “User Groups”

    Finally, comments that are made within the Activity Stream are showing up. Comments made on blog posts are not.

    I feel like there is something easy I’m missing here, but I just can’t figure it out.

    Thanks for your help!

    #228988
    shanebp
    Moderator

    Do you have ‘Blog & Forum Comments’ enabled on this page
    …/wp-admin/admin.php?page=bp-settings ?

    #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

    #228950
    Hugo Ashmore
    Participant

    Yep you’re meant to be able to see pages like that and like activity stream, BP is not intended on being a private community out of the box, securing pages is pretty easy though; try searching the forum please as it’s been discussed many many times.

    Hi shanebp

    Thanks for the that, but I have tried the repair tools, and they don’t do anything to help me.

    Yes, I know of that script, but was rather hoping that there was something that I’d overlooked without having to get my hands dirty directly editing the database!

    Seems to me that this is something that the repair tools should handle. I can’t be the first person to have tried to move the location of a forum.

    It also seems odd that this is actually a problem, as I seem to recall a recent update to BP boasting that the activity stream was now generated automatically on each load, rather than being a pre-defined set of data. Surely the URL of a forum post should be something that is being regenerated each time?

    Thanks again

    #228941
    bassieappelman
    Participant

    All names are just wrong now.. it shows normal names on the profile page instead of usernames, same for in the forums at the ‘Freshness’.

    I will just reinstall buddypress I think..

    #228865
    Hugo Ashmore
    Participant

    Going to be hard to help when you provide so little information 😉

    Be a little more or a lot more specific about what issues you are having generalisations aren’t too helpful on technical forums or on technical matters.

    Theme in use ? Versions of installed apps?

    How have you created this ‘Template’ is it a copy of a current page.php template from your theme?

    BuddyPress css is specific to BP screens not any other template that may be created outside it’s knowledge, if I created a page ‘community.php’ and stuck a load of BP functions or loops in that they wouldn’t inherit any particular styling, however BP styles are pseudo namespaced with a ancestor token #buddypress so if you add that ID to an element in your template at a fairly high level such as just after something like #content you might then inherit some styles if rendered BP elements have the usual classes they need.

    #228851
    shanebp
    Moderator

    Please use the code button to format code you paste into this forum.

    To remove the count…
    Assuming you aren’t using a language translation file, try this in your bp-custom.php file.

    function john_gettext( $translated, $original_text, $domain ) {
    
        if ( 'buddypress' !== $domain )  
               return $translated;
    
        switch ( $original_text ) {
            case 'All Members <span>%s</span>':
                return 'All Members';
    
            default:
                return $translated;
        }
    }
    add_filter( 'gettext', 'john_gettext', 20, 3 );
    
    Hugo Ashmore
    Participant

    To one and all does this happen if you change to a default WP theme i.e 2014 and disable all plugins except BP? if the problem goes away then it’s theme/plugin related and I’m afraid BP cannot be held responsible or this forum expected to be able to fix things, we’ll always try and help but…

    #228817

    In reply to: Total number of posts

    Fugglet
    Participant

    I don’t see anything with that directs me towards my avatar area in the forum.
    I’d like to place it under the avatar.
    Same deal for my website http://blazeplay.com/forums/topic/hi/

    Isn’t that something you should do inside the buddypress or bbpress files? It might just be me being a bit confused here.

    Or can I see which file it’s in by using Firebug in Firefox or similar?

    #228799
    @mercime
    Participant

    @kris35 You should still be able to create a group using the member dropdown menu on the right side of the admin toolbar Groups > Create assuming that the super/site admin enabled group creation in Settings > BuddyPress > Settings. Best place to ask is at the theme author’s forums as the theme is supposed to have BuddyPress support.

    Hugo Ashmore
    Participant

    Beauty of forums are their archives, the question has arisen a few times:
    https://buddypress.org/support/topic/how-to-activate-existing-wp-users-as-bp-members-effectively/

    I needed a solution myself a few years back to activate imported users so ran a function up and uploaded to gist:
    https://github.com/hnla/force-show-bp-users

    Just updated it to reflect BP 2.0 changes to last activity to use ‘bp_update_user_last_activity()’ – it takes a slightly different approach in running only as admin and requiring that user runs the script by passing a get variable on the url ?action=force-active just to ensure script wasn’t run by accident or repeatedly also it checks and runs on a user id only if that user has no existing entry as I had existing users, I also didn’t want them all to have same time stamp so added in a delay on each iteration of the loop so each had a unique timestamp and just to allow breathing space between updates if loop particularly long.

    Updates to script are untested at this time.

    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

    #228345
    Hugo Ashmore
    Participant

    As per your other topic here on BP this is a theme related issue and in both cases related to bbP forums these are not really BP issues and this one is rather general theme styling. You need to compare a page / screen working to one that isn’t and track down what is different using a web dev inspection tool found in Firefox(firebug) or Chrome browsers

    #228344
    Hugo Ashmore
    Participant

    Marking as resolved then but for future reference remember that bbP is not BP there is a dedicated bbP support forum and docs.

Viewing 25 results - 2,751 through 2,775 (of 20,277 total)
Skip to toolbar