foxfirefey (
foxfirefey) wrote in
foxfirefey_dev2013-12-27 02:46 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
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
fu suggested setting to prevent further deluges: $CAPTCHA_FOR{support_submit_anon} = 1;
no subject
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 )