Planet Nexus
NexAds beta is here! - Printable Version

+- Planet Nexus (https://planetnexus.net/community)
+-- Forum: Planet Control (https://planetnexus.net/community/forumdisplay.php?fid=3)
+--- Forum: Planet Nexus News (https://planetnexus.net/community/forumdisplay.php?fid=4)
+--- Thread: NexAds beta is here! (/showthread.php?tid=77)

Pages: 1 2 3 4 5


RE: NexAds beta is here! - Bryn - 01-16-2019

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


RE: NexAds beta is here! - Helena - 01-16-2019

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


RE: NexAds beta is here! - Sandy - 01-16-2019

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..


RE: NexAds beta is here! - Helena - 01-16-2019

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.


RE: NexAds beta is here! - Skyon Archer - 01-16-2019

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.


RE: NexAds beta is here! - Helena - 01-16-2019

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?


RE: NexAds beta is here! - Bryn - 01-16-2019

(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.


RE: NexAds beta is here! - Skyon Archer - 01-16-2019

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.


RE: NexAds beta is here! - Bryn - 01-16-2019

You mean the code be put in before the </body> tag, if I'm understanding this right?


RE: NexAds beta is here! - Skyon Archer - 01-16-2019

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>