Forums › Forums › All other PixoPoint plugins › Theme Integrator Help!
- This topic has 13 replies, 2 voices, and was last updated 14 years, 6 months ago by imported_Ryan.
-
AuthorPosts
-
June 4, 2010 at 4:55 am #1487ThermophileMember
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!
June 5, 2010 at 4:44 pm #8647imported_RyanMemberWordPress makes the code snippets. You need to include them in your phpBB template wherever you want them to load.
June 5, 2010 at 6:17 pm #8648ThermophileMemberThanks 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]
June 6, 2010 at 2:39 am #8649imported_RyanMemberYes.
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.
June 6, 2010 at 5:35 am #8650ThermophileMemberAlright 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 ” title=”Undecided” />
June 6, 2010 at 1:42 pm #8651imported_RyanMemberI’d help, but without knowing what the problem is that is not possible.
June 6, 2010 at 6:43 pm #8652ThermophileMemberIt’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?
June 7, 2010 at 11:14 am #8653imported_RyanMember"Thermophile" 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.
June 7, 2010 at 7:01 pm #8654ThermophileMemberYeah 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.
June 8, 2010 at 1:21 am #8655imported_RyanMemberIs 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.
June 8, 2010 at 2:06 am #8656ThermophileMemberI’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.
June 8, 2010 at 11:36 am #8657imported_RyanMemberThe 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.
June 8, 2010 at 6:11 pm #8658ThermophileMemberHmm.. 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
Thanks for the help so far Ryan! ” title=”Grin” />
June 9, 2010 at 2:24 am #8659imported_RyanMemberYou will need to provide more information for me to help any further.
-
AuthorPosts
- You must be logged in to reply to this topic.