Re: Extra Boxes - 1.0.3

Bah the problems never end with this stupid mod, its stuposed to be rediclously simple. Anyways download 1.0.2 and run the installer again you should get a usefull error this time.

I enjoy pie :)

27

Re: Extra Boxes - 1.0.3

Parse error: parse error in /home/vhost/d-vault.peerforces.com/html/forum/install_mod.php on line 34

Re: Extra Boxes - 1.0.3

People has suicided over dumber mistakes, download again.

I enjoy pie :)

29

Re: Extra Boxes - 1.0.3

got this now

File: /home/vhost/d-vault.peerforces.com/html/forum/install_mod.php
Line: 34

PunBB reported: Unable to insert into table punbb_config. Please check your configuration and try again. Go back.

Database reported: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 (Errno: 1064)

Re: Extra Boxes - 1.0.3

Heh, fixed finally I think, download again.

I enjoy pie :)

31

Re: Extra Boxes - 1.0.3

Mediator wrote:

Heh, fixed finally I think, download again.

lol ok here goes

32

Re: Extra Boxes - 1.0.3

well..............................................................................................................................roll of drum................................................................................................it .....................................................................................worked ,congratulation thx for all the help

Re: Extra Boxes - 1.0.3

I'm going to take that to mean it works, and I can goto sleep? ;P

I enjoy pie :)

34

Re: Extra Boxes - 1.0.3

yes goto sleep you desrve it thx again nice job and superbe mod

Re: Extra Boxes - 1.0.3

if you add

    //delete everything in the cache since we messed with some stuff
    $d = dir(PUN_ROOT.'cache');
    while (($entry = $d->read()) !== false)
    {
        if (substr($entry, strlen($entry)-4) == '.php')
            @unlink(PUN_ROOT.'cache/'.$entry);
    }
    $d->close();

to the end of the install function in install_mod it will clear the cache for you

Re: Extra Boxes - 1.0.3

Is it not there for you? It should have been added in 1.0.1

I enjoy pie :)

37

Re: Extra Boxes - 1.0.3

yeah its suppose to be there cus it did for me

38 (edited by shinko_metsuo 2005-03-20 16:23)

Re: Extra Boxes - 1.0.3

now that the bugs are out of it I need to install it smile

EDIT: Great mod I love it smile

39

Re: Extra Boxes - 1.0.3

iwould like to know what would i have to add or change to have a scroll bar in the information window as i intend on using it as a news windows but it tends on becoming to long so by adding a scroll bar i could keep the size down while still having some content

Re: Extra Boxes - 1.0.3

probably add something like

<div class="scrollbox" style="height: 15em">

</div>

to the markup just before and just after the text not wround the whole box though

41

Re: Extra Boxes - 1.0.3

thx a million Connorhd i had to find where was what you where talking about but i found it and it works perfect

42

Re: Extra Boxes - 1.0.3

I have installed the mod, and it shows up in "options" under administration.
But when I enabled it, nothing shows up.

Any ideas?

Re: Extra Boxes - 1.0.3

Hey. Does anyone know if this will work in the current punbb versions (1.2.12)?

Thanks.

Re: Extra Boxes - 1.0.3

@ahniwanika - it should work.

Looking for a certain modification for your forum? Please take a look here before posting.