I have got problem with the Polish language. It does not work. I changed the koding in lang.php from utf-.. to ISO-8859-2, but it doesn't work sad
http://www.bulgaricus.com/forum/doku.php

Thanks, I will do like that smile

I don't understand your hint sad

Today I am upgrading my forum from 1.1.5 to 1.2.5. I have got PunPoll v1.2.8 which I would like to change to EasyPoll 1.1.0. Can you give me any hints how to do it?

Today I will upgrade my forum from 1.1.5 to 1.2.5 an will change the Wikids Mod to PunDokuWiki 1.0. How should I install it. Doest it use the smae MySQL tables or creates new ones? What will be the best way to proceed in orded not to loose the current data?

Thank you, Connorhd! Great work!

Is it possible to change PunPoll to Easy Poll?

Connorhd, you are great! I am waiting for the mod. Aaron is right, it looks much better than the old one.

Where I can download the latest version?

Can anyone help with the upgrade of that mod to work with PunBB 1.2.*? I have implemented the mod on my forum (http://www.bulgaricus.com/forum/wiki.php) and it is growing promisingly. Now I would like to upgrade my forum from 1.1.5 to 1.2.5, but I can't because of this mod sad

How can I make a poll with more than eight answers? I have PunPoll for PunBB 1.1.5.

Yes, exactly. In Poland we will have a free day from work on Friday, when the funeral will be. In Warsaw there are huge traffic jams because of meetings on squares memorising the Pope (the biggest one yestarday had 150.000 participants). 90% of the Polsih webpages are black and white (the two biggest www.onet.pl and www.wp.pl).

What should be changed in order to make the Chatbox work in 1.1.5?

I am changing my hosting provider and I have to move MySQL Database to the other server. How to do it if the database is 30MB big? When I try to make a backup, it doesn't work sad

I tried to apply the chatbox on my forum (1.1.5) but it didn't worked sad

116

(11 replies, posted in Feature requests)

So, isn't it possible to have PunPoll as an Administration plugin?

117

(11 replies, posted in Feature requests)

I lost myself sad I thought that plugin is a more integrated modification. When you are installing a mod you have usually to paste files in different catalogues and change some files as well. I have not installed 1.2.1 yet an I am not usung the plugins, but I thought they are more "user friendly" than the mods.

118

(11 replies, posted in Feature requests)

Yes, it would be nice to have PunPoll at least as a plugin.

Yes, I will be very grateful if some of you guys will help me with that.

Yes, there is a bridge between osCommerce and phpBB, but I didn't find for PunBB sad
http://www.oscommerce.com/community/con … arch,phpbb

I have got on my site PunBB and osCommerce. How I can integrate those two applications to have the same login?

I will probably upgrade soon from 1.1.5 to 1.2.1. Will Wiki work with 1.2.1?

123

(4 replies, posted in General discussion)

I have got the solution (partly). The problem was caused by the existence of two scripts on the index page which were creating cookies. One of the scripts is those of the osCommerce shop, the other is of PunBB showing titles of last posts:

<?php
ini_set('include_path', ini_get('include_path').':./forum');

@include 'config.php';

if (!defined('PUN'))
    exit('config.php doesn\'t exist or is corrupt. Please run install.php to install PunBB first.');

define('PUN_DONT_UPDATE_COOKIE', 1);    // This will make sure that the forum doesn't set a new cookie for the visiting user
require 'include/common.php';

$result = $db->query('SELECT id, subject FROM '.$db->prefix.'topics WHERE moved_to IS NULL ORDER BY last_post DESC LIMIT 5') or error('Unable to fetch topic list', __FILE__, __LINE__, $db->error());

while ($cur_topic = $db->fetch_assoc($result))
{
    if ($options['censoring'] == '1')
        $cur_topic['subject'] = censor_words($cur_topic['subject']);

    if (strlen($cur_topic['subject']) > 30)
        $cur_topic['subject'] = trim(substr($cur_topic['subject'], 0, 24)).' ...';

    echo "\t\t\t\t\t\t\t".'<b>·</b> <font size=1><a href="http://www.bulgaricus.com/forum/viewtopic.php?id='.$cur_topic['id'].'">'.htmlspecialchars($cur_topic['subject']).'</a></font><br>'."\n";
}
 ?>

Do you know how I can make those two scripts run on my index page?

I have got a problem with the (error) messages in this mod. For example when a guest tries to create a page http://www.bulgaricus.com/forum/wiki.ph … CreatePage (in the config it is that only users can create pages) instead of getting a message, he gets a blank screen?

Any ideas what can be the reason?

jacobswell wrote:
Edward wrote:

3. Search is not working for keywords in the tekst.

3. what is "tekst"? you mean "text"? searching text keyword is possible, I think.

Yes, it is possible, there is such option, but it is not working. When I try to find any word from the text, which I know exists, it is not found.