Forums › Forums › All other PixoPoint plugins › Pixopoint Theme Integrator Help
- This topic has 13 replies, 4 voices, and was last updated 14 years, 6 months ago by imported_Ryan.
-
AuthorPosts
-
May 3, 2010 at 3:04 pm #1430AnonymousMember
ok i installed wordpress fine and i am quite good at web development but my problem is i installed pixopoint-theme-integrator activated the plugin added
<?php pixopoint_theme_integrator( ‘start’, ‘1’ ); ?> with an end tag and then i clicked update settings on the admin panel of WP but its not outputting the file the file to the folder it specifys not sure why ive tried allsorts as on this https://geek.hellyer.kiwi/products/pixopoint … ntegrator/ page is states to use <?php pixopoint_theme_integrator( ‘start’, ‘1’ ); ?> but on anothe page i saw u should do it like this <!– PixoPoint theme integrator Start chunk #1 –> with the end tag ive tried both and neither work btw once i get this part working i will try to intergrate in to phpbb3
and i will now register aswell lol as this software is going placesMay 4, 2010 at 1:18 pm #8506imported_RyanMemberThanks for that. I’m swamped with work right now but will try to take a look at this next week some time.
This is very old code. I’m guessing that was probably from the alpha blog post, but if not I’d love to hear where that’s from because it is definitely not the current method.
[code:1ztnjnsu]<!– PixoPoint theme integrator Start chunk #1 –>[/code:1ztnjnsu]May 4, 2010 at 3:06 pm #8507Dave009Memberso im guessing that i have to to use
<?php pixopoint_theme_integrator( ‘start’, ‘1’ ); ?>
and the end one lol
but if so that dont work ethier lol
i have quite alot of plugins installed i will install xampp and give it a go on its own but just to make sure i am doin it right the way i did it was opened header.php from theme placed
<?php pixopoint_theme_integrator( ‘start’, ‘1’ ); ?>
just above the first div and the end tag at the end of my menu also in header.php
<?php pixopoint_theme_integrator( ‘end’, ‘1’ ); ?>
please tell me if thats wrong i dont think it is though lolMay 4, 2010 at 5:23 pm #8508Dave009Memberok after a fresh install of xampp and wordpress i installed the plugin and added
<?php pixopoint_theme_integrator( ‘start’, ‘1’ ); ?>
<?php pixopoint_theme_integrator( ‘end’, ‘1’ ); ?>
with some code insideit works looks like i have to redo wp but next prob is phpbb3 wont accept
<?php require( ‘C:xampphtdocs/wp-content/uploads/pixopoint-theme-integrator/chunk1’ ); ?>
or
<?php require( ‘C:xampphtdocs/wp-content/uploads/pixopoint-theme-integrator/chunk1.html’ ); ?>
and i also tried
<!– INCLUDE C:xampphtdocs/wp-content/uploads/pixopoint-theme-integrator/chunk1.html –>
and
<!– INCLUDE C:xampphtdocs/wp-content/uploads/pixopoint-theme-integrator/chunk1 –>
witch is phpbb3’s native way of including a file none of them work
when u get chance could u look for us u did say u were busy and im not in a rush so when u need ip just let me know on this tread
thanks
DaveMay 4, 2010 at 5:27 pm #8509Dave009Memberand this page includes the old style code as u stated it was from alpha
https://geek.hellyer.kiwi/help/theme-integrator/May 4, 2010 at 8:13 pm #8510AnonymousMemberI have the same problem does not show code to me HTML
May 5, 2010 at 6:24 am #8511Dave009Memberbtw if u need a fresh install of wp and phpbb3 in a sub folder with no mods installed on both let me know i will set one up for u and pm u the details
June 3, 2010 at 2:26 pm #8512imported_RyanMemberI figured out the bug. It was a folder permissions problem which was only affecting some servers. I had the permissions set to restrictively. I’m creating a new version which fixes this and should be ready tomorrow hopefully.
June 4, 2010 at 7:28 am #8513KreygMember"Ryan" wrote:I figured out the bug. It was a folder permissions problem which was only affecting some servers. I had the permissions set to restrictively. I’m creating a new version which fixes this and should be ready tomorrow hopefully.I just installed the latest version and it’s not creating the HTML file for me. Any ideas?
June 5, 2010 at 4:44 pm #8514imported_RyanMemberWhat path does it give you for the file locations? Or does it not give you any file path at all?
June 9, 2010 at 12:55 pm #8515Dave009MemberOk ive been trying to get this working since my last post and now give up.
I would like to ask are there any confirmed cases of people been able to get this working with phpbb3 if not WP-United is going WP based in a few weeks and i will be on the list for beta testing as this product is wasting loads of my time and money atm sorry to say that but its true not saying its a bad product just that i may be a good idea to remove phpbb3 from the list as its looking like it may be a phpbb3 problem and the fact that the templates dont support php
Sorry RyanJune 9, 2010 at 12:58 pm #8516Dave009MemberQuote i will try the new version today and report if i have any luck
June 9, 2010 at 1:36 pm #8517Dave009Member"Dave009" wrote:Quote i will try the new version today and report if i have any luckoK fresh install of both WP and phpbb3 no other alterations at all and host is hostgator
WP side
installed WP
installed PixoPoint Theme Intergrator
set refesh rate to 60 seconds not 5000 dont have time to wait
added in header.php of default WP theme[code:1rzzysad]<?php pixopoint_theme_integrator( ‘start’, ‘1’ ); ?>
<div id="header" role="banner">
<div id="headerimg">
<h1><a href="<?php echo get_option(‘home’); ?>/"><?php bloginfo(‘name’); ?></a></h1>
<div class="description"><?php bloginfo(‘description’); ?></div>
</div>
</div>
<hr />
<?php pixopoint_theme_integrator( ‘end’, ‘1’ ); ?>[/code:1rzzysad]after 5 minuites still does not output the chunk file
phpbb3 side
enabled allow php in templates and
recompile state style on refresh
added
<?php require( ‘../wp-content/uploads/pixopoint-theme-integrator/chunk1.html’ ); ?>
as allow php in templates allows me to use that but cannot test if file path is correct as the plugin it self DOES NOT WORKStill no luck as i said in the previous post remove phpbb from the list i now think that it could work
but unfortunately you can not call the latest realese stable as it obviously its not as i have just proved
Next option wait 2 weeks for WP-United 0.9any reply on this would be great but i saw on another post you put
how long is a piece of sting so i will check this post in about 5 miles because thats how much sting i have lolJune 10, 2010 at 2:30 am #8518imported_RyanMemberDid you have a specific ID set? If so, did you try reloading that particular during this time? If you didn’t, then it won’t work.
I can’t see any problems. It seems to work flawlessy for me.
I’m definitely not going to remove phpBB3 from the list as it should definitely work with it. The only things it wouldn’t work with other softwares which don’t allow you to include external files in templates.
I’m happy to help, but I can’t see what the problem is from here. I’d need to see what settings you have in your admin panel and be able to load the pages first.
-
AuthorPosts
- You must be logged in to reply to this topic.