• Hello I’m Getting the following Error on the Web page and then the plugin doesn’t work. When I disable and then activate the plugin again it works until I add a new POST.

    [ redundant link removed ]

    ANY IDEAS what to do to fix this?
    jQuery('.bm-button-copy').css('display','inline'); // Stop href="#hashtarget" links jumping around the page var hashLinks = document.querySelectorAll("a[href^='#']"); [].forEach.call(hashLinks, function (link) { link.addEventListener("click", function (event) { event.preventDefault(); history.pushState({}, "", link.href); history.pushState({}, "", link.href); history.back(); }); });

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @azpub Could you do the forum moderators a favor? When you want to share your link in the contend, please do not. Use the link field.

    You used the link field and the content and made the forum spam filter yell “BAN THAT USER FOR SPAMMING” and it does not do that often.

    The link field can’t be seen by search engines but a link in the content can. As the spam filter keeps reminding the moderators.

    Can you please keep that in mind going forward?

    Thread Starter AZPub

    (@azpub)

    Sure thing….most forums also have end users respond if they have a solution so while you call it spam, the other users can not see the link. I guess what you call spam is clearly not the same here. And if you don’t have a solution then I understand

    Thread Starter AZPub

    (@azpub)

    Jan do you also maintain the BitMate web site? Because

    None of these pages are working contact, subscribe and daily

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Getting the following Error on the Web page’ is closed to new replies.