R_J
AdminR_J Admin
-
Re: 2.3.1 Compatibility?
It might be a caching issue. If you use memcached, clear the cache (restarting memcached service)+ Otherwise remove all *.ini files from /cache (View Post)1 -
Re: Vanilla Installation Not working
Edit the .htaccess and change the line # RewriteBase / to RewriteBase /vanilla If that doesn't work, try the .htaccess file that comes with the current Vanilla master. You would have to change the Re… (View Post)1 -
Re: Reload Page After Submit
No. jsonTarget "happens" at the end of a php method. It decides what happens when a request ends. Page1 has an element (link, submit button) which calls Page2. Some JavaScript hinders the b… (View Post)1 -
Re: Reload Page After Submit
I assume $sender->jsonTarget('', '', 'Refresh'); is already the answer... Just some comments to your vision: Pressing "x"/leaving that popup form doesn't render anything. It removes the … (View Post)1 -
Re: Hide Tags From Sidebar
@salamj : Editing core files is the worst approach to change Vanillas behavior. Vanilla is extensible and that's one of its biggest advantages. Please don't give such an advise especially to Vanilla … (View Post)1