Chuckie (@ajtruckle)

Forum Replies Created

Viewing 25 replies - 151 through 175 (of 396 total)

  • Chuckie
    Participant

    @ajtruckle

    Mine is set to day and name .

    In reply to: Freshness

    Chuckie
    Participant

    @ajtruckle

    And does it matter having the little plugin plus your bug fix setting on at same time?

    In reply to: Freshness

    Chuckie
    Participant

    @ajtruckle

    I think it was my fault. I thought I had created a test message but I had left the body of the topic empty and not ticked the recaptcha.

    It would not jump to the error messages. It just went to top of screen. So I did not notice the post was not added.

    It really should jump to the error message which I have nice and clear with a yellow border.

    In reply to: Freshness

    Chuckie
    Participant

    @ajtruckle

    Rob, I have now switched on again your bug fix option. So I have our little plugin active and your bbp plugin option active.

    See what happens.I wonder if you can add some logging to see if it is working?

    In reply to: Usernames

    Chuckie
    Participant

    @ajtruckle

    Sorted. šŸ˜€

    In reply to: Usernames

    Chuckie
    Participant

    @ajtruckle

    Ok, I see a Display name option in BBPress. Maybe that should be on my registration form.

    But, it is that user statistics plugin again. It displays the usernames.

    In reply to: Usernames

    Chuckie
    Participant

    @ajtruckle

    Ok, it seems that in BBPress my register page does not allow for you to specify the nickname:

    Register

    My BBPress Edit profile page allows you to edit your nickname though.

    I see No where in general to specify what to display, apart from editing my profile in WordPress backend.

    That said, I realise my username is displayed here as it is the @ text.

    I am reluctant to show usernames you see. According to my security logs I have so many attempts to hack into my site my username.


    Chuckie
    Participant

    @ajtruckle

    Thanks. Only mistake there is that you forgot to insert your corrected edit terms into the if statement. šŸ™‚

    Thanks alot.


    Chuckie
    Participant

    @ajtruckle

    You create those pages. Each page has a short code it in. You then tell Theme My Login the links to each of those pages.


    Chuckie
    Participant

    @ajtruckle

    Here:

    Theme My Login

    You can install it from there.


    Chuckie
    Participant

    @ajtruckle

    Just use “Theme my Login”. It does everything.


    Chuckie
    Participant

    @ajtruckle

    OK. The merging test I did worked fine. Thanks.

    Question:

    View post on imgur.com

    Why is my “Merge topic tags” check box in the middle?! Why not on the left?


    Chuckie
    Participant

    @ajtruckle

    Oh, OK. So to test this out I simply have to try and merge two topics. Is that the idea? Or merge two replies? i did not follow this whole discussion.


    Chuckie
    Participant

    @ajtruckle

    Just upgraded to your latest version 4.5.1

    Change log says:

    additional bug fix for merge topics on variable mismatch on bug fixes tab

    But I still only see 3 possible bug fixes listed? Please advise.


    Chuckie
    Participant

    @ajtruckle

    Cool. I suppose I don’t need to activate this because I switched off moderation anyway via a snippet.


    Chuckie
    Participant

    @ajtruckle

    Is it possible for someone to show a short video of this in action? Thanks.


    Chuckie
    Participant

    @ajtruckle

    @robin-w Thanks. I don’t have time to test myself right now.

    I wonder why the authors are not responding again to again of these issues? After all they are the developers and it seems like one big huge leap with this version and then it appears nothing? I thought there were several authors of bbpress? It seems unfair that 99% of the user support is coming from you. What a strain on you!

    Thanks though!

    In reply to: CSS styling query

    Chuckie
    Participant

    @ajtruckle

    Thanks.

    I see line 218: $content = "\n<pre>" . $content . "</pre>\n";

    I suppose that could become:

    $content = "\n<pre class=\"suitable-class-name\">" . $content . "</pre>\n";

    And that styling be moved into that class. But:

    Line 133: $content = preg_replace_callback( "!(<pre><code>|<code>)(.*?)(</code></pre>|</code>)!s", 'bbp_decode_callback', $content );

    I have no clue about what that code is doing.

    In reply to: CSS styling query

    Chuckie
    Participant

    @ajtruckle

    Well, the issue here is that bbPress is using a catch all for pre when it should be applying a class to the pre objects that it creates. Then we wouldn’t have this issue would we? Because they would just be classes that are used by either application with their own pre code usage.

    The issue is that I don’t know how or where bbPress makes use of the pre tag so that the logic can be adjusted to use a class to indicate the styling rather than that global pre catch all.

    In reply to: CSS styling query

    Chuckie
    Participant

    @ajtruckle

    Turns out @robin-w that my additional css is not the solution. When the user clicks “Raw” on the code block it is supposed to toggle the raw code block to be visible. And since I added that css style it has forced it to never display.

    so I need another way for bbpress to do what it wants with pre blocks that does not conflict with enlighterjs.

    In reply to: CSS styling query

    Chuckie
    Participant

    @ajtruckle

    For the other issue, the only thing I can come up with is Additional CSS:

    .enlighter-default .enlighter-raw {
    	display:none !important;
    }

    But is there a more robust solution that avoids the need for this?

    In reply to: CSS styling query

    Chuckie
    Participant

    @ajtruckle

    let me deal with q1 first. ā€” Iā€™d suggest you stick with the theme version, and use custom css to fix any issues you find between the newest version of bbpress and your theme version css file.

    Understood.

    In reply to: CSS styling query

    Chuckie
    Participant

    @ajtruckle

    In fact there are several style conflicts. The related issue is here:

    https://github.com/EnlighterJS/Plugin.WordPress/issues/234

    #confused #wanttofix


    Chuckie
    Participant

    @ajtruckle

    Hi @robin-w

    RThanks for your latest bbp updates. I have activated your new bug fix check box and removed my code from functions.php and I can still split topics. Woo hoo!


    Chuckie
    Participant

    @ajtruckle

    I appreciate you taking the time with that.

Viewing 25 replies - 151 through 175 (of 396 total)