Planet Nexus
Problem with Nexus bar code - Printable Version

+- Planet Nexus (https://planetnexus.net/community)
+-- Forum: Planet Control (https://planetnexus.net/community/forumdisplay.php?fid=3)
+--- Forum: NexAds Support (https://planetnexus.net/community/forumdisplay.php?fid=5)
+--- Thread: Problem with Nexus bar code (/showthread.php?tid=205)



Problem with Nexus bar code - GamrNrd - 12-14-2019

I installed it, but the bot is still red.


RE: Problem with Nexus bar code - Skyon Archer - 12-18-2019

It should become green soon. NexBot runs around the world wide web checking on the script on our users sites. If by tomorrow it is still red, I'll look further into this for you.


RE: Problem with Nexus bar code - Skyon Archer - 12-19-2019

Please verify that you have the script added to all of your themes, if you have more than one.

Visiting your site as a guest, I do not see the footer bar.

NexBot does not see it either:
Quote:Results for http://thunderbrew.boards.net/
Could not find NexAds script in source code



RE: Problem with Nexus bar code - GamrNrd - 12-30-2019

(12-19-2019, 07:45 PM)Skyon Archer Wrote:  Please verify that you have the script added to all of your themes, if you have more than one.

Visiting your site as a guest, I do not see the footer bar.

NexBot does not see it either:
Quote:Results for http://thunderbrew.boards.net/
Could not find NexAds script in source code

I had to remove it, because the whole thing's too complicated and confusing. But I'll try this again and make sure it works for you.


RE: Problem with Nexus bar code - Skyon Archer - 12-30-2019

It's not complicated, you simply copy/paste the following script.

Go to: ACP > Themes > Layout Templates > Forum Wrapper

Scroll to the bottom and look for this:

Code:
    </body>
</html>

Before the </body> tag, put this:

Code:
<script>
    var nexsys_id = '192';
</script>
<script src="https://planetnexus.net/nexsys/bar.js"></script>

Save your changes . . . and that's all there is to it! :)


RE: Problem with Nexus bar code - GamrNrd - 12-30-2019

I'll do it that way. However, since the forum theme layout made by the forum owner, I cannot remove the copyright or cover it up.