EmpireCMS – Optimizing the database by removing the article description field Program Notes Empire cms
Delete the `smalltext` summary field; then, for each article query, extract the first 80 characters as the article summary – this is suitable for websites where custom summaries are not required. Supports querying specified database tables. Function: `function user_smalltext($id, $stb, $fontNume = 80,$tabe = 'news') {global $empi...`