You are not logged in. Please login or register.
Active topics Unanswered topics
Search options
Hello,
my forum has 31841 posts and 3279 topics so the size of the database is near 47mo because of the internal search engine(27mo). On my server, the size of each database is limited to 50mo. Friday, my forum was suspended by precaution and the search engine is now disable. So, i'm looking for another solution for the search engine. Is it possible to host the search engine table in another database ??
Thanks
David
Hello,
i'm looking for a "guest book" like with punbb. I explain my idea
we have the forums A,B,C aso,
the A and B work normally, everybody can post and reply.
in the C, a member can open a new topic, post in it and after this topic will be automaticly close.
By this way, we'll have a sort of "guest book"
Maybe this possibility is available in a mod.
sorry for this poor english.
MOREPUNKTHANYOU wrote:pourquoi c'est pourri online.net ?
http://www.ciao.fr/Online_fr__84416/TabId/2
J'ai hébergé un site chez eux pendant 1 an. par discrétion et pour ne pas sombrer dans la vulgarité, je ne ferais aucun commentaires sur la qualité du service proposé...
un conseil change dès que tu peux...
sinon pour info, mon forum (3246 topics, 32000 posts) pese 48mo.
Hello,
To have the punbb1.1.5 in many languages available, i use this way (don't know if it's the best way but i think it's the most easy)
Open config.php and change like this
<?php
$db_type = '*****';
$db_host = '******';
$db_name = '******';
$db_username = '******';
$db_password = '*****';
$db_prefix = 'punbb_';
$p_connect = false;
$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
// here is the change
//choose your language-->fr by default
$language = substr($HTTP_SERVER_VARS['HTTP_ACCEPT_LANGUAGE'],0,2);
if ($language=='en')
{$language='en';}
else
{$language='fr';}
// end of change
//old code
//$language = 'fr';
define('PUN', 1);
?>
Hello,
first, i wish you an happy new year.
second, where can i find the ja_poll.php file for the poll mod please ?
Ju wrote:Et au niveau des tranferts IPB2 > punBB (1.2, j'espère très vite) , vous savez quelles sont les pertes ?
tansfert de ipb1.1.2 vers punbb1.5 aucune perte sauf les messages privés. si tu installes le mod "sondage" le transfert se fait aussi.
http://punbb.org/forums/viewtopic.php?id=4338&p=1
Tu trouveras ici la réponse à ta question, il ne s'agit pas d'un bug de ton coté ni du coté de punbb. c'est un système de gestion des nouveau sujet plus leger que ceux que tu as peut etre vu sur d'autres script de forums.
Yann2 wrote:Superb !
Pour les ptes images a gauche, comment fais-tu ? CSS ? template ?
Dans le fichier index aux alentours de la ligne 112
<tr class="puncon1">
<td class="puncent"style="width: 60px"><?php echo'<img src="img/'.$cur_forum['fid'].'.jpg" width="60" height="60" alt="">';?>
</td>
<td>
<?php echo $forum_field."\n" ?>
</td>
<td class="puncent"><?php echo $cur_forum['num_topics'] ?></td>
<td class="puncent"><?php echo $cur_forum['num_posts'] ?></td>
<td class="puncent"><?php echo $last_post ?></td>
<td class="puncent"><?php echo $moderators ?></td>
</tr>
ton image doit s'appeler comme l'id du forum auquel elle se rapporte
happy Christmas to everybody. Joyeux noel.
il parle d'un mod qui permet d'avoir le bbcode cliquable et les smileys cliquables aussi. Si tu te sers de ie alors ton bbcode entoure le texte surligné mais pas sous firefox.
Paul wrote:If Rickard had an army of developers and unlimited resources, just think, he could produce a new version every 5 years just like Microshaft.
Yes but so he can release an upadate and security pack every day
about your question here http://punbb.org/forums/viewtopic.php?id=5250
open the viewtopic.php
search this $post_link = '<a href="post.php?tid='.$id.'">'.$lang_topic['Post reply'].'</a>'; (2 times in the script) and change it to have an image.
ça marche chez moi et en mettant le smtp de mon fournisseur d'acces mais tu peux essayer avec le smtp de free si tu le connais.
Salut,
si tu n'as pas de fonction mail() activée comme c'est le cas chez free, clique sur :
Admin/Option puis remplis le champ SMTP server address avec le smtp de ton fournisseur d'acces.
Voilà !
Salut,
vas dans le fichier include/functions.php
trouve aux alentours de la ligne 172
//
// Generate the "navigator" that appears at the top of every page
//
function generate_navlinks()
{
global $pun_config, $lang_common, $cookie, $cur_user;
// Home and Userlist should always be displayed
$links[] = '<a href="index.php">'.$lang_common['Home'].'</a> | <a href="userlist.php">'.$lang_common['User list'].'</a>';
et voilà.
Name : David
Age : 34
Location : Toulouse - France
Occupation : aeronautical technician
Interests : movies, electronic body music.
Bonsoir,
et le mien est là : sportmecanique.com
+pm
+forum privé
et aussi là : jeanalesi.sportmecanique.com/forums/
Hello,
First, i 'm very sorry for my poor english, i'm a french man. I 've just installed punbb on my website. You can see it if you want here : http://forums.sportmecanique.com
And thanks to Rickard for his great job.
Il faut déjà que ton hébergeur te propose une base de données avec ses codes d'acces et le php pour utiliser ce forum.
si c'est pour une installation en local, tu peux utiliser easyphp qui te permettra d'installer mysql et le php sur ton pc
bonjour,
ce mod fonctionne tres bien. il suffit de "locker" un forum puis d'autoriser l'acces aux utilisateurs à travers admin/user
Posts found: 23