Recent Topics

1 Aug 03, 2009 19:09    

My b2evolution Version: 3.x.x

I have some questions re: skin settings

1) What are the params I can use? For example, I want to use a drop down instead of a text field, but I can't find where to look for available params.

2) Is it possible or is there a way to set skin settings that will change the value for class="" and id="" attributes? Or are the settings we can add in the skin settings section only exclusive to the <head></head> section?

Thank you very much.

2 Aug 04, 2009 08:15

1) You can use the same params as $Plugin->Settings()
@file /inc/plugins/_plugin.class.php approx 356

2) You can call your setting anywhere in any skin file, or even a plugin

¥

3 Aug 04, 2009 11:52

¥åßßå wrote:

1) You can use the same params as $Plugin->Settings()
@file /inc/plugins/_plugin.class.php approx 356

2) You can call your setting anywhere in any skin file, or even a plugin

¥

Thanks! ^_^

Btw, there's no "radio" option? Or I missed it? :p


Form is loading...