2 2009-02-22 20:18
Re: Extensions by Rich Pedley (82 replies, posted in PunBB 1.3 extensions)
My MySQL is: MySQL Improved 5.0.51a
3 2009-02-22 20:00
Re: External script, how can I check that user is logged? (5 replies, posted in PunBB 1.3 extensions)
Slavok, so what about it?
4 2009-02-22 19:48
Re: Extensions by Rich Pedley (82 replies, posted in PunBB 1.3 extensions)
Rich, do you know why I've these errors?
5 2009-02-16 20:51
Re: [Release] Polish language pack for PunBB 1.3 (4 replies, posted in PunBB 1.3 additions)
Why dont you refresh this topic?
http://punbb.informer.com/forums/topic/ … to-polish/
Remember, that I've translated most of PunBB 1.3.2. Now there are two parallel translations, mine and yours. Who will connect them?
If I started topic, why you confuse people with translations?
Reactor.
6 2009-02-16 14:10
Re: Parser adds [URL][/URL] for links inside [CODE][/CODE] (4 replies, posted in PunBB 1.3 bug reports)
Read please before posting.
Disallowing BBCode parser to detect URLs and put them into {url} tag would disable all automatic {url} insertions.
This is bug, because links inside of {CODE} are not visible as normal text as they should. They look like text with added URL.
Undestood me now?
7 2009-02-15 22:16
Re: [Release] GeSHi highlight (16 replies, posted in PunBB 1.3 extensions)
I've got problem.
Geshi replace ' with ' entities.
8 2009-02-15 22:06
Topic: Parser adds [URL][/URL] for links inside [CODE][/CODE] (1 replies, posted in PunBB 1.3 bug reports)
Parser adds {URL} for links inside of {CODE}
If I want to write some Programming code with links inside, I cant. Parser adds{URL} tags.
9 2009-02-15 22:05
Topic: Parser adds [URL][/URL] for links inside [CODE][/CODE] (4 replies, posted in PunBB 1.3 bug reports)
Parser adds for links inside
If I want to write some Programming code with links inside, I cant. Parser adds tags.
10 2009-02-14 19:58
Re: Extensions by Rich Pedley (82 replies, posted in PunBB 1.3 extensions)
While I edit my group and insert default .png icon: http://www.deinemutter.pl/admin/groups.php?edit_group=1
After that every post of users with this group is followed by:
Warning: mysql_data_seek(): supplied argument is not a valid MySQL result resource in /var/www/deinemutter/viewtopic.php(461) : eval()'d code on line 116
11 2009-02-14 19:52
Re: Using PunBB user authentification in an external page.[CODE INCLUDED] (5 replies, posted in PunBB 1.3 additions)
This content is buffored earlier. HTML Code, some outputs from MySQL etc.
12 2009-02-14 14:07
Re: Using PunBB user authentification in an external page.[CODE INCLUDED] (5 replies, posted in PunBB 1.3 additions)
After adding this code I've 2 errors.
Notice: Undefined index: userfile in /var/www/pcmod/img/uploaded/index.php on line 5
if (is_uploaded_file($_FILES['userfile']['tmp_name']))
Notice: Undefined variable: content in /var/www/pcmod/img/uploaded/index.php on line 162
<?php echo $content; ?>
13 2009-02-14 13:26
Re: Extensions by Rich Pedley (82 replies, posted in PunBB 1.3 extensions)
Notice: Undefined index: SET in /var/www/punbb/admin/groups.php(440) : eval()'d code on line 10
When I set an image for usergroup theere is something like that.
14 2009-02-14 12:56
Re: [Release] GeSHi highlight (16 replies, posted in PunBB 1.3 extensions)
File does not exist
Daris could you repair this link?
15 2009-02-14 11:56
Topic: [REQUEST] Colored Usergroups (2 replies, posted in PunBB 1.3 extensions)
Hiho,
I want to insert some images depend on what group is it.
Is there any simple ext, or code doing that in PunBB 1.3.2?
Regards.
16 2009-02-14 11:47
Re: I´m looking for this style (1 replies, posted in PunBB 1.3 additions)
17 2009-02-07 10:22
Re: Private Messaging (pun_pm) (154 replies, posted in Supported extensions)
Not instead. Ctrl+s worked for me too.
I've disabled the shortcuts, beacuse it was not possible to write in Polish language, due to problem with ś,ć,ą etc.
18 2009-02-07 10:20
Re: [Release] Online Today (22 replies, posted in PunBB 1.3 extensions)
Thanks Garciat, it propably works fine for me .
19 2009-02-05 18:55
Re: Problem with inserting img when option with detecting URL's is enabled (3 replies, posted in PunBB 1.3 bug reports)
There is still no fix for that?
My users complain about manually adding links between URL tags.
20 2009-02-05 18:54
Topic: pun_poll - Problem with adding poll with 29 days period. 25 days works (1 replies, posted in PunBB 1.3 troubleshooting)
Hey,
When I am trying to add a poll with 29 days period I click send post and after page reload there is no poll.
For 25 days it works fine.
Dont you all think that it would be better to set default time for poll (for ex. 30 days) and give user a chance to set it for 3 months.
Why max votes number is 100? There should be no max votes number by default.
21 2009-02-04 21:22
Topic: Problem with translation mail_templates - =?UTF-8?B??= (0 replies, posted in PunBB 1.3 troubleshooting)
Hey,
When I insert the Polish letters ą,ę,ć,ś,ź itd. into mail_templates I've got =?UTF-8?B??= subject and clean message as incoming e-mail from PunBB.
Coding with ANSI or UTF8 does not solve the problem.
22 2009-02-04 21:02
Re: External script, how can I check that user is logged? (5 replies, posted in PunBB 1.3 extensions)
My forum site is located at: www.pcmod.pl
My script site is located at: www.obrazki.pcmod.pl
I want to perform check inside od www.obrazki.pcmod.pl/index.php
23 2009-01-30 20:06
Re: External script, how can I check that user is logged? (5 replies, posted in PunBB 1.3 extensions)
I've tried this:
f (!defined('FORUM_ROOT'))
define('FORUM_ROOT', './');
require FORUM_ROOT.'include/common.php';
($hook = get_hook('in_start')) ? eval($hook) : null;
if ($forum_user['g_read_board'] == '0')
message($lang_common['No view']);
// Load the index.php language file
require FORUM_ROOT.'lang/'.$forum_user['language'].'/index.php';
// Get list of forums and topics with new posts since last visit
if (!$forum_user['is_guest'])
{
die('You are logged in !');
}
else
die('No permission');
... but it dont work. It need load of external includes, lang, cache. Still do not work.
I know that must be simple, but... help please.
24 2009-01-30 16:25
Topic: External script, how can I check that user is logged? (5 replies, posted in PunBB 1.3 extensions)
Hi,
I've made some external scripts, but I dont know how to check that user is logged on my forum.
Is there any function that returns 1 (or username) if user is logged and returns 0 if not?
Reactor.
25 2009-01-29 13:25
Topic: How to change icon of post notify? (1 replies, posted in PunBB 1.3 troubleshooting)
I want to replace default icons with new ones, but dont know how.
Old Icons are here:
.brd .main-content .main-item .icon {
border-style: solid;
border-width: 0.5833em;
height: 0;
width: 0;
float: left;
margin-top: 0.667em;
margin-left: -2.417em;
}
.brd .main-content .main-item .hn .posted-mark {
position: absolute;
font-size: 2em;
width: 1em;
left: -0.5em;
top: 0;
}
Tried with background: url(''), but It did not work for me.