Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Search box

  • 29-03-2014 9:18am
    #1
    Registered Users, Registered Users 2 Posts: 25,005 ✭✭✭✭


    When I type a forum or user name into the search box the drop down with options appears but when I click on the forum or user name I want nothing happens.


Comments

  • Registered Users, Registered Users 2 Posts: 1,311 ✭✭✭Procasinator


    Experiencing same. Seems to be related to new Google Analytics tracking.

    Getting a reference error on _gaq when Boards.track is called. The only place where I see it being defined (in that JS file anyhow) it is defined like:
    _gaq = _gaq || [];
    

    Which isn't going to work well, as you will get a reference error when _gaq is undefined in the real sense (i.e. when "_qac" in window == false).

    For a direct replacement, should probably go for something like:
    if (typeof _gaq === "undefined") _gaq = [];
    // OR
    window['_gaq'] == window['_gaq'] || [];
    


  • Closed Accounts Posts: 161 ✭✭Boards.ie: Alvis


    Thanks for letting us know guys, we'll look into this now.


Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.

Advertisement