4
Hi,
you need to edit the template of the block. You can do this in two ways.
1. edit the coresponding file. For example for log in block you need to edit "system_block_login.html" file in XOOPSROOT\modules\system\templates\blocks. Then you need to update the system module.
Or you can use the template override in 2.0.14+ as described here:
https://xoops.org/modules/news/article.php?storyid=33672. in XOOPS admin -> templates -> list the templates for the module you want to change (system for login) find "system_block_login.html" and click edit in action column. When you finish with changes submit and clear cache.
Or go to blocks, select edit for block you want to edit (Login for example) and nect to Content click "Edit Template". When you finish with changes submit and clear cache. If you don't have submit button you need to clone template set and set XOOPS to use the cloned one as default. You can't edit default template set from XOOPS admin.
Learn more about templates here:
https://xoops.org/modules/smartfaq/faq.php?faqid=208https://xoops.org/modules/smartfaq/faq.php?faqid=181https://xoops.org/modules/smartfaq/faq.php?faqid=182...
For managing templates you may try templatesadmin (or the newer altsys) module from GiJoe (
http://xoops.peak.ne.jp)