实现按星期不同标题背景图

首页 论坛 bbPress独立版讨论区 综合技术 实现按星期不同标题背景图

标签: 

该主题包含 4 个回复,有 3 个参与人,并且由  jy0240565112 年, 4 月 前 最后一次更新。

正在查看 5 个帖子 - 1 至 5 (共计 5 条)
  • 作者
    帖子
  • #145

    Vincent Lee
    会员

    @imported_admin

    今天想换换标题背影,但发现换着换着,以往的标题图片还留着,不用也浪费。

    就在header里修改下,实现按星期改变标题背景图。

    (为毛不弄随机背景图,因为苦B服务器,不适合每次刷新换背景,很伤! :cry:

    在主题文件:header.php里找到如下行

    Code:
    <div id=”wrapper”>

    修改为以为代码即可(我重新定义标题图为不重复,居中,可自行修改):

    Code:
    <?php
    $num=date(“w”);
    echo ‘<div id=”wrapper” style=”background:#FFF url(bb-templates/BBme/images/page_header_tile_’.$num.’.jpg) no-repeat 50% -15px;”>’
    ?>

    在images里的图片名字如下(注意0为星期天):

    page_header_tile_0.jpg

    page_header_tile_1.jpg

    page_header_tile_2.jpg

    page_header_tile_3.jpg

    page_header_tile_4.jpg

    page_header_tile_5.jpg

    page_header_tile_6.jpg

    很简单的一个无用但小清新的功能

    #471

    9697h
    会员

    @9697h

    分享一下官方的图片吧

    #472

    Vincent Lee
    会员

    @imported_admin

    9697h 说:

    分享一下官方的图片吧

    发了几张上来了

    #474

    9697h
    会员

    @9697h

    Vincent Lee 说:

    发了几张上来了

    OK…

    #501

    jy02405651
    会员

    @jy02405651

    这个有才,我我喜欢

正在查看 5 个帖子 - 1 至 5 (共计 5 条)

抱歉,回复评论必需登录。