- Thread starter
- #1
I am on my personal web page all of the time and it bothers me that I have to keep clicking around to see what is happening on the board.
Since I am lazy, I decided to do something about it. With the code below, you can now see the last 10 topics that occur on FCB without leaving your own homepage.
this is a work in progress but you should be able to add the below code to your page and never have to change it ever again.
Only 1 item you should have to change in either.
http://freedomcardboard.com/recent.php?dir=H&forums=7
the number to the right of forums= should be all of the forum ids you would like to show up. You can tell the forum id of each forum by looking at the URL.
http://freedomcardboard.com/forum/viewforum.php?f=2
baseball would be forum 2. If you are not interested in distinct forums, just remove the &forums= part out of the address and you will get them all.
Looking for feedback and would like to see a few of these on several different pages so I can tell if my formatting works correctly.
[johnrecenth:1vn60rta][/johnrecenth:1vn60rta]
[johnrecentv:1vn60rta][/johnrecentv:1vn60rta]
Since I am lazy, I decided to do something about it. With the code below, you can now see the last 10 topics that occur on FCB without leaving your own homepage.
this is a work in progress but you should be able to add the below code to your page and never have to change it ever again.
Only 1 item you should have to change in either.
http://freedomcardboard.com/recent.php?dir=H&forums=7
the number to the right of forums= should be all of the forum ids you would like to show up. You can tell the forum id of each forum by looking at the URL.
http://freedomcardboard.com/forum/viewforum.php?f=2
baseball would be forum 2. If you are not interested in distinct forums, just remove the &forums= part out of the address and you will get them all.
Looking for feedback and would like to see a few of these on several different pages so I can tell if my formatting works correctly.
Code:
<iframe frameborder="0" src ="http://freedomcardboard.com/recent.php?dir=H&forums=7" SCROLLING="NO" allowtransparency="true" width="500" height="350px">
Your browser does not support iframes.</p>
</iframe>
Code:
<iframe frameborder="0" src ="http://freedomcardboard.com/recent.php?dir=V&forums=2,4,16,17" SCROLLING="NO" allowtransparency="true" width="220" height="600px">
Your browser does not support iframes.</p>
</iframe>