Author:
erics, October 23rd, 2013
The latest patch version of the SMF forum, 2.0.6, now prevents the site from opening up in an HTML frame. Simply comment out line 104 inside index.php: The Problem: $ grep -Rni X-Frame-Options * index.php:104: header(‘X-Frame-Options: SAMEORIGIN’); The Solution: //header(‘X-Frame-Options: SAMEORIGIN’);
Categories: How-To's, Technology Tags: forum, Frame, Header, howto, html, iFrame, index.php, php, SAMEORIGIN, smf, tips, X-Frame-Options
| No comments
Author:
erics, April 6th, 2010
Finally picking up steam: – Had to fix my Apogee Duet – it just stopped working – it seems the drivers got corrupted, so I got the latest ones from the website that are now Snow Leopard compatible. – Did a software update on Naomi’s system, with an Onyx cleaning and a permissions repair first […]
Categories: Technology, What? Tags: Apogee, Apogee Duet, apple, Duet, JSON, Madness, smf
| No comments
Author:
erics, March 24th, 2010
I use the SMF forum engine extensively. In Safari 3 I was able to use Option-S to save a post. Safari 4 broke that. The new keyboard shortcut to save a post in SMF is Control-Option-S.
Categories: How-To's, Technology Tags: Keyboard, Keyboard Shortcut, Safari, Save, Shortcut, smf
| No comments
Author:
erics, November 3rd, 2009
Edit the Themes/default/GenericControls.template.php file. Insert the following after line 9, adjusting for desired height: $editor_context[‘height’] = ‘400px’; For example: [code firstline=”9″] $editor_context = &$context[‘controls’][‘richedit’][$editor_id]; $editor_context[‘height’] = ‘400px’; [/code]
Categories: How-To's, Technology Tags: forum, height, howto, smf, taller
| No comments