R_J
AdminR_J Admin
-
Re: What's the easiest method to assign value from PHP to smarty?
I was wrong with that base_render_before thing. Try this: public function base_beforeFetchMaster_handler($sender, $args) { $sender->setData('Hello', 'World'); } (View Post)1 -
Re: What's the easiest method to assign value from PHP to smarty?
You would print it out with {$Hello} (View Post)1 -
Re: Avatar First Letter plugin - Does it work with Vanilla 3.x?
Sorry, I will not fix this. I do not see an obvious error in the plugin which could cause that error. I would have to dig into the source code of Vanilla, maybe even do some debugging to understand a… (View Post)1 -
Re: Where do we go now ?
Where do we go? Well, I don't have a community, I was just someone who was learning PHP by working on an open source project. But if somebody asks me "What forum script should I use?" or &q… (View Post)1 -
Re: Adding New Pages to the Navigation Bar
You would have to recompile the theme to make changes in those files active. The simplest solution would be to change the default.layout.tpl (View Post)1