Topic: Image?
I was wondering how to make it so we have an image on the top instead of text for the title?
--
also off topic but is there any thing that lets you show the news of the site on the front page of your main site WITHOUT a portal? :S
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → Image?
I was wondering how to make it so we have an image on the top instead of text for the title?
--
also off topic but is there any thing that lets you show the news of the site on the front page of your main site WITHOUT a portal? :S
I was wondering how to make it so we have an image on the top instead of text for the title?
http://wiki.punres.org/Add_a_logo_to_the_header_via_css
also off topic but is there any thing that lets you show the news of the site on the front page of your main site WITHOUT a portal? :S
Using extern.php, check the source, there are many examples in it.
1st: http://wiki.punres.org/Add_a_logo_to_the_header_via_css
2nd: have a look at extern.php in your forum's root.
lol, the title image thing didn't work :S I mean it did but the forum shows the text over the image still D:
And wheres the directions to the AP news XD
The directions are in the download itself, and the title can be hidden by adding
display: none
to the .pun H1 span bit
I just wanted to make sure I'm doing the news thing correctly because it isn't showing up :S no errors either..
How are you integrating the output?
I was using an include the AP_News_generator.php?
I was using an include the AP_News_generator.php?
That's not how it works. It's a plugin.
Well I'm new to punbb so...how do I use it?
This should help http://punbb.org/docs/video_tutorials/v … lugin.html
Aah it worked thanks Last thing lol! Is there something similar but instead it just gets the latest topics on the forum? D:
extern.php as I said before. Reads its source around line 62, there's lot of examples.
Open the font page of your site in a plain text editor and use one of the following examples from Punbb's extern.php
Show the 15 most recently active topics from all forums:
include('http://yourdomain.com/yourforumsrootfolder/extern.php?action=active');
Show the 10 newest topics from forums with ID 5, 6 and 7:
include('http://host.com/forums/extern.php?action=new&show=10&fid=5,6,7');
Show users online:
include('http://host.com/forums/extern.php?action=online');
Show users online with full listing of users:
include('http://host.com/forums/extern.php?action=online_full');
Show board statistics:
include('http://host.com/forums/extern.php?action=stats');
If the front page of your site is called "index.html" you must rename is "index.php" for this to work.
PunBB Forums → PunBB 1.2 troubleshooting → Image?
Powered by PunBB, supported by Informer Technologies, Inc.