76

(13 replies, posted in PunBB 1.3 troubleshooting)

Will try to fix css instead..if i get lucky I'll let you know.

77

(16 replies, posted in News)

maststef wrote:

And will there be an "updated files only package"?

That would be great. I'm not very fond of "full reinstall".

78

(13 replies, posted in PunBB 1.3 troubleshooting)

hmm..I'm on 1024*768...still, this might be considered a bug, right?

79

(13 replies, posted in PunBB 1.3 troubleshooting)

browser: firefox 3 and ie7
os: windows xp
link to forum http://www.maat-center.com/forum

80

(13 replies, posted in PunBB 1.3 additions)

I think you and me want the same thing. I already made a extension request on wiki

http://punbb.informer.com/forums/topic/ … irst-page/

The vertical borders do not extend if there is too much text on forum description. See image below.

http://shrani.si/f/2I/BH/2DxpXZeq/cssbug.gif

tnx

confirmed..work's just fine...tnx

please move to PunBB Bug reports 1.3

I tried that already, didn't help. I tried /home/public_html/site/forum/ and also just /forum/

everything else in .htaccess is left default

tnx

Don't know if this is a bug or what, but today i noticed that most of the topics in "active topics view" show locked. The icon is still blue (not grey as it should be) and users can still reply to it. I don't even se locked topics anyware but "active topics view". Any idea what this could be?

Update: When locking any topic, all topics in "active topic" show Locked. When someone replies to this "locked" topic, they get unlocked. Also, i can only see "locked" sign if i'm loged in as admin  or moderator. If i'm browsing as normal user or unregistered, i dont see this.


1.3 final

Tnx, i made a request.

Is it possible to list last 20 (or so) topics on forum index page? I'm migrating from minibb and users are very fond of this. I know new posts and active topics are there and they work great, but still.

tnx

Uhh..sorry. It's 1.3 final.

I know 404 is Not Found...that's the problem. I get this error, after uploading .htaccess file. It doesn't matter which url schema i chose.

If i just change url schema and don't upload .htaccess some of the links (index page and admin) works, but forum gives 404 error. After uploading .htaccess i can't access any page, even first page is 404.

Bellow is full error

Not Found

The requested URL /forum/forum14.html was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/4.4.8 

After uploading .htaccess to root directory and selecting file based in admin. I get 404 error You don't have permission to access /forum/ on this server.

Any idea what's wrong?

90

(6 replies, posted in PunBB 1.2 discussion)

Ok, solved this too

Open parser.php 
FIND
'#\[email=(.*?)\](.*?)\[/email\]#e',
AFTER, ADD
'#\[br]#',

FIND
'handle_email_tag(\'$1\',\'$2\')',
AFTER ADD
'<br/>',

Then run sql find and replace command

update forum_posts set message = replace(message,'<br />','[br]')

91

(6 replies, posted in PunBB 1.2 discussion)

Ok, so i tested this and works fine. All images are now shown correctly. The problem now is, that i don't know how to replace <br/> tag. I tried \n and \r\n but it doesn't work. Any idea?

92

(6 replies, posted in PunBB 1.2 discussion)

Sorry for bumping old topic, but has anyone fixed the img and links tags yet?

I was thinking on using sql find replace directly on db like
update [forum_posts] set [message] = replace([message],'[<img src="]','[[img]]');
and
update [forum_posts] set[message]= replace([message],'[" alt="" title="" />]','[[/img]]');

So that would hopefully change
<img src="http://link.to.image/thumbs.gif" alt="" title="" />
to
[.img]http://link.to.image/thumbs.gif[/img.] *without the red dots*

93

(1 replies, posted in PunBB 1.2 discussion)

Hey all!

I run a minibb forum on my page for a year now and i was wondering if it is possible to import database into punbb forum? I have about 500 users and 5.000 posts, so it would be very nice if i could import database instead of starting from scratch.
let me know if you need some parts of sql dump, or something..

tnx a lot

teva