Results 1 to 6 of 6
  1. #1

    Idea or Suggestion Category listing page how to?

    Hello dear zenners.
    I want to create a Categories listing page, not sidebox.
    Is there any way that this can be done.

    Thanks a lot.
    Last edited by perfumbg; 13 Oct 2012 at 10:59 AM.
    My most recent work: magprom.net

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Category listing page how to?

    You could adapt the categories sidebox files to a new "define page". I have just finished an enhancement of Editable Centerboxes (in Plugins, though the new version has not been submitted yet) which allows any sidebox to be displayed in the center column of certain pages, and this might guide you in doing it for a define page without having to rewrite the categories code.

  3. #3

    Default Re: Category listing page how to?

    Quote Originally Posted by gjh42 View Post
    You could adapt the categories sidebox files to a new "define page".
    Good point , I'll try it and then put the code

    Thanks
    My most recent work: magprom.net

  4. #4

    Default Re: Category listing page how to?

    For now i made a very easy and simple copy paste thing :)

    I turned on sideboxes for categories and copyed the code under
    HTML Code:
    <div id="categoriesContent" class="sideBoxContent">..
    to above
    HTML Code:
    <hr id="catBoxDivider" />
    the code looks like this
    HTML Code:
    <div id="categoriesContent" class="sideBoxContent">
    <a class="category-top" href="youre site">Something</a><br />
    <a class="category-top" href="youre site">Something</a><br />
    <a class="category-top" href="youre site">Something</a><br />
    <a class="category-top" href="youre site">Something</a><br />
    <a class="category-top" href="youre site">Something</a><br />
    
    ..................... many other rows
    
    <hr id="catBoxDivider" />
    I edited the html because wanted to sort the categories by "Letter" and as result...

    HTML Code:
    <div id="brands">
    <ul>A
    <li><a class="category-top" href="youre site">Something</a></li>
    <li><a class="category-top" href="youre site">Something</a></li>
    </ul>
    <ul>B
    <li><a class="category-top" href="youre site">Something</a></li>
    <li><a class="category-top" href="youre site">Something</a></li>
    <li><a class="category-top" href="youre site">Something</a></li>
    </ul>
    
    ..................... many other rows
    
    <hr id="catBoxDivider" />
    and the css part
    HTML Code:
    #brands ul{ margin:30px; display:inline-table;vertical-align: top; font-weight:bold; font-size:16px;}
    #brands li{ list-style:none; font-weight:normal;font-size:12px;}
    After that i copied the html code into page_2 in define pages edditor and all is set until the new category apears :)

    For me works great, if smoeone don't want a "sort by letter" can skip the ''letters". With this css every <ul></ul> is like table block.

    If i find a php solution i'll be sure to tell everyone.
    Last edited by perfumbg; 14 Oct 2012 at 02:40 PM.
    My most recent work: magprom.net

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Category listing page how to?

    Categories Dressing gives dynamic correctly nested <ul> lists. Are you saying you want to have your categories displayed in alphabetic groups, but not actually organized as subcategories alphabetically?

  6. #6

    Default Re: Category listing page how to?

    Quote Originally Posted by gjh42 View Post
    Are you saying you want to have your categories displayed in alphabetic groups, but not actually organized as subcategories alphabetically?
    Yes i have over 100 brands and it is very dificult to search for one if they are not sorted by Letter groups.
    I started with categories but ended with manufacturers :) however Works fine for me now. Now i use the categories like a "tags".

    Thanks a lot
    My most recent work: magprom.net

 

 

Similar Threads

  1. v153 How to activate multiple category/brand selection on product listing page?
    By rahul.pragma in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 15 Jul 2014, 03:57 PM
  2. v139h How do I display a single category listing on a defined page?
    By DivaVocals in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 29 May 2012, 04:30 PM
  3. How to customizing product listing page of one category?
    By rainmist in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Sep 2008, 11:16 AM
  4. how to add a new listing or category to the main page
    By apathy in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 6 Dec 2007, 09:55 PM
  5. How to display product listing on category page?
    By strobogirl in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 11 Nov 2007, 09:17 PM

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