x00
MVPx00 MVP
Reactions
-
Re: Possible to rewrite old url's ?
RewriteRule ^(.*?)-t([0-9]+)\.html$ discussion/$2/$1 [L] (View Post)4 -
Re: Need help installing Head.JS
I wouldn't waste you time with this, if you were creating a new dynamic app maybe there may be a point to using it, but here I don't think it will help much and could actually cause a bunch of issues… (View Post)1 -
Re: I don't get it ...
Please use more descriptive titles. (View Post)1 -
Re: How to add a parameter to every URL Vanilla generates
assume that forum is the location of you forum. create a file called alter_root.php in the forum root, add <?phpif(array_key_exists('locale', $_GET)){ $_SERVER['PHP_SELF'] = '/'.$_GET['locale'].$_… (View Post)3 -
Re: Problem adding code to default.master.php
first there is no need to add jquery it is already added, doing so can cause conflicts. Secondly it is not very Vanilla to hard code your script and styles in the master, it is better to queue them p… (View Post)2
