Re: [fp-dev] BBCode plugin extended
Moved to GitHub: https://github.com/flatpressblog/flatpress
Brought to you by:
real_nowhereman
|
From: Edoardo V. <unc...@gm...> - 2008-10-21 19:41:11
|
On Tue, Oct 21, 2008 at 2:31 PM, Dominik Menke <in...@dm...> wrote:
>>> There's still an issue in /tpls/toolbar.tpl: How do I define the
>>> language variables so that I don't need to call
>>> {$lang.admin.plugin.bbcode.*}?
>>
>> IIRC the var {$plang} (Panel LANGuage) is a shorthand for
>> {$lang.admin.plugin.NAME.*}
>> {$plang.myvar} is {$lang.admin.plugin.myplugin.myvar}
>> see the akismet plugin
>
> Yeah, I know (as you can see in qspam). But I was assuming that {$plang}
> is only available in plugin pages (which the write entry panel AFAIK is
> not, is it?). However I'll also try it...
Sorry I didn't see you were referring to the toolbar, you're right it
won't work.. let's leave it as it is for now, since I'm not even sure
whether that ugly thing is going to stay :)
|