x00
MVPx00 MVP
Reactions
-
Re: Hack which version of jQuery we run
Try the pagespeed plugin. It allows you to set the version, run off google CDN as well as other optimisations. (View Post)1 -
Re: Hack which version of jQuery we run
Did you enable both? You shouldn't run other minify programs at the same time. You can also dissable the css minification for now. I found it generally quite good, with a few counter intuitive t… (View Post)1 -
Re: Why can't I use the {php} smarty tag?
seriously if you are going as far as to use those tags you should use the php template instead. It kind of defeats the point of having a template engine. (View Post)1 -
Re: [Solved] Display one category on home page of site (forum installed elsewhere)
you can use .htaccess to do that or the feed is at categories/news/feed.rss you can use the api like so categories/news.json categories/news.xml (View Post)1 -
Re: [Solved] Display one category on home page of site (forum installed elsewhere)
you can use .htaccess to do that Say you had the forum folder in yout root, you could put this .htaccess in your root. <IfModule mod_rewrite.c> RewriteEngine On # RewriteBase / RewriteCond %{HT… (View Post)1
