R_J
AdminR_J Admin
-
Re: JSConnect Tutorial
Have you seen the official documentation? The link to the wordpress plugin is wrong. You can find it here (View Post)2 -
Re: Display UserPhoto without logged
The problem is, that there will be no picture available for a guest. It displays the picture of the currently logged in user. So basically, you would have to implement a fallback <?php$Session = G… (View Post)2 -
Re: How to turn off emoticons
Add $Configuration['Garden']['EmojiSet'] = none; to your /conf/config.php. If you use the advanced editor, you have to add the following code "somewhere": public functio… (View Post)3 -
Re: How to add js and css to popup window ?
Don't add it to the popup, but to the "caller". If you have public function discussionController_whatEver_handler { some code to insert link to popup;} then also use public function di… (View Post)6 -
Re: How can I remove "Vanilla forum" footer image on version 2.1.1
No, you have to take the file from your vanilla folder. It should be here: applications/dashboard/views/default.master.tpl Copy that file over to your theme and change this copy. (View Post)2
