Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • Morticia Addams
    Member

    @morticia-addams

    Bump.

    Could someone maybe just tell me what php files I need to edit to add more space to the group forum table (Latest Poster, Topic etc)


    Morticia Addams
    Member

    @morticia-addams

    Thank you both for all your help – you’ve been fantastic x


    Morticia Addams
    Member

    @morticia-addams

    @hnla, hi and thanks for the reply, sorry to be a pain with these page layouts! I did try adding that but I probably did it wrong I’m sure. Not sure what pages you need to see to access the code but I’ll paste whatever is needed here – I’m so desperate to get these pages up and running! The group and group forums pages are the ones I need to make full width with no sidebar – will paste the code to home.php below in the hope that helps!

    `

    <?php
    /* If nothing sticks, just load a group front template if one exists. */
    locate_template( array( ‘groups/single/front.php’ ), true );
    ?>

    `


    Morticia Addams
    Member

    @morticia-addams

    @hnla Thank you! I’ll give that a read, if only there was a crash course to teach me everything I need to know in under five minutes! LOL

    @mercime that’s sorted that page out – I can’t thank you enough for all your help. At the risk of pushing my luck, I also wanted to change these pages to a full width option but am not even sure what php files they use, let alone what to change..I was hoping they would have similar index files in so I could apply that same code you sorted for me, in fact the forums page is the main one I wanted to change! ergghh!
    http://glitchaddict.com/groups/glitch-addicts/forum/
    http://glitchaddict.com/groups/glitch-addicts/


    Morticia Addams
    Member

    @morticia-addams

    Any ideas about the footer issue? Wish I knew enough about this stuff to stop bothering you but I so want to get these pages sorted! Thanks again for all your help!


    Morticia Addams
    Member

    @morticia-addams

    Thanks so much for that – it’s almost there now! The only problem appears to be that the footer has moved to the top of the page now

    http://www.glitchaddict.com/activity


    Morticia Addams
    Member

    @morticia-addams


    Morticia Addams
    Member

    @morticia-addams

    Thank you – I have corrected this and it all looks great – except no background still! Any ideas?


    Morticia Addams
    Member

    @morticia-addams

    Hello, thanks again for the reply,

    I tried this with the activity index and got the same problem I’d had before – the background just vanishes – I’ve left this up for you to see at http://www.glitchaddict.com/activity


    Morticia Addams
    Member

    @morticia-addams

    Ok – trying again! Thanks for your patience!

    `
    <?php
    /*
    Template Name: Full width page
    */

    /**
    * @package WordPress
    * @subpackage Dressed to impress
    */
    get_header(); ?>

    <?php
    $showslider = cs_getoption(‘theme_showslider’);
    if($showslider == 2) { ?>

    <?php if (have_posts()) : $postcount = 0;
    while (have_posts()) : the_post();
    $post_class = cs_getoption(‘index-style’) == 1 ? ‘preview-post-long’ : ‘preview-post’;
    ?>
    <div class="page_fullwidth" id="post-“>

    <a href="” rel=”bookmark”>

     

    <?
    endwhile;
    //UNCOMMENT THIS IF YOU WISH TO ALLOW COMMENTS ON PAGES
    /*rewind_posts();
    if (have_posts()) : $postcount = 0;
    while (have_posts()) : the_post();
    comments_template();
    endwhile;
    endif;*/
    else : ?>

    `


    Morticia Addams
    Member

    @morticia-addams

    Ok, forgive me if I’m being stupid and posting the wrong thing again – I created a blank full width page and this is the source for it – is this what you need? I really know nothing about this kind of thing =/

    EDIT – Deleted source code of single column page online. – Mercime


    Morticia Addams
    Member

    @morticia-addams

    Thanks a lot for the reply. The template calls the sidebar, but every time I try to remove it, the whole page mucks up. This is my index.php for the activity page

    EDIT – I’ve deleted the activity/index.php code you posted. — Mercime

Viewing 12 replies - 1 through 12 (of 12 total)
Skip to toolbar