http://www.punres.org/files.php?pid=27
there is a samples\home.php for how to use it
476 2004-10-17 16:09
Re: Favorite posts (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
477 2004-10-17 01:09
Re: Favorite posts (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thanks a lot, i correcte it
478 2004-10-16 23:52
Re: Favorite posts (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
not stylesheet but it is forum for "Admins/moderators only"
i corrected by make it "Closed" only
thanks, you can test it again.
479 2004-10-16 22:43
Re: Favorite posts (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
i release new file 1.0.1
download it you will find home.php as sample how to integrate your site with PunBB
EDIT: relupload favorites.php,or all BTW
480 2004-10-16 20:31
Re: Zero Vision Boards (6 replies, posted in PunBB 1.2 show off)
What a real features you lose when convert to PunBB
481 2004-10-15 22:41
Re: Favorite posts (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
the code correct but you must add some code
read this
http://punbb.org/forums/viewtopic.php?id=4348
if you still have a problem, i will send you a sample about index.html
482 2004-10-15 20:18
Re: Unlimited Space For Free (37 replies, posted in General discussion)
I host my sites on www.extanthost.com
one mysql and 100 MB space for 25$ good and fast
this second year i use it.
EDIT: i meant 25$ in a year
483 2004-10-15 12:17
Re: The US election (133 replies, posted in General discussion)
all the world is "lifestyle of money.." not just american, and every where you find good people and evil people.
484 2004-10-15 00:49
Re: PunBB 1.2 development source (277 replies, posted in PunBB 1.2 discussion)
when i save as a topic in Firefox 0.9.2 it will save as name "viewtopic.php.htm" but IE use html title, i try to resovle the problem to add in header.php with headers
header('Content-Disposition: inline; filename="'.$page_title.'"');
and it worked, but there is a slash / converted to underscore _ may be must use another char like dash -
e.g.
domain.com / my test topic
domain.com _ my test topic.html
i am not convinced with this way.
____________________________
Add title to css link in header.php
<link rel="stylesheet" type="text/css" href="<?php echo $style.'.css' ?>" />
to
<link rel="stylesheet" title="<?php echo $style ?>" type="text/css" href="<?php echo $style.'.css' ?>" media="screen" />
that will show small icon in bottom left of Fireforx browser for define the theme
this idea taked from site http://www.theregister.co.uk/2004/10/12 … _coaching/
test my site http://www.dirkey.com/forum
485 2004-10-14 22:10
Re: Preview and Backup/Restore Database requests (29 replies, posted in Feature requests)
what about backup table by table (nah crazy idea).
486 2004-10-14 22:08
Re: Preview and Backup/Restore Database requests (29 replies, posted in Feature requests)
in Sqlite, maybe it is easy becuase it is one file, and you can put it in your space, just download it, if SQLite supported in my host i will siwtch to it.
487 2004-10-14 06:12
Re: FAQ Mod v1.0 (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Cailean, not founded in punres.org
488 2004-10-14 06:06
Re: What do you think about my new skin? (4 replies, posted in PunBB 1.2 show off)
It is a forum is'nt it?
.
.
.
just kidding
489 2004-10-14 00:30
Re: The US election (133 replies, posted in General discussion)
How to copy and past to my dictionary from TV
490 2004-10-14 00:27
Re: Preview and Backup/Restore Database requests (29 replies, posted in Feature requests)
why not part (splite) dump to many pieces or resumed dump somthing like that %)
491 2004-10-14 00:18
Re: Favorite Posts ? (8 replies, posted in Feature requests)
492 2004-10-14 00:17
Topic: Favorite posts (22 replies, posted in PunBB 1.2 modifications, plugins and integrations)
##
##
## Mod title: PunBB Favorite posts
##
## Mod version: 1.0
## Works on PunBB: 1.1.5
## Release date: 2004-10-13
## Author: zaher dirkey (zaher@parmaja.com)
##
## Description: add post to favorite post and show it as news
##
## Affected files: viewtopic.php
##
## Affects DB: Yes
##
## Notes: easy mod for front page (home page) of your site
##
## DISCLAIMER: Please note that "mods" are not officially supported by
## PunBB. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
##
##
easy mod to mark a posts as favorties and show it as favorties or news in your front page (home page), you must integrate your home page with punbb forum
download here
http://www.punres.org/viewtopic.php?id=89
my front page site www.parmaja.com is demo for show favorites
493 2004-10-12 07:59
Re: table prefix in url bar (13 replies, posted in PunBB 1.2 troubleshooting)
setcookie and $_COOKIE
search for it in forum source
494 2004-10-11 00:30
Re: The US election (133 replies, posted in General discussion)
Yes Andy, especially from country is black listed like my country.
495 2004-10-10 23:01
Re: The US election (133 replies, posted in General discussion)
<BREAK>
Watch movie
"Independence Day"
Me, We and World need like that president in this movie.
</BREAK>
496 2004-10-10 22:37
Re: table prefix in url bar (13 replies, posted in PunBB 1.2 troubleshooting)
i think you must play with .htaccess, i am not good with it, some one here must be can answer you?
497 2004-10-10 20:48
Re: table prefix in url bar (13 replies, posted in PunBB 1.2 troubleshooting)
First, why you need multiple database ?
coocki not work with link outside forum like EMail of subscripe members if thay subscripe in more forum database.
what about subdomains or subdirectory?.
498 2004-10-10 11:42
Re: table prefix in url bar (13 replies, posted in PunBB 1.2 troubleshooting)
maybe set value in a cocki
499 2004-10-10 00:22
Re: table prefix in url bar (13 replies, posted in PunBB 1.2 troubleshooting)
did you try this in config.php
if (isset($_GET['forum'])
$db_prefix = $_GET['forum'];
else
$db_prefix = '';//the default
500 2004-10-09 20:51
Re: 7 zip ... wow... a nice free packager :) (8 replies, posted in General discussion)
InnoSetup use lzma (7-zip)
http://www.jrsoftware.org/