Making WordPress.org

Changeset 14284


Ignore:
Timestamp:
12/16/2024 08:01:21 PM (3 months ago)
Author:
johnjamesjacoby
Message:

bbPress.org: theme tweaks

Part of bb-base theme changes

See: https://buddypress.trac.wordpress.org/ticket/9262

Location:
sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/header-front.php

    r9266 r14284  
    11<?php if ( is_front_page() ) : ?>
    22    <div id="headline"><div id="headline-inner">
    3         <h2 class="graphic home"><?php _e( 'Discussion forums, for your WordPress.org powered site.', 'bbporg' ); ?></h2>
    4         <p><?php _e( 'bbPress is forum software from the creators of WordPress. Quickly setup a place for asyncronous discussion, subscriptions, and more!', 'bbporg' ); ?></p>
     3        <h2 class="graphic home"><?php _e( 'Meet bbPress', 'bbporg' ); ?></h2>
     4        <p><?php _e( 'Forum software from the creators of WordPress. Asyncronous discussion, user profiles, subscriptions, and more!', 'bbporg' ); ?></p>
    55        <div>
    6             <a href="//bbpress.org/download/" id="big-demo-button" class="button"><?php _e( 'Download bbPress &rarr;', 'bbporg' ); ?></a>
     6            <a href="//bbpress.org/download/" id="big-demo-button" class="button"><?php _e( 'Download &rarr;', 'bbporg' ); ?></a>
    77            <img src="<?php echo get_stylesheet_directory_uri(); ?>/images/screenshots.png?v=6" srcset="<?php echo get_stylesheet_directory_uri(); ?>/images/screenshots.png?v=6 1x, <?php echo get_stylesheet_directory_uri(); ?>/images/screenshots-2x.png?v=6 2x" alt="">
    88        </div>
     
    1212    <div id="showcase"><div id="showcase-inner">
    1313        <div class="feature">
    14             <h3><?php _e( 'Simple Setup', 'bbporg' ); ?></h3>
     14            <h2><?php _e( 'Simple Setup', 'bbporg' ); ?></h2>
    1515            <p>
    16                 <a href="//bbpress.org/about/simple/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_forums.gif" alt="<?php esc_attr_e( 'Simple Setup', 'bbporg' ); ?>" width="78" height="58"></a>
    17                 <?php _e( 'Easy to setup.<br /> Easy to moderate.<br /> Fast, and clean.', 'bbporg' ); ?>
     16                <a href="//bbpress.org/about/simple/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_forums.gif" alt="<?php esc_attr_e( 'Simple Setup', 'bbporg' ); ?>" width="156" height="58"></a>
     17                <span><?php _e( 'Easy to setup. <br>Easy to moderate. <br>Fast, and clean.', 'bbporg' ); ?></span>
    1818            </p>
    1919        </div>
    2020        <div class="feature">
    21             <h3><?php _e( 'Fully Integrated', 'bbporg' ); ?></h3>
     21            <h2><?php _e( 'Fully Integrated', 'bbporg' ); ?></h2>
    2222            <p>
    23                 <a href="//bbpress.org/about/integration/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_integration.gif" alt="<?php esc_attr_e( 'Fully Integrated', 'bbporg' ); ?>" width="78" height="58"></a>
    24                 <?php _e( 'One central account.<br /> One unified admin area.<br /> One click install.', 'bbporg' ); ?>
     23                <a href="//bbpress.org/about/integration/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_integration.gif" alt="<?php esc_attr_e( 'Fully Integrated', 'bbporg' ); ?>" width="156" height="116"></a>
     24                <span><?php _e( 'One central account. <br>One unified admin area. <br>One click install.', 'bbporg' ); ?></span>
    2525            </p>
    2626        </div>
    2727        <div class="feature" style="margin:0;">
    28             <h3><?php _e( 'Single Installation', 'bbporg' ); ?></h3>
     28            <h2><?php _e( 'Single Installation', 'bbporg' ); ?></h2>
    2929            <p>
    30                 <a href="//bbpress.org/about/installation/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_installation.gif" alt="<?php esc_attr_e( 'Single Installation', 'bbporg' ); ?>" width="78" height="58"></a>
    31                 <?php _e( 'Simple step-by-step installation walks you through your options.', 'bbporg' ); ?>
     30                <a href="//bbpress.org/about/installation/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_installation.gif" alt="<?php esc_attr_e( 'Single Installation', 'bbporg' ); ?>" width="156" height="116"></a>
     31                <span><?php _e( 'Simple step-by-step <br>installation walks you <br>through your options.', 'bbporg' ); ?></span>
    3232            </p>
    3333        </div>
    3434        <div class="feature">
    35             <h3><?php _e( 'Multisite Forums', 'bbporg' ); ?></h3>
     35            <h2><?php _e( 'Multisite Forums', 'bbporg' ); ?></h2>
    3636            <p>
    37                 <a href="//bbpress.org/about/multisite/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_blogs.gif" alt="<?php esc_attr_e( 'Multisite Forums', 'bbporg' ); ?>" width="78" height="58"></a>
    38                 <?php _e( 'Divide your site into sections. Allow your users to create content.', 'bbporg' ); ?>
     37                <a href="//bbpress.org/about/multisite/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_blogs.gif" alt="<?php esc_attr_e( 'Multisite Forums', 'bbporg' ); ?>" width="156" height="116"></a>
     38                <span><?php _e( 'Divide your site<br> into sections. Allow your <br>users to create content.', 'bbporg' ); ?></span>
    3939            </p>
    4040        </div>
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/sidebar.php

    r6363 r14284  
    77
    88            <div>
    9                 <h3><?php _e( 'Forum Info', 'bbporg' ); ?></h3>
     9                <h2><?php _e( 'Forum Info', 'bbporg' ); ?></h2>
    1010                <ul class="forum-info">
    1111                    <?php bb_base_single_forum_description(); ?>
     
    1616
    1717            <div>
    18                 <h3><?php _e( 'Forum Feeds', 'bbporg' ); ?></h3>
     18                <h2><?php _e( 'Forum Feeds', 'bbporg' ); ?></h2>
    1919                <ul>
    2020                    <li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/"><?php _e( 'Recent Posts', 'bbporg' ); ?></a></li>
     
    2626
    2727            <div>
    28                 <h3><?php _e( 'Topic Info', 'bbporg' ); ?></h3>
     28                <h2><?php _e( 'Topic Info', 'bbporg' ); ?></h2>
    2929                <ul class="topic-info">
    3030                    <?php bb_base_single_topic_description(); ?>
     
    3434            <div>
    3535                <?php bbp_topic_tag_list( 0, array(
    36                     'before' => '<h3>' . __( 'Topic Tags', 'bbporg' ) . '</h3><ul class="topic-tags"><li>',
     36                    'before' => '<h2>' . __( 'Topic Tags', 'bbporg' ) . '</h2><ul class="topic-tags"><li>',
    3737                    'after'  => '</li></ul>',
    3838                    'sep'    => '</li><li>',
     
    4747                    <?php bbp_topic_admin_links( array (
    4848                        'id'     => bbp_get_topic_id(),
    49                         'before' => '<h3>' . __( 'Topic Admin', 'bbporg' ) . '</h3><ul class="topic-admin-links"><li>',
     49                        'before' => '<h2>' . __( 'Topic Admin', 'bbporg' ) . '</h2><ul class="topic-admin-links"><li>',
    5050                        'after'  => '</li></ul>',
    5151                        'sep'    => '</li><li>',
     
    5959
    6060            <div>
    61                 <h3><?php _e( 'Forums', 'bbporg' ); ?></h3>
     61                <h2><?php _e( 'Forums', 'bbporg' ); ?></h2>
    6262                <?php echo do_shortcode( '[bbp-forum-index]' ); ?>
    6363            </div>
     
    6565
    6666            <div>
    67                 <h3><?php _e( 'Views', 'bbporg' ); ?></h3>
     67                <h2><?php _e( 'Views', 'bbporg' ); ?></h2>
    6868                <ul>
    6969
     
    7878
    7979            <div>
    80                 <h3><?php _e( 'Feeds', 'bbporg' ); ?></h3>
     80                <h2><?php _e( 'Feeds', 'bbporg' ); ?></h2>
    8181                <ul>
    8282                    <li><a class="feed" href="<?php bbp_forums_url(); ?>feed/"><?php _e( 'All Recent Posts', 'bbporg' ); ?></a></li>
     
    8585            </div>
    8686
    87             <div>
    88                 <h3><?php _e( 'Tags', 'bbporg' ); ?></h3>
     87            <div class="bbp-topic-tag-cloud">
     88                <h2><?php _e( 'Tags', 'bbporg' ); ?></h2>
    8989                <?php echo do_shortcode( '[bbp-topic-tags]' ); ?>
    9090            </div>
     
    9494    <?php elseif ( is_front_page() || is_404() ) : ?>
    9595
    96         <div class="feature">
    97             <h3><?php _e( 'bbPress Complete', 'bbporg' ); ?></h3>
     96        <div>
     97            <h2><?php _e( 'bbPress Complete', 'bbporg' ); ?></h2>
    9898            <p><a href="https://www.packtpub.com/web-development/bbpress-complete"><img width="225" alt="<?php esc_attr_e( 'bbPress Complete', 'bbporg' ); ?>" src="<?php echo get_stylesheet_directory_uri(); ?>/images/bbpress-packt.jpg"/></a></p>
    9999            <p class="book-description"><?php _e( 'A step-by-step guide to creating, managing, and growing a community around your WordPress website.', 'bbporg' ); ?></p>
     
    105105
    106106        <div>
    107             <h3><?php _e( 'Legacy', 'bbporg' ); ?></h3>
     107            <h2><?php _e( 'Legacy', 'bbporg' ); ?></h2>
    108108            <ul>
    109109                <li><a href="<?php echo get_permalink( 116247 ); ?>"><?php _e( 'Plugins for bbPress 1.1', 'bbporg' ); ?></a></li>
     
    114114
    115115        <div>
    116             <h3><?php _e( 'Categories', 'bbporg' ); ?></h3>
     116            <h2><?php _e( 'Categories', 'bbporg' ); ?></h2>
    117117            <ul>
    118118                <?php wp_list_categories( array( 'title_li' => false ) ); ?>
     
    121121
    122122        <div>
    123             <h3><?php _e( 'Tags', 'bbporg' ); ?></h3>
     123            <h2><?php _e( 'Tags', 'bbporg' ); ?></h2>
    124124            <?php wp_tag_cloud(); ?>
    125125        </div>
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/style.css

    r1644 r14284  
    11/**
    2  * Theme Name: bbPress.org 2013
    3  * Theme URL: https://bbPress.org
     2 * Theme Name:  bbPress.org Theme
     3 * Theme URL:   https://bbPress.org
    44 * Description: A WordPress theme for bbPress.org
    5  * Author: John James Jacoby
    6  * Author URI: http://jaco.by
    7  * Version: 2.1
    8  * Template: bb-base
    9  * Tags: bbpress, gray, 508, compliance, fixed width, widgets, gallery
     5 * Author:      John James Jacoby
     6 * Author URI:  https://jjj.blog
     7 * Version:     2.2
     8 * Template:    bb-base
    109 */
    1110
Note: See TracChangeset for help on using the changeset viewer.