Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter JamieS1211

    (@jamies1211)

    There is 2 instances because there is 2 server boxes, should have mentioned that. Also thanks for putting me straight on the issue and giving me the material to read up on. Much 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.

    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.

    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.

    Thread Starter JamieS1211

    (@jamies1211)

    Thanks for all your help. Somehow my apache didn’t have allow override to all hence it wasn’t reading the htacess files. Thanks again for your efforts I do appreciate it and I know others you help also do.

    Thread Starter JamieS1211

    (@jamies1211)

    Not sure if it is worth mentioning but the 404 error is not a wordpress 404 error instead it is the default Apache 404 error. Does this change stuff? Is it not fully / properly installed?

    Thread Starter JamieS1211

    (@jamies1211)

    Do you reckon there could be a problem with my server install then as I wan’t able to reinstate my old website due to unclear reasons despite doing the same method as I have used before and been advised to use. http://wordpress.org/support/topic/database-recovery-error?replies=1

    Thread Starter JamieS1211

    (@jamies1211)

    Indeed. Is there any other packages or modules that this function depends on?

    Thread Starter JamieS1211

    (@jamies1211)

    yes defult permalinks work fine, also edited above answer with actual info

    Thread Starter JamieS1211

    (@jamies1211)

    It is, when I do

    a2enmod rewrite

    I get this

    Module rewrite already enabled

    Also my .htacess looks like this

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter JamieS1211

    (@jamies1211)

    Ok, after I have set a SMTP server up is that the final step? That is to say I do I have to enter curtain specific settings into bot WordPress and the email it is attempting to use?

Viewing 11 replies - 1 through 11 (of 11 total)