GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   How to make NATS links work on WP tour? (https://gfy.com/showthread.php?t=1056833)

Tat2Jr 02-08-2012 07:55 PM

How to make NATS links work on WP tour?
 
Hello all! Been a long time.......

Got a few new sites coming out! I used wordpress for the tour of one of them and need to figure out how to make NATS work with it (make the links work, and the code transfer from page to page). I was going to try the NATS Code Wordpress Plugin, but was told by nats support that it wasn't designed with a wp tour in mind.

I can't be the only one who's tried using a wordpress install as a tour? Does anyone know how to make this work?

papill0n 02-08-2012 08:02 PM

we will need to see one of your babes in white cotton panties before we can proceed

thank you

Tat2Jr 02-08-2012 08:07 PM

How 'bout a preview of the new site (with white cotton panties)?
http://assworshipmovies.com/FHG/FR-AW001/

(join links in tour don't work yet since that's what this tread is about)

fetishwealth 02-08-2012 08:13 PM

here you go...
http://wiki.toomuchmedia.com/index.p...rdpress_Plugin

nice site! check out our site pantygirlfriends.com , maybe we can trade member banners hit me up...

fetishwealth 02-08-2012 08:14 PM

here you go...
http://wiki.toomuchmedia.com/index.p...rdpress_Plugin

nice site! check out our site pantygirlfriends.com , maybe we can trade member banners hit me up...

Tat2Jr 02-08-2012 08:15 PM

Quote:

Originally Posted by fetishwealth (Post 18746667)
here you go...
http://wiki.toomuchmedia.com/index.p...rdpress_Plugin

nice site! check out our site pantygirlfriends.com , maybe we can trade member banners hit me up...

NATS support said that plugin wasn't made for a tour. That it was made for a blog going to a tour. Also said they didn't know anyone who was using WP for a tour.

fetishwealth 02-08-2012 08:18 PM

doh. read much!?

you are correct , i thought it was for a blog as that how i use it.

seems you maybe need to customize your wp install to get the link code on there.

epitome 02-08-2012 08:40 PM

Talk to user Harvey. He does stuff in WP all of the time. Fris may be able to help, too.

Tat2Jr 02-08-2012 08:44 PM

Will do! Thanks epitome.

charlieb 02-08-2012 08:54 PM

Quote:

Originally Posted by Tat2Jr (Post 18746650)
Hello all! Been a long time.......

Got a few new sites coming out! I used wordpress for the tour of one of them and need to figure out how to make NATS work with it (make the links work, and the code transfer from page to page). I was going to try the NATS Code Wordpress Plugin, but was told by nats support that it wasn't designed with a wp tour in mind.

I can't be the only one who's tried using a wordpress install as a tour? Does anyone know how to make this work?

Call the office after 10 am est ask for Rob and he will try to help you 732-385-1536.

Tat2Jr 02-08-2012 09:05 PM

Thanks charlieb. I'll call tomorrow. What time does he leave the office?

charlieb 02-08-2012 09:20 PM

4pm est :thumbsup

vdbucks 02-08-2012 11:50 PM

Quote:

Originally Posted by Tat2Jr (Post 18746650)
Hello all! Been a long time.......

Got a few new sites coming out! I used wordpress for the tour of one of them and need to figure out how to make NATS work with it (make the links work, and the code transfer from page to page). I was going to try the NATS Code Wordpress Plugin, but was told by nats support that it wasn't designed with a wp tour in mind.

I can't be the only one who's tried using a wordpress install as a tour? Does anyone know how to make this work?

While the plugin isn't designed for tours, it does somewhat work... But not completely.

From my experience, your best bet is to start with your default fhg link, like so:
Code:

http://join.trikepatrol.com/track/<?=$_REQUEST['nats']?$_REQUEST['nats']:'MC4wLjIuMy4wLjAuMC4wLjA'?>/
Then strip the preceding url from it so it looks like this:
Code:

<?=$_REQUEST['nats']?$_REQUEST['nats']:'MC4wLjIuMy4wLjAuMC4wLjA'?>/
Take that line (your own from your nats site admin) and add it to the end of all your links...

so for instance, a post permalink would look like this:

Code:

<a href="<?php the_permalink() ?>/<?=$_REQUEST['nats']?$_REQUEST['nats']:'MC4wLjIuMy4wLjAuMC4wLjA'?>/" title="<?php the_title() ?>"><?php echo the_title() /></a>
The main problem with this is if you're using the built in menus... wp-admin > appearance > menus

You won't be able to add pages, instead you'll have to add them as custom links, which should look like:
Code:

http://yourdomain.com/tour/page/<?=$_REQUEST['nats']?$_REQUEST['nats']:'MC4wLjIuMy4wLjAuMC4wLjA'?>/
Or w/e your link structure is.

That being said, to be absolutely honest, we have found this to be unnecessary as your affiliates nats codes will still be properly tracked...

Tat2Jr 02-09-2012 09:02 AM

Thanks vdbucks. I had to read it a couple times but it makes some sense now.

Tat2Jr 02-09-2012 10:32 AM

NATS so rocks. Just spent over an hour with JoeT on the phone and he got it all set up and working for me.

Hell yeah, Thanks to NATS I'll have the site live by Saturday now!

harvey 02-09-2012 11:44 AM

Quote:

Originally Posted by vdbucks (Post 18746909)
While the plugin isn't designed for tours, it does somewhat work... But not completely.

From my experience, your best bet is to start with your default fhg link, like so:
Code:

http://join.trikepatrol.com/track/<?=$_REQUEST['nats']?$_REQUEST['nats']:'MC4wLjIuMy4wLjAuMC4wLjA'?>/
Then strip the preceding url from it so it looks like this:
Code:

<?=$_REQUEST['nats']?$_REQUEST['nats']:'MC4wLjIuMy4wLjAuMC4wLjA'?>/
Take that line (your own from your nats site admin) and add it to the end of all your links...

so for instance, a post permalink would look like this:

Code:

<a href="<?php the_permalink() ?>/<?=$_REQUEST['nats']?$_REQUEST['nats']:'MC4wLjIuMy4wLjAuMC4wLjA'?>/" title="<?php the_title() ?>"><?php echo the_title() /></a>
The main problem with this is if you're using the built in menus... wp-admin > appearance > menus

You won't be able to add pages, instead you'll have to add them as custom links, which should look like:
Code:

http://yourdomain.com/tour/page/<?=$_REQUEST['nats']?$_REQUEST['nats']:'MC4wLjIuMy4wLjAuMC4wLjA'?>/
Or w/e your link structure is.

That being said, to be absolutely honest, we have found this to be unnecessary as your affiliates nats codes will still be properly tracked...

and bingo, this is the answer, just replace permalinks and that's it :thumbsup

Tat2Jr 02-09-2012 11:50 AM

Quote:

Originally Posted by harvey (Post 18748173)
and bingo, this is the answer, just replace permalinks and that's it :thumbsup

It wasn't that easy in my case as the theme I was using wasn't doing it correctly, but after about an hour NATS got it working for me including having to change their plugin for me. As always top notch service from those guys.


All times are GMT -7. The time now is 09:33 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc