Search found 8 matches

by Mary17
Sat Aug 07, 2010 1:10 pm
Forum: Web Design
Topic: phpbb Displaying topics from external pages
Replies: 21
Views: 33633

Re: phpbb Displaying topics from external pages

Hey there, I thought I'd publish here that I think I solved the problem. And used a different code form yours, but published here so that other people can see to. I found this on http://www.hawkee.com/snippet/5344/ here it is: <?php // How Many Topics you want to display? $topicnumber = 5; // Change...
by Mary17
Thu Aug 05, 2010 1:58 pm
Forum: Web Design
Topic: phpbb Displaying topics from external pages
Replies: 21
Views: 33633

Re: phpbb Displaying topics from external pages

Thanks for the answer. Yes, what I'm trying to do is to display what's on http://7cr9.com/exp1.php on http://7cr9.com/Home.php without errors, like you said. About the iframes thing, I'm sorry but I dont know anything about it. If you say that it would delete the errors, the I wnat to try it ... Cou...
by Mary17
Tue Jul 27, 2010 3:26 pm
Forum: Web Design
Topic: phpbb Displaying topics from external pages
Replies: 21
Views: 33633

Re: phpbb Displaying topics from external pages

I still can't see any errors on http://www.7cr9.com/exp1.php. Can you tell me what the error is that you see on http://www.7cr9.com/exp1.php :?: :) Hey there, so what's really going on is: On the page there aren't errors from the code itself, but on 7cr9.com/exp1.php (which I manage through frontpa...
by Mary17
Wed Apr 14, 2010 4:17 pm
Forum: Web Design
Topic: phpbb Displaying topics from external pages
Replies: 21
Views: 33633

Re: phpbb Displaying topics from external pages

Can you help me? please?
by Mary17
Mon Apr 12, 2010 7:07 pm
Forum: Web Design
Topic: phpbb Displaying topics from external pages
Replies: 21
Views: 33633

Re: phpbb Displaying topics from external pages

No, I didn't do anything... But do you know hoe to integrate this code into frontpage?

Because I get error, like it is seen on www.7cr9.com/exp1.php

Thanks,
mary
by Mary17
Sun Apr 11, 2010 3:54 pm
Forum: Web Design
Topic: phpbb Displaying topics from external pages
Replies: 21
Views: 33633

Re: phpbb Displaying topics from external pages

Here is the full html code from home.php <html> <? define('IN_PHPBB', true); $phpbb_root_path = './forum/'; // Path to phpbb folder $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.' . $phpEx); include($phpbb_root_path . 'includes/functions_display.' . $phpEx); // Star...
by Mary17
Sun Apr 11, 2010 2:48 pm
Forum: Web Design
Topic: phpbb Displaying topics from external pages
Replies: 21
Views: 33633

Re: phpbb Displaying topics from external pages

Ok, now it doenst give me that error anymore... I was trying to fix it by myself, so I added this code on the top of my page: <? define('IN_PHPBB', true); $phpbb_root_path = './forum/'; // Path to phpbb folder $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.' . $phpEx)...
by Mary17
Sun Apr 11, 2010 11:17 am
Forum: Web Design
Topic: phpbb Displaying topics from external pages
Replies: 21
Views: 33633

phpbb Displaying topics from external pages

Hey there, So I followed wht's on your article here: http://www.cricketmx.com/articles/read/working-example-of-displaying-latest-posts-on-external-pages-in-phpbb3/ I use frontpage to edit the my webpages and then pass it to php, and it worked fine. But then I wanted to display the topics on a differ...