gogitossj34 (@gogitossj34)

Forum Replies Created

Viewing 25 replies - 26 through 50 (of 54 total)

  • gogitossj34
    Participant

    @gogitossj34

    Wow, this is unexpected. Changing them to html and then change back to bbcode worked. Thanks alot Robkk.


    gogitossj34
    Participant

    @gogitossj34

    I’ve already contacted them but no reply for a week. I thought you guys can help me like last time since it seems like the problem is not that difficult ( not for me that is ). Thanks for replying.


    gogitossj34
    Participant

    @gogitossj34

    Your instruction was great, the avatars looks great. Is there anyway to make them look slightly bigger ?

    Nvm, I figured it out


    gogitossj34
    Participant

    @gogitossj34

    whatdayya mean by that ?


    gogitossj34
    Participant

    @gogitossj34

    Thanks a lot, I’ll give it a try. And I do agree on the practice with trial. I’ll report back soon.

    It successfully removed all avatars from the forum. So, what if I want to keep the one at freshness ?


    gogitossj34
    Participant

    @gogitossj34

    Sorry Peter but I’m not a programmer or such so I cannot understand what you’re saying, can you provide a step by step for me ?

    I can use custom css plugin but that’s all.

    I tried your code with custom css and now it looks different but still weird nonetheless. Any suggestions ?


    gogitossj34
    Participant

    @gogitossj34

    Yes, you did it. Everything is perfect now. Thanks a lot for your hard work. I guess this is solved now.

    Actually, I still have other things related to this theme and bbpress but I guess I’ll create different topic for them. Hope you’ll help me with them too.


    gogitossj34
    Participant

    @gogitossj34

    Sr for double posting but I dont really need the avatar except for inside the topic itself so if anyone can provide me with a way to disable the avatars, that would be good too. Although if possible, a nice configure avatar woyuld be a lot better. Thanks in advance.


    gogitossj34
    Participant

    @gogitossj34

    I tried your code anyway, fixed some stuf here and there and apparently, it worked but there is still some problem.

    The copyright part is acting weirly now.

    The one on orther page and the one in the forum is very different.

    Can you give it another shot, we are so close to finally win this theme. :))


    gogitossj34
    Participant

    @gogitossj34

    Thanks for trying so hard to help me.
    Can you send the file to me since I’ve notice that copying the code sometime corrupt this theme. Even copying the original code break it sometime.


    gogitossj34
    Participant

    @gogitossj34

    sr, my site is now here http://mmo4teens.netai.net/forum/forums/main-discussion/main/.
    This is what Im asking for. The double avatars. Can you help me with it ?
    And the theme works normal for me if anyone is wondering.


    gogitossj34
    Participant

    @gogitossj34

    It looks like my footer and bbpress.php files was corrupted some where so I downloaded the theme and bbpress plugin and extracted the files and tried your method again.
    This time, it worked, though not perfectly, the sidebar is gone but it’s still not full width.

    And again, only content in http://www./forum which is bbpress root is not full width, everything else is ok.

    Any suggestions ?


    gogitossj34
    Participant

    @gogitossj34

    Sorry, ignore the code checker part, the error said it all.


    gogitossj34
    Participant

    @gogitossj34

    getting this, code checker said it’s mssing ); ?> on line 52 or 50

    Parse error: syntax error, unexpected ‘;’ in /home/a7203024/public_html/wp-content/themes/stargazer/bbpress.php on line 52

    Just have this weird idea. What if we make a copy of footer.php, name it footer1.php then delete the getsidebar line in it. Afterthat, modified bbpress.php for it to call the footer1.php nstead of footer.php ?


    gogitossj34
    Participant

    @gogitossj34

    Ok, now I’m noticing this.
    If the forum content is at
    http://www./forums which is where my forums page is at ( the page content bbp-index )
    It wont show sidebar as the page is using the full width layout.

    If the content is at http://www./forum which is where bbpress root is at, it will have the sidebar.

    Maybe you’ll figure something out from that

    And I’m just curious why is it hybrid_get_sidebar and not get_sidebar ?

    Remove the hybrid caused problem with line 21 which is the
    Copyright © 2014 The young marketers community . Powered by WordPress and Stargazer sentence.


    gogitossj34
    Participant

    @gogitossj34

    I’m getting this instead
    Parse error: syntax error, unexpected ‘<‘ in /home/a7203024/public_html/wp-content/themes/stargazer/footer.php on line 7

    I noticed that your code was missing a .?> thing so I added it and no error but the sidebar is now hidden in everypage.


    gogitossj34
    Participant

    @gogitossj34

    The sidebar ( actually the footer ) is gone in every page and I’m getting this error showing instead of the footer.

    Parse error: syntax error, unexpected ‘!’, expecting ‘(‘ in /home/a7203024/public_html/wp-content/themes/stargazer/footer.php on line 1


    gogitossj34
    Participant

    @gogitossj34

    Hi, i installed the theme and now it looks like this, the avatar is very bad looking.
    http://mmo4teens.netai.net/forums/forum/main-discussion/main/. Anyone can help me fix this ?


    gogitossj34
    Participant

    @gogitossj34

    yes, but I want it to be available even in the forum.


    gogitossj34
    Participant

    @gogitossj34

    Ok, thanks a lot for your help, Robin.
    But ah, just wondering, is there anyway to achieve this but still leave the footer intact like ah move the line get_sidebar from the footer.php file to somewhere else since apparently, some features require the footer.php


    gogitossj34
    Participant

    @gogitossj34

    Okay, now this is what I did:
    I replaced the line above

    <?php the_title( ‘<h2 ‘ . hybrid_get_attr( ‘entry-title’ ) . ‘>‘, ‘</h2>’ ); ?>

    with this line in my old bbpress.php file because I see they are in the similar position and the page work ok.

    <?php the_title( ‘<h2 ‘ . hybrid_get_attr( ‘entry-title’ ) . ‘>‘, ‘</h2>’ ); ?>

    But at the topic page, it pushed the sidebar to the bottom. So, I deleted the get footer line and everything looks exactly how I want them to be.

    Only that now I don’t know if they’ll be any problem, especially when I removed the get footer line.

    The fact that I changed your code also is worrying me since I have absolutely no knowledge about php coding. I mean, I’ve found out there is a something called php coding.

    Anyway, here is my footer.php content, can you check if anything is important ?

    <?php hybrid_get_sidebar( ‘primary’ ); // Loads the sidebar/primary.php template. ?>

    </div><!– #main –>

    <?php hybrid_get_sidebar( ‘subsidiary’ ); // Loads the sidebar/subsidiary.php template. ?>

    </div><!– .wrap –>

    <footer <?php hybrid_attr( ‘footer’ ); ?>>

    <div class=”wrap”>

    <?php hybrid_get_menu( ‘social’ ); // Loads the menu/social.php template. ?>

    <p class=”credit”>

    <?php printf(

    /* Translators: 1 is current year, 2 is site name/link, 3 is WordPress name/link, and 4 is theme name/link. */

    __( ‘Copyright © %1$s %2$s. Powered by %3$s and %4$s.’, ‘stargazer’ ),

    date_i18n( ‘Y’ ), hybrid_get_site_link(), hybrid_get_wp_link(), hybrid_get_theme_link()

    ); ?>

    </p><!– .credit –>

    </div><!– .wrap –>

    </footer><!– #footer –>

    </div><!– #container –>

    <?php wp_footer(); // WordPress hook for loading JavaScript, toolbar, and other things in the footer. ?>

    </body>

    </html>


    gogitossj34
    Participant

    @gogitossj34

    I tried it but this happen when I get in the General:
    Parse error: syntax error, unexpected T_STRING in …/bbpress.php on line 14

    You can see it here
    http://mmo4teens.netai.net/forums/forum/general/

    I don’t know if this is right but the error seems to be in this line ( ran some php code checker and read the error on my page):

    <?php the_title( ‘<h2 ‘ . hybrid_get_attr( ‘entry-title’ ) . ‘>‘, ‘</h2>’ ); ?>


    gogitossj34
    Participant

    @gogitossj34

    Oh, the popup you mean. That isn’t mine. I’m using free hosting so…
    Or could you post a picture of that.
    And sorry for being hard to understand, I’m basically trying to make this with no sidebar and full width.
    And I’ve just found out something, my sidebar isn’t left and right, it’s primary and subsidary.
    The one that is currently on my site is primary.
    Hope that help.


    gogitossj34
    Participant

    @gogitossj34

    Ok, here it is:

    <?php get_header(); // Loads the header.php template. ?>

    <main <?php hybrid_attr( ‘content’ ); ?>>

    <?php if ( have_posts() ) : // Checks if any posts were found. ?>

    <?php while ( have_posts() ) : // Begins the loop through found posts. ?>

    <?php the_post(); // Loads the post data. ?>

    <article <?php hybrid_attr( ‘post’ ); ?>>

    <?php if ( is_singular( get_post_type() ) ) : // If viewing a single page. ?>

    <header class=”entry-header”>
    <h1 <?php hybrid_attr( ‘entry-title’ ); ?>><?php single_post_title(); ?></h1>
    </header><!– .entry-header –>

    <div <?php hybrid_attr( ‘entry-content’ ); ?>>
    <?php the_content(); ?>
    <?php wp_link_pages(); ?>
    </div><!– .entry-content –>

    <?php else : // If not viewing a single page. ?>

    <header class=”entry-header”>
    <?php the_title( ‘<h2 ‘ . hybrid_get_attr( ‘entry-title’ ) . ‘>‘, ‘</h2>’ ); ?>
    </header><!– .entry-header –>

    <div <?php hybrid_attr( ‘entry-content’ ); ?>>
    <?php the_content(); ?>
    <?php wp_link_pages(); ?>
    </div><!– .entry-content –>

    <?php endif; // End single page check. ?>

    </article><!– .entry –>

    <?php endwhile; // End found posts loop. ?>

    <?php else : // If no posts were found. ?>

    <?php locate_template( array( ‘content/error.php’ ), true ); // Loads the content/error.php template. ?>

    <?php endif; // End check for posts. ?>

    </main><!– #content –>

    <?php get_footer(); // Loads the footer.php template. ?>


    gogitossj34
    Participant

    @gogitossj34

    Ok. Now this is what I’m currently have:
    The forum page is okay with full width and no sidebar but topic is still like before, with sidebar.
    Note that I also did thing a bit differently. This time I didn’t remove the get_footer line. Instead I chose the 1 page width layout ( not template ). I did try this before but it didn’t work because I put the [bbp-index] line inside c.o.d.e in the page. After I remove them, it worked.
    So now, I want the topic to be like the forum page, no sidebar and full width.

    And also, I’ve just came across this other things. I notice that there are 2 “forum” page. forumS and forum. the things is. When I access the forum page through the forum permalink, it doesn’t have side bar but when I access it through the forumS permalink like when I click on forums at Home > forums > …, it act just like the topic page.
    This is a long post but to summarize:
    The topic and the forum access from the forums permalink to be full width with no sidebar.

    Thanks in advance.

Viewing 25 replies - 26 through 50 (of 54 total)