Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

popup plugin - unsupported overlib variables

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Smarty 3
View previous topic :: View next topic  
Author Message
kgkg
Smarty n00b


Joined: 19 Jan 2009
Posts: 2

PostPosted: Mon Jan 25, 2010 1:38 pm    Post subject: popup plugin - unsupported overlib variables Reply with quote

Some overlib variables are unsupported in smarty 2 and 3, and the most missing for me are:
1) captionfontclass
2) textfontclass
3) closefontclass

I always add them manually:
in file 'smarty/libs/plugins/function.popup.php'

after:
Code:
            case 'caption':
            case 'closetext':
            case 'status':


add
Code:

            case 'captionfontclass':
            case 'textfontclass':
            case 'closefontclass':    


and it works.

Can it be added to smarty distributions by default?
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Smarty 3 All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP