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.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → 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.
Parse error: parse error in /home/vhost/d-vault.peerforces.com/html/forum/install_mod.php on line 34
People has suicided over dumber mistakes, download again.
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)
Heh, fixed finally I think, download again.
Heh, fixed finally I think, download again.
lol ok here goes
well..............................................................................................................................roll of drum................................................................................................it .....................................................................................worked ,congratulation thx for all the help
I'm going to take that to mean it works, and I can goto sleep? ;P
yes goto sleep you desrve it thx again nice job and superbe mod
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
Is it not there for you? It should have been added in 1.0.1
now that the bugs are out of it I need to install it
EDIT: Great mod I love it
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
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
thx a million Connorhd i had to find where was what you where talking about but i found it and it works perfect
I have installed the mod, and it shows up in "options" under administration.
But when I enabled it, nothing shows up.
Any ideas?
Hey. Does anyone know if this will work in the current punbb versions (1.2.12)?
Thanks.
@ahniwanika - it should work.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Extra Boxes - 1.0.3
Powered by PunBB, supported by Informer Technologies, Inc.