576

(5 replies, posted in PunBB 1.2 troubleshooting)

Paul wrote:

2. <marquee> is not valid xhtml. In fact I'm not sure its valid anything anymore (if it ever was).

It's a perfectly valid nuisance. wink

577

(4 replies, posted in PunBB 1.2 discussion)

This might not be quite what you're looking for, but it may be helpful: http://www.punres.org/desc.php?pid=39

Oops, sorry:

#punviewforum DIV.tclcon SPAN.byuser {DISPLAY: none; VISIBILITY: hidden}

Let me rephrase that:

- Do the poll mod change
- Do not do the author column mod change

As far as I can tell, all that the Author Column code is doing is removing the "by [whoever]" statement, so just use the code that came with the poll mod and the CSS I provided in your other topic, and I think you should be fine.

Add the following to your CSS:

#punviewforum SPAN.byuser {DISPLAY: none; VISIBILITY: hidden}

include/functions.php

Certainly not all, but here's some of the PunBB installs: http://www.google.com/search?hs=whQ& … tnG=Search

Probably. I'll take a look.

585

(21 replies, posted in Feature requests)

Smartys wrote:

http://www.webmasterworld.com/google/3074324.htm
Some of the people seem to have the same issue of site: not working for them smile

No subscription. sad

Can you please copy/paste a few relevant snippets?

586

(27 replies, posted in PunBB 1.2 troubleshooting)

In the meantime, you can use Image Verification to try to prevent bots (although you should remember that there are potential accessibility issues).

587

(47 replies, posted in General discussion)

No. However, I just remembered that I installed a few extensions from Mozilla Updates queue yesterday (one of which affects the addressbar), so I'm going to do some investigation and determine whether one of them needs to be denied approval. wink

2. Mark topics as read partially accomplishes this. Also, I believe that a user here, deadram, also developed a "true" read/unread post system which he might be willing to share.

3. I believe that it's for the standalone post page, but Smiley Menu shouldn't be too hard to modify to make work with the quick post box.

5. http://www.punres.org/desc.php?pid=60

7. http://www.punres.org/desc.php?pid=56

589

(47 replies, posted in General discussion)

And now the titlebar has changed to reflect the title of this page, but the addressbar has remained the same except it now has the default icon for pages without favicons.

590

(47 replies, posted in General discussion)

Is anyone else having problems with the titlebar and address bar not changing properly when switching tabs?

Right now (doing quick post on this thread), my titlebar says "[594] (changeset) - PunBB - Trac" and the addressbar has Trac's paw print icon but says "http://punbb.org/forums/login.php".

How odd. This didn't happen in Beta 2.

591

(5 replies, posted in Feature requests)

I ran the smilies through a PNG optimizer (I don't recall the name at the moment), and believe it or not it actually did squeeze sizes down a little.

Edit: Now I remember, I did the same thing that Richard did (his post didn't appear until while I was writing this).

Moved to PunBB discussions.

593

(16 replies, posted in PunBB 1.2 show off)

Cursed1 wrote:

just added cash mod is there a tut to show how to add a shop?

No, so far a shop mod has not been released. It's doubtful that one will be before 1.3 is released.

594

(47 replies, posted in General discussion)

Rickard wrote:

I just did. They're just waiting on approval at addons.mozilla.org. pogenwurst, hurry

I just approved both so hopefully they should be up shortly.

Feel free to email me if you need approval in the future, because I don't check in on the queue much at all anymore (although I probably should, as there are currently 284 extensions / themes awaiting approval tongue ).

I think your best bet is to look at the documentation and read up on main.tpl, then post for help if you have problems.

You might try modifying parse_message so that it uses something like this: http://pixel-apes.com/safehtml/

I'm not sure how *safe* it really is, but it might be worth investigating.

597

(47 replies, posted in General discussion)

I've been using Beta 2, and it's been very nice. smile

Paul wrote:

Far better would be to give the <tr> an id which would be the forum id prefixed with a letter because id's can't start with a number. That way you can set the image as a background image anywhere you like or style the row in other ways to reflect different forums.

I expected that there would be a better way to do it, but I really wasn't in the mood to think. tongue

123123 wrote:

so how it looks like with a forum ID?

<div class="<?php echo $cur_forum['fid'].$icon_type ?>"><div class="nosize"><?php echo $icon_text ?></div></div>
Tubby wrote:

ok i think i fixed it try looking at it again to whoever is running firefox to make sure that my layout is correct or looks good with it.

It's fixed now. smile