How to make NATS links work on WP tour?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Tat2Jr
    Confirmed User
    • Feb 2001
    • 4882

    #1

    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?
    NICHE MONEY >> Ass WorshipPantiesSolo TeenPantyhose
    Serving up exclusive fetish sites since 1997!
  • papill0n
    Unregistered Abuser
    • Oct 2007
    • 15547

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

    thank you

    Comment

    • Tat2Jr
      Confirmed User
      • Feb 2001
      • 4882

      #3
      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)
      Last edited by Tat2Jr; 02-08-2012, 06:08 PM.
      NICHE MONEY >> Ass WorshipPantiesSolo TeenPantyhose
      Serving up exclusive fetish sites since 1997!

      Comment

      • fetishwealth
        Confirmed User
        • Nov 2006
        • 1424

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

        Comment

        • fetishwealth
          Confirmed User
          • Nov 2006
          • 1424

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

          Comment

          • Tat2Jr
            Confirmed User
            • Feb 2001
            • 4882

            #6
            Originally posted by fetishwealth
            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.
            NICHE MONEY >> Ass WorshipPantiesSolo TeenPantyhose
            Serving up exclusive fetish sites since 1997!

            Comment

            • fetishwealth
              Confirmed User
              • Nov 2006
              • 1424

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

              Comment

              • epitome
                So Fucking Lame
                • Jun 2009
                • 12156

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

                Comment

                • Tat2Jr
                  Confirmed User
                  • Feb 2001
                  • 4882

                  #9
                  Will do! Thanks epitome.
                  NICHE MONEY >> Ass WorshipPantiesSolo TeenPantyhose
                  Serving up exclusive fetish sites since 1997!

                  Comment

                  • charlieb
                    Confirmed User
                    • Jul 2004
                    • 344

                    #10
                    Originally posted by Tat2Jr
                    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.

                    Comment

                    • Tat2Jr
                      Confirmed User
                      • Feb 2001
                      • 4882

                      #11
                      Thanks charlieb. I'll call tomorrow. What time does he leave the office?
                      NICHE MONEY >> Ass WorshipPantiesSolo TeenPantyhose
                      Serving up exclusive fetish sites since 1997!

                      Comment

                      • charlieb
                        Confirmed User
                        • Jul 2004
                        • 344

                        #12
                        4pm est

                        Comment

                        • vdbucks
                          Monger Cash
                          • Jul 2010
                          • 2773

                          #13
                          Originally posted by Tat2Jr
                          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...

                          Comment

                          • Tat2Jr
                            Confirmed User
                            • Feb 2001
                            • 4882

                            #14
                            Thanks vdbucks. I had to read it a couple times but it makes some sense now.
                            NICHE MONEY >> Ass WorshipPantiesSolo TeenPantyhose
                            Serving up exclusive fetish sites since 1997!

                            Comment

                            • Tat2Jr
                              Confirmed User
                              • Feb 2001
                              • 4882

                              #15
                              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!
                              NICHE MONEY >> Ass WorshipPantiesSolo TeenPantyhose
                              Serving up exclusive fetish sites since 1997!

                              Comment

                              • harvey
                                Confirmed User
                                • Jul 2001
                                • 9266

                                #16
                                Originally posted by vdbucks
                                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
                                This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth

                                Comment

                                • Tat2Jr
                                  Confirmed User
                                  • Feb 2001
                                  • 4882

                                  #17
                                  Originally posted by harvey
                                  and bingo, this is the answer, just replace permalinks and that's it
                                  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.
                                  NICHE MONEY >> Ass WorshipPantiesSolo TeenPantyhose
                                  Serving up exclusive fetish sites since 1997!

                                  Comment

                                  Working...