玄之 发表于 2025-3-3 09:39:48

n7模板 帖子页面 右侧用户栏添加一个tips

效果图


代码部署

template/discuz_theme_n7/forum/viewthread.php

438处 <div id="comiis_viewthread_sidetop_div"></div> 上方合适地位

   
    <div class="custom-tip"><p>💡 <strong>Tips:</strong> <span id="random-text"></span></p></div>
    <script src="https://www.jiubbs.cn/s/js/tips.js"></script>
    <style>
    .custom-tip {
    margin-top: 10px;
    padding: 5px;
    /*background-color: #f8f9fa;
    border: 1px solid #dee2e6;*/
    border-radius: 5px;
    font-size: 12px;
    color: #6c757d;
}
   </style>

浪子 发表于 2025-3-3 17:54:23

我们总是在注意错过太多,却不注意自己拥有多少。

9ppy.com 发表于 2025-3-12 20:52:52

11111111111111111
页: [1]
查看完整版本: n7模板 帖子页面 右侧用户栏添加一个tips