1,051

(6 replies, posted in PunBB 1.2 discussion)

Steal These Buttons has a similar one to the second.

Nice though.

1,052

(9 replies, posted in PunBB 1.2 troubleshooting)

quaker wrote:

what file do u add this to?
header.php?

Judging by the <pun_include> tag, probably main.tpl

1,053

(11 replies, posted in PunBB 1.2 show off)

Lucifer-Filth wrote:

Do you people think it would be better if Ihad a front page before you click on the forums?

No.

Well, if it's some sort of portal page linking people to news and some legitamate content, maybe.

Otherwise, like I said, no.

Chacmool

1,055

(3 replies, posted in PunBB 1.2 show off)

I believe he meant: http://www.kumquats.de/dseiten/wsuv.htm

StevenBullen wrote:
Elzar wrote:

www.photographytalk.net uses a 'Similar Threads' feature, you'd have to ask them how they did it.

I couldnt find it on the site? being used not the script.

Example: http://www.photographytalk.net/viewtopic-176754.html

Not to my knowledge, but I believe the post marking system is supposed to be updated in 1.3.

You can use Extra Boxes if you like.

Alternatively, use the code I'm using for this purpose:

<?php
// Original code from Extra Boxes by Mediator
// Show guest info box if not logged in
if($pun_user['is_guest'] AND $pun_config['o_announcement'] == '0') { // Changed to only show info if no announcement exists ?>
<div id="punginfo" class="block">
    <h2><span>Welcome guest!</span></h2>
    <div class="box">
        <div class="inbox">
            <div>[clever welcome message for guests]</div>
        </div>
    </div>
</div>
<?php } ?>

Save the above code in include/user/ as guest.php, then add the following:

<pun_include "guest.php">

below

<pun_announcement>

in main.tpl.

1,059

(3 replies, posted in Programming)

If it helps, check out Steps to Integrate Login/Logout.

1,060

(9 replies, posted in General discussion)

TAZ is a great source for all kinds of info about forum building, especially promotion. Have a look around there.

1,061

(8 replies, posted in Programming)

I haven't tried so I can't guarantee that it will work, but you may consider converting from vBulletin 2.x to PhpBB (converters), then convert from PhpBB to PunBB.

Whoever does the poll, whether it be Connorhd or Mediator, please do not use veiwpoll.php and all that jazz, if possible. It creates too many problems with extern.php, other mods, etc. I'd really appreciate it, and I'm sure that others will too.

Thanks.

quaker wrote:

can u move it for me.. i didnt know where to put it.

Already done. ^

1,064

(24 replies, posted in PunBB 1.2 discussion)

Jansson wrote:

I don't know how vbulletin do this in detail, though I'm quite sure they use cookies.

I end up with 7 cookies after visiting a vBulletin forum where I'm a member. big_smile

Not a plugin, but a modification, moved to reflect that.

1,066

(19 replies, posted in General discussion)

quaker wrote:

quaker wrote:
snapsolutions, what is that?

The mass emailer Rickard wrote
can it get shared? as a plugin?

Q

It's a Windows desktop app.

Screenshots: http://punbb.org/stuff/mailtorrent.png http://punbb.org/stuff/mailtorrent2.png

1,067

(1 replies, posted in PunBB 1.2 discussion)

I haven't tried Tobi's Image Post, but I have used Image Upload by NightFalcon, and it's magnificent.

1,068

(71 replies, posted in News)

grudon66 wrote:
grudon66 wrote:
pogenwurst wrote:

PunBB, or the update?

ok

but how kan ai update it

http://dev.punbb.org/changeset/336
http://dev.punbb.org/changeset/335

Modify the files referenced in those changesets.

1,069

(10 replies, posted in Feature requests)

nrwilk wrote:

So, <CTRL> F will search through multiple pages?

Or, do you guys just do it over and over on each page of the thread?  'Cause that's not so much better than scanning.

I'm talking about threads with up to fifty pages here.  They are pretty common on most of the forums that I visit.

Ah, I see. In my opinion, however, such large threads are too much of an anomaly to warrant an addition to PunBB (plus many huge threads turn out to be word association and other similar discussions). Perhaps someone might be willing to code this as a mod instead.

1,070

(10 replies, posted in Feature requests)

CTRL-F?

1,071

(6 replies, posted in PunBB 1.2 show off)

Do you plan on distributing it? I'd really appreciate it (I'm a member of a forum running PhpBB, and it might be easier to get the owner to switch if Nosebleed is available for him to use on PunBB, too).

quaker wrote:

question, can someone just simple say here is the code?
that already did it?

Q

It is in fact Puntal and the poll bloc made for it (I glanced at the source of the page, and it matches up with that of the bloc). What more do you want?

1,073

(2 replies, posted in PunBB 1.2 discussion)

Moved to PunBB discussions as it's not an actual software change.

It's an interesting concept I guess, but I'm not sure how many people would actually follow through and do it.

1,074

(71 replies, posted in News)

grudon66 wrote:
Rickard wrote:

Here's a short message announcing 1.2.11. This release has been made primarily to address an issue with the registration script that allowed a malicious user to perform a denial-of-service attack. PunBB 1.2.11 adds code to the registration script that prevents these flood registrations (an hour has to pass between registrations from the same IP). On top of this, an XSS vulnerability has been addressed.

For those of you not afraid to edit the scripts manually, here are the two changes:

http://dev.punbb.org/changeset/336
http://dev.punbb.org/changeset/335

Thanks to the people who alerted me via e-mail about the circulation of an "exploit" for the DoS attack.

how kan i installe it

PunBB, or the update?

That site uses the Puntal portal system for PunBB, so I'm guessing that they used the poll bloc made for it.