Planet Nexus

Full Version: NexAds beta is here!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5

Bryn

I did submit the edits, thrice to make sure. And yeah, guess you can say that I've found the first few bugs for the beta so far :P
I've gotten another report of NexAds control panel access problem, so this may turn into a "thing".

If anyone else is also experiencing this issue, please post in this support forum topic.

https://planetnexus.net/community/showthread.php?tid=79
I'm guessing this is the user control panel? If so haven't had a prob so far, but will post in your topic if I do..
Sandy, click the blue NexAds button in the top menu. (Login again on that page again if prompted) It is your control panel for the new system. Its like the old NexusCP for the NexusTree, only turbo charged, thanks to Archer's complete rewrite.
Cookies. You may have to whitelist the planetnexus.net cookies in your browser if it is blocking them for some reason.

There should be no reason you have to re-log into the NexAds if you are already logged into this forum.'

I have addressed the account creation issue in NexAds so that shouldn't be a problem anymore.
Bryn Wrote:just submitted my [Jcink] forum there and in the middle of sticking the associated NexAds bar too (but as a Webpage Maker key, so that it appears "global" so that I don't need to manually plaster it on all skins I have. I'm still learning it though).

This sounds like something that needs to be included in an installation doc. When you get it worked out, could you post it for us please?

Bryn

(01-16-2019, 08:13 PM)Helena Wrote: [ -> ]
Bryn Wrote:just submitted my [Jcink] forum there and in the middle of sticking the associated NexAds bar too (but as a Webpage Maker key, so that it appears "global" so that I don't need to manually plaster it on all skins I have. I'm still learning it though).

This sounds like something that needs to be included in an installation doc.  When you get it worked out, could you post it for us please?
Certainly, but I know f-all about coding anyway. Could maybe bring it up at the Jcink support forum though.
I don't think that will work.

You should simply copy/paste the required code before the closing </body> tag of each theme's Board Wrapper.

Bryn

You mean the code be put in before the </body> tag, if I'm understanding this right?
yes, your site has code in the Board Wrapper that ends with:

</body>
</html>

Place our required code before (in front of, or above) the </body> tag.

Example:
Code:
<script>
    var nexads_ad_id = '_____';
</script>
<script src="https://planetnexus.net/nexsys/adsbyNexAdsbar.js"></script>
Pages: 1 2 3 4 5