This is a discussion on How to show list of categories within the v4 Modules / Modifications forums, part of the Help & Support category; Hi, I want to list clickable category list on the left column, check my site , I have added a ...
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#2
|
||||
|
||||
|
Your best bet would be to create a plugin that queries the database and builds a category list. Then you just plop the code to call the plugin into your layout template.
__________________
Larry. (Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free) Set your site apart from the competition with one of my modules...... Google Map Module | You Tube Module | Google Calendar Module 68 Classifieds Important Links Customer Area | Issue Tracker | Knowledge Base | User Manuals |
|
#3
|
|||
|
|||
|
I am not a pro, can anyone help me with this
|
|
#4
|
||||
|
||||
|
Specific help can only come after specifics are given. You havent stated if you want just top cats or subcats listed as well. You didnt say how much help is needed or you skill level except your not a pro, which most people here arent.
Do you just need another push in the right direction or are you saying you need someone to make this whole thing for you? Keep in mind that these kinds of requests could possibly take 30 minutes or more for someone to sit down and make so dont be surprised if someone doesnt do it for free and if they do it may take a couple days for them to get the finished product to you. Fridays are notoriously slow here on the forums and since its halloween to boot I suspect it will be real quite here today. Im currently out of state at a clients today and then have a 6 hour drive home after my full day of work so I wont be able to look into this until this weekend at best.
__________________
Larry. (Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free) Set your site apart from the competition with one of my modules...... Google Map Module | You Tube Module | Google Calendar Module 68 Classifieds Important Links Customer Area | Issue Tracker | Knowledge Base | User Manuals |
|
#5
|
||||
|
||||
|
You could try using one of the existing plugins to see if they are what you are looking for, try dropping one of these in your layout.tpl under your new category heading.
{categories_parent} or {categories_js}
__________________
Larry. (Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free) Set your site apart from the competition with one of my modules...... Google Map Module | You Tube Module | Google Calendar Module 68 Classifieds Important Links Customer Area | Issue Tracker | Knowledge Base | User Manuals |
|
#6
|
|||
|
|||
|
I want only the parent category, as a clickabe link, that's all.
Like : Accommodations Announcements Antiques Automobile Business Etc, Last edited by safatweb; 10-31-2008 at 11:32 AM. |
|
#7
|
||||
|
||||
|
You could also try searching this forum as this question has been asked several times and answered.
-Mike
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0, 4.0.1, 4.0.4, 4.0.8, 4.1b3 Templates for sale | 68 Classifieds Customizations | My blog on 68 Web Hosting | Web Design & Development I am not a 68C employee, just a user and try to help out |
|
#8
|
|||
|
|||
|
I did search, but didn't find what i am looking for, can you send me the link for that post ?
|
|
#9
|
||||
|
||||
|
Code:
{categories_parent}
{foreach from=$pcat item=entry}
<ul>
<li>{$entry.link}</li>
</ul>
{/foreach}
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | Twitter |
|
#10
|
|||
|
|||
|
Thanks
![]() It worked
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to show listings in sub-categories? | ksuralta | v4 Questions & Support | 17 | 11-29-2008 12:22 PM |
| Show 2nd level categories on homepage? | Success | v4 Questions & Support | 8 | 06-11-2008 10:16 PM |
| Mod request: list ad in multiple categories | spark | v4 Modules / Modifications | 3 | 06-05-2008 04:55 PM |
| Static Categories and Sub-categories list | Tim_A | v4 Questions & Support | 0 | 06-08-2007 09:41 AM |
| Categories to be listed in a list menu rather that in a text | marketingsolutions | v3.1 Modules & Modifications | 21 | 10-15-2006 09:41 AM |