Avatar

Solaire

Solaire

About

Username
Solaire
Joined
Visits
1,472
Last Active
Roles
Member, OG
Thanked
477

Comments

  • (Quote) If you want to enforce it you can always bump the version of the theme to 1.0.1 since Vanilla adds the version to the HTTP request to retrieve the CSS. As such, bumping the version would force all browsers to refresh regardless of cache sett…
  • (Quote) https://refreshyourcache.com/en/chrome-android/
  • (Quote) Hold down shift and click the refresh button :)
  • (Quote) You're most welcome :). Unthank is a setting apparently (according to the README): $Configuration['Plugins']['ThankfulPeople']['AllowTakeBack'] = true; Should go in conf/config.php I guess.
  • (Quote) Figured. Please adjust the "class.thankfulpeople.plugin.php" accordingly (note the 2 at the end): $Sender->addJsFile('jquery.expander.js', 'plugins/ThankfulPeople2'); $Sender->addCssFile('thankfulpeople.css', …
  • (Quote) You'd put that in front of the code block you adapted. That said, since I changed the "Thanks" thingy I reckon it's not a PHP cache issue. Is your plugin in "plugins/ThankfulPeople"?
  • (Quote) Here's the complete, modified, class.thankfulpeople.plugin.php https://pastebin.com/RJf9Dmub. If you want to make sure the function is actually being hit, put an echo followed by a die (i.e. echo "HITT"; die;).
  • (Quote) It's still not loading the Javascript file, though that was the only fix needed in my Vanilla 3.3 test set-up. Do you have any PHP cache enabled?
  • (Quote) Yeah that looks about right :)
  • (Quote) Yeah, looks like us users need to force our browser to empty the cache. Should automagically resolve over the next few hours for users who don't force it.
  • @AnthonySmith Here goes the fix to the Thanks plugin. In "class.thankfulpeople.plugin.php", replace: $Sender->AddJsFile('jquery.expander.js');$Sender->AddCssFile('plugins/ThankfulPeople2/design/thankfulpeople.css');$Sender->AddJ…
  • (Quote) It's still there. Maybe the cache needs clearing?
  • (Quote) https://talk.lowendspirit.com/discussion/comment/81/#Comment_81 :)
  • (Quote) In "themes/keystone/design/custom_default.css" remove "display: block;" from the ".UserContent p img" block. Should be found at line 6651 and onwards.