Author Topic: How to add a list of categories to a custom page?  (Read 3612 times)

0 Members and 1 Guest are viewing this topic.

Offline Rinner

  • Newbie
  • *
  • Posts: 10
    • View Profile
How to add a list of categories to a custom page?
« on: August 13, 2009, 05:57:31 PM »
Hi! I want to add  a list of categories to a custom page(as it looks like on a main page), how it can be done?
I have tried to do it in this way, but it doesn't work.

Code: [Select]
{if categories}
{categories}
{if msg}
{msg}
{endif msg}
{endif categories}

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: How to add a list of categories to a custom page?
« Reply #1 on: August 13, 2009, 06:10:33 PM »
... the tags will work if you use a template like "custom.html" in this way ...
... http:/ /www.example.com/4images/index.php?template=custom ...

... see at FAQ : http://www.4homepages.de/forum/index.php?topic=4996.0 ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Rinner

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: How to add a list of categories to a custom page?
« Reply #2 on: August 13, 2009, 07:38:01 PM »
Quote
... the tags will work if you use a template like "custom.html" in this way ...
and what i should do if i am using custom.php page? (addcat.php from this mod)

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: How to add a list of categories to a custom page?
« Reply #3 on: August 13, 2009, 07:54:58 PM »
... then you must insert the function / segment "--- Show Categories ---" from index.php as a copy in your addcat.php ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...