example of css html and punbb is
http://musicfret.com im currently working on it.
examples of agpe sources
http://bunpai.com in the forum i list the main.tpl and the index.php code.
1,251 2006-08-21 00:51
Re: Integration on an HTML Website- How do I do It? (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
1,252 2006-08-18 18:45
Re: punBB integration into site ... have a look (14 replies, posted in PunBB 1.2 show off)
that is the main.tpl that you are editing?to add the header and footer to it?
1,253 2006-08-17 16:30
Re: log guest ip (2 replies, posted in Programming)
thanks, i did the mod that elb, did for me but in the end i took it out.. to much data .. really slowed punbb down when viewing the 18 page long file.lol..
1,254 2006-08-17 16:27
Re: punbb and joomla / mambo?? (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
go to joomla extension and there is a bridge mod or search punres..
1,255 2006-08-17 16:24
Re: punBB integration into site ... have a look (14 replies, posted in PunBB 1.2 show off)
kewl site. the footer needs to be fix. the bg image carries over. but i like the theme.. sweet work!
1,256 2006-08-17 16:22
Re: Party fullmoon (3 replies, posted in PunBB 1.2 show off)
kewl. i like the color layout. the header image i see it repeats. can u not set it to no-repeat? and stretch the image in photoshop to the right width?
1,257 2006-08-17 16:19
Re: Post your "in the wild" siting of PunBB here. (96 replies, posted in PunBB 1.2 show off)
kewl site. you need to fix the issue with IE in the gallery page. the images are not beside the sidebar.
1,258 2006-08-13 15:48
Re: need a moder for snews (12 replies, posted in Programming)
i would like to see a ap mod designed for snews i guess take the snews.php turn it into a ap mod. kill the rewrite functions of the .ht file.
so it dont make virtual folders
1,259 2006-08-13 14:25
Re: need a moder for snews (12 replies, posted in Programming)
http://www.solucija.com/
basically it is a news mod. that can be integrated into a site very easy. but it does some rewrite functions. that funky. i would like to see a mod with punbb.
What is sNews?
sNews is a completly free PHP and MySQL driven tool for publishing and maintaining news articles on a website. Integrating sNews into your existing design is simple, but you could also use sNews on it's own, as a simple Content Management System. Consisting of only one file, sNews is extremely lightweight, very easy to install, and easy to use via a simple web interface.
1,260 2006-08-13 13:47
Re: How do i upload punbb? (21 replies, posted in PunBB 1.2 discussion)
lycos supports php and mysql
1,261 2006-08-13 13:44
Re: need a moder for snews (12 replies, posted in Programming)
hum.... i guess no answer...
1,262 2006-08-11 23:47
Re: need a moder for snews (12 replies, posted in Programming)
a mod designed using snews for punbb...
eman, what would it cost? im on a budget..
1,263 2006-08-11 22:40
Re: What editor do you use for php? (114 replies, posted in Programming)
ok guys here is a free software for editing php..
php designer 2005
http://www.mpsoftware.dk/
PHP Designer 2006 Beta
PHP DESIGNER is a powerful freeware IDE for coding PHP for both professional and novice alike.Designed to help accelerating and enhance the process of edit, debug, analyze and publish PHP scripts all wrapped into a sophisticated streamlined interface!
Features
All-in-one editor to edit, debug, analyze and publish PHP scripts
Numerous of enhancements for developer deployment and productivity
Syntax highlighting and support for PHP, HTML, XML, CSS, JavaScript, Java, Perl, JavaScript, VB, C#, Java & SQL
Automatic indentation and insertion of brackets
Automatic code completion while typing
Great performance in speed and size
Sophisticated streamlined and intuitive interface
User-friendly development environment that is comfortable both for beginners and experienced programmers
Tabbed multi-document interface
Fully customizable
Integration with the PHP manual available from php.net with quick keyword search
Localhost preview
Simple external browser integration with Internet Explorer, Netscape, Firefox and Opera
Todo Manager
Project Manager
FTP
Code Libraries
Class Browser
Templates
Snippet Support
http://www.mpsoftware.dk/phpdesigner.php
1,264 2006-08-11 22:34
Topic: need a moder for snews (12 replies, posted in Programming)
how much would it cost me to get a snews mod for punbb.. ?
1,265 2006-08-10 14:45
Re: My gallery (14 replies, posted in PunBB 1.2 troubleshooting)
get the litebox version 1.1 it is faster loading and it got a admin mod for uploading..
thanks...
Q
1,266 2006-08-10 14:41
Re: My gallery (14 replies, posted in PunBB 1.2 troubleshooting)
http://meshamodel.com/gallery.php
and i did a photographers site for him
http://7dphotography.com i integrated punbb to his site
is a punbb forum with light box
http://nalan.org/lbgallery.php
1,267 2006-08-10 14:33
Re: My gallery (14 replies, posted in PunBB 1.2 troubleshooting)
that why i made the light box gallery script so that people could mod it anyway they want. and it is very easy to change image folders
so u could have pic of the day pic of the month
etc.
1,268 2006-08-10 14:30
Re: My gallery (14 replies, posted in PunBB 1.2 troubleshooting)
leave the gallery page in the main folder but link the images to the image folder.....
1,269 2006-08-10 14:08
Re: blog:cms (24 replies, posted in General discussion)
mad, i used a new version of phpnuke for a few site that i helped with
http://www.rc3racing.com/rc3/ they run a version called Nuke-Evolution.
it seem to be alot faster that the standard nuke sites.
but dang takes 20 mins to upload on a cable modem for setup...
1,270 2006-08-10 13:50
Re: My gallery (14 replies, posted in PunBB 1.2 troubleshooting)
thanks elb, for better explaining it..hahaha...:P
1,271 2006-08-10 05:48
Re: My gallery (14 replies, posted in PunBB 1.2 troubleshooting)
ok, i c how u didnt say you moved the file in another folder?
lmao..
you have to define the root ,header,common and parser.php files
<?php
define('PUN_ROOT', '../');
define('PUN_QUIET_VISIT', 1);
require PUN_ROOT.'../include/common.php';
//Set the page title here
$page_title = pun_htmlspecialchars($pun_config['o_board_title']) . ' / Misc Pictures of August 9, 2006';
define('PUN_ALLOW_INDEX', 1);
require PUN_ROOT.'../header.php';
require PUN_ROOT.'../include/parser.php';
?>
or simple go get my lightbox gallery script..hahaha
http://www.punres.org/viewtopic.php?pid=8387#p8387
there only a few places u need to change if you dont want the defined gallery folder..
1,272 2006-08-10 04:02
Re: My gallery (14 replies, posted in PunBB 1.2 troubleshooting)
<a href="http://www.mywebsite.com/forums/pictures/miscpics.php">Misc
Pictures of Today</a>
that is the issue...lol..
what gallery script are you trying to use?
1,273 2006-08-10 00:36
Re: modifying my styles (22 replies, posted in PunBB 1.2 troubleshooting)
kewl.. looks ok...
here a link to a punbb and a css i did as my first mod..
http://bunpai.com
in the forum i list all the moding i did to integrate the two.
good luck holla if i can help.
Q
1,274 2006-08-10 00:13
Re: modifying my styles (22 replies, posted in PunBB 1.2 troubleshooting)
teen.. no email did u take the spaces out ? scott @ nalan.org for spam purposes..lol..