Viewing 2 replies - 1 through 2 (of 2 total)
  • I also have this problem, it thinks my page is frem left to right screen edge!

    Looks very bizzar and streched..

    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 ‘Centering the forum?’ is closed to new replies.