TipMe

xF2 Add-on TipMe 1.1.1

No permission to download
  1. Error message occurred if tipmeurl was empty and you wanted to change some other settings in the profile
  2. User profile information TIPME button was visible even if no rights has been given
  3. Some typo errors corrected
To update, before applying the new version you need to set the version_id manually via mysql command or phpmyadmin, because version_id did not match version_string

SQL:
UPDATE `xf_addon` set version_id = 1000100 WHERE title = 'TipMe'
Top