Search found 13 matches

by TheGiftedApe
Sun Dec 11, 2011 6:46 am
Forum: Web Design
Topic: Expanding the displaying topics on external page!? 2 for 1
Replies: 0
Views: 3973

Expanding the displaying topics on external page!? 2 for 1

Ok so I'm back! :D I have successfully integrated phpbb in my website(http://forums.cricketmx.com/viewtopic.php?f=63&t=5036), and I'm wondering if there is anyway I can embed two instances of the script on the same page. ie I want a main section that is already setup, pulling from a certain area...
by TheGiftedApe
Thu Dec 01, 2011 5:17 am
Forum: Web Design
Topic: Problem with Displaying Topics/Posts on external page #9001
Replies: 16
Views: 18014

Re: Problem with Displaying Topics/Posts on external page #9

I GOT IT YEEEEEEEEEEEEEEEEEEEAH so my problem was i was putting the php code right in the middle of the div. I found the help here: http://www.phpfreaks.com/forums/index.php?topic=317350.0 You cant output the php stuff after the html, it has to be first, so I split up the code like this. <?php inclu...
by TheGiftedApe
Wed Nov 30, 2011 11:59 pm
Forum: Web Design
Topic: Problem with Displaying Topics/Posts on external page #9001
Replies: 16
Views: 18014

Re: Problem with Displaying Topics/Posts on external page #9

ok so I'm trying to incorporate these things but now nothing shows up at all, and the Error is still present. [phpBB Debug] PHP Notice: in file /includes/session.php on line 1024: Cannot modify header information - headers already sent by (output started at /home/thegif15/public_html/xo/home2.php:6)...
by TheGiftedApe
Sat Nov 26, 2011 10:32 am
Forum: Web Design
Topic: Problem with Displaying Topics/Posts on external page #9001
Replies: 16
Views: 18014

Re: Problem with Displaying Topics/Posts on external page #9

Ok So I have figured out a couple of things. However I am having a few issues: [s]1. The Post_author is still displaying my author as "Guest"[/s ] EDIT: NVM FIXED THIS!! ♥ 2. How can I stager the background color (dark grey/black) between the different lines(link/post/author/title etc)Such...
by TheGiftedApe
Sun Nov 20, 2011 11:57 pm
Forum: Web Design
Topic: Problem with Displaying Topics/Posts on external page #9001
Replies: 16
Views: 18014

Re: Problem with Displaying Topics/Posts on external page #9

Well that definitely fixed the post link, however I am getting an error now. OUTPUT: , OUTPUT: , OUTPUT: , OUTPUT: , OUTPUT: , [phpBB Debug] PHP Notice: in file /includes/functions.php on line 4505: Cannot modify header information - headers already sent by (output started at /tester.php:136) [phpBB...
by TheGiftedApe
Fri Nov 18, 2011 11:55 pm
Forum: Web Design
Topic: Problem with Displaying Topics/Posts on external page #9001
Replies: 16
Views: 18014

Re: Problem with Displaying Topics/Posts on external page #9

ok So i cleaned up the code a little bit and its now posting the author and the link. But it posts the author as "Guest" but if you click on the link it goes to the correct profile, any ideas? http://thegiftedape.com/xo/forum/tester.php, also how can i change it so the "Post Link"...
by TheGiftedApe
Mon Nov 14, 2011 6:18 pm
Forum: Web Design
Topic: Problem with Displaying Topics/Posts on external page #9001
Replies: 16
Views: 18014

Re: Problem with Displaying Topics/Posts on external page #9

<!-- BEGIN announcements --> Title: {announcements.TOPIC_TITLE}<br /> Post author: {announcements.POST_AUTHOR}<br /> Post date: {announcements.POST_DATE}<br /> Last post text: {announcements.POST_TEXT}<br /> Post link: {announcements.POST_LINK} <!-- END announcements --> I used the code that your h...
by TheGiftedApe
Mon Nov 14, 2011 3:06 am
Forum: Computers
Topic: What game are you playing on your PC?
Replies: 36
Views: 27323

Re: What game are you playing on your PC?

Natural-Selection2 This game is an Alien vs Marines fps/rts game. Each team has a commander than views their respective team from a "birds-eye" view and places buildings/defenses and issues orders to their team. The players Fight it out on maps where aliens try to spread infestation which...
by TheGiftedApe
Mon Nov 14, 2011 2:47 am
Forum: Web Design
Topic: Problem with Displaying Topics/Posts on external page #9001
Replies: 16
Views: 18014

Re: Problem with Displaying Topics/Posts on external page #9

A HA!!!!! http://thegiftedape.com/xo/forum/tester.php I got it too work battye you are a true genius! ok so my next step, How to set up the CSS for it, do i need to edit the external_body file or where would I place the css to make it look a little better. Or will it use the same css as the page I p...
by TheGiftedApe
Sat Nov 12, 2011 8:39 pm
Forum: Web Design
Topic: Problem with Displaying Topics/Posts on external page #9001
Replies: 16
Views: 18014

Re: Problem with Displaying Topics/Posts on external page #9

Sorry, I should have picked this up in your original post. Example 3 is "Display posts from specified topics", in your code above you'll see that you have $topic_id = array(20, 50); so I'm betting the 3 posts you are seeing are from those topics. I want it to display the most recent 6-7 t...
by TheGiftedApe
Wed Nov 09, 2011 4:14 am
Forum: Web Design
Topic: Problem with Displaying Topics/Posts on external page #9001
Replies: 16
Views: 18014

Re: Problem with Displaying Topics/Posts on external page #9

ok so i ran into a new problem. I got it to now display with the example#3 script, problem is it only displays 3 posts, no matter what I change. And It pulls the posts from completely random places. 2 of the posts are from months ago from the same thread, and the 3rd post is actually one of the post...
by TheGiftedApe
Wed Nov 09, 2011 2:53 am
Forum: Web Design
Topic: Problem with Displaying Topics/Posts on external page #9001
Replies: 16
Views: 18014

Re: Problem with Displaying Topics/Posts on external page #9

you sir are a god among meer mortals

And Yes the regular website is not integrated with phpbb3, its just a regular static style css website. This however shall make it much more interesting! Thx for posting all the help. My mind was totally blown on how to id the forums lol.
by TheGiftedApe
Mon Nov 07, 2011 6:25 am
Forum: Web Design
Topic: Problem with Displaying Topics/Posts on external page #9001
Replies: 16
Views: 18014

Problem with Displaying Topics/Posts on external page #9001

Let me start off with thx battye for writing up the how-to: http://wiki.phpbb.com/Displaying_posts_and_topics_on_external_pages#Example_3:_Display_posts_from_specified_topics I tried to read through as many of the posts on the subject as I could but I did not find a solution, hopefully you can help....