管理大哥我想请教一些问题,希望您能帮我

首页 论坛 bbPress插件版讨论区 问答交流 管理大哥我想请教一些问题,希望您能帮我

该主题包含 6 个回复,有 2 个参与人,并且由  HETOKA10 年, 9 月 前 最后一次更新。

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

    HETOKA
    会员

    @HETOKA

    @admin
    1.我用了这里的主题,然后我看到这个网站上的菜单上面基本信息和查看@我什么的选项在登陆后就可以看见,不登陆就显示注册,请问这是如何做到的呢。
    2.还有这个站的注册我看到是用了一个新的页面,这是要代码重写出来的吗
    3.请问这里主页上的”(BBPRESS)最新回复”这个模块怎么删除,我只想要论坛这个版块呢。
    还请大大指点一二。

    • 该主题由  HETOKA 于 10 年, 9 月 前 修正。
    附件:
    You must be logged in to view attached files.
    #2869

    HETOKA
    会员

    @HETOKA

    #2871

    管理员
    管理员

    @admin

    @HETOKA

    删除好简单的,但要看你如何调用,如果你是用本论坛发的主题,在主题的index代码里找找,你就明白在哪了。
    @me 要实现回复有提示,及登陆菜单问题,你可以看看 @me 下载插件页面里的回复,我有讲过的。
    是要自动生成的,代码其实 @me 里面有的,只是我注释了,具体你自己参考下,很易懂的。

    #2875

    HETOKA
    会员

    @HETOKA

    @admin
    我动态菜单成功了,但是不登陆的时候还是没有显示注册,是要改哪个地方呢,是这里的吗,但是//去掉以后就出错了
    http://www.nesara.cn 这是我的站点

    附件:
    You must be logged in to view attached files.
    #2877

    HETOKA
    会员

    @HETOKA

    @admin

    [code]get_header(); ?>

    <div id=”main-content” class=”main-content”>

    <div id=”primary” class=”content-area”>
    <div id=”content” class=”site-content” role=”main”>

    <?php
    if ( class_exists( ‘bbPress’ ) ) : ?>

    <div class=”content-front”>
    <h1 class=”entry-title-content”>
    <?php printf(__(‘(bbPress) Recent Topics’, ‘bbpress’ ), $widget_ops ); ?>
    </h1>
    <?php bbp_get_template_part( ‘content’, ‘archive-topic’ ); ?>
    </div>

    <div id=”forum-front” class=”bbp-forum-front”>
    <h1 class=”entry-title-front”><?php bbp_forum_archive_title(); ?></h1>
    <div class=”entry-content-front”>
    <?php bbp_get_template_part( ‘content’, ‘archive-forum’ ); ?>
    </div>
    </div>
    <?php
    else:
    echo ” <h1 class=’entry-title-front’>This theme requires you to install bbPress plugin,
    <br/>Download it from here.</h1>”;
    endif; ?>

    </div><!– #content –>
    </div><!– #primary –>
    <?php get_sidebar( ‘content’ ); ?>
    </div><!– #main-content –>

    <?php

    那个主题里的index.php里是不是删除这一条就行了呢: <?php printf(__(‘(bbPress) Recent Topics’, ‘bbpress’ ), $widget_ops ); ?>

    #2894

    管理员
    管理员

    @admin

    @HETOKA

    自己改改这里
    加下下面提示的代码。
    function add_atme_link($items, $args) {
    if(is_user_logged_in())
    {
    }
    else
    {
    $items .= ‘

  • ‘; //加上这句

    return $items;
    }

#2899

HETOKA
会员

@HETOKA

感谢大哥

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

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

bbPress中文社区 & WordPress中文社区(分享交流技术,插件,主题,汉化等)