• Resolved Chuckie

    (@ajtruckle)


    Hi

    If you don’t mind I will collate all of these things in the one issue. Not all bsp related, but here goes.

    Issue 1

    See:

    View post on imgur.com

    View post on imgur.com

    The problem I just noticed here is that the 1 | 2 | 3 hyperlinks are covered by the tooltip. Can the tooltip be displayed a little lower or something so that we still have direct access to the links?

    Issue 2

    I was trying out your new feature for showing errors at the top. So I thought I would try and create a topic with over 80 characters. This has 97:

    u8 98u98u 98u 98u9 8u98u 98u 98u 98u9 8u9 8u98u 98u 98u 98u 98u 9u9 8u9 8u98 u98 u98u 98u 98u 98u

    For some reason, it created it with no errors. Somehow I have managed to allow titles with more than 80 characters, yet the label still states 80. How do I check?

    Issue 3

    How can I validate this new feature on demand? Cause an error that will flag it? The reason I ask is because my website theme supports scrollable links and all I have to do is associate the link with a certain class etc I think and think it would “scroll” down to the errors.

    Any advice and clarification appreciated please.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Robin W

    (@robin-w)

    issue 1 – sorry that’s the best it will be – I spent hours getting it to work, and I’m not planning to revisit soon 🙂 If you fancy poking the styling and come up with a simple solution – then let us know.

    Issue 2 – the new error version simply repeats errors that are shown in the form – if the form isn’t showing errors (as per the image in the settings tab at the top – item 16) then you’ll need to dig into why. What are you using to limit the content length ?

    Issue 3 – Leaving the title blank on a new topic will create an error for you to look at.

    Thread Starter Chuckie

    (@ajtruckle)

    1/
    Fair enough. Just wanted to bring it to your attention.

    2/
    I don’t remember. I think I might have to check in phpmyadmin. Something tells me that I made the field wider. Will look.

    3/
    Looks good!

    View post on imgur.com

    Was I to understand that it would have a link back down to the form?

    Plugin Author Robin W

    (@robin-w)

    Was I to understand that it would have a link back down to the form?

    yes if you do item 17.

    Thread Starter Chuckie

    (@ajtruckle)

    That is really neat. Well done. Works well!

    Plugin Author Robin W

    (@robin-w)

    🙂

    Thread Starter Chuckie

    (@ajtruckle)

    My theme developer told me that I could add this to the custom javascript section of my website:

    jQuery(document).ready(function($) {
        $(window).load( function(){
            if( 'undefined' !== typeof $.fn.hootScroller ) $('.bbp-template-notice.error a').hootScroller();
        });
    });
    

    Works really well.

    Thread Starter Chuckie

    (@ajtruckle)

    What are you using to limit the content length ?

    I have no idea what I did for allowing the title width to be more than 80.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Various issues and questions’ is closed to new replies.