• I recently installed WPBB and its a great forum and easy to set up other than the look. I installed it here https://www.youthbaseballrankings.com/forums/ and it looks great when I cut the browser size in half or when I view it on a cell phone it looks amazing! But when viewed on my site it doesn’t fit properly at all. I cant find any place to edit the sizing at all, I checked the wpbb-template.php file but this is all that’s in it

    <?php
    
    /*
    	Template Name: WPBB
    */
    
    /*
    	This file is created apon activation or theme switch in your current theme directory.
    
    	Do not remove this file at any time as it is loads all the neccessary files for wp-bb to run on the frontend
    */
    
    get_header();
    
    require_once(ABSPATH.'/wp-content/plugins/wp-bulletin-board/php/wpbb-forum.php');
    
    get_footer();
    
    ?>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Any help would be greatly appreciated

    Thanks

    https://www.ads-software.com/plugins/wp-bulletin-board/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am also experiencing the same problem – follow up would be greatly appreciated!

    JamieS1211

    (@jamies1211)

    Had this problem too. Wish someone told me how to fix it but it bugged me and im the kind of person who dosen’t give up when i set my mind to something. Fortunatly I found the answer. First go into your dashboard, hover over plugins and go to the plugin editor. next top right select WPBB to edit then do this.

    Line 127 in “wpbb-view-profile.php”
    change :

    <textarea name="wpbb-signature"><?php echo $signature; ?></textarea>

    to

    <center>
    				<textarea name="wpbb-signature"><?php echo $signature; ?></textarea>
    				</center>

    then save. Now the signature box is centered on the profile section.

    Line 329 “wpbb-view-forum-topic.php”
    change :

    <textarea name="wpbb-signature"><?php echo $signature; ?></textarea>

    to

    <center>
    				<textarea name="wpbb-signature"><?php echo $signature; ?></textarea>
    				</center>

    then save. Now the quick reply box at bottom of posts is fixed.

    Also make sure your alignment is the same as the alignment of the original code. It has derped above.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Algin Forum properly’ is closed to new replies.