Reactor wrote:

Remember, that I've translated most of PunBB 1.3.2. Now there are two parallel translations, mine and yours.

No, it isn't new translation, it bases on your translation but it's improved

Reactor wrote:

If I started topic, why you confuse people with translations?

Sorry, I forgot about your topic ;P

Nevethir wrote:

This in topic is official polish translation. The most of PunBB 1.3.2 translated me and Riklaunim. Sorry.

Ehm, what? tongue You're wrong, as I said before, it's Reactor's translation, but It has corrected some mistakes, and rest of files is translated (look into Readme.txt file in archive)

27

(13 replies, posted in PunBB 1.3 extensions)

New release 1.7.1
Changes:
- better error reporting (it shouldn't show lots of html code ;P )
- crsf confirmation when it expire

Download

Hmm, It looks like you're having same problem as SuperMAG (here). He also can't access files in extension directory directly (but it can for example through index.php, like it's done with portal main page)

esupergood wrote:

I wonder if you'd like to have my forum admin password so you can have a check?
I can give you FTP access if you think that would help.
Should I send that to you via a PM?

I think it doesn't help, I see only one workaround as I wrote before - going through for example admin/admin_index.php?pages instead of extensions/portal_by_daris/admin/pages.php. I don't know why it doesn't work for you.

Can you put some php files in extensions directory and try to run it from browser? Will it show 404 error?

Real wink

Quick instructions:
- add new panel called for example Chat with that content:

<?php $cur_panel['class'] = '' ?>
<div id="panel-chatlite"></div>

- open /extensions/ek_chatlite/media/js/chat.js (firstly backup it tongue )
- find

    msgTemplate: new Template('#{a}[#{d}#{h}:#{m}] <strong>&lt;#{name}&gt;</strong> #{msg}<br />'),

- replace with

    msgTemplate: new Template('#{a}[#{d}#{h}:#{m}] <strong>#{name}</strong><br /> #{msg}<br />'),

- find

    // get the header or announcement we will use it to append our chatbox after
        var appendAfter = document.getElementById('brd-announcement');
        if(!appendAfter) appendAfter = document.getElementById('brd-visit');
        if(!appendAfter) return false;

- replace with

    // get the header or announcement we will use it to append our chatbox after
        var appendAfter = document.getElementById('panel-chatlite');
        if(!appendAfter) appendAfter = document.getElementById('brd-announcement');
        if(!appendAfter) appendAfter = document.getElementById('brd-visit');
        if(!appendAfter) return false;

- find

        chatBlock.appendChild(new Element('h2')).update(this.lang.title);

- replace with

//        chatBlock.appendChild(new Element('h2')).update(this.lang.title);

- save chat.js
- open /extensions/ek_chatlite/manifest.xml
- find

/ add javascript and style files on the Index
if(FORUM_PAGE === 'index') {

- replace with

// add javascript and style files on the Index
if(FORUM_PAGE === 'index' || defined('FORUM_PORTAL')) {

- save manifest.xml
- reinstall chatlite (or refresh hooks)

http://img145.imageshack.us/img145/6489/punchatpy3.th.jpg
How does it look? wink

Check if search.php is in utf-8 encoding.

Yes, exactly

Do you mean about including existing extension (like for example ChatLite), or creating new one?

34

(16 replies, posted in PunBB 1.3 extensions)

bingiman wrote:

I get this error with your latest version. The error below is repeated thousands of times.

Notice: Uninitialized string offset: 1 in c:\punbb\extensions\geshi_highlight\geshi.php on line 1838

It's only notice, but I don't know how to fix (hide tongue ) it.

Reactor wrote:

Geshi replace ' with &#039 entities.

Fixed

New release 1.0.3
Download

35

(17 replies, posted in PunBB 1.3 extensions)

KeyDog wrote:

EDIT: you mean I don't have to add the navlinks hook (<hook id="fn_generate_navlinks_end"><![CDATA[) - you didn't just forget it? big_smile

It's done in other way (using javascript)

Polish language pack for PunBB 1.3

Download: punbb-1.3-polish.zip (punbb wiki)

Discussion in Polish: http://pun.fluxbb.pl/topic/1339/pobierz … -punbb-13/

37

(17 replies, posted in PunBB 1.3 extensions)

New release (1.0.1), changes:
- fixed bug when enter hides form instead of submitting it (same as go to page extension tongue )
- better way for changing search link url (I saw KeyDog's post on his forum tongue )

Download

38

(170 replies, posted in PunBB 1.3 extensions)

esupergood wrote:

2. Is that correct that only the left column stays active when I check the "panels on all pages" checkbox?

Yes, but I thought about it and I didn't know what will be better. I'll use on my forum only left block on other pages. What is better for you?

esupergood wrote:

3. When I click pages or panels from within admin I get "page not found" errors. Here are the urls that don't work:

Are you sure that files exist?

39

(13 replies, posted in PunBB 1.3 extensions)

Can you copy that html and post here? It's probably some type of error, but with whole html code (you can copy that html, save as .html file and open in browser - it should be more readable than tons of html code ;P )

40

(13 replies, posted in PunBB 1.3 extensions)

It's not able to access php files from your extension directory, it shows 404 error, for example this file. I can get other files than php, like for example manifest.xml

Did you added something to .htaccess file?

41

(170 replies, posted in PunBB 1.3 extensions)

Have you got cache.php in extensions/portal_by_daris/include directory?

42

(13 replies, posted in PunBB 1.3 extensions)

SuperMAG, can you show screenshot? Does it occur on only one topic, or on all?

De-Luxis wrote:

Using pun_quote and Ajax Post Edit with rapid quoting, insert the value null.

It works for me, can you describe step by step what are you doing?

43

(8 replies, posted in PunBB 1.3 extensions)

Mogger wrote:

Yeah, I'm using Firefox 2.0.0.12. wink

Should be fixed now

Version 1.1 - Download

44

(16 replies, posted in PunBB 1.3 extensions)

Can you show code, which you want to highlight? I'm not sure, but rather it's bug in geshi script than in my extension.

45

(170 replies, posted in PunBB 1.3 extensions)

daris wrote:

Portal by daris v2.4.3
Adds a portal to forum

Download

This extension is installed on Polish PunBB forums

(I created new topic because old one is too long tongue )

46

(170 replies, posted in PunBB 1.3 extensions)

Thanks for reporting, fixed and new version released

Changes:
- fixed undefined variable $id in active topics panel
- fixed sql injection in admin pages

Download

47

(8 replies, posted in PunBB 1.3 extensions)

Which browser are you using? It works for me on Opera.

edit: I checked in Firefox and you're right, it doesn't work ;P

48

(170 replies, posted in PunBB 1.3 extensions)

It's in percent because I don't know how in other way display left and right side. When it'll be in px then I don't know how to get width for center area (it's easy when page has constant width, but most of them don't have it).

Also it'll be possible to do when PunBB will have table based layout.

FaRe-Ed:

define('FORUM_ROOT', './');
require FORUM_ROOT.'common.php';
require FORUM_ROOT.'extensions/portal_by_daris/panels/recent_posts.php';

But you can use extern.php file instead of my panels, it has similar functions.

There's a Coloured Users extension, but I don't know if it'll work with current punbb version.

50

(17 replies, posted in PunBB 1.3 extensions)

Quick Search v1.1.0

Allows quickly search for topics and posts.

http://img25.imageshack.us/img25/347/punquicksearchao9.th.jpg

It requires kierownik's jquery extension
Download