Viewing 1 replies (of 1 total)
  • Plugin Author codebycarter

    (@codebycarter)

    I’m not sure if you’ve changed it already but this is what you do:

    1. Add this code to your wp-bulletin-board/css/wpbb-light-style.css, preferably at the top:

    /* Change the forum title position and color of the slash (/) character here */
    h2.wpbb-forum-title {
    	text-align:center;
    	padding-bottom:10px;
    }
    
    /* Change the color of the forum title link here, boldness, etc */
    h2.wpbb-forum-title a {
    	font-weight:bold;
    	color:purple;
    }

    2. Then in wp-bulletin-board/php/wpbb-index.php around line 126 change “wpbb-centered-bold” to “wpbb-forum-title”

    3. Repeat this in wp-bulletin-board/php/wpbb-view-forum.php (around line 26)

    4. Repeat this in wp-bulletin-board/php/wpbb-view-forum-topic.php (around line 173)

    5. Repeat this in wp-bulletin-board/php/wpbb-view-subforum.php (around line 183)

    6. Repeat this in wp-bulletin-board/php/wpbb-view-subforum-topic.php (around line 40)

    That should do it. You can edit your forum name in admin dashboard – settings – wpbb settings – forum name.

    In the next version that will be released soon you’ll be able to edit individual elements more easily, since most of them use the same css selectors.

    Thanks, let me know if you need any more help.

Viewing 1 replies (of 1 total)
  • The topic ‘MY WPBB FORUM’ is closed to new replies.