已建立論壇回覆
-
作者帖子
-
回覆至: 本站的註冊頁是怎麼實現的? #17249
編輯器看這裡,https://bbs.weixiaoduo.com/topic/16959 buddypress 同樣適用,一行程式碼就能解決。
另外 bbpress 的翻譯因為我們自己一直在使用,所以會慢慢最佳化的,有錯誤之後就統一修正下再發布。
你好,預設顯示的就是論壇頁,沒有的話就在後臺的介面設定裡面設定,不要開啟手機熱點。
你好,因為外掛暫停開發了,所以一直也沒回復,怠慢了,不好意思,我們在做內部調整,暫時不接受任何業務。
Google 字型源替換為 img.feibisi.com/fonts,
永久連結為:https://img.feibisi.com/fonts/
注意:載入檔案的 CSS 也需要修改連結地址,目前只載入我們需要的字型即可。
檔案有兩處,Google 地圖也在此,用的不多暫時不管:
./framework/admin/assets/js/smof.js 在 645 行 ,
$('head').append('<link href="//googlefonts.admincdn.com/css?family='+ the_font +'" rel="stylesheet" type="text/css" class="'+ _linkclass +'">');
替換為
$('head').append('<link href="//img.feibisi.com/fonts/css.css?family='+ the_font +'" rel="stylesheet" type="text/css" class="'+ _linkclass +'">');
./includes/class-avada-scripts.php 在 407 行 ,
wp_enqueue_style( 'avada-google-fonts', 'http' . ( ( is_ssl() ) ? 's' : '' ) . '://googlefonts.admincdn.com/css?family=' . $font_families, array(), '' );
替換為
wp_enqueue_style( 'avada-google-fonts', 'http' . ( ( is_ssl() ) ? 's' : '' ) . '://img.feibisi.com/fonts/css.css?family=' . $font_families, array(), '' );
回覆至: 本站的註冊頁是怎麼實現的? #17241是一款 WordPress 外掛,名字叫 Ultimate Member 超級會員,後臺可以找到。
方法如上,工作室成員可參考使用,但切記這個方法只能延長試用期 1 次。
Thanks for contacting us! You can reset your trial one time for 15 more days by going into the unlock screen and typing the word " reset " into the Name and the Key fields. Since you would like to use the trial extension at a later date, please note that the 15 day extension starts the same day you reactivate it with the above instructions.
意思就是說,在試用到期的提示框裡面,輸入 『reset 』,然後就可以繼續重置使用啦。
你們不用論壇管理許可權,商城歸你們管。
明明是 15 套主題,怎麼才釋出 10 套
時間:2015-11-14 增加 bbPress 論壇支援。
-
作者帖子