Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Check to see that the nggallery folder is not a nested within the nggallery folder you uploaded.
    Ajnabi

    Forum: Plugins
    In reply to: WPForum plugin problems
    Thread Starter ajnabi

    (@ajnabi)

    Sorry correction; after the <?php get_header(); ?> the insertion would read;
    <!–forum-page.php–>
    <div id=”forum-page” class=”fullwidth”>
    </div>

    Hope this helps.
    Ajnabi

    Forum: Plugins
    In reply to: WPForum plugin problems
    Thread Starter ajnabi

    (@ajnabi)

    If you mean the custom page then this is waht I did. I took the post (single.php) and modified it thus; at the very top add
    <?php
    /*
    Template Name: forum-page.php
    */
    ?>
    This identifies it as a new template. After the lines
    <?php get_header(); ?>
    <!–forum-page.php–>
    Add this code;
    <div id=”forum-page” class=”fullwidth”>
    </div>
    Scroll to the bottom and remove any reference to sidebars if your theme supports them and save as forum-page.php.

    In your style.css add this code (best placed in the structure bellow coment-in code);
    #forum-page {
    width:94%;
    }
    and save. Go to write page and give a title of Forum, switch to HTML mode and add <!–WPFORUM–> then scroll down and in the page template drop down menu select your new template which is forum-page.php and save. Done.
    I have 2 blogs with the same themes and same configuration but for the version of wordpress. Am using 2.6 on one and this set up works fine but with 2.6.2 the forum returns the above mentioned problem. I am assuming its a compatibility issue btwn wpforum and wp2.6.2.

    Thread Starter ajnabi

    (@ajnabi)

    I guess no one has or know of a solution to this issue yet ??

    Anyone? Help please?

    Thread Starter ajnabi

    (@ajnabi)

    Thanks Moshu..that didnt work for me but issue now resolved.

    I guess it dont harm to put a fare bit of html code with php ??

    And sos posted this in wrong place, was not a suport issue.
    Ajnabi

    Why go thru the long winded way of writing a new code when you can just edit the index file. Look for this section of the code <div class=”post_top”>
    <p class=”auth”>Posted By <?php the_author_posts_link(); ?> on <?php the_time(‘j F, Y’) ?>, at <?php the_time(‘g:i a’) ?></p>
    </div><!–post top end–> …and type in the words “Posted By” without the quotation marks as above. I have also added “on” before the date and “at” before the time.

    Be sure to check the whole file as there maybe more than one place where this code appears.
    Ajnabi

    Forum: Fixing WordPress
    In reply to: header.php?

    Have you tried using a transparent image for your logo?
    If the image you are uing is not transparent then you can use something like photoshop to open it and then save it as a transparent image.

    Having said that this will only solve part of your problem. Basicaly your menu will still be behind the logo but will show through.

    Sorry I’m not a coder and aint got much of a clue when it comes to php to help further.
    Ajnabi

    Here is a couple of suggestions for you.
    1) Go to your CPanel and select file manager. In the window that opens up you will the upload file option which you can use to upload your files (make sure you are in the correct folder i.e public_html/wp-content/plugins) this will make it easier for you.
    2) Go here https://www.ads-software.com/extend/plugins/wp-easy-uploader/ and get yourself this wp plug in (use the above methode to upload it) Once uploaded and activated you will be able to do all your uploads via your admin dashboard.

    Once again be sure to upload your files to the correct location, making extra sure that the requierd file is not nested inside the folder you are uploading.

    Hope this helps, good luck
    Ajnabi

    Use a forum plugin? ??
    Try WP-forum or Simple forum plugins for WP ??
    sos for the cheek and welcome to the forum ??

    Are you using your old credantials to log into the new upgraded ver?
    The current release of 2.6.2 generates an auto pw which is sent to you via email.
    Ajnabi

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