226

(31 replies, posted in PunBB 1.2 show off)

I did change the language files some. I setup TinyMCE to use as a WYSIWYG editor.  So, basically yes. smile

Smartys wrote:

Could this be it?

I'll have to apply that changeset and see if that's it. Thanks!

CodeXP wrote:

I didn't encounter any problems with it. I didn't submit the post, but the preview worked just fine (previewing also checks the tags).

Did you try the CODE tags?

Connorhd wrote:

Finish Him! Fatality! SubZero Wins!

sorry back on topic now wink

Finish who? Fatality to what? Who/what is "SubZero"?

Last edited by Angry User (Today 22:28:34)

Earlier, I wrote:

Last edited by Thomas Jefferson (1776-07-04 13:08:47)

Did anyone not notice that?

Rickard just wrote:

There's another way to get rid of it smile Move the topic back to the forum from which it was initially moved. Then the "redirect topic" should disappear.

You could do that and re-move it (not to be confused with deletion), but this time not select the "Leave redirect topic" box.

In post #9, Connorhd wrote:

much better, it displays properly, it doesn't use the db plugin so its not full of all the stuff from that, and it groups by username

Oh. I guess it is better. smile

In the previous post, Rickard wrote:

Moved to integration.

I can see why.

Three posts ago, I wrote:

I give up for now, but am still open for suggestions.

Also, I think I should re-allow new registrations (and I have).

234

(31 replies, posted in PunBB 1.2 show off)

How do you mean?

Could you give me the specs? (Where is it; server OS; PHP version; DB type/version; mods, if any, installed)

chris9902 wrote:

http://fantomaster.com/fantomNews/archi … or-update/

Google Web Accelerator (GWA) IP range, namely: 72.14.194.0 - 72.14.194.255

You can block this with your .htaccess file

I did an IP-range ban.

237

(31 replies, posted in PunBB 1.2 show off)

I'd have to think of a different name, then.

The subject is the first half of my post. The other half is that it's telling me that the end tag for [C0DE] is missing when it's not.

To reproduce the problem, go to http://secm.scottywz.com and try to make a post in the Discussion forum containing the opening AND closing code tags.

What's wrong?

(Please note: Viewer discretion is strongly advised at that forum.)

Edit: By scottywz (2005-06-05 17:15:59) containing the opening AND closing tags changed to containing the opening AND closing code tags

239

(7 replies, posted in PunBB 1.2 troubleshooting)

Paul wrote:

BTW: Your announcement scroller isn't working in IE, it gets to the first letter and then stalls.

Maybe it's an old/Pocket PC IE.

Yes, it is a mod. It's the Attachment Mod 2.0.1.

241

(72 replies, posted in General discussion)

I wrote:
Connorhd wrote:

nope, it works fine for me

It's still doing it to me!

Nevermind. I found it at http://rickard.punbb.org (I think).

Edit: I use Maxthon, which uses the IE engine, and it said that I should use Firefox. I also have that installed (I don't use it much, though) and I went to it there and it didn't say that. At least Maxthon has AD Blocker (better than FF's image block function).

242

(6 replies, posted in PunBB 1.2 troubleshooting)

Where's the Who's Online mod? That's why I asked.

243

(4 replies, posted in General discussion)

Nevermind. They're here.

244

(4 replies, posted in General discussion)

I'd like to see those images, but don't want to try and install a PHP server, either. Any screenshots?

I'll clean up the code and fix that probably by mid-tommorow.

246

(72 replies, posted in General discussion)

Connorhd wrote:

nope, it works fine for me

It's still doing it to me!

247

(8 replies, posted in General discussion)

I was going to say get the cord, driver, and software from Nokia®.

In viewforum.php, you can just apply this code:

Find (Line 156)

            $subject = $lang_forum['Moved'].': <a href="viewtopic.php?id='.$cur_topic['moved_to'].'">'.pun_htmlspecialchars($cur_topic['subject']).'</a> <span class="byuser">'.$lang_common['by'].' '.pun_htmlspecialchars($cur_topic['poster']).'</span>';

Replace with

            $subject = /* $lang_forum['Moved']. */': <a href="viewtopic.php?id='.$cur_topic['moved_to'].'">'.pun_htmlspecialchars($cur_topic['subject']).'</a> <span class="byuser">'.$lang_common['by'].' '.pun_htmlspecialchars($cur_topic['poster']).'</span>';

Hope this helps.

249

(35 replies, posted in General discussion)

That's what I thought of doing. I'd have to find a separate BBCode parser to convert it to/from HTML (say if someone wants to edit it).

250

(31 replies, posted in PunBB 1.2 show off)

Thanks. I actually may take the code behind my Web site and release it as PunCMS. Hey, PunBB is released under the GPL, isn't it? (And it would seem that mods have to be released under a GPL-compatible license.)