1

(4 replies, posted in PunBB 1.3 extensions)

v.2.1.1

But it doesn´t work for me here in these forums either. Now using Firefox 2.0.0.20 and IE8.

2

(170 replies, posted in PunBB 1.3 extensions)

I´ve finally been able to remove the error from the portal index without removing news, but those ATOM & RSS feeds do not appear anywhere yet.

I saw that lines 70 & 71 in index.php file are calling a variable in $lang_common.
So I edited ROOT/lang/English/common.php and:

Find:

// For extern.php RSS feed
'RSS description'            =>    'The most recent topics at %s.',
'RSS description topic'        =>    'The most recent posts in %s.',
'RSS reply'                    =>    'Re: ',    // The topic subject will be appended to this string (to signify a reply)

Add after:

'ATOM Feed'                    =>    'ATOM Feed',
'RSS Feed'                    =>    'RSS Feed',

As I wrote, no error is displayed now but feeds are not shown either. hmm

3

(170 replies, posted in PunBB 1.3 extensions)

SuperMAG wrote:
Screamboy wrote:

update to 1.3.3 punbb
index error:

Notice: Undefined index: ATOM Feed in /var/www/extensions/portal_by_daris/index.php on line 70

Notice: Undefined index: RSS Feed in /var/www/extensions/portal_by_daris/index.php on line 71

i also get this error.

Same error here.

4

(170 replies, posted in PunBB 1.3 extensions)

Thanks!

5

(4 replies, posted in PunBB 1.3 extensions)

Hi,

I think this has something to do with pun_quote extension, but I´m not sure if it is really a bug or a non-yet-implemented feature.

When viewing a topic, if you click Quick quote nothing happens (doesn´t work). However, when you click Reply (next to it), the posting-page appears with a quote from the message you clicked.

Tested with IE, Firefox & Chrome.

6

(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

Development version: SVN or Trac

This link is broken (I´ve been checking for some days) sad . Is there any other link to download it?

7

(2 replies, posted in PunBB 1.3 additions)

Thanks!

8

(2 replies, posted in PunBB 1.3 additions)

Hi,

I´m trying to translate punbb from scratch. I must use "strange" characters such as áè...
I´ve been reading some posts here about this and I know I have to encode files in UTF8 charset.

I am using Notepad++. My question: Which conversion should I use?; UTF-8 or UTF-8 without BOM?
(don´t even know what BOM is)

9

(1 replies, posted in PunBB 1.3 bug reports)

I´m not sure if it´s really a bug. When trying to install punBB 1.3.3 in IE8 I get this error:

The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.

The server did not understand the request, or the request was invalid. Error processing resource 'http://www.w3.org/TR/xhtm...

It´s something about the browser. It runs perfectly in Firefox.