1 harishankar Apr 25, 2007 17:20
3 harishankar Apr 25, 2007 18:43
Thanks a lot. That was what I was looking for.
:)
4 personman Apr 25, 2007 18:57
Hari,
You can find all of the possible parameters in the technical documentation:
http://doc.b2evolution.net/v-1-9/
http://doc.b2evolution.net/v-1-9/plugins/categories_plugin.html#methodSkinTag
5 harishankar Apr 26, 2007 04:37
Thanks. This templating system is a bit confusing, but I'm learning. :)
I have created a simple CMS in PHP myself so I'm not intimidated having to edit PHP files.
6 laibcoms Apr 26, 2007 09:37
Hmm... since this was mentioned... I tried it with _bloglist.php, doesn't work. Was it intentional? Or it will be upgraded to the param style, so we don't have to put our own _bloglist.php file per skin?
7 yabba Apr 26, 2007 09:56
You can change the bloglist stuff with the settings in the "mini-bloglist" file that's part of each skin before it calls the main ../_bloglist.php file.
From the looks of things the same will remain true in 2.0
¥
8 laibcoms Apr 26, 2007 16:08
¥åßßå wrote:
You can change the bloglist stuff with the settings in the "mini-bloglist" file that's part of each skin before it calls the main ../_bloglist.php file.
From the looks of things the same will remain true in 2.0
¥
Yah that one. Since I just created (or more specifically converted) a skin, that's when I notice the parameters method is easier - just one file to edit "_main.php".
^_^ Maybe I'm asking too much... hehe...
Regards..
Pretty much all of them can be overidden by parameters, for example the title :
If you look in the docs you'll see the params for most stuff. Usual suspects are "before/after_all" "block_start/end" "before/after_each", "title".
¥