ok guys i create a new logo... evil giggles..
1,576 2006-05-23 23:22
Re: New PunBB logo proposal (76 replies, posted in PunBB 1.2 discussion)
1,577 2006-05-23 21:48
Re: bf2 site! (2 replies, posted in PunBB 1.2 show off)
style
but now i have made a rc racing skin..lol..so join and change style..lol..
im going to make a cs style tonight
and a quake3 skin..lol.
im bored.
1,578 2006-05-23 21:27
Re: php running in main.tpl ???? (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
nickfzx, link?
u can include any function of punbb if only you add a few lines of code to each standard php file
example is
http://bunpai.com
go to the forum i give the main source codes for doign such a thing
Q
1,579 2006-05-23 21:24
Re: WordPress and PunBB - problem with extern.php (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
link?
1,580 2006-05-22 23:16
Re: Switch to pun style CMS went Grrrrrr-eat! (2 replies, posted in PunBB 1.2 show off)
kewl, but look at http://bunpai.com hehe...
or even http://hsv-netcom.com
Q
1,582 2006-05-22 23:09
Re: WordPress and PunBB - problem with extern.php (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
u have to get the wp mod that allows php inside of it.
wordpress doesnt allow php inside it.
u have to do html only.
so !
just do a iframes to the locations...
1,583 2006-05-21 07:29
Re: how can i add footer image? (2 replies, posted in Programming)
i got it fixed but one slight error ssome where in ie ...lol. and opera well tons..lol.
http://highschooljamz.org
1,584 2006-05-20 19:00
Topic: how can i add footer image? (2 replies, posted in Programming)
my bg image runss to the end of the page
how can i set it to auto?
so that it grows with the forum?
how can i add footer image?
http://highschooljamz.org
#punwrap{background:url(../../img/DarkBlue/p6_bg.gif)}
.pun{background:url()}
#brdtitle {background:url(../../img/DarkBlue/bg1.gif)}
#brdmenu li {background:url(../../img/DarkBlue/list.gif)}
h2{background:url(../../img/DarkBlue/3h31.gif)}
h2 span {background:url(../../img/DarkBlue/h2_icon.gif)}
h2 span .conr {background:none;}
div#footextra{color:#555;}
#brdfooter{background:url(../../img/DarkBlue/bg_copy.gif);
background-repeat: no-repeat;
}
1,585 2006-05-20 16:51
Re: IDRS Forum problem (3 replies, posted in PunBB 1.2 troubleshooting)
ok the problem is with in the php.ini file of the server.
i have a host that i cant do a validation by email.
cause something is wrong with the smtp being able to send php file request.
that i know is weird and my datacenter emails always say we are looking into the problem and never do they say if they can fix it...lol.
simple easiest way is to make a new group called newbies all new member are put in that group and the admin monitor the group and promote members.
1,586 2006-05-20 00:54
Re: Photo Galleries (29 replies, posted in PunBB 1.2 discussion)
thrawn, does it got catagories? that gallery link above?
and can i get a copy?
scott @ nalan.org
1,587 2006-05-19 22:35
Re: Intergration error with main site (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
email me the complete site template
and the style you want tto use for the forum?
scott at nalan.org i will edit the index.php and the main.tpl
and fix the error!
yahoo or aim scot405583
http://bunpai.com
http://hsv-netcom.com
are examples of my integratation..
1,588 2006-05-18 23:31
Re: pluggakuten.se (Swedish site) (2 replies, posted in PunBB 1.2 show off)
kewl, nice site!
1,589 2006-05-18 16:34
Re: post from extern (2 replies, posted in PunBB 1.2 troubleshooting)
open up the extern.php
and read that info on hwo to do it...
INSTRUCTIONS
This script is used to include information about your board from
pages outside the forums and to syndicate news about recent
discussions via RSS. The script can display a list of recent
discussions (sorted by post time or last post time), a list of
active users or a collection of general board statistics. The
script can be called directly via an URL (for RSS), from a PHP
include command or through the use of Server Side Includes (SSI).
The scripts behaviour is controlled via variables supplied in the
URL to the script. The different variables are: action (what to
output), show (how many topics to display), fid (the ID or ID's of
the forum(s) to poll for topics), nfid (the ID or ID's of forums
that should be excluded) and type (output as HTML or RSS). The
only mandatory variable is action. Possible/default values are:
action: active (show most recently active topics) (HTML or RSS)
new (show newest topics) (HTML or RSS)
online (show users online) (HTML)
online_full (as above, but includes a full list) (HTML)
stats (show board statistics) (HTML)
show: Any integer value between 1 and 50. This variables is
ignored for RSS output. The default is 15.
fid: One or more forum ID's (comma-separated). If ignored,
topics from all guest-readable forums will be polled.
nfid: One or more forum ID's (comma-separated) that are to be
excluded. E.g. the ID of a a test forum.
type: RSS. Anything else means HTML output.
Here are some examples using PHP include().
Show the 15 most recently active topics from all forums:
include('http://host.com/forums/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');
Here are some examples using SSI.
Show the 5 newest topics from forums with ID 11 and 22:
<!--#include virtual="forums/extern.php?action=new&show=5&fid=11,22" -->
Show board statistics:
<!--#include virtual="forums/extern.php?action=stats" -->
And finally some examples using extern.php to output an RSS 0.91
feed.
Output the 15 most recently active topics:
http://host.com/extern.php?action=active&type=RSS
Output the 15 newest topics from forum with ID=2:
http://host.com/extern.php?action=activ … &fid=2
Below you will find some variables you can edit to tailor the
scripts behaviour to your needs.
ops..
do a rss news feed....
1,590 2006-05-18 14:49
Re: Fresh punBB site (4 replies, posted in PunBB 1.2 show off)
skoggy, how does the header info look with textpattern?
i like integrating punbb with a wp mod so it wraps my forum in my css templates.
http://bunpai.com
1,591 2006-05-18 14:40
Re: PunBB brilliant buttons (6 replies, posted in PunBB 1.2 discussion)
do they have a mod for punbb and singapore? to bridge over?
Q
tamlyn kewl images...
1,592 2006-05-17 22:05
Re: extern.php and css (9 replies, posted in PunBB 1.2 troubleshooting)
but you cant do php in the main.tpl file..
1,593 2006-05-17 15:37
Re: extern.php and css (9 replies, posted in PunBB 1.2 troubleshooting)
what file do u add this to?
header.php?
1,594 2006-05-17 15:14
Re: How to include common links on HTML home page of the site (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
go to http://bunpai.com
what i did was take a css template and punbb mix them together
the forum got alittle of my coding
i did a bunpai.com everything inside that www folder no /forum
1,595 2006-05-16 18:24
Re: Announcement HTML, can't log in (7 replies, posted in PunBB 1.2 troubleshooting)
kewl i was thinking that..haha...
paul u da man!
1,596 2006-05-16 17:59
Re: Wohoho what a beatiful puni ! (3 replies, posted in PunBB 1.2 show off)
ok i rename the index.php from the punbb
next
i upload my css template to the main www folder where i installed punbb
so no yoursite.com/forum
everything is in the main folder
ok once i upload the css temp.
i rename it to index.php from index.html
then i add the
punbb info so that it sessions and cookies to punbb
[<?php
define('PUN_ROOT', './');
define('PUN_QUIET_VISIT', 1);
require PUN_ROOT.'include/common.php';
define('PUN_ALLOW_INDEX', 1);
require PUN_ROOT.'lang/'.$pun_user['language'].'/index.php';
require PUN_ROOT.'lang/'.$pun_user['language'].'/common.php';
require PUN_ROOT.'lang/'.$pun_user['language'].'/topic.php';
require PUN_ROOT.'lang/'.$pun_user['language'].'/login.php';
require PUN_ROOT.'include/parser.php';
?>[/b]
you may need to modify that to meet ya requirements.
next
i edit the main.tpl
so that it pull from my css from my template.
this is my main.tpl from http://bunpai.com forum
<!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>" />
<pun_head><!-- Wordpress Template CSS -->
<link rel="stylesheet" type="text/css" href="grass_stains.css" media="screen" /><style type="text/css">
#brdtitle { display: none; }
#brdmenu { padding-top: 0; }
#punwrap {
width: 680px;
text-align: left;
margin-top: 6px;
margin-right: 0px;
margin-bottom: 6px;
margin-left: 0px;
padding-right: 2px;
}
DIV.box {BORDER-COLOR: #CFD9BE; }
.pun H2, #brdmenu {BACKGROUND-COLOR: #fff; COLOR: #E39243; }
DIV.blockpost H2 {BACKGROUND-COLOR: #fff; }
#punwrap * { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }
DIV.blockpost DIV.box {BORDER-COLOR: #CFD9BE; }
.pun { font-size: 11px !important; }
/*.box {
width: 500px;
margin-top: 12px;
margin-right: -5px;
margin-bottom: 12px;
margin-left: 10px;
border: solid 1px #999;
color: #000;
}
.inbox {
width: 530px;
margin-top: auto;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
border: solid 1px #999;
color: #000;
*/
}
</style>
<!-- Wordpress Template CSS --><!-- Mint
<script src='/mint/mint.js.php' type='text/javascript' language='javascript'></script>
Mint --></head>
<body><!-- Wordpress Template Header -->
<div class="wrap clearfix">
<div class="header"><strong>Bunpai:</strong> Punbb CMS</div><table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr><td align="center">
<!-- Navigational Menu -->
<div class="topnav" id="nav">
<ul>
<li><a href="index.php">home</a></li>
<li><a href="#">about</a></li>
<li><a href="forum.php">forum</a></li>
<li><a href="calendar.php">calendar</a></li>
<li><a href="gallery.php">gallery</a></li>
<li><a href="#">contact</a></li>
<li><a href="classified.php">classified</a></li>
<li><a href="chatbox.php">chatbox</a></li>
</ul>
</div><!-- Wordpress Template Header -->
<div id="punwrap">
<div id="pun<pun_page>" class="pun"><div id="brdheader" class="block">
<div class="box">
<div id="brdtitle" class="clearer">
<pun_title>
<pun_desc>
</div>
<pun_navlinks>
<pun_status>
</div>
</div><pun_announcement>
<pun_main>
<pun_footer>
</div></div>
<!-- Wordpress Template Footer -->
<div class="footer" id="footer">
<a href="index.php">home</a> :
<a href="#">about</a> :
<a href="forum.php">forum</a> :
<a href="calendar.php">calendar</a> :
<a href="gallery.php">gallery</a> :
<a href="#">contact</a> :
<a href="classified.php">classified</a> :
<a href="chatbox.php">chatbox</a>
</div>
</td></tr></table>
</div>
</body>
</html>
that is from my bunpai.com/forum.php
it is the link between my punbb and my website template...
email me for better answers!
1,597 2006-05-16 16:54
Re: Wohoho what a beatiful puni ! (3 replies, posted in PunBB 1.2 show off)
why add the index header over to the forum?
http://bunpai.com
example...
hehe
u just need to modify the main.tpl to pull the index page info
i used the wp mod for all my forum integrating my sites with punbb and css templates!
Q
1,598 2006-05-16 16:32
Re: can someone mod the links mod (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
on my css what? hehehe... u perving my site... ok where the bad boy at?
oh i did that one on purpose... when you move mouse over they disappear?
im trying to get better at it...
images uploaded... that a net idea.....
better yet how about when you click on the event i can see an image...
maybe add bbcoding to the calendar?
oh..
how my newsletter script going?
lmao..
1,599 2006-05-16 16:29
Re: How big a problem is spam (68 replies, posted in PunBB 1.2 discussion)
that kewl, just asking.. i know that spamming is becoming very bad... i go thru my list of user and ban or delete them..
im thinking of going back to the days of the old bbs system...lol. or just do a regular mail with a 35cent stamp....lol..newsletter system
hum... punch cards would not be a bad idea....
1,600 2006-05-16 16:27
Re: can someone mod the links mod (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
cause im about to do a website with links and would be nice to display them in a order
it is about night life in my town.. the clubz and what they are having on each night as a special.
http://huntsvilleclubz.com
im using punbb to the max!
lol.....