久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线

Discuz! 官方交流社區

標題: 請問發帖按鈕的鏈接是啥? [打印本頁]

作者: nwnuyhs    時間: 7 天前
標題: 請問發帖按鈕的鏈接是啥?
我想在首頁、論壇頁、帖子列表頁、帖子內頁添加發帖按鈕


門戶、論壇頁:發布按鈕跳轉到選擇板塊

帖子列表頁、帖子內頁:自動發布到當前論壇板塊

請問上述2個對應的發帖按鈕鏈接是啥?

作者: nwnuyhs    時間: 7 天前
已經解決了,我貼上首頁發帖的代碼:
  1. <div style="margin: 20px 0;">
  2.     <style>
  3.         @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
  4.     </style>
  5.     <a href="forum.php?mod=misc&action=nav"
  6.        onclick="showWindow('nav', this.href, 'get', 0); return false;"
  7.        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;"
  8.        onmouseover="this.style.backgroundColor='#007a4d'"
  9.        onmouseout="this.style.backgroundColor='#009a61'">
  10.         <i class="fas fa-edit" style="margin-right: 6px;"></i> 我要發帖
  11.     </a>
  12. </div>
復制代碼

作者: nwnuyhs    時間: 7 天前
效果展示

(, 下載次數: 1)

作者: taizimxg    時間: 7 天前
你這是什么寫法啊?
作者: 科站網    時間: 5 天前
寫法并不好,明明可以一段css搞定的,非弄個js




歡迎光臨 Discuz! 官方交流社區 (http://www.9999xn.com/) Powered by Discuz! W1.0