1,201

(6 replies, posted in PunBB 1.2 troubleshooting)

create a folder in the include called user
include/user
drop a php file name post.php
here the code for it.

<?php
include('http://yourdomain.com/extern.php?action=active');
?>

now go to the main.tpl
and post this code where you want it to show up at!

<pun_include "post.php">

that simple you can use that for anything that you want to include in the main.tpl file.

LINK?
im working on a new gallery script... but for now admin oly got rights to upload.
http://modelcrowd.com/gallery.php
it is a free script.. just that a few people and i are going to mod it for punbb..
let me know if that something that you would like to have.

Q

andrew  only thing that i did to my dev site is mod the main.tpl to fit any css template. and trying to make the forum look right..haha
if u need anyhelp holla.. ill be glad to share anything that i have did with anyone.
simple to mod the main.tpl and just place the <pun_stats> files where you want them to showup at. that all i have did..

Q

http://planetluc.com im going to make a few mods for there scripts to punbb ..
i use the gallery and there contact form..
very simple and easy to use.
since the gallery is a flat file system...

i had the same error on my website. but i added the /forum/ to the end of the code that provided by the forums_path.php
and it worked.

my hosting company has a wierd direct path to files.. so.. i had to play with it..

that kewl..
good work...

fox i was looking at http://dafun-spirit.foxmask.info/index. … 2006/10/15
questions.
can u change the order that the months are displayed.
maybe the sept. then oct next nov.
and have oct label in bold for the month that you are looking at?

ruiz, i hope that works. punbb a great source for getting help quick .. not like some other forums system..
someone always in punbb that might know the answer.. keep up the hard work!

Q

yea i joined in feb 06.
Elbekko has helped me alot.. i almost got his direct line to him..
big props to Elbekko.
sometimes he slap me around and says boy u know u can use this... instead.
lol..

i started playing with punbb then looking at the style design. then made 12 style for punbb.
then i got into the moding of the punbb
last i got into making my own cms style punbb
not bad for a noob since 02-06...haha

thanks.. i do like the mods that you provided. where they hard to design?
here a site that im working on now. that i have used the frontpage mod. and took it one set farther.
im a css template person i have did server site with punbb and mods.
http://forbiddenluv.com
just got to fix my forum css since it doesnt pull from the cs.css or _cs.css files.

sweet, thanks ill have to try that .. i fount a simple gallery script that uses no db and is very easy to integrate and it uses lightbox functions.

but it dont got a random image part.. but hehe i can do one for that.
here is it
http://modelcrowd.com/gallery.php

fox mask i seen a bug.
when i installed it it went crazy on me..
for some reason in the puntal admin it wanted to set the directory for the forum as /forums/ not as /forum/

puntal install directory /
punbb install directory /forums/

took me like forever to get in that page. since it could not find the punbb stuff..
errr
so i whiped it clean and working on my own punbbcms   mod..
best of luck with puntal.

kewl, im gald you got it all working
gallery2 was it hard to integrate with punbb?

kewl thanks
im going to try it on http://bunpai.com
my test dev site.

ok so i do a clean install
puntal in main directory
then punbb in the forum directory right
which on installs first?

i installed the forum in the main directory
and i used the punbb frontpage mod. and did some updates and more mods to it.
i wonder how it would effect my site.
since i seen you got a index.php in the file content.
i might do it on another site.
do i need a fresh install of punbb forum?
can i install it all to the main directory?
only 1000 more Q
and i would like to make some template for puntal. once i get it working and looking right.

here what i started working on.
httpp://modelcrowd.com
there are some css error in FF but only the login box
and the forum need to be fixed.

foxmask, how is the portal control the template?
does it use punbb system of the main.tpl?
and do u have a site in english?

1,220

(6 replies, posted in PunBB 1.2 troubleshooting)

how do i do a last five posting in the main tpl? from the extern.php
or is there a mod that i can do?
http://modelcorwd.com at the bottom that where i want to add it on the frontpage under last articles

that is the whole purpose of both site.
to keep it clean and maybe one day to a corp level cms
im tired of the php-nuke style look.
i use punbb for all my designs in website for bussiness.. one easy to integrate for member and having access to certain pages. very sweet and simple.
and very easy to mod the main.tpl to fit any css template.. one file and im done. punbb runs the whole site. and still as fast it was.

a cms umm...... that being worked on now.. localhost 


evil giggles.
Q

why not modify the main.tpl to fit everything inside the website?
example.
http://bunpai.com
and soon to be finished http://modelcrowd.com

Q

yea it is called subscribe to this topic.....

post ya #brdfooter css and cs.css

i used Kontrast css as a example to fix a site footer.
this is the
code

#brdfooter {
    margin-left: -40px;
    padding: 0 40px 40px 40px;
    width: 870px;
    margin-bottom: 0;
    background-repeat:  no-repeat;
    background-position: bottom left;
}