Theme Integrator Help!

Forums Forums All other PixoPoint plugins Theme Integrator Help!

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1487
    Thermophile
    Member

    Hello, I’ve been trying to install the PixoPoint Theme Integrator. Where exactly do I put these snippets? I’m trying to install with Phpbb3. Where would they go in WordPress? and where would they go in Phpbb?

    Thanks!

    #8647

    WordPress makes the code snippets. You need to include them in your phpBB template wherever you want them to load.

    #8648
    Thermophile
    Member

    Thanks for the reply Ryan!

    I’m still a little confused though, so I add these somewhere in my WordPress theme?

    [code:27qb119t]1 <?php pixopoint_theme_integrator( ‘start’, ‘1’ ); ?>[/code:27qb119t]

    and then these in my Phpbb theme somewhere like say overall_header.html?

    [code:27qb119t]1 <?php require( PATH_TO_FOLDER . ‘/chunk1.html’  ); ?>[/code:27qb119t]

    #8649

    Yes.

    Although obviously if phpBB doesn’t use a PHP based templating system then you would need to change it :p

    And the PATH_TO_FOLDER needs to be changed too of course.

    #8650
    Thermophile
    Member

    Alright well, I tried putting in the snippets in both my page.php and header.php in my wordpress theme.

    and in my Phpbb’s viewtopic_body.html I included both of the:

    [code:23epl72x]<?php require( ‘/home/mysite/public_html/wp-content/uploads/pixopoint-theme-integrator/chunk1.html’ ); ?>[/code:23epl72x]

    Can’t get it to work  <img decoding=” title=”Undecided” />

    #8651

    I’d help, but without knowing what the problem is that is not possible.

    #8652
    Thermophile
    Member

    It’s just nothing happens, I don’t get any errors or anything.

    Here’s what I did:

    1. Took the two snippets for WordPress theme
    [code:930qe4nm]<?php pixopoint_theme_integrator( ‘start’, ‘1’ ); ?>
    <?php pixopoint_theme_integrator( ‘start’, ‘2’ ); ?>[/code:930qe4nm]

    2. In page.php of my WordPress theme, I put one at the top, and one at the bottom.

    3. Then took the two snippets for the other software and put them in my Phpbb theme’s viewtopic_body.html (one at the top and one at the bottom)
    [code:930qe4nm]<?php require( ‘/home/mysite/public_html/wp-content/uploads/pixopoint-theme-integrator/chunk1.html’ ); ?>
    <?php require( ‘/home/mysite/public_html/wp-content/uploads/pixopoint-theme-integrator/chunk2.html’ ); ?>[/code:930qe4nm]
    ("mysite" I of course am using my sites name.)

    4. Changed the Page ID in the PixoPoint Theme Integrators settings page, Then hit update.

    Nothing changed on the page I put the ID for. I’ve also tried putting the snippets in my WordPress theme’s header.php  :-[

    Am I doing something wrong?

    #8653
    &quot;Thermophile&quot; wrote:
    Am I doing something wrong?

    Did you add the end codes?

    If you don’t tell it where the snippet ends, it’ll just keep on going indefinitely.

    #8654
    Thermophile
    Member

    Yeah sorry, I put the wrong code in the box. Yes I did add the two codes:

    [code:1twanenk]<?php pixopoint_theme_integrator( ‘start’, ‘1’ ); ?>
    <?php pixopoint_theme_integrator( ‘end’, ‘1’ ); ?>[/code:1twanenk]

    Still nothing happens.

    #8655

    Is it adding the HTML into your sites uploads folder?

    Did you use one of the earlier betas perhaps? If so, delete the plugins’ uploads folder in your WordPress site and try it again.

    #8656
    Thermophile
    Member

    I’ve been using the one from here: https://geek.hellyer.kiwi/products/pixopoint … ntegrator/

    Oh, Yes it has been in: /wp-content/uploads/pixopoint-theme-integrator

    I see Chunk1.html , is Chunk2.html suppose to be there to?

    Oh BTW, Every time I reinstall the plug-in more "Chunks of text to remove" boxes appear. I have at least 10 now.

    #8657

    The one from that page has been changing over time, so it depends when you downloaded it.

    The extra text box problem is a known bug. I’ll fix that at some point. It’s on my todo list. Since it doesn’t have any real negative effect on how the plugin works I didn’t bother fixing it for the most recent release.

    #8658
    Thermophile
    Member

    Hmm.. Alright. I guess I should wait then? Because now the .html file(s) aren’t appearing anymore after a couple of reinstall’s. Plus I don’t want anymore boxes =P

    Thanks for the help so far Ryan!  <img decoding=” title=”Grin” />

    #8659

    You will need to provide more information for me to help any further.

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.