R_J
AdminR_J Admin
-
Re: redirect after popup close
If you see a form, php is already done with rendering. That's why every echo can have no effect. If you want to "close the form and proceed", you need JavaScript. PHP cannot change a page. … (View Post)1 -
Re: doesnt work for other langiages
Translating the definitions in your own locale file is the preferred way. Congratulations, you did it correctly! :-) Please don't change anything in the plugins. If a plugin has the ability to be tra… (View Post)1 -
Re: Get values from a particular plugins via fireEvent
Oh, hoppla, das habe ich total falsch verstanden ;-) Basically you want to reuse a piece of an existing plugin. That is not always possible. Sometimes you would have to create a third plugin which co… (View Post)2 -
Re: Images missing
By the way: pretty urls do already work on your forum (proof) but you need to tell Vanilla to use them by adding $Configuration['Garden']['RewriteUrls'] = TRUE; to your /conf/config.php file (View Post)1 -
Re: Images missing
It should be relatively easy. The answer was somewhat hidden between misplaced criticism above: Add this to your /conf/config.php and you should have "pretty urls" enabled. As @hgtonight po… (View Post)1