Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Add a links PAge

    Im using link-assistant program from my link exchanges

    it generates my link pages for me i was wondering if there is a way to make my page look like the rest of my cart

    http://www.cnt-gifts.com/links.html

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,625
    Plugin Contributions
    123

    Default Re: Add a links PAge

    It *does* look like the rest of your pages. In what way do you think it doesn't?
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Add a links PAge

    sorry i changed the url

    http://www.cnt-gifts.com/directory.html

  4. #4
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,625
    Plugin Contributions
    123

    Default Re: Add a links PAge

    OK. So to make this look like the rest of the pages, you can copy the
    about us contribution and add your form logic to it - or you can use
    whatever mechanism you used to build the links page you posted
    the first time, and add the form logic to it. About Us is where I always
    start for a new page because it has all the bells and whistles you might
    need.

    Good luck,
    Scott
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  5. #5
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Add a links PAge

    thing is i use a program that makes the link page for me

    here is what the code includes

    what i need is to insert the code of the template in there somehow so it looks the same as the rest of my site.

    i dont know anything about all this

    can you pleasew help me
    HTML Code:
    <[DIRECTORY_VIEW perPage="10" hideEmpty="true"]>
    
    
    <[!-- Header - Start --/]>
    <html>
    <head>
    <title>Resources : C&amp;T Gifts, Affordable Online Gift Shopping</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    </head>
    
    <body>
    <[!-- Header - End --/]>
    
    <[!-- Links exchange invitation - Start --/]>
    <[IF_IS_FIRST_PAGE]>
    <[THEN]>
    Please feel free to browse through our growing collection of quality sites. If you wish to exchange links with us, please first copy the code below and paste it into your webpage, then complete the form below to submit your link request to our site.<br>
    <br>
    Please use the following code on your web site:
    <br>
    <textarea cols="60" rows="3" name="Link Code">
    <a href="<[YOUR_SITE_DOMAIN/]>" title="<[YOUR_SITE_DESCRIPTION/]>"><[YOUR_SITE_NAME/]></a><br><[YOUR_SITE_DESCRIPTION/]>
    </textarea>
    <br>
    On your page, the code will look like this:
    <br>
    <a href="<[YOUR_SITE_DOMAIN/]>" title="<[YOUR_SITE_DESCRIPTION/]>"><[YOUR_SITE_NAME/]></a>
    <br>
    <[YOUR_SITE_DESCRIPTION/]>
    <br><br>
    An email will be sent to you after you submit this link request. You must click the activation link in order to verify your email address. Your link request will be discarded if you do not verify your email address.
    <br>
    <script type="text/javascript" src="http://www.link-assistant.com/submit/validation.js"></script>
    <form action="http://www.link-assistant.com/submit/process_requests.php" method="post" name="submit_form" onsubmit="return submitForm()">
    <input type="hidden" name="your_name" value="<[YOUR_CONTACT_NAME/]>">
    <input type="hidden" name="return_email" value="<[YOUR_EMAIL encode="true"/]>">
    <input type="hidden" name="your_site_url" value="<[YOUR_SITE_DOMAIN/]>">
    <input type="hidden" name="redirect_url" value="<[FIRST_LINK_PAGE fullPath="true"/]>">
    <table align="center" border="0" cellspacing="10" cellpadding="0">
    <tr>
    <td align="right"><b>Category:</b></td>
    <td>
    <select name="category" id="category" tabindex="1" style="width:350px">
    <[ROOT_CATEGORY]>
    <[FOR_EACH_CATEGORY]><option value="<[FOR_EACH_CATEGORY_IN_PATH]><[CATEGORY_NAME/]>/<[/FOR_EACH_CATEGORY_IN_PATH]><[CATEGORY_NAME/]>"><[FOR_EACH_CATEGORY_IN_PATH]><[CATEGORY_NAME/]>/<[/FOR_EACH_CATEGORY_IN_PATH]><[CATEGORY_NAME/]></option>
    <[/FOR_EACH_CATEGORY]><option value="New category">New Category (use comments to suggest)</option>
    <[/ROOT_CATEGORY]>
    </select>
    </td>
    </tr>
    <tr>
    <td align="right"><b>Site URL:</b></td>
    <td><input name="site_url" type="text" size="50" tabindex="2" style="width:350px"></td>
    </tr>
    <tr>
    <td align="right"><b>Site Name:</b></td>
    <td><input name="anchor_text" type="text" size="50" tabindex="3" style="width:350px"></td>
    </tr>
    <tr>
    <td align="right"><b>Description:</b></td>
    <td><textarea name="description" cols="39" rows="4" tabindex="4" style="width:350px"></textarea></td>
    </tr>
    <tr>
    <td align="right"><b>Reciprocal Link URL:</b></td>
    <td><input name="reciprocal_url" type="text" size="50" tabindex="5" style="width:350px"></td>
    </tr>
    <tr>
    <td align="right"><b>Contact Name:</b></td>
    <td><input name="contact_name" type="text" size="50" tabindex="6" style="width:350px"></td>
    </tr>
    <tr>
    <td align="right"><b>Contact Email:</b></td>
    <td><input name="contact_email" type="text" size="50" tabindex="7" style="width:350px"></td>
    </tr>
    <tr>
    <td align="right">Comments:</td>
    <td><textarea name="comments" cols="39" rows="2" tabindex="8" style="width:350px"></textarea></td>
    </tr>
    <tr>
    <td colspan="2" align="center"><input name="submitBtn" type="submit" value="Submit" tabindex="9"></td>
    </tr>
    </table>
    </form>
    <p></p>
    <[/THEN]>
    <[/IF_IS_FIRST_PAGE]>
    <[!-- Links exchange invitation - End --/]>
    <[!-- Path to the current category - Start --/]><[FOR_EACH_CATEGORY_IN_PATH]>
    <a href="<[CATEGORY_PAGE_FILE/]>"><[CATEGORY_NAME/]></a>&nbsp;&gt;&nbsp;
    <[/FOR_EACH_CATEGORY_IN_PATH]>
    <b><[CATEGORY_NAME/]></b>
    <[!-- Path to the current category - End --/]>
    
    <br>
    
    <[!-- List of child categories - Start --/]><[FOR_EACH_SUBCATEGORY hideEmpty="true"]>
    <b><a href="<[CATEGORY_PAGE_FILE/]>"><[CATEGORY_NAME/]></a>&nbsp;(<[AMOUNT_OF_PARTNERS_IN_CATEGORY/]>)</b>
    <br>
    <[/FOR_EACH_SUBCATEGORY]>
    <br>
    <[!-- List of child categories - End --/]>
    
    <br>
    
    <ul>
    <[FOR_EACH_PARTNER]>
    <li><[PARTNER_NUMBER/]>.&nbsp;<a href="<[PARTNER_DOMAIN/]>"><[PARTNER_NAME/]></a>
    <br>
    <[PARTNER_DESCRIPTION/]>
    </li>
    <[/FOR_EACH_PARTNER]>
    </ul>
    
    <[!-- Pages - Start --/]>
    <[!-- Previous Page - Start --/]>
    <[IF_HAS_PREVIOUS_PAGE]>
    <[THEN]><a href="<[PAGE_FILE/]>">Previous</a>&nbsp;::&nbsp;<[/THEN]>
    <[ELSE]>Previous&nbsp;::&nbsp;<[/ELSE]>
    <[/IF_HAS_PREVIOUS_PAGE]>
    <[!-- Previous Page - End --/]>
    
    <[FOR_EACH_PAGE]>
    <[IF_IS_CURRENT_PAGE]>
    <[THEN]><b><[PAGE_NUM/]></b><[/THEN]>
    <[ELSE]><a href="<[PAGE_FILE/]>"><[PAGE_NUM/]></a><[/ELSE]>
    <[/IF_IS_CURRENT_PAGE]>
    <[IF_HAS_NEXT_PAGE]>
    <[THEN]>&nbsp;::&nbsp;<[/THEN]>
    <[/IF_HAS_NEXT_PAGE]>
    <[/FOR_EACH_PAGE]>
    
    <[!-- Next Page - Start --/]>
    <[IF_HAS_NEXT_PAGE]>
    <[THEN]>&nbsp;::&nbsp;<a href="<[PAGE_FILE/]>">Next</a><[/THEN]>
    <[ELSE]>&nbsp;::&nbsp;Next<[/ELSE]>
    <[/IF_HAS_NEXT_PAGE]>
    <[!-- Next Page - End --/]>
    
    <[!-- Pages - End --/]>
    
    <br>
    <[!-- Guarded by LinkAssistant Message - Start --/]>
    <[IF_IS_FIRST_PAGE]>
    <[THEN]>
    <a href="<[LINKASSISTANT_URL/]>"><img width="120" height="45" src="http://www.link-assistant.com/images/powered/powered_black_a.gif"></a><br><a href="<[LINKASSISTANT_URL/]>">Guarded by LinkAssistant</a>
    <[/THEN]>
    <[/IF_IS_FIRST_PAGE]>
    <[!-- Guarded by LinkAssistant Message  - End --/]>
    
    <[!-- Footer - Start --/]>
    </body>
    </html>
    <[!-- Footer - End --/]>
    
    <[/DIRECTORY_VIEW]>
    Last edited by Kim; 24 Oct 2006 at 09:45 PM.

  6. #6
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Add a links PAge

    messing around i come up with this lol

    http://www.cnt-gifts.com/resources.html

    any ideas how to get it to look right

  7. #7
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Add a links PAge

    I got it hows this look

    http://www.cnt-gifts.com/resources.html

  8. #8
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,625
    Plugin Contributions
    123

    Default Re: Add a links PAge

    Good. But change & to &amp; for so that your code is valid.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #9
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Add a links PAge

    Failed validation, 44 errors

    Boat load of errors

    http://validator.w3.org/check?uri=ht...doctype=Inline

  10. #10
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Add a links PAge

    i got it down to 31 errors now i dont know what else is wrong

    http://validator.w3.org/check?uri=ht...doctype=Inline

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How To Add Tiny Menus Links to Bottom of Page?
    By kevinmc3 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 May 2011, 04:31 AM
  2. Add EZ page links to header
    By livingstons in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 30 Apr 2008, 02:58 PM
  3. How do I add links to catagories on home page?
    By raylee in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 26 Jan 2008, 10:23 PM
  4. How do I add subcatagory links to the index page?
    By angelanger in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 22 Aug 2006, 09:53 AM
  5. How can I add a link within my links page?
    By pstarling in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 Aug 2006, 09:37 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR