查看: 291|回复: 0

discuz论坛logo右侧添加广告位的方法教程

[复制链接]

101

主题

5

回帖

998万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
9980754
威望
0
金币
9980614
鲜花(0) 鸡蛋(0)
发表于 2020-5-22 18:30:59 | 显示全部楼层 |阅读模式
打开\template\default\common中的header.htm文件


搜索以下代码
  1. <h2><!--{if !isset($_G['setting']['navlogos'][$mnid])}--><a href="./" title="$_G['setting']['bbname']">{$_G['style']['boardlogo']}</a><!--{else}-->$_G['setting']['navlogos'][$mnid]<!--{/if}--></h2>
复制代码
在这代码代码下面加入:


        <!--中部广告-->            
  1. <style type="text/css">

  2. #warpper{ position: relative; margin:0;padding:0; z-index:1000000; top:0;left:10px; float:left; }
  3. .block{ display:block;}
  4. .none{ display:none;}
  5.         .tfm001 { width: 550px; }
  6.                 .tfm001 caption, .tfm001 th, .tfm001 td { vertical-align: top; padding: 7px 0; }
  7.                         .tfm001 caption h2 { font-size: 16px; }
  8.                         .vt th, .vt td { vertical-align: top; }
  9.                 .tfm001 th { padding-top: 9px; padding-right: 5px; width: 130px; }
  10.                         .tfm001 th .rq { float: right; font-size: 14px; }
  11.                         .tfm001 .pt, .tfm001 .px { margin-right: 3px; width: 330px; }
  12.                 .tfm001 .c, .tfm001 .tedt, .m_c .tfm001 .tedt { width: 338px; }
  13.                 .tfm001 .d { clear: both; margin: 5px 0; color: {LIGHTTEXT}; }
  14.                         .tfm001 .d em { margin-left: 5px; color: red; }
  15.                         .tfm001 .d strong { margin-left: 5px; }
  16.                         .tfm001 .d a { color: {HIGHLIGHTLINK}; }
  17.                 .tfm001 .p { text-align: right; }
  18.                 .tfm001 .pcl label { display: block; padding: 0 2px 5px; }
  19.                         .tfm001 .pcl .pc { margin-right: 5px; padding: 0; }
  20.                 .tfm001 .l th, .tfm001 .l td { padding-top: 0; padding-bottom: 0; }
  21.           .tfm001 caption, .bn .tfm001 th, .bn .tfm001 td { padding-top: 5px; padding-bottom: 5px; }
  22. </style>
复制代码
  1. <div id="warpper">
  2. <!-- 推广连接 -->
  3. <table cellspacing="0" cellpadding="0" class="tfm001">
  4. <caption>
  5. <font color=red>将下面链接发布到QQ群、QQ好友、博客、论坛等网络上,当别人点击的时候您的贡献值就会增加:</font>
  6. </caption>
  7. <tr>
  8. <th>推广链接1</th>
  9. <td class="pns">
  10. <input type="text" class="px vm" value="$_G[siteurl]?fromuid=$_G[uid]" size="50" />
  11. <button type="submit" class="pn vm" type="submit"><em>复制</em></button>
  12. </td>
  13. </tr>
  14. <tr>
  15. <th>推广链接2</th>
  16. <td class="pns">
  17. <input type="text" class="px vm" value="$_G[siteurl]?fromuser={echo rawurlencode($_G[username])}" size="50" />
  18. <button type="submit" class="pn vm"><em>复制</em></button>
  19. </td>
  20. </tr>
  21. </table>

  22. <!-- 推广连接 -->
  23. </div>                 
复制代码
<!--中部广告-->

如果是只需要添加广告,如图片广告,文字链接广告,则加入:
        <!--中部广告-->                                

  1. <style type="text/css">

  2. #warpper{ position: relative; margin:0;padding:0; z-index:1000000; top:0;left:10px; float:left; }
  3. .block{ display:block;}
  4. .none{ display:none;}

  5. </style>

  6. <div id="warpper">
  7. 这里放你的广告代码
  8. </div>                 
复制代码


您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表