请问发帖按钮的链接是啥? New
我想在首页、论坛页、帖子列表页、帖子内页添加发帖按钮门户、论坛页:发布按钮跳转到选择板块
帖子列表页、帖子内页:自动发布到当前论坛板块
请问上述2个对应的发帖按钮链接是啥? 已经解决了,我贴上首页发帖的代码:
<div style="margin: 20px 0;"> <style> @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css'); </style> <a href="forum.php?mod=misc&action=nav" onclick="showWindow('nav', this.href, 'get', 0); return false;" style="display: block; width: 100%; background-color: #009a61; color: white; padding: 12px 0; border-radius: 8px; text-align: center; text-decoration: none; font-size: 16px; font-weight: 500; transition: background-color 0.2s ease;" onmouseover="this.style.backgroundColor='#007a4d'" onmouseout="this.style.backgroundColor='#009a61'"> <i class="fas fa-edit" style="margin-right: 6px;"></i> 我要发帖 </a></div> 效果展示
你这是什么写法啊?
页:
[1]