i think the best webhosting is ixwebhosting leaving you alot of free stuff making your hosting virtually free. I Think everyone here agree with me. Far better than others if you just compare the hosting options with other...
1 2007-12-08 00:58
Re: Where should i go to web host in punbb (25 replies, posted in PunBB 1.2 discussion)
2 2007-12-07 10:40
Re: How could upload my punbb style (2 replies, posted in General discussion)
thanks for the info...
3 2007-12-07 02:30
Topic: How could upload my punbb style (2 replies, posted in General discussion)
Hello guys, i want to upload my punbb and be included to to resources... how can it be done?
4 2007-12-07 00:54
Re: Mega Pun - Version 3.00 (16 replies, posted in General discussion)
This is even better than what our community site is using... can't wait to used it.
5 2007-12-07 00:44
Re: WP Cache like Mod for PunBB which will make fully static PunBB pages (30 replies, posted in PunBB 1.2 discussion)
I think you better transfer to paid hosting so you dont have problem about the queries eating up your bandwidth. there many of them offering at low prices.
6 2007-12-07 00:33
Re: Where should i go to web host in punbb (25 replies, posted in PunBB 1.2 discussion)
hi iam new user to punbb i dont know where should i go to web host i want to web host my rpg so can any one tell how and where i should web host than q
you have to download the punbb first and upload it to your site, if you already have one...
7 2007-12-07 00:24
Re: [BETA PLUS] WYSIWYG Rich Text Editor for PunBB 1.2.14 (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
is there any other kind of rich text editor puglin for PUNBB?
8 2007-12-05 06:01
Topic: Lets Break and Enjoy Christmas (0 replies, posted in General discussion)
Hello guys lets stretch our hands and lets enjoy Christmas... I miss sending Christmas cards and Quotes..
9 2007-06-08 03:31
Re: Active post how to? (13 replies, posted in PunBB 1.2 modifications, plugins and integrations)
by the way how to add moderator to a forum? i cannot moderate all forum... thanks
10 2007-06-08 03:30
Re: Active post how to? (13 replies, posted in PunBB 1.2 modifications, plugins and integrations)
hello guys what i did id like this in the homepage of my site i just copy this code to extern.php:
<div class="box">
<p><strong>Active forum</strong></p>
<?php include('http://lessonko.com/forums/extern.php?action=active'); ?> </div>
but nothing happens, it did not shows anything at all do i have to made some changes to extern.php file?
11 2007-06-02 05:09
Re: Active post how to? (13 replies, posted in PunBB 1.2 modifications, plugins and integrations)
is the home page apart of punbb?
this is the code for lastest topics
drop this in the include/user folder/latesttopics.php
do a
<pun_include "latesttopics.php">
in the main.tpl where you want this to show up ...
Q<div class="block"> <h2><span>latest Topics</span></h2> <div class="box"> <div class="inbox"> <p> <? $result = $db->query('SELECT subject, id FROM '.$db_prefix.'topics ORDER BY last_post DESC LIMIT 10') or error('Unable to fetch post info', __FILE__, __LINE__, $db->error()); while($cur_topic = $db->fetch_assoc($result)) { ?> <li><a href="viewtopic.php?id=<?php echo $cur_topic['id']; ?>"><?php echo $cur_topic['subject']; ?></a> </li> <? } ?> </p> </div> </div> </div>
thanks, but my homepage is not part of the punbb.. so how will it be? thanks again...
12 2007-05-29 03:27
Topic: Active post how to? (13 replies, posted in PunBB 1.2 modifications, plugins and integrations)
hello guys am a new here, i would like to ask favor on how can i display atleast ten new post to my site home page from my forum page... a step by step procedure will greatly help me...
thanks