• [Mod] Different cat templates / Verschiedene Kategorie Templates 4 0 5 1
Currently:  

Author Topic: [Mod] Different cat templates / Verschiedene Kategorie Templates  (Read 124254 times)

0 Members and 1 Guest are viewing this topic.

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: [Mod] Different cat templates / Verschiedene Kategorie Templates
« Reply #60 on: December 03, 2005, 11:56:59 PM »
i just need for member_profile ;) , it's more easy making users create your own template, than i  :mrgreen:

do some like member_profile_3.html for User3 ..etc ;)

each user make your own template and upload to path of templates .....  :?:

i.e :

$main_template = get_cat_template($main_template, $user_id);  <=== Like this on member.php ??

member_profile_1.html
member_profile_2.html 
member_profile_3.html

etc...  :wink:

Offline atornaya

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: [Mod] Different cat templates / Verschiedene Kategorie Templates
« Reply #61 on: May 19, 2006, 12:40:11 PM »
Wie man verschiedene Templates für (member_uploadform.html )
machen kann

Offline Chicco

  • Full Member
  • ***
  • Posts: 211
    • View Profile
    • The Picture World
Re: [Mod] Different cat templates / Verschiedene Kategorie Templates
« Reply #62 on: May 31, 2006, 10:27:13 AM »
Jeb..

Würde mich auch interessieren, wie oder was ich machen muss, damit ich auch verschiedene Uploads (je Kategorie) verwenden kann...


Wissen ist MACHT! Nix zu wissen macht aber auch nix! ;-)

Gruß
Ch¿cco

Offline gustav

  • Jr. Member
  • **
  • Posts: 73
    • View Profile
Re: [Mod] Different cat templates / Verschiedene Kategorie Templates
« Reply #63 on: December 16, 2006, 04:09:44 PM »
How can I extend this mod to also support different media templates? (/templates/foobar-template/media/)

Offline impss

  • Sr. Member
  • ****
  • Posts: 382
    • View Profile
    • Cusstom.net
Re: [Mod] Different cat templates / Verschiedene Kategorie Templates
« Reply #64 on: May 10, 2007, 07:11:38 PM »

How can I use this mod to have different thumbnail_bits depending on the catogory?


thanks in advance.

manurom

  • Guest

Offline impss

  • Sr. Member
  • ****
  • Posts: 382
    • View Profile
    • Cusstom.net
Re: [Mod] Different cat templates / Verschiedene Kategorie Templates
« Reply #66 on: May 11, 2007, 04:42:14 PM »
Thanks manurom

I will give that a shot.

Offline maus

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: [Mod] Different cat templates / Verschiedene Kategorie Templates
« Reply #67 on: May 14, 2007, 11:12:21 PM »
Hallo zusammen,

geht es das man dieses Skript ändert um damit nicht die templets zu ändern sondern das ich damit auf der "home.html" verschiedene Bilder zu den Kategorieen anzeigen zu lassen anstatt des "folder.gif" ein Beispielbild zu jeder Kategorie????

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: [Mod] Different cat templates / Verschiedene Kategorie Templates
« Reply #68 on: May 15, 2007, 06:11:53 AM »
Hallo maus,

deine Anfrage hat aber mit diesem Mod fast nicht zu tun...
Eher dieser Mod:
http://www.4homepages.de/forum/index.php?topic=6922.0
Es gibt aber noch einige andere, die dieses Thema behandeln...


Gruß
Kurt

Offline maus

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: [Mod] Different cat templates / Verschiedene Kategorie Templates
« Reply #69 on: May 15, 2007, 12:45:35 PM »
Hallo maus,

deine Anfrage hat aber mit diesem Mod fast nicht zu tun...
Eher dieser Mod:
http://www.4homepages.de/forum/index.php?topic=6922.0
Es gibt aber noch einige andere, die dieses Thema behandeln...


Gruß
Kurt


Hallo Kurt,

danke für deine schnelle Antwort. Leiter kann ich kein Wort englisch.


Gruß
Maus

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: [Mod] Different cat templates / Verschiedene Kategorie Templates
« Reply #70 on: May 15, 2007, 04:02:28 PM »
Hallo,

das ist natürlich schlecht... aber,

wenn du z.B. für die folder.gif folgendes in die thumbnail_bit.html einträgst:

Code: [Select]
<img src="{template_url}/images/folder_{cat_id}.gif" alt="" />
und nun in templates/default/images/

für jede Kategorie ein Bild hochlädst (folder_2.gif z.B. für Kat 2)
haste im Prinzip das Gewünschte.
Bei dem angesprochenen Mod wäre es halt ein Zufallsbild aus der jeweiligen kat ohne Arbeit für dich durch
das Erstellen und Hochladen der kat Images


Gruß
Kurt

Offline gustav

  • Jr. Member
  • **
  • Posts: 73
    • View Profile
Re: [Mod] Different cat templates / Verschiedene Kategorie Templates
« Reply #71 on: May 29, 2007, 03:20:32 PM »
can someone mabe enhance the category_bit part so, that I can assign a different caregory_bit to all subcategories of cat_id=12 while category_bit_12 is not the same as the category_bit for the subcategories. This way I don't have to create a seperate category_bit for each subcategory seperately. That means.... for example... I have category 12, and 3 subcategories under cat_id 12... with IDs 13,14,15.... so, now I have category_bit_12.html for the look of category 12... and one new category_bit for all the subcategories...like category_bit_12_sub.html. All subcategories now use this new category bit.... instead of needing it's own bits like category_bit_13, category_bit_14 etc.....
Would be cool... :)

Offline albertpr9

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: [Mod] Different cat templates / Verschiedene Kategorie Templates
« Reply #72 on: December 10, 2007, 04:25:47 PM »
Is it possible to edit the category.php file so I can choose the template for a specific category on the admin panel?

Thanks

Offline nikitaspj

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: [Mod] Different cat templates / Verschiedene Kategorie Templates
« Reply #73 on: February 29, 2008, 02:08:52 PM »
Yes Yes Yes that's the point.What albertpr9 said.
Is there any possibility to add this function to the Admin Control Panel ???
differnet themes for Categorie Details etc.

Offline nguago

  • Newbie
  • *
  • Posts: 28
    • View Profile
    • LetVN
Re: [Mod] Different cat templates / Verschiedene Kategorie Templates
« Reply #74 on: November 25, 2008, 03:58:24 AM »
ok, nice! thanks very much!
But I want admin choose template for each category !
mean: member profile, details, uploadform... is changed

EX: I have a site. have 2 CAT: Images and Download file
Cat Images as a site
Cat Download as a site
each category have a template

Help me Please !
« Last Edit: November 25, 2008, 05:14:19 AM by nguago »
Thanks 4Images !
I'm have some error, help me !
My Yahoo: nghiavotinh3009
http://let.vn