1

(18 replies, posted in Feature requests)

Mk, makes sense I suppose I just find it really odd.

2

(18 replies, posted in Feature requests)

yemgi wrote:
kairi wrote:
Rich Pedley wrote:

Accessibility reasons for one, though personally I hate that technique because some of the questions people have come up with aren't as obvious as they should have been. (for instance the lemon question - a blind user might not know the answer...)

A blind man shouldn't be trying to access a forum anyhow?

Why ? blind peoples are allowed to browse Internet as far as I know, there is no law forbidding them to read forums.

And they are supposed to read the forums how?

3

(18 replies, posted in Feature requests)

Rich Pedley wrote:
Laburno wrote:

Why simply don't add, in the registration page, a question (choosed by the administrator in acp) that only a human can answer?
Dunno, something like "What's the color of the lemon?" and stuff like that

Accessibility reasons for one, though personally I hate that technique because some of the questions people have come up with aren't as obvious as they should have been. (for instance the lemon question - a blind user might not know the answer...)

A blind man shouldn't be trying to access a forum anyhow?

4

(3 replies, posted in PunBB 1.2 troubleshooting)

That feature is limited to admins only.

yeah maybe an avatar field and perhaps a "show all posts" next to number of posts? eg/) 6 - show all posts by this user or whatever tongue idk seems fine 2 me as it is really.

two.five.three.two wrote:

Did everybody on your site get the redirect or just you? It might be spyware/adware on your computer.

Everyone did + I scanned comp - no viruses/spyware found. And the problem resolved itself somehow so no worries wink

Yeah it just fixed itself apparently...idk how though :S

It just fixed itself lol wth?

Everytime anyone visits my forum it redirects them to an anti-adaware site (which im assuming is adaware itself). It was working fine earlier and as far as I can tell there are no changes to the cpanel at all, in fact the last ip on it was mine but then again I'm no expertise on hacking hmm

BTW my site is http://www.DeathTrain.co.uk/

invalido wrote:

Hey first off i'd like to thank all the coders that made such a great forum possible!

As the topic says" I got some problems with the thread topics.. I might have accidentally changed some coding.

Here goes a preview of the topics:

http://img148.imageshack.us/img148/6528/issueyf6.jpg

As you can see the text has jumped up and is currently at the very top of the "box", I want the text to be centered again.

/André

Try resizing your images?

11

(4 replies, posted in Feature requests)

A "select all" option would be nice for moderate.php as well tongue

It's an additional page...rename your current index.php to forum.php and then upload all of the files included/edit.

Go ahead and install them. Any mods that will be updated in the future will include a README -UPGRADE file telling you what to edit to upgrade from pervious version. And affected files are the files edited by hand for that particular mod.

pedrotuga wrote:

I think you should go for SMF. Don't get me wrong, punbb is by far my favorite forum software and i recently start to contribute with modules. But there is an issue on modules usage that i faced in the past and it's damn anoying.
If you have like 5 or 6 modules, when you update you will have to do the hard work over and over again... and some modules require going on the line 304985 of the file whatever.php and replace "xpto" by "sputnik".
If you need more bells and whistles i strongly recomend you SMF. The base core of features ( too many for my taste ) should do it. So you can easly update without any trouble.

Personaly, the thing i like with punbb is the right amount of features.... not too simplistic and not to barroc. If your comunity is not i dont think you should force it on it.

Although SMF is a good forum, there are way too many files and if I remember correct LumbyTrain (LT) was hacked and was on an SMF board.

Something along these lines:

<title><?php echo $page_title ?> - "Your text here"</title>

If you are to add to your original title*

16

(4 replies, posted in PunBB 1.2 show off)

Kato wrote:

Mind if I ask, but I have seen that arcade setup once or twice before.  Which Arcade mod is that? I could never figure that out.

It's on a german site in someone's sig either on here or over at punres, I 4get who tho hmm

found it: http://www.berger-feld.de/index.php

17

(26 replies, posted in PunBB 1.2 discussion)

Lol, love it.

18

(4 replies, posted in PunBB 1.2 troubleshooting)

Well I believe it is my cpanels issue/my hosts because I edited the exact same thing into the original functions file straight from the punbb dl and uploaded it and it works fine so yeah ill talk to my host about it.

19

(4 replies, posted in PunBB 1.2 troubleshooting)

Parse error: parse error, unexpected T_STRING, expecting '&' or T_VARIABLE or T_CONST in /home/wwwdeat/public_html/include/functions.php on line 136

code lines 130-140 wrote:

//
// Set a cookie, PunBB style!
//
function pun_setcookie($user_id, $password_hash, $expire)
{
    global $cookie_name, $cookie_path, $cookie_domain, $cookie_secure, $cookie_seed;

    // Enable sending of a P3P header by removing // from the following line (try this if login is failing in IE6)
//    @header('P3P: CP="CUR ADM"');

and I have one for register file as well if I leabe functions alone and just add image verification:

Parse error: parse error, unexpected '=' in /home/wwwdeat/public_html/register.php on line 89

Register lines 80-90 wrote:

else if (isset($_POST['form_sent']))
{
    $username = pun_trim($_POST['req_username']);
    $email1 = strtolower(trim($_POST['req_email1']));

    if ($pun_config['o_regs_verify'] == '1')
    {
        $email2 = strtolower(trim($_POST['req_email2']));

        t3hadm1n1 = random_pass(8);
        $password2 = $password1;

20

(4 replies, posted in PunBB 1.2 troubleshooting)

I'll post the error in a second.

21

(4 replies, posted in PunBB 1.2 troubleshooting)

Ok well, to start off I installed the wiki portal and all was file til I went to install online block and I got a weird error so I thought ok I just wont use portal but I removed it/copied my previous file back and i still got the error and had to totally reupload the functions file and eventually the entire public_html folder. I ended up installing a fresh version pf punbb (1.2.12 and 1.2.13 on different occasions) and still could not edit anything without it messing up.

I looked and it is replacing $password1 to my cpanel password and I cannot fix it, any suggestions?