I'm currently using this for The AdsBB Network, but the idea should work just as well for any other:
101 2007-12-10 16:31
Topic: Text ad link exchange mod (0 replies, posted in PunBB 1.2 modifications, plugins and integrations)
102 2007-11-22 18:12
Re: Free Advertising Bulletin Board (37 replies, posted in PunBB 1.2 show off)
Get $20 in FREE Clicks to Advertise on AdsBB.com:
103 2007-10-23 19:57
Re: Image Upload Mod & free image hosting (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Got it working eventually, I was really looking for something that tracked impressions. Decided to stick with the paid banner ads for now. Thanks for linking to me though You are welcome to post as many FREE ads as you like. (Don't tell my affiliates, but I think they work better than banners anyway)
104 2007-10-23 19:06
Topic: Image Upload Mod & free image hosting (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Please try my Image Upload Mod, here is a screenshot:
The user can upload all .jpg and .gif image files. BBcode is automatically generated and the files are hosted on my site, for FREE.
Download Here:
105 2007-10-06 10:16
Topic: FREE IT Support forum for South Africans, and everyone else (0 replies, posted in PunBB 1.2 show off)
Post any and all questions relating to computer hardware, drivers, software, networking or programming:
106 2007-09-11 10:21
Re: Is it possible to make links on the board open in a new window? (14 replies, posted in Feature requests)
On my site http://adsbb.co.za/ I changed include/parser.php:
// Ok, not very pretty :-)
$link = ($link == '' || $link == $url) ? ((strlen($url) > 55) ? substr($url, 0 , 39).' … '.substr($url, -10) : $url) : stripslashes($link);return '<a target="_blank" href="'.$full_url.'">'.$link.'</a>';
}//
// Turns an URL from the [img] tag into an <img> tag or a <a href...> tag
//
function handle_img_tag($url, $is_signature = false)
{
global $lang_common, $pun_config, $pun_user;$img_tag = '<a target="_blank" href="'.$url.'"><'.$lang_common['Image link'].'></a>';
107 2007-09-10 17:55
Re: I think Textile should replace BBcode (37 replies, posted in PunBB 1.2 discussion)
It's still pretty cool what you can do with BBCode. Check out what one of my users post:
108 2007-08-05 15:31
Re: Putting a search bar in the header section? (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Here's what I did on my site:
<form id="search" method="get" action="search.php">
<input type="hidden" name="action" value="search" />
<input type="hidden" name="show_as" value="topics" />
<label class="conl"><input type="text" name="keywords" size="20" maxlength="100" /></label>
<input type="submit" name="search" value="Search" accesskey="s" />
</form>
I just placed the above in the announcement bar.
109 2007-05-04 18:20
Re: Free Advertising Bulletin Board (37 replies, posted in PunBB 1.2 show off)
Yes thanks, Haven't had much time to look at it though. will test it out tonight.
110 2007-05-04 17:00
Re: Free Advertising Bulletin Board (37 replies, posted in PunBB 1.2 show off)
Full colour refers not only to the images but to the text as well. Many similar sites do not offer this, punbb supports this feature using BBcode.
eg:
[color=red]Red[/color]
Produces:
Red
111 2007-05-02 17:53
Re: Free Advertising Bulletin Board (37 replies, posted in PunBB 1.2 show off)
I tried sending you a mail, dunno why it's not working. My address is grant@adsbb.com
Thanks
112 2007-04-13 14:00
Re: Broadcast Email Error (9 replies, posted in PunBB 1.2 troubleshooting)
Thanks
This one seems to work well.
113 2007-04-13 00:02
Re: Broadcast Email Error (9 replies, posted in PunBB 1.2 troubleshooting)
Downloaded Broadcast Email a few hours ago. I fixed it myself but now I'm getting a time out error with a larger database. How can I tell if I've sent out any emails? I'm worried about sending out duplicates.
114 2007-04-06 01:26
Re: Free Advertising Bulletin Board (37 replies, posted in PunBB 1.2 show off)
Ok, been playing with the RSS a little bit, starting to see the potential, what do you think?
115 2007-04-05 00:11
Re: Google domain names (15 replies, posted in General discussion)
117 2007-04-04 21:42
Re: Free Advertising Bulletin Board (37 replies, posted in PunBB 1.2 show off)
I just looked at it again. Not sure how the javascript works. What would be the benefits as opposed to an iframe? Will the search engines spider it?
Thanks.
118 2007-04-04 16:46
Re: Free Advertising Bulletin Board (37 replies, posted in PunBB 1.2 show off)
119 2007-03-29 22:40
Re: Free Advertising Bulletin Board (37 replies, posted in PunBB 1.2 show off)
Punbb code is so easy to fiddle with!
Check it out! It loads even faster now and there's even more space for ads.
120 2007-03-29 01:18
Re: Free Advertising Bulletin Board (37 replies, posted in PunBB 1.2 show off)
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........
That would be better for the search engines than an iframe.
121 2007-03-29 01:07
Re: Free Advertising Bulletin Board (37 replies, posted in PunBB 1.2 show off)
Think it looks better with the banner on top?
<table width=468 border="0" cellpadding="0" cellspacing="0">
<tr><td align=right><a href=http://adsbb.com/ target=top>
<img border=0 alt="Top 100 FREE Ads" src=http://adsbb.com/banner01.gif></a>
</td></tr><tr><td><iframe frameborder="1" noresize="1" width="468" height="60"
marginheight="0" src="http://adsbb.com/top100ads.php" ></iframe></td></tr>
</table>
Or to the side?
<table border="0" cellpadding="0" cellspacing="0">
<td align=right><a href=http://adsbb.com/ target=top>
<img border=0 alt="Top 100 FREE Ads" src=http://adsbb.com/banner01.gif></a>
</td><td><iframe frameborder="1" noresize="1" width="468" height="60"
marginheight="0" src="http://adsbb.com/top100ads.php" ></iframe></td>
</table>
122 2007-03-28 23:40
Re: Free Advertising Bulletin Board (37 replies, posted in PunBB 1.2 show off)
Cool, thanks
123 2007-03-28 23:12
Re: Free Advertising Bulletin Board (37 replies, posted in PunBB 1.2 show off)
Oops, sorry just edited it.
124 2007-03-28 23:10
Re: Free Advertising Bulletin Board (37 replies, posted in PunBB 1.2 show off)
Here's a small banner that will rotate the ads based on performance, what do you think?
<table width=468 border="0" cellpadding="0" cellspacing="0">
<tr><td align=right><a href=http://adsbb.com/ target=top>AdsBB - Top 100 FREE Ads</a></td></tr>
<tr><td><iframe frameborder="1" noresize="1" height="60"
marginheight="0" src="http://adsbb.com/top100ads.php" width="468"></iframe></td></tr>
</table>
125 2007-03-27 22:08
Re: Free Advertising Bulletin Board (37 replies, posted in PunBB 1.2 show off)
Sounds like a good idea, the closest I've done to some thing like that is: http://fixpc.co.za/?go=ad-o-meter.php&a … ixpc.co.za
Not too sure how to do the randomising bit though. Any pointers?