foxfirefey: A guy looking ridiculous by doing a fashionable posing with a mouse, slinging the cord over his shoulders. (geek)
foxfirefey ([personal profile] foxfirefey) wrote in [community profile] foxfirefey_dev2013-12-27 02:46 pm

Foundation conversion

Things I need to figure out for my hack before being able to convert certain pages:

  • FAQs -- need to load FAQs for testing, right now there are noooo FAQs on my hack
  • Feeds -- need to have feeds updating and their stats collected, need to have the 1000 top displaying
  • Interests -- need to figure out how to calculate popular stuff, enable similar calculations for an account, etc
  • Support -- oh my wordy apparently my support system is FILLED with spam, is there a way to mass close them all? And maybe only let logged in users access support or something because WOW that is horrid

Notes:

  • Callout panel on Celerity not calling out
  • took care of the Support problem through SQL cheating since I couldn't figure out how supportclose was supposed to work: UPDATE support SET state='closed', timeclosed=UNIX_TIMESTAMP(), timemodified=UNIX_TIMESTAMP() and tried to put in a [personal profile] fu suggested setting to prevent further deluges: $CAPTCHA_FOR{support_submit_anon} = 1;
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2013-12-28 04:37 am (UTC)(link)
I think the supportclose priv lets you do a mass close.

You'd probably have to tweak the code to make it accept only logged in users. But it should be possible to turn on captcha for logged out userrs ( $CAPTCHA_FOR{support_submit_anon} = 1 )