Results 1 to 4 of 4

Thread: help me again please

  1. #1
    Join Date
    Jan 2006
    Posts
    33

    Talking help me again please

    hi its me again....how insert this top navigation in datil links.html:
    top>category>subcategory>back...
    and where is the html file to customize the button distribution, like details, refer, visit.....thanks one mooore time

  2. #2
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    To insert category path:
    Code:
    <%$category_path%>
    or
    Code:
    <%$category_path_with_link%>
    and where is the html file to customize the button distribution, like details, refer, visit.
    perhaps you're refering to rows.html and also check all files with _rows.html

  3. #3
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    I moved the catagory_path output to the header.html file, I always want the catagories linked, this wont work in the header file this way ( with_link does not display in catagores and just catagorypath wont display in the detail page) If you also want to add the page navigation to the header use this code :

    Code:
     <%if $category_path_with_link !=''%> <%$category_path_with_link%>
    	<%else%>  
    	 <%$category_path%> 
    <%/if%>
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  4. #4
    Join Date
    Jan 2006
    Posts
    33

    Default

    thaaaaaanks so much dudes...........

Posting Permissions

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