I want one...someday. They're super rare in Canada/US. And we're waiting for the strap issue to be resolved because more stock comes in.
2 2007-01-15 15:40
Topic: I can't believe this still hasn't been done - clickable headers (6 replies, posted in Feature requests)
Clickable headers. I know I can mod this, but it should be standard. YES, it should.
Something like this header example, but obviously without images.
3 2007-01-15 07:39
Re: Apple's Iphone (4 replies, posted in General discussion)
4 2006-02-28 08:56
Re: Adding a header and a footer to punBB (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
~sigh~
This is my 'main.tpl' file:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html dir="<pun_content_direction>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" />
<link rel="shortcut icon" href="favicon.ico" />
<pun_head>
</head>
<body id="where-discussion">
<pun_include "csheader.php">
<div id="punwrap">
<div id="pun<pun_page>" class="pun">
<div id="brdheader" class="block">
<div class="box">
<pun_navlinks>
<pun_status>
</div>
</div>
<pun_announcement>
<pun_main>
<pun_footer>
</div>
</div>
<pun_include "csfooter.php">
</body>
</html>
See the <pun_include "csheader.php"> and <pun_include "csfooter.php">? That's the include script.
The actual files themselves are located at /discussion/include/user/.
I don't get what you're saying...isn't that exactly what you want?
5 2006-02-28 06:58
Re: Adding a header and a footer to punBB (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I'll quote directly from the PunBB FAQ that's included in your download.
3.4 - Is it possible to include my own PHP scripts in the templates?
Yes. PunBB has a special replacement variable called pun_include for including scripts in the templates. For example, if you wanted to include a script called banner.php at the bottom of all forum pages, you would place the script in include/user/ and add the following to your template files:<pun_include "banner.php">
The script banner.php must be located in the user include directory mentioned above. PunBB will execute the script and the pun_include variable will be replaced by any output that the script produces. Please note that all included scripts have access to the PunBB variables, so if you e.g. wanted to access the database, you could use the $db object just like the rest of PunBB does. Replacement of the pun_include variable is the last thing that PunBB does when it outputs a page, so you don't have to worry about not using variable names that PunBB uses.
6 2006-02-28 06:55
Re: Centering all the forum content [THREAD SOLVED] (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
IE has a bug which doesn't recognise the margin: auto. When we go margin: 0px auto, we're saying the top and bottom has a margin of 0px, while the left and right have an auto margin. We can also do margin: 10px auto 0px auto, for top, right, bottom and left, respectively.
Thankfully, IE has another bug, which was can use to center the div. The body text-align will centre the entire div, which must have a set width, then the text-align within the div will make sure text inside hte div isn't centre. Confusing yeah, but trust me, it works!
7 2006-02-27 07:01
Re: Centering all the forum content [THREAD SOLVED] (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Check the includes/templates directory.
Also, when centering...
body {text-align: center;}
#wrapper {text-align: left; margin: 0px auto; width: 600px;}
That way it'll work in IE too.
8 2006-02-27 01:04
Re: Why not 1.5? (3 replies, posted in PunBB 1.2 discussion)
I remember 1.1.
Those were the days.
I hated the admin cp.
9 2006-02-26 07:28
Re: Mail Bomb Exploit and Fix (3 replies, posted in Feature requests)
Mailbombing sounds dangerous, sir.
Kinda like.
Bomb.
Err...
Kay.
10 2006-02-25 05:39
Re: Mail Bomb Exploit and Fix (3 replies, posted in Feature requests)
Edit that post, and e-mail using the link on the main forum page dude.
11 2006-02-24 21:04
Re: Request: extention to BBCode (5 replies, posted in Feature requests)
Hells yes!
13 2006-02-24 09:17
Topic: Request: extention to BBCode (5 replies, posted in Feature requests)
While there's obviously a large ammount of code that would be cool, one thing jumps out at me.
How about the good 'ol list?
list item
Just a thought!
14 2006-02-24 00:52
Re: More extern.php help, please (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Flawless! Thanks mate.
15 2006-02-23 16:53
Re: More extern.php help, please (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yeah, I tried adding it myself, but all I got was errors. I'll give that a try after work, thanks.
16 2006-02-23 00:27
Re: More extern.php help, please (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Please guys, any help!
17 2006-02-22 13:17
Re: 1.3 coming... (109 replies, posted in General discussion)
It's only natural, hahahha.
18 2006-02-22 04:33
Re: More extern.php help, please (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Maybe you misunderstood. If you checked the page you'd see I can make it work, I'd just like it to display as a list?
19 2006-02-22 01:08
Topic: More extern.php help, please (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Calsoft temporary address: http://www.secondpagemedia.com/~beeh/
I'm working on making a website that's integrated with PunBB, but that darn exern.php is beyond me.
What I'd like is for the information displayed under the 'Discussion board" header to be displayed as a list (as below).
* Guests online: 0
* Registered users online: 1
* Total number of registered users: 3
* Newest registered user: Ares
* Total number of topics: 8
* Total number of posts: 21
I've tried editing extern.php myseldf, but all I get is errors.
Thanks guys!
20 2006-02-21 06:35
Re: Grey border in fieldset (3 replies, posted in PunBB 1.2 troubleshooting)
/* 3.4 Creates the inset border for quote boxes, code boxes and form info boxes */
.pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {BORDER-COLOR: #ACA899 #FFF #FFF #ACA899}
/* 3.5 Gecko's default fieldset borders are really nasty so this gives them a colour
without interferring with IE's rather nice default */
.pun DIV>FIELDSET {BORDER-COLOR: #ACA899}
Section three of the _cs.css series.
21 2006-02-20 17:54
Re: adding a link to Navlink (12 replies, posted in PunBB 1.2 troubleshooting)
Ohhhhh, my bad.
22 2006-02-20 09:06
Re: Grey border in fieldset (3 replies, posted in PunBB 1.2 troubleshooting)
/* 1.5 Fieldset legend text colour */
.pun LEGEND {COLOR: #6C8A3F}
It's right there in the _cs.css series of stylesheets.
23 2006-02-20 06:40
Re: adding a link to Navlink (12 replies, posted in PunBB 1.2 troubleshooting)
Can't you add extra links in the admin CP?
24 2006-02-18 00:40
Re: Why is this text grey? (15 replies, posted in PunBB 1.2 troubleshooting)
Hahahaha.
I think of llama furiously pounding the enter key.
Funny in the head.
25 2006-02-17 05:17
Re: Why the people will use PunBB? (19 replies, posted in PunBB 1.2 discussion)
Heh, touche.