Robin W (@robin-w)

Forum Replies Created

Viewing 25 replies - 7,576 through 7,600 (of 14,305 total)
  • In reply to: phpBB import (again)

    @robin-w

    Moderator

    ow !

    @robin-w

    Moderator

    yes crack that code open it is in includes/widgets, you should find a good place to filter – probably change 159-161 – set the ‘post_parent__in’ to the forum of the current buddypress group, and the settings in the widget will be ignored.

    In reply to: Custom Fields

    @robin-w

    Moderator

    are these tags the same for every reply?

    In reply to: phpBB import (again)

    @robin-w

    Moderator

    sorry, I know nothing of imports, so can’t help.

    Unfortunately open foundation software relies on either the authors or users (such as myself) to support for free. I try and help as much as I can.

    What I would ask though, is that if you fix it then

    1. post the solutions(s) here to help others
    2. Dip in once a month/quarterly/once on a blue moon to see if you can help someone else – after all it is someone else’s help you are now seeking.

    @robin-w

    Moderator

    If I understand it, my ‘recent activity widget’ does that

    you can find it in

    bbp style pack

    once activated you’ll find a new widget called

    (style pack) latest activity

    @robin-w

    Moderator

    great – glad you are fixed

    @robin-w

    Moderator

    ok, do let us know how you get on

    @robin-w

    Moderator

    not tested as going out soon, but this should work

    add_action ( 'bbp_new_topic', 'myprefix_assign_tag_to_post', 10, 4 );
    add_action ( 'bbp_edit_topic', 'myprefix_assign_tag_to_post', 10, 4 );
    
    function myprefix_assign_tag_to_post($topic_id, $forum_id, $anonymous_data, $topic_author) {
    if( $forum_id == '168'  && bbp_current_user_can_publish_topics() ) {
    	wp_set_post_terms( $topic_id, 'introductions', 'topic-tag', true );
    }
    
    elseif($forum_id == '1343' && bbp_current_user_can_publish_topics() ) {
    		wp_set_post_terms( $topic_id, 'discovery', 'topic-tag', true );
    
    }
    }

    @robin-w

    Moderator

    what is this ‘link’ ? please clarify – what link are you talking about?

    @robin-w

    Moderator

    @domeboys I have remove the error code as it looked like it contained the card details of one of your customers.

    I can only repeat that you had a working site a week or so ago, and something changed to create the issues you have now. bbpress has not changed, but something has caused an error.

    This could be down to many issues, including updates you have done, or database corruption.

    I appreciate that you are feeling very frustrated.

    In your position, I would be asking HostGator to revert my site to before the issue and see if that fixes. I would also suggest you turn on debug to see if that reveals a site error.

    bbpress runs on over 300,000 websites worldwide, but there are infinite combinations of themes, plugins and data that make it impossible to say that bbpress will work in all circumstances, but the fact that your was, should mean that it could be again.

    I wish you luck in resolving.

    @robin-w

    Moderator

    @robin-w

    Moderator

    no problem

    @robin-w

    Moderator

    @haddly I can’t see any easy way to reassign content, given that you have already assigned it to yourself

    @robin-w

    Moderator

    There is no standard

    I just set up a user called ‘deleted user’ with a fictitious email address, and assign content to that

    @robin-w

    Moderator

    @frendeliko https://bbpress.trac.wordpress.org/ticket/3198

    it is sitting waiting for 2.5.15 or 2.6

    @robin-w

    Moderator

    great – glad you are fixed

    @robin-w

    Moderator

    no problem, glad you are fixed

    @robin-w

    Moderator

    this seems to be some custom code the function vvd is not a bbpress one. I presume you have added this to your functions file, or a plugin has it ?

    I googled and got this thread where the snippet is mentioned

    http://bbpress37.rssing.com/chan-7465926/all_p128.html

    function vvd_no_view_ip( $author_ip, $r, $args ){
    	return __return_empty_string();
    }
    add_filter('bbp_get_author_ip','vvd_no_view_ip', 10, 3 );

    is this the code you are using ?

    @robin-w

    Moderator

    subscribing to a forum just gets you notifications of new topics, you then need to subscribe to the topic to get replies.

    This plugin changes that so you are automatically subscribed.

    topic subscribe

    @robin-w

    Moderator

    ok, this is beyond any help I can give – sorry but it is a bit like asking me to fix your car by email.

    What I would say is that a week ago you had a fully working site. You/HostGator changed something and now it is not working. It is that change that caused the issue, and where you should look for a resolution.

    Reverting back to a copy of your site before the problems would seem a logical first step.

    @robin-w

    Moderator

    ok, but something changed to create ‘today’s problem’, and that something wasn’t a change to bbpress, so bbpress is not the root cause. The root cause could still be the something that changed last week.

    I don’t have wp supercache, but there will be settings that allow you not to cache bbpress, forums topics or replies.

    Take a look and report back.

    @robin-w

    Moderator

    ok,

    so basically your site was working fine. Then xxx something about updraft plus backup xxx and HostGator shut down your site.

    so the problem was caused by you(?) doing something with backups, but the resolution was upgrading php, installing a caching plugin, and disabling bbpress. This makes no sense.

    Hostgator’s aim is to get your site functioning, not resolve the issue, so they have done lots of things, and once working, just abandoned you.

    I suspect that you should exclude bbpress from wp-supercache and re-activate it, but without knowing what you were trying to achieve right at the start, I cannot say.

    @robin-w

    Moderator

    ok – something must have changed on your site, as errors don’t just appear, and it is highly unlikely that bbpress just started erroring.

    disabling and re-enabling plugins is one technique (and one I recommend often), but it si not just a plugin, but combinations and outside factors.

    in your case I think you now have either one or two issues

    firstly ZendGuard does not work with php7, so you need to either revert to 5.4 or more probably get rid of zend guard – do you know where and why it is there?

    secondly are you using any caching plugin? – these often cause the “Error: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.” issue

    @robin-w

    Moderator

    you might want to read this

    https://blog.zend.com/2016/10/10/zend-guard-and-php-7/#.W-s-L7uNxPY

    and refer your hoster back to this

    @robin-w

    Moderator

    yes this is the place for help, but it is free hep for a free product, and it is fellow bbpress users like myself that try and help, so we do this in our free time.

    I do not see how the error

    [Tue Nov 13 10:30:27 2018] [error] [client 192.185.1.20] Failed loading /opt/php54/lib/php/extensions/no-debug-non-zts-20100525/ZendGuardLoader.so: /opt/php54/lib/php/extensions/no-debug-non-zts-20100525/ZendGuardLoader.so: undefined symbol: zval_used_for_init, referer: http://thecardinalnation.com/login/

    you present is bbpress related – is this the only error that you had ?

Viewing 25 replies - 7,576 through 7,600 (of 14,305 total)