All the info you're looking for is here:
"ForumRoot>style>imports>Templatename_cs.css"

It's the "body" tag. wink

352

(146 replies, posted in PunBB 1.2 modifications, plugins and integrations)

alicson - As far as I can tell, nothing except installing the "AP_News_Generator" plugin. You can come up with your own template and then call functions to it in the form of "includes" or SSI.

The easiest way is through syndication. That's what is mainly on my front page. I call functions such as stats and users online to display on the frontpage.
The other way is with integration. I'm actually not too sure on much of this - haven't quite figured it out.

In order to have the posts display, it's easiest just to use the News Plugin. It creates a static HTML display of posts that you can define using a template.
Then put this on the main page that you want to display the posts on:

<?php include('http://mysite.com/forum/plugins/AP_News_Generator/news.html'); ?>

It draws the html page into whatever page you want it in.

cows- Open up "install_mod.php". Change where it says "1.2.1" to "1.2.2"...That simple. The rest should be the same.

cows wrote:

looking good big_smile

Thankee greatly!

355

(54 replies, posted in PunBB 1.2 show off)

CodeXP wrote:

Well, I've fixed up a little of the style. It's still using tables for the drop shadow, but everything is controlled trough the CSS. Also, it's now possible to use a variable width without messing up the layout smile

Edit: Almost forgot to mention, I fixed the problem you'd encounter if your forum was located it a subdirectory. I just have to zip it up, and I'll replace the orginal archive I posted earlier with the updated file.

New file uploaded. [Link]

Awesome...
/me sits down to make different versions...

cows wrote:

u release them???

Well, I will when I find out if I can release them, and still submit them if this contest idea goes through.
Here's the post for my first one:
http://www.punres.org/viewtopic.php?id=224

357

(54 replies, posted in PunBB 1.2 show off)

Paul wrote:

CodeXP: Do you mind if I have a bash at doing a simplified version of this using your graphics?

Oh, my gosh...That would be splendiferous!
*dr00l*

*coughcoughletsdoit!cough*
I've already finished one...and that was today.

I have 2 more in the works...a simple dark one, based on my "Bauglir" simple template, and the other called "Breath" that I've been working on for a while.
It's a simple white and grey with light-blue highlights.

It's actually quite lovely.
So, I've got 3 entries right there.


I can't wait until punRes allows style uploading!

359

(10 replies, posted in PunBB 1.2 show off)

Just realized that the little "New Post" indicator had two of the tiles reversed...
Fixed!

360

(10 replies, posted in PunBB 1.2 show off)

Bassguy wrote:

The only word that describes it is "clean". Everything flows nicely together... Good job.

*lol* I laughed out loud when I heard that. That's what I'm looking for. I love the whole Zennish plain lines and shades of grey.
Although - I'm thinking about taking out that big thing of grass at the top...What is that about anyway?
It's unnecessessary....woah, bad spelling.... imaging.

Thanks for the thumbs up. wink

Edit: Took out that lame grass at the top. tongue

361

(54 replies, posted in PunBB 1.2 show off)

Again, thanks for the awesome template.
It shows what to look forward to in the world of punBB templating.

*w00tah!*

362

(1,382 replies, posted in General discussion)

graue wrote:

Please note that my most recent message above was a funny joke and in no way meant to be offensive.

That said,

joker

*whew* I was thinking "What the heck did I say?"

back on track...


Ace

Just released v0.5 of my website.
http://www.zanthria.com

It is using WordPress as a simple front end.
I am using a modified version of the Benevolence template.

The front page uses "extern.php" and the News Generator plugin to get information.


The forum:
http://www.zanthria.com/bb/

It is using punBB 1.2.2 with a template I made called "Bauglir".
Bauglir means "The Constrainer" and I thought it appropriate since I have those huge black bars constraining the forum. big_smile
It's very smooth, clean, and colorless - but I like it that way.


Check it out and tell me what you think!

Edit 10-11-05:

I've recently relaunched the site.
I didn't want to be a putz and start a whole new topic, so I just dredged up my old topic.

Well, the new site has changed from my old personal blog and forums to a development blog for my various projects with a little bit of personal blog mixed in. I use sBLOG as the main blogging system, with punBB as the general discussion area and support forums.

I've heavily modified the original punBB theme (cellfuse) that I was using to fit the theme I designed for sBLOG (Deep Breath which is a modification of my other theme Breath).

I also use it as the homepage for my major project - Fx Live!

Fx Live! is a version of the popular Firefox web-browser that can be run off of a CD on certain OSs (Win 2000/NT/XP). Currently cannot be run on Win 95/98, but hope to fix that soon with batch-file wrapping utility. Firefox runs directly from the CD, only copying some temporary files to a 'temp' directory - which are then deleted at the end of the browser session. This allows you to run it on systems that do not allow programs to be installed (such as restricted IT systems or school networks).

The original idea was put into action by John Haller which was in turn inspired by his own Portable Firefox version designed to run off of USB drives. However, I have extensivly modified it in order to provide ease of use and an overall more enjoyable user experience.

I have attained this by providing an autorun system, tutorial boot-page, tweaks to decrease program's usage of system resources, and by installing some Extensions that I believe improve the general browsing experience of most users without hindering any of them.

Anywho - glad to still have punBB behind me for this long. big_smile

364

(1,382 replies, posted in General discussion)

graue wrote:

People like you should die. You personally may continue living for the time being, though.

yikes
Excuse me?

365

(54 replies, posted in PunBB 1.2 show off)

Paul wrote:

Excellent. I think it could be done without tables and using all background images. Though it would almost certainly require adding additional divs to main.tpl instead of the tables.

EDIT:
It can be done certainly with one extra divs and possible with no extra divs though the images would need altering.

A prize of three brownie points goes to the first person to work out how to do it fluid width.

No! I want some brownies!!!
*sigh*

Darn me and my simplicity!
I have taken the whole fixed-width and similar color concept and am in the process of editing to match my front page.

So, basically - There's no way to do something similar to this with CSS?

366

(1,382 replies, posted in General discussion)

indifference

(The true opposite of love wink )

367

(54 replies, posted in PunBB 1.2 show off)

Um, yeah...for some reason, it's not finding any of the images...

368

(54 replies, posted in PunBB 1.2 show off)

/me downloads and is looking into the possibility of getting a similar effect with just CSS.

Similar - not exact. wink

369

(11 replies, posted in PunBB 1.2 troubleshooting)

It doesn't seem to be working for me.
I'm using Firefox 1.0.1.

Anyone know what's up?
Plus, all the links are broken for me.

370

(1,382 replies, posted in General discussion)

game

371

(1,382 replies, posted in General discussion)

kiosks

No, I still think it's just an issue with the script.
I've been looking through it, but I'm a designess - not a backend guru.
I make the front look pretty - the rest is up to the others.

That whole help with the coding is based on minimal experience and try-and-fail tactics.

Ok...From what I can gather, it's being inserted into the database, but the file isn't getting to the upload process. It's not even acting like it's uploading. The script recieves the info about the filename, but that's it. That's why you can't delete it....I think.

Paul wrote:
Jameslicious wrote:

The contest could be held to determine a new 'default' style for PunBB.  That'll really get people moving.

Brilliant idea, sure as hell saves me a lot of work.

Would that be before or after the upcoming changes?
(me holds back on releasing "Breath" theme to public if contest is in the works... big_smile )

I feel all tingly if this is a possibility...

374

(1,382 replies, posted in General discussion)

place

That's wierd....I'm using EasySmilies and 1.2.2 and it's working fine...

http://www.zanthria.com