Why?
Using Jamroom
If the media url scanner is active in the system then make sure its turned on for all quotas at
ACP -> SYSTEM -> SYSTEM CORE -> QUOTA CONFIG
I would expect those URLs to be converted into something more interesting.
function showMore(div) {
$('#truncated_' + div).toggle();
$('#full_' + div).toggle();
}
'db_create_item'
$func = jrCore_get_active_datastore_function($module, 'db_create_item');
_jrCore_db_create_item()
function jrSmiley_meta(){
return array(
'name' => 'Smiley Support',
'url' => 'smiley',
'version' => '1.4.2',
'developer' => 'The Jamroom Network, ©' . strftime('%Y'),
'description' => 'Replace smiley string with a graphic in text fields',
'doc_url' => 'https://www.jamroom.net/the-jamroom-network/documentation/modules/2915/smiley-support',
'category' => 'site',
'priority' => 80,
'license' => 'mpl',
'requires' => 'jrCore:6.5.0'
);
}