well you can add a newsletter system to the site.
where member get the lastest updates on ur site to there email. that might be one way. to spread the word.
1,001 2007-03-19 15:44
Re: Forum Integrated with my New Venture (11 replies, posted in PunBB 1.2 show off)
1,002 2007-03-19 00:47
Re: ie7 css fix (11 replies, posted in PunBB 1.2 troubleshooting)
liq, is that what you did to fix the issue?
Q
1,003 2007-03-18 22:42
Re: ie7 css fix (11 replies, posted in PunBB 1.2 troubleshooting)
nope well sorta it moved it alittle
http://modelcrowd.com
use ie7
1,004 2007-03-18 22:33
Re: ie7 css fix (11 replies, posted in PunBB 1.2 troubleshooting)
i have added the
<style>
#punwrap {width: 800px; margin: 12px auto}
</style>
to the main.tpl
so that way i will have the same width on all style if a user changes there style..
Q
1,005 2007-03-18 22:30
Re: ie7 css fix (11 replies, posted in PunBB 1.2 troubleshooting)
no i have a small custom css in the main.tpl that centers and set the width of all the style loaded...
1,006 2007-03-18 22:27
Re: ie7 css fix (11 replies, posted in PunBB 1.2 troubleshooting)
how so? i didnt find anything in the wiki that listed ie7
Q
1,007 2007-03-18 22:25
Re: Missing DIV in page output.. (14 replies, posted in PunBB 1.2 troubleshooting)
it seems to be a clearer issue with that div..
i have took a few div out and in ff and ie7 it fixes the issue but in ie6 still got the same problem. err this dang css issue with all the browsers.. why cant they set a standard and stick with it....
Q
1,008 2007-03-18 22:21
Topic: ie7 css fix (11 replies, posted in PunBB 1.2 troubleshooting)
how can i center my page for ie7 ? ie6 and ff seem to be fine...
but ie7 SUX!
Q
1,009 2007-03-18 16:57
Re: Missing DIV in page output.. (14 replies, posted in PunBB 1.2 troubleshooting)
it is punbb 1.2.14 and im working on it with the miniportal mod from punres wiki
1,010 2007-03-18 16:47
Re: Missing DIV in page output.. (14 replies, posted in PunBB 1.2 troubleshooting)
what are you using to edit the files with notepad?
i use dreamweaver 8
i use the cal mod and i have the minical and the event listings in my site.
http://nalan.org
1,011 2007-03-18 16:34
Re: A few questions (please take a look) (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
mitch
here is the miniportal page ------->http://wiki.punres.org/Miniportal
u can see my example at http://nalan.org
i use a 3 column style
1,012 2007-03-18 16:32
Re: A few questions (please take a look) (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
mitch
put this is the css
#punwrap {width: 800px; margin: 12px auto}
here the link
1,013 2007-03-18 16:23
Re: Missing DIV in page output.. (14 replies, posted in PunBB 1.2 troubleshooting)
try to do this replace the <div class="clearer"></div>
with
<!--<div class="clearer"></div>-->
see what that does
and give me a link to ur site.
1,014 2007-03-18 16:20
Re: how do i... (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
chris try this...
what im trying to do is make the pun nav bar look like the nav bar on the main site.
copy the nav css to the main.tpl
put it in the style format
<style>
ur nav code
</style>
<div id="nav">
<pun_navlinks>
</div>
just an idea!
Q
1,015 2007-03-18 16:07
Re: Missing DIV in page output.. (14 replies, posted in PunBB 1.2 troubleshooting)
is there a <div class="clearer"></div> in there some where?
try to do a <!--<div class="clearer"></div>-->
see if that fixes it?
Q
1,016 2007-03-13 23:41
Re: OLD TOPIC TO DELETE (36 replies, posted in PunBB 1.2 modifications, plugins and integrations)
so far everything is working right for me. beside the css issue. and about to have some more information listed for the profile to be filled out.
Q
1,017 2007-03-04 18:52
Re: post your main.tpl here! (3 replies, posted in PunBB 1.2 discussion)
true. i do agree but just being able to see how people did there custom tags... in there main.tpl is a nice feature.
Q
1,018 2007-03-04 15:44
Topic: post your main.tpl here! (3 replies, posted in PunBB 1.2 discussion)
ok people how about posting some of those famous main.tpl here so that it might inspire some of us!
this is my main.tpl from my site
very ugly but im trying....lol
http://modelcrowd.com
<!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 name="verify-v1" content="RjWVco8IL3AdatTi5Ir5EdXjx9vjWMtnTMEFrnYBYE8=" />
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<META HTTP-EQUIV="imagetoolbar" CONTENT="false">
<meta http-equiv="Content-Type" content="text/html; charset=<pun_char_encoding>" />
<pun_head>
<style type="text/css">
/* #left {
width: 180px;
float: left;
}
#main {
margin-left: 150px;
}
#container {
width: 800px;
float: center;
margin-left: -140px;
}
#right {width: -180px;
float:right;*/
#left {
float:left;
width: 160px;
overflow: hidden;
}
#right {
float:right;
width: 160px;
overflow: hidden;
}
/*#container {
width: 100%;
float: right;
margin-left: -180px;
}*/
#main {margin-left:175px; margin-right:175px;}
</style>
</head>
<body>
<div id="punwrap">
<div id="pun<pun_page>" class="pun">
<div id="brdheader" class="block">
<div class="box">
<div id="brdtitle" class="inbox">
<pun_title>
<pun_desc>
</div>
<pun_navlinks>
</div>
</div>
<div id="left">
<pun_sidelinks>
<pun_include "latesttopics.php">
<pun_include "search.php">
<pun_artcatbox>
<pun_userbox>
</div>
<div id="right">
<pun_include "cp.php">
<pun_include "upevents.php">
<pun_include "weather.php">
<pun_include "ran.php">
<pun_online>
<pun_toppost>
<pun_include "affiliates.php">
</div>
<div id="main">
<pun_announcement>
<pun_advertisement>
<pun_information>
<pun_guest_information>
<pun_main>
<!--<pun_status>-->
<pun_include "random.php">
</div>
<div class="clearer"></div>
<pun_footer>
</div>
</div>
</body>
</html>
1,019 2007-03-04 15:38
Re: Pun portall problem! (18 replies, posted in General discussion)
ummm... im looking at ur main.tpl and i dont see the tag for the portalnews.
but i know that is not the issue.
this is my portalnews.php
<?php
$newsid = '1'; // Forum id to fetch the news from ( only supports 1 forum id )
$newsdisplay = '2'; // Number of news to display.
?>
<?php
require_once PUN_ROOT.'include/parser.php';
?>
<?
$result = $db->query('SELECT t.id, t.subject, t.num_replies, t.last_post, t.last_post_id, t.last_poster, t.num_views, t.forum_id, p.poster, p.poster_id, p.message, p.hide_smilies, p.posted, g.g_title, f.forum_name FROM '.$db->prefix.'topics AS t INNER JOIN '.$db->prefix.'posts AS p ON p.topic_id=t.id AND p.posted=t.posted INNER JOIN '.$db->prefix.'users AS u ON u.id=p.poster_id LEFT JOIN '.$db->prefix.'groups AS g ON g.g_id=u.group_id INNER JOIN '.$db->prefix.'forums AS f ON f.id=t.forum_id WHERE t.forum_id='.$newsid.' AND t.moved_to IS NULL AND f.redirect_url IS NULL ORDER BY t.posted DESC LIMIT '.$newsdisplay) or error('Unable to fetch announcements', __FILE__, __LINE__, $db->error());
if ($db->num_rows($result))
{
while($cur_post = $db->fetch_assoc($result))
{
$cur_post['message'] = parse_message($cur_post['message'], $cur_post['hide_smilies']);
?>
<?
echo "\t\t\t\t\t\t\t".' <h2><span>'.pun_htmlspecialchars($cur_post['subject']).'</span></h2>'."\n";
?>
<ul>
<?php echo $cur_post['message']."\n" ?><br />
<?
echo "\t\t\t\t\t\t\t".'<a style="text-decoration: none" href="viewtopic.php?id='.$cur_post['id'].'" class="username">'.pun_htmlspecialchars($lang_portal['Visit_Topic']).'</a>'."\n";
?>
</ul>
<?
}
}
else
{
}
?>
but i also switch between this script or lastest topics
main.tpl code
<pun_include "latesttopics.php">
here is the lastesttopics.php
<div class="block">
<h2><span>Lastest Topics</span></h2>
<div class="box">
<div class="inbox">
<?
$result = $db->query('SELECT subject, id FROM '.$db_prefix.'topics ORDER BY last_post DESC LIMIT 5') or error('Unable to fetch post info', __FILE__, __LINE__, $db->error());
while($cur_topic = $db->fetch_assoc($result))
{
?>
<img src="images/arrow.gif" alt="" /> <a href="viewtopic.php?id=<?php echo $cur_topic['id']; ?>"><?php echo $cur_topic['subject']; ?></a>
<br />
<?
}
?>
</div>
</div>
</div>
1,020 2007-03-02 21:25
Re: Music production site. (3 replies, posted in PunBB 1.2 show off)
dude? what software is that ?
i prefer cubase....
1,021 2007-03-02 21:22
Topic: portable punbb system request! (0 replies, posted in PunBB 1.2 discussion)
what mods would you like to see in it?
what styles would you like to see in it?
http://modelcrowd.com/portable_punbb.zip
includes:
punbb 1.2.14
php5
mysql
myphpadmin
apache
1,022 2007-03-02 21:18
Re: Where do I start ? (11 replies, posted in PunBB 1.2 discussion)
http://modelcrowd.com/portable_punbb.zip
unzip to c:\portable_pubb
run wos.exe that it
it will open ie or ff in http://localhost
there is a link and some general info on the main page...
admin info:
username:admin
password:password
completely simple an fast....
1,023 2007-03-01 21:14
Re: How does authentication in PunBB work? (24 replies, posted in PunBB 1.2 modifications, plugins and integrations)
ok.. that kewl.. im just trying to find the best answer using punbb.....
Q
1,024 2007-03-01 20:55
Re: How does authentication in PunBB work? (24 replies, posted in PunBB 1.2 modifications, plugins and integrations)
look for punportal
they give a way to have different css on each page..
that might be able to help you.
Q
1,025 2007-03-01 20:31
Re: How does authentication in PunBB work? (24 replies, posted in PunBB 1.2 modifications, plugins and integrations)
what i did was the same thing you are trying to do..
in the main.tpl if you link to another css than punbb style it over rides the style system except the admin css...
notice
<link rel="stylesheet" type="text/css" href="style.css" />
that what im talking about
you join bunpai.com
and see for ya self.
i had to do some editing from the css and the cs_css of punbb style so that the forum will not look all crazy...
Q