Dear Sir/Madam Thanks for your business. You can shift the recent posts block to the top by going to ACP > Appearance > Template Modifications > Edit Template Modification forum_list. At Replace field, change all of contents to Code: <xen:include template="borbole_recent_posts_index"/> $0 Done !. Regards,
Thanks you, but I can't modify forum_list. It says: This modification can only be enabled or disabled.
Dear Daniel, To edit Template Modification, you should enable debug mode: Edit the /library/config.php file to add the following line: $config['debug'] = true; Note that it is not advised to run a live site with debug mode enabled due to the increased resources required. After edited, you should disable debug mode by removing added line. Regards,