QUOTE
No quick/full edit in IB2.2.2, Firefox 2.0.0.3, Mac OS 10.4.9 and a crummy black keyboard.
IB2.2.2 is the version of the software the board is now on, we're
all using that. "IBR2" is the name of the skin I'm using. It's one of the few rounded corner box styles that works well, not perfectly, there
is a minimum size window width, but it works well otherwise. Good contrast of black text on light background, neat buttons ( many skins are somewhat childish, IMHO ). Anyway, the Full/Quick capabilities are there. That
is a javascript, there is some 'data' for each post:
CODE
//<![CDATA[
if ( ajax_loaded && use_enhanced_js )
{
menu_build_menu( 'edit-but-126359',
new Array( img_item + " <a title='Full edit screen with all options' href='http://www.techsurvivors.net/forums/index.php?act=post&do=edit_post&<CR>
f=1&t=16012&p=126359&st=0'>Full Edit</a>",
img_item + " <a href='#' title='Edit this post in place with basic options'<CR>
onclick='return ajax_prep_for_edit(126359, event);'>Quick Edit</a>" ) );
}
//]]>
I'm not sure what "enhanced javascript" is, other than "Ajax". But if that "if test" [ if ( ajax_loaded && use_enhanced_js ) ] returns a negative value you won't get the two choices. I just don't know how to do more than enable javascript at TS, which is what my settings are in NoScript. My FF prefs actually have javascript enabled, but NoScript blocks any scripts automatically, unless I've already approved them for a site. As far as I know, there are no user settings for Ajax in any browser.
If you're using NoScript, make sure you allow TS always. And make sure NoScript does not hide it's info panel after a very short time, so you can be sure it's not still blocking a script.
I don't see any place on the received page where that variable is set, it is probably done before the php send the page.
As for the smilies display, the only thing I don't care for is the lack of text feedback on what the actual codes for them are. You must open the "Show All" window to see them.
On the other hand, I like being able to completely do away with tem and have a bigger, wider reply box. One can still access the smilies in the dropdown menu or open the "Show All" window. Or, is that not working in your set up, also?!