hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: How to remove version after css & js resources
Two things. The version is included in the query string to specifically bust caches on version changes. This is a desired effect. You are running alpha software. It sounds like you need to re-configu… (View Post)7 -
Re: Update from 2.1.10 to 2.2b1 Problem
Change the rewrite base to the appropriate folder name and uncomment the line (remove the #). Probably /tmp/copyforum. (View Post)3 -
Re: Collecting emails in autoresponder
All user emails are stored in the DB, so a trivial SQL query will give you all the information you need. Look at the User table. (View Post)1 -
Re: How to make JsConnect to work?
Same principle as Rubber Duck Debugging. Being able to express your problem gives you more insight into your problem. Glad you got it sorted! (View Post)1 -
Re: ProfileExtender (and surely another extension translation)
$Definition['Birthday'] = 'Anniversaire'; in /conf/locale.php. Don't have a /conf/locale.php? Create the file and put <?php if (!defined('APPLICATION')) exit(); … (View Post)1
