
This should work on 3.0.4 as it is, without further changes to the code, right? Has anyone tried it?

I have to tinker with this. An AJAX loading image might be the sensible solution. i.e. put an "Image Loading" gif in the place of an image and then it goes away once the image loads.eman80 wrote:I agree with you .. because maybe some people who have slow speed internet are thinking there is no picture in the topic.thesecret wrote:greetings,
When a user posts a very large image, it keeps loading a lot then the image appears suddenly when loading completes
That's not user friendly as I think.
can it be that the image keeps appearing will loading? exactly like it do without the mod??
The MOD itself should not be version-dependent but the edits might not match up.Stoli4naq wrote:Thanks for this mod!![]()
This should work on 3.0.4 as it is, without further changes to the code, right? Has anyone tried it?
Thanks please give it a try.DavidIQ wrote: I have to tinker with this. An AJAX loading image might be the sensible solution. i.e. put an "Image Loading" gif in the place of an image and then it goes away once the image loads.
That would be fantastic... Its the only thing this mod needs!DavidIQ wrote:I have to tinker with this. An AJAX loading image might be the sensible solution. i.e. put an "Image Loading" gif in the place of an image and then it goes away once the image loads.eman80 wrote:I agree with you .. because maybe some people who have slow speed internet are thinking there is no picture in the topic.thesecret wrote:greetings,
When a user posts a very large image, it keeps loading a lot then the image appears suddenly when loading completes
That's not user friendly as I think.
can it be that the image keeps appearing will loading? exactly like it do without the mod??
Code: Select all
$template->assign_vars(array(
'ERROR' => (sizeof($error)) ? implode('<br />', $error) : '',
'SIGNATURE' => $signature,
'SIGNATURE_PREVIEW' => $signature_preview,
'S_BBCODE_CHECKED' => (!$enable_bbcode) ? ' checked="checked"' : '',
'S_SMILIES_CHECKED' => (!$enable_smilies) ? ' checked="checked"' : '',
'S_MAGIC_URL_CHECKED' => (!$enable_urls) ? ' checked="checked"' : '',
'BBCODE_STATUS' => ($config['allow_sig_bbcode']) ? sprintf($user->lang['BBCODE_IS_ON'], '<a href="' . append_sid("{$phpbb_root_path}faq.$phpEx", 'mode=bbcode') . '">', '</a>') : sprintf($user->lang['BBCODE_IS_OFF'], '<a href="' . append_sid("{$phpbb_root_path}faq.$phpEx", 'mode=bbcode') . '">', '</a>'),
'SMILIES_STATUS' => ($config['allow_sig_smilies']) ? $user->lang['SMILIES_ARE_ON'] : $user->lang['SMILIES_ARE_OFF'],
'IMG_STATUS' => ($config['allow_sig_img']) ? $user->lang['IMAGES_ARE_ON'] : $user->lang['IMAGES_ARE_OFF'],
'FLASH_STATUS' => ($config['allow_sig_flash']) ? $user->lang['FLASH_IS_ON'] : $user->lang['FLASH_IS_OFF'],
'URL_STATUS' => ($config['allow_sig_links']) ? $user->lang['URL_IS_ON'] : $user->lang['URL_IS_OFF'],
'MAX_FONT_SIZE' => (int) $config['max_sig_font_size'],
'L_SIGNATURE_EXPLAIN' => sprintf($user->lang['SIGNATURE_EXPLAIN'], $config['max_sig_chars']),
'S_BBCODE_ALLOWED' => $config['allow_sig_bbcode'],
'S_SMILIES_ALLOWED' => $config['allow_sig_smilies'],
'S_BBCODE_IMG' => ($config['allow_sig_img']) ? true : false,
'S_BBCODE_FLASH' => ($config['allow_sig_flash']) ? true : false,
'S_LINKS_ALLOWED' => ($config['allow_sig_links']) ? true : false)
);
Update instructions are in the contrib directory.Jorup16 wrote:Hi, I have this version installed
http://www.phpbb.com/community/viewtopi ... 0&t=907805
How can I update up to this version?
http://www.phpbb.com/community/viewtopi ... &t=1696215
Where?....DavidIQ wrote:Update instructions are in the contrib directory.Jorup16 wrote:Hi, I have this version installed
http://www.phpbb.com/community/viewtopi ... 0&t=907805
How can I update up to this version?
http://www.phpbb.com/community/viewtopi ... &t=1696215