ok.. but what about the pun stats.
really i want to make the block as punres did and show the same thing.



also is it ok that i do that...
you know asking for permission to pull from the sites...

1,052

(5 replies, posted in PunBB 1.2 discussion)

i want to covert my web template into a styles for punbb anyone willing to help? or even get paid to do it?

what im asking is can i pull some news topics and threads from punbb and place them inside my website via extern.php? there are some good articles and support  questions that i would like to use. and even do some rss inside my site.


and how can i add punbb stats as a link like in punres.org

sorta i want to show the same thing?
top punbb sites?

Q

google iframes
that simple enough..

the code is for the locations of the punbb directory.

define('PUN_ROOT', './');

define('PUN_ROOT', 'http://yoursite.com/forum/');

1,055

(6 replies, posted in General discussion)

format c:/s/q

open the install_mod.php with notepad.
find 1.2.5 change that to 1.2.14 that it........ dont forget to save as
now run the install mod ur done........


evil giggles.
Q

well you need to look at the wiki about this.. the main things is the locations of the punbb forum.

<?php
 
define('PUN_ROOT', './'); <-------------------------------------this is the locations of the punbb  you can add to the front http://yoursite.com/forum
define('PUN_QUIET_VISIT', 1);
require PUN_ROOT.'include/common.php';
 
$page_title = pun_htmlspecialchars($pun_config['o_board_title']);
define('PUN_ALLOW_INDEX', 1);
require PUN_ROOT.'header.php';
require PUN_ROOT.'include/parser.php';

simply why not do an iframes in the other site of the emailer.php
so that it will pull the file into that site?

search google for iframes


just simply do links to the register,etc.
or iframes again for all the files you need to be on the other site.
that seem to be the simplest way.


Q

1,058

(16 replies, posted in General discussion)

PUNBB RULES!!!!!!!!!!!!!!!!

find whiteh0rs3 he did a theme switcher for punbb send him a message...
that is also his yahoo id.
i think he posted it in the mod section in punres.

i will ask him what he did with it.
Q

you can do anything with punbb and it style... the main.tpl in the include/template folder
that is a html file that you can modify to do anything...  so search the wiki at punres on how to do that.
simply way copy html template into the main.tpl. and add the tags where you want them to show up..
example i did was http://justswinger.com... im working on a bf2 clan cms using punbb to control everything..( the site is a domain i bought to resale..)

Notch, can you post the complete code here?

Q

1,062

(1 replies, posted in PunBB 1.2 troubleshooting)

that not the issue.. all you got to do is point the the installed folder of punbb......

 define('PUN_ROOT', './');

change the locations of this if you have files outside the forum folder......
here the coding for creating new pages....

<?php
 
define('PUN_ROOT', './'); <------------------------change locations of the punbb folder if you got this file outside of punbb directory...
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']) . ' / New page 1';
define('PUN_ALLOW_INDEX', 1);
require PUN_ROOT.'header.php';
require PUN_ROOT.'include/parser.php';
 
?>
your html code goes here..........        
<?php
 
require PUN_ROOT.'footer.php';

real good info is here ...wiki-----  http://wiki.punres.org/Miniportal



Q

punbb needs it own css and ur css so u need to join the two...

well first off you got no css for the forum.. once you drop ur code in for ur css u stoped the link to the punbb style.  u might have to do a custom css for punbb.... ill try to find the custom one i did for a site long time ago..


lol..
Q

1,065

(2 replies, posted in General discussion)

edit the 1.2.12 install_mod.php find 1.2.12 change that to 1.2.14 lol.......
that it..
Q

go to pures..look for newsportal that the same thing that you are trying to do....

Q

1,067

(23 replies, posted in PunBB 1.2 troubleshooting)

stupid question...
when u ran the install.php did every thing go ok . and next it tells you you need to put this in your comfing.php?

when u copy and pasted... make sure there is No spaces at the top.
line 1. <?php
so on.........

Q
because i have a secure server like that.
$db_type = 'mysql';
$db_host = 'db519.perfora_xxxxxxxxx.xxx';

1,068

(5 replies, posted in PunBB 1.2 troubleshooting)

no just remove the two leave the div

1,069

(6 replies, posted in General discussion)

there is a php program called deadlock

http://www.phpdeadlock.org/
you can set access to a folder and only member have access..

find the string in the funtions.php where it post the avatar. cut and hack at that..haha..
that about what i know..
Q

1,071

(16 replies, posted in PunBB 1.2 troubleshooting)

dude. i use ie7 and i do alot of punbb install what issues do you have?
remember ie7 got more security settings that you need to setup...


Q

1,072

(5 replies, posted in PunBB 1.2 troubleshooting)

remove this from the main.tpl

<pun_title>
            <pun_desc>

1,073

(16 replies, posted in PunBB 1.2 troubleshooting)

lol... Dr J..

1,074

(16 replies, posted in PunBB 1.2 troubleshooting)

I made one from WOS that hcgtv gave the link out.. it has punbb running with apache,sql,zend,imagemagick,phpymyadmin
that is 15meg ziped and about 70 megs un-ziped.
that runs from a usb drive.
http://modelcrowd.com/portable_punbb.zip

now the config.php
create a new txt file
once you install the punbb the last step is creating your config.php
it will produce a code that you need to paste into the txt file.

example:

<?php

$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'punbb';
$db_username = 'root';
$db_password = '';
$db_prefix = '';
$p_connect = false;

$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = '7e371079';

define('PUN', 1);

next copy that code paste it into the new txt file you created.
rename the txt file to config.php
upload it to the website .
delete the install.php
go to home page
http://yourdomain.com/index.php

your done........


Q

ok this is what i came up with

start with left and add them left left1 right right1 etc.
in a order..
float left
or float right
<style type="text/css">
    #left {
        width: 140px;
        float: left;
    }
#right1{
width:80px
float: left
}


 #right {
        width: 140px;
        float: right;
    }




    #main {
       
     margin-left: 150px;
     margin-right: 150px;
    }
</style>