Results 1 to 6 of 6

Thread: How to implement Affiliate Codes on the url? Currently using IndexU 3.2

  1. #1
    Join Date
    Aug 2004
    Posts
    18

    Arrow How to implement Affiliate Codes on the url? Currently using IndexU 3.2

    How to implement Affiliate Codes on the url field without showing the affiliate codes?

    I have search the forums but most of them are dated back in 2003 or early 2004.

    I'm running IndexU 3.2

    Step by Step procedure is greatly appreciated. Will even send some paypal money for someone helping!!!

    Thanks,
    Mike

  2. #2
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    edit rows.html

    change <%url%>
    <a href="go.php?id=<%link_id%>"
    onmouseout="window.status=''; return true;"
    onmouseover="window.status='<%url%>'; return true;">
    <%title%>
    </a>
    to <%title%>
    <a href="go.php?id=<%link_id%>"
    onmouseout="window.status=''; return true;"
    onmouseover="window.status='<%title%>'; return true;">
    <%title%>
    </a>
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  3. #3
    Join Date
    Aug 2004
    Posts
    18

    Default

    I was talking about the detail page.

    For example: http://www.egoldsource.com/detail.php?id=57
    The "url" field.

    I want to place affiliate links on there but do not want to show affiliate codes. Either the main url address or some text like "Click Here"

    Do I need to modify "detail_link.html" at /themes/default folder?

    Thanks, Mike

  4. #4
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    yep.



    .
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  5. #5
    Join Date
    Aug 2004
    Posts
    18

    Default

    Thanks.

    "What/How" do I change if I want to display "Click Here" or "%url% + Website" for the url field.


    <a href='go.php?id=<%link_id%>' target=_blank onmouseout="window.status=''; return true;" onmouseover="window.status='<%url%>'; return true;"><%url%></a></td>

  6. #6
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    it is just standard HTML except for the <%variable%> tag.

    <td>Url</td>
    <td><a href='go.php?id=<%link_id%>' target=_blank onmouseout="window.status=''; return true;" onmouseover="window.status='<%url%>'; return true;"><%url%></a></td>
    </tr>
    could be something like
    <td>Url</td>
    <td><a href='go.php?id=<%link_id%>' target=_blank onmouseout="window.status=''; return true;" onmouseover="window.status='Visit this Website'; return true;">Click Here</a></td>
    </tr>
    or
    <td>Url</td>
    <td><a href='go.php?id=<%link_id%>' target=_blank onmouseout="window.status=''; return true;" onmouseover="window.status='Click Here to visit this Website'; return true;"><%title%></a></td>
    </tr>



    .
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

Similar Threads

  1. Replies: 26
    Last Post: 06-25-2007, 09:45 PM
  2. INDEXU v4.0 preview website.
    By dody in forum v5.x
    Replies: 93
    Last Post: 04-19-2005, 12:02 PM
  3. Indexu 4 ???? or Indexu PPC?
    By nooralam in forum v5.x
    Replies: 15
    Last Post: 06-07-2004, 04:04 PM
  4. Indexu v4 part 2
    By TLC in forum v5.x
    Replies: 5
    Last Post: 05-14-2004, 08:22 AM
  5. Replies: 4
    Last Post: 02-06-2003, 08:54 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •