修復 bbPress 側邊欄頭像模糊情況,改下大小尺寸。

標籤: , ,

正在檢視 4 個帖子:1-4 (共 4 個帖子)
  • 作者
    帖子
  • 薇曉朵
    管理員
    • 文章數量: 478
    @weixiaoduo
    樓主

    路徑:/wp-content/plugins/bbpress/includes/common

    檔案:widgets.php

    需要將 bp_get_current_user_id(), ’40’

    改成 bp_get_current_user_id(), ’80’

    程式碼如下:

     <div class="bbp-logged-in">
     <a href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>" class="submit user-submit"><?php echo get_avatar( bbp_get_current_user_id(), '80' ); ?></a>
     <h4> 您好,<?php bbp_user_profile_link( bbp_get_current_user_id() ); ?></h4>
     <a href="https://www.weixiaoduo.com/account" target="_blank" class="button link-menu"> 我的賬戶</a>
     <a href="https://mall.weixiaoduo.com/my-account" target="_blank" class="button link-menu"> 檢視訂單</a>
     <a href="https://www.weixiaoduo.com/profile" target="_self" class="button link-menu"> 個人資料</a>
     <a href="#" target="_blank" class="button link-menu"> 產品下載</a>
     <?php bbp_logout_link(); ?>
     </div>
    
    詩語
    管理員
    • 文章數量: 5,932
    @feibisi

    2015-10-29 19.09.21

    清晰了看上去就是舒服。

    詩語
    管理員
    • 文章數量: 5,932
    @feibisi

    新版的,調整了 CSS 和連結結構 :

    
    <div class="bbp-logged-in"></div>
    <h4> 您好,<!--?php bbp_user_profile_link( bbp_get_current_user_id() ); ?--></h4>
    <a class="button link-menu" href="https://www.weixiaoduo.com/account" target="_blank"> 我的賬戶</a>
    <a class="button link-menu" href="https://mall.weixiaoduo.com/my-account" target="_blank"> 檢視訂單</a>
    <a class="button link-menu" href="https://www.weixiaoduo.com/profile" target="_self"> 個人資料</a>
    <a class="button link-menu" href="#" target="_blank"> 產品下載</a>
    

    2016-06-05 03.00.32

    xingjia10086
    • 文章數量: 8
    @xingjia10086

    為何我的網址 https://www.weixiaoduo.com/account  就是沒有頁面呢 找不到 我的賬戶 這個頁面 嗚嗚

正在檢視 4 個帖子:1-4 (共 4 個帖子)
  • 哎呀,回覆話題必需登入。

話題資訊

  • 當前位於:bbPress
  • 3 條回覆
  • 3 個參與人
  • 最後回覆:<a href="https://bbs.weixiaoduo.com/users/xingjia10086/" title=" 檢視 xingjia10086 的個人資料" class="bbp-author-link"><span class="bbp-author-name">xingjia10086</span></a>
  • 上次活動:<a href="https://bbs.weixiaoduo.com/topic/17004/#post-22614" title=" 回覆至:修復 bbPress 側邊欄頭像模糊情況,改下大小尺寸。">7 年、 7 月前</a>