I just made a totally sweet skin with this.  Thanks for the nice tool.

2

(11 replies, posted in PunBB 1.2 troubleshooting)

Oops, I just realized I have multiple installations, and I was looking at the one with the wrong prefix.

Thanks for the help.

3

(11 replies, posted in PunBB 1.2 troubleshooting)

Array
(
    [id] => 1
    [group_id] => 4
    [membergroupids] => 
    [username] => Guest
    [password] => Guest
    [email]=> Guest
    [title] => 
    [realname] => 
    [url]=> 
    [jabber] => 
    [icq] => 
    [msn] => 
    [aim] => 
    [yahoo] => 
    [location] => 
    [use_avatar] => 0
    [signature] => 
    [disp_topics] => 30
    [disp_posts] => 40
    [email_setting] => 1
    [save_pass] => 1
    [notify_with_post] => 0
    [show_smilies] => 1
    [show_img] => 1
    [show_img_sig] => 1
    [show_avatars] => 1
    [show_sig] => 1
    [timezone] => -5
    [language] => English
    [style] => Oxygen
    [num_posts] => 0
    [last_post] => 
    [registered] => 0
    [registration_ip] => 0.0.0.0
    [last_visit] => 0
    [admin_note] => 
    [activate_string] => 
    [activate_key] => 
    [g_id] => 4
    [g_title] => Members
    [g_user_title] => 
    [g_read_board] => 1
    [g_post_replies] => 1
    [g_post_topics] => 1
    [g_post_polls] => 1
    [g_edit_posts] => 1
    [g_delete_posts] => 1
    [g_delete_topics] => 1
    [g_set_title] => 0
    [g_search] => 1
    [g_search_users] => 1
    [g_edit_subjects_interval] => 300
    [g_post_flood] => 60
    [g_search_flood] => 30
    [logged] => 
    [is_guest] => 1
)

4

(11 replies, posted in PunBB 1.2 troubleshooting)

That looks right, and the guest group is, in fact, 3.

5

(11 replies, posted in PunBB 1.2 troubleshooting)

It's totally weird - the problem's still there, and I can't figure out how to stop guests from editing.

I did have a pretty confusing and difficult transition from my previous forum software, would that cause it?

6

(11 replies, posted in PunBB 1.2 troubleshooting)

I think I have a multi-user-group mod installed, so I'm going to axe that and update to 1.2.1 to see what develops.

7

(11 replies, posted in PunBB 1.2 troubleshooting)

Rickard wrote:

Hmm, that's odd. Could you post a link the the topic in question?

Here's the post itself:
http://www.bonzoesc.net/asdforums/viewt … 483#p19483

It looks liike all the links after a certain point adopt the text of one particular one, even across posts.

8

(11 replies, posted in PunBB 1.2 troubleshooting)

Note the text and href for each of these automatically-generated links
http://www.bonzoesc.net/asdforums/viewt … 483#p19483

Edit: failed to replicate error here, so I'll explain:  I posted about 30-50 gmail invites in my forums, along with a link to another page at the top.  The text for all the links is the last gmail link, but they all have their normal href.  What's going on, and how do I fix it?

9

(6 replies, posted in Feature requests)

OP: instead of using a table cell for something that isn't tabular data, you can probably get away with something like this:
<span class="spoiler" onmouseover="this.style.color='#FFFFFF';" onmouseout="this.style.color=this.style.backgroundColor='#000000'">Agent Smith bites off Neo's Finger and falls into The Matrix</span>
CSS:
.spoiler {COLOR: black; TEXT-DECORATION: none; background-color: black; font-weight: normal;}

D9r wrote:

You say you need an email notification to tell you that you have a PM.  Here's a suggestion: put the message in the email - you're checking your email anyway, why not receive the message at the same time?  Then you don't need the PM because you're already using email.

In that case, you might as well use the board email form.

11

(6 replies, posted in PunBB 1.2 troubleshooting)

That did it!  Thanks for the help.

12

(6 replies, posted in PunBB 1.2 troubleshooting)

PunBB compatible:

[quote=BonzoESC]After a recent bout of spamming by somebody who will be unnamed, I've modified the rules (available at the "Some Rules" link right under the random banner) to reflect the new addition to the rules.

Repeated rampancy of both AIs and humans will be punished by having us read their posts before they become visible.  We'll also pass notes and whisper.
[right][snapback]6681[/snapback][/right][/quote]
[url=http://www.bonzoesc.net/lorforums/index.php?act=boardrules]http://www.bonzoesc.net/lorforums/index.php?act=boardrules[/url]

THE ONLY RULE IS, THERE ARE NO RULES  :chainsaw:

PunBB incompatible:

[quote=Chris!,Dec 31 2004, 12:56 PM][url=http://www.bonzoesc.net/lorforums/index.php?act=boardrules]http://www.bonzoesc.net/lorforums/index.php?act=boardrules[/url]

THE ONLY RULE IS, THERE ARE NO RULES  :chainsaw:
[right][snapback]18094[/snapback][/right][/quote]
finally, ten points for anarchy that works

It looks like I'll be scritping tomorrow, to also lose the snapbacks and right-aligned tags.

BTW, you're scary fast at replying smile

The BBCode parser in Invision and Pun are very different.  Invision's parser lets you jam all sorts of stuff up in the quote box, including the username and the timestamp, while Pun's doesn't expect all that.

I recently converted my forums over to Pun, and am now stuck with threads that fall out of their <div> after the first malformed quote tag: http://bonzoesc.net/punbb-new/viewtopic … 094#p18094

Is there an easy way I can globally change every quote tag to lose the timestamp, or do I get to iterate through every post in the database and swap them out?