what is it called?
or a link?
that a bug that i find.....
thanks
Q
You are not logged in. Please login or register.
PunBB Forums → Posts by quaker
what is it called?
or a link?
that a bug that i find.....
thanks
Q
how about using punbb Multi-Forum Mod... example: http://mypunbb.net.forum1 forum2 forum3 etc. 1 db ...
Multi-Forum Mod
http://www.punres.org/files.php?pid=176
Q
sorry, i didnt mean to complaining... that not what i tried to do....
Q
naitkris. the site looks good on the integrations.. and the mods look good.
nalan.org- Powered by PunBB© Copyrighted Material 2000?2007 MC
modelcrowd.com-Powered by PunBB© Copyrighted Material 2000?2007 Modelcrowd.com
the contents of the site news images and other article that i have added and will add belong to me.
the powered by punbb gives a like and i my sself design any form for anyone using punbb.
i have serveral times at the guru's at punbb and punres. if it is ok to post powered by punbb
i have received nothing but yes u cans.
it is simply to give credit where it is due......
if there is any code on my site that anyone needs i do openly share everything that i have modded or created.
im not gripping or talking about anyone .. just simple credit where people can see and want to you punbb.
Q
hummm... simple create 3 forums in the one site and build the main.tpl to look like each site. but use 1 db for all three punbb forums. with a little moding all the user can visit all three forums and be a member of each .......
Q
ok simple then... take out the right or left add the value to the main.
Q
fixed width,
#punwrap {width: 950px; margin: 12px auto}
that set the width and the centering.....
i made a three column css
http://nalan.org
add that to the main.tpl
between the pun_head
and the /head
<pun_head>
<style type="text/css">
#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;}
#punwrap {width: 950px; margin: 12px auto}
</style>
</head>
all you need to do is add the image upload mod to it..
or a image link to display the images..
ummm the links with categories mod looks like the best thing to use...
people can submit there ads in a category
try it out
http://bunpai.com/Links.php?new_link
ok im thinking like a rss feeder might be the way to go... let me find that script i used a while back...
example: http://bunpai.com on the right side........
this seem to be the script?
now if that can be turned into a script like google ads..
ummm....
im thinking on it..
http://adsbb.com/top100ads.php
if it would show say 5 at a time and rotate on page refresh.. that would be cool.
where is the beginning table at?
<table>
one idea is how snews does there stuff ...
simple place tags where you want the stuff to show up.. kind of how the main.tpl is now.
cons: u will have to redo the css for the forum to match the site.
have you thought of a external link system so that people can display ur ads on anyone site?
example: http://adsbb.com/ads.php?id=12345 (that is the member id number) once placed in a site it will rotate ads
i give credit for all my mods for pun....
http://nalan.org i have modified the footer to include some links.
what about the copyright to punbb.... humm...
Q
ok here what i got so far....
http://modelcrowd.com/portable_punbb.zip
let me know what ya think
simply unzip to usb drive. click autorun.exe
ok here what i got so far....
http://modelcrowd.com/portable_punbb.zip
let me know what ya think
simply unzip to usb drive. click autorun.exe
twohawks.
this is a mod that i worked on...
it will display the event listed from the calendar on any frontpage or puntal system
can u add this to ur new version of pbbgallery
and add this to the install txt
as
calendar events block
name this as events.php
<div class="block">
<h2><span>Calendar Events</span></h2>
<div class="box">
<div class="inbox">
<ul>
<?php
$show = isset($_GET['show']) ? intval($_GET['show']) : 15;
if ($show < 1 || $show > 50)
$show = 15;
$events= $db->query('SELECT date, id, title FROM '.$db->prefix.'calendar WHERE (date >= CURDATE()) AND (date <= DATE_ADD(CURDATE(), INTERVAL 14 DAY))') or error ('Unable to fetch date and events: '.$db->error());
while ($cur_event = $db->fetch_assoc($events))
{
if ($pun_config['o_censoring'] == '1')
$cur_event['title'] = censor_words($cur_event['title']);
$subject_truncated = pun_htmlspecialchars($cur_event['title']);
$dateformatted = preg_replace("/-/", ".", $cur_event['date']);
echo '<li><a href="'.$pun_config['o_base_url'].'/calendar.php?view=event&date='.$dateformatted.'" title="'.pun_htmlspecialchars($cur_event['title']).'">'.$subject_truncated.'</a></li><br>'."\n";
}
?>
</ul>
<p> </p>
</div>
</div>
</div>
im looking for someone to help finishes this mod it is about 65% done.
Q
anyone willing to take this project alittle further?
ill zip the files i have so far.
chris you can take this an dput it in ur main.tpl
at the top and see how it does...
remember to change the locations of the img files
and u can only put the style needed for this in there.
<div id="header">
<h1><a href="/">Christopher-Powell.co.uk</a></h1>
<h2>Trance DJ from Birmingham, England</h2>
</div><div id="nav">
<ul>
<li id="current"><a href="/" title="Home page">Home</a></li>
<li><a href="/forums/forums.php" title="Christopher Powell Online Forums">Forums</a></li>
<li><a href="/mixes.php" title="My mixes">Mixes</a></li>
<li><a href="/links.php" title="My favourite links">Links</a></li>
<li><a href="/contact.php" title="Contact me">Contact Me</a></li>
<li><a href="/admin/main.php" style="border-right: medium none;" title="Admin">Admin</a></li>
</ul>
</div>
PunBB Forums → Posts by quaker
Powered by PunBB, supported by Informer Technologies, Inc.