776

(6 replies, posted in PunBB 1.2 troubleshooting)

Try: Profile > Settings > Signature Display > "Show user signatures in posts" (Click checkbox)

Maybe

.sig-content img{
max-height: 120px; /* Replace with whatever your limit is */
}

/* The following is optional but it does help */
.sig-content{
overflow: scroll;
}

778

(2 replies, posted in PunBB 1.2 discussion)

How does redirection works? Because it seems like the small redirection page never loads (cached or something).

Understandable by humans big_smile

Glad I could help big_smile

Check my last post (if you haven't already).

Browser: Mozilla Firefox 3.0.3 (OK)
http://i247.photobucket.com/albums/gg13 … dex_ff.jpg
http://i247.photobucket.com/albums/gg13 … rum_ff.jpg

Browser: Google Chrome 0.2.149.30 (OK)
http://i247.photobucket.com/albums/gg13 … dex_ch.jpg
http://i247.photobucket.com/albums/gg13 … rum_ch.jpg

Browser: Internet Explorer 7.0.5730.13 (Wrong)

http://i247.photobucket.com/albums/gg13 … dex_ie.jpg
http://i247.photobucket.com/albums/gg13 … rum_ie.jpg

Due to the lack of a tool like Firebug for IE, it's really hard to find out what's wrong. IE's a web designer's nightmare...

Edit: I just found out what's wrong. Some of the options in the select bar contain foreign characters, and, because the selected charset encoding does not include them, IE just throws in random characters, making the select bar larger than expected.

This can be fixed by replacing

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

with

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

on your header.tpl (or whatever it's called).

The typical solution a Windows user would give is: Reinstall (PunBB and the plugins [maybe your server software, too]) + Restart (MySQL and Apache). Sorry, that's all I can think of...

By viewing directly I meant using your browser to open the file.
Ex: "www.site.com/forum/path_to_template/file.tpl"

Anyways, maybe your CSS is making the select bar larger. See if you can find anything like:

select{ ... }

A link to your forum would help me find out what's wrong.

Anatoly wrote:

What format should this data be exported into?

SQL is good, I guess, but some forums use XML to make the exported data understandable.

786

(10 replies, posted in PunBB 1.2 bug reports)

The fix has yet to be applied, right? Because I still get the error.

Anatoly wrote:

You may try to set the fixed width and height in CSS properties (or kind of max-height: 200px, but this doesn't work in old IE) and hide the overflow (overflow: height).

Making this an on/off feature would be nice.

If you're trying to view the .tpl directly, you'll only get part of the page, making it look weird, because, in most cases, the CSS file won't be loaded.

Please, someone correct me if I'm wrong.

I see you don't have a link to PunBB. Why?

Also, your navigation links on the right don't work (href="#").

Maybe something went wrong on your upgrade. Try to re-install (backup first).

I just checked www.freewebs.com and it doesn't look like it'll let you upload .PHP files (only .HTM files).

Check http://www.punres.org/ for known plugins.

This link might help: http://www.securiour.com/2007/set-sql_m … e_on_zero/

I'm not familiar with PunBB, but there should be an Export function for posts, users, etc.

795

(10 replies, posted in PunBB 1.2 bug reports)

http://punbb.informer.com/forums/user/1 … 12ab9f206c

Edit: Just found out that if you remove the "//" from "http://faceb...", the warning doesn't show up.

796

(10 replies, posted in PunBB 1.2 bug reports)

I just posted the URL on my last post big_smile and my screenie program does the blurring... idk why -.-

797

(10 replies, posted in PunBB 1.2 bug reports)

Of course... just go to Facebook (I don't know if you have to login, but do it anyways), write something on the search bar, and then click "Search the web". You'll get the search results on the next page.

Btw, I searched for "Garciat" (my username) then clicked "Garciat's profile - PunBB Forums".

Edit: This link may help: http://www.facebook.com/s.php?init=q&am … amp;ref=ts

Sorry for off-topic, but... LOL facepalm big_smile

799

(10 replies, posted in PunBB 1.2 bug reports)

I don't really know what's wrong but I just wanted to let you guys know.

http://img525.imageshack.us/img525/2787/punbbww7.jpg

This happened when I clicked a result from Facebook's "Search the web".

800

(3 replies, posted in PunBB 1.2 discussion)

Just wanted to say I love PunBB's new look.