It's strange because I have
Guests must supply e-mail addresses when posting.
(admin, settings, features)
deactivated and still it asked me for it...

yw, will be interesting to hear what devs think....

edit: okay just found
Require a captcha for guest posting (if enabled one)  (admin, settings, features) near bottom....
turned that off and now only guest name and guest email are fields shown....
and I see now that it doesn't require the email - but gives option to enter it....

excellent, just tried it aswell and worked
thx for sharing solution!

edit: btw it shows quickreply in footer but without field for entering name etc,
but then when you send reply post it asks for name , (captcha and email aswell in my case) ....

1,078

(2 replies, posted in PunBB 1.3 troubleshooting)

if you go to administration/settings/setup   on third line of options you can set your default style. (note that as admin you'll still see everything in oxygen as you need to change your own style in PROFILE aswell! but if you log out you'll set the new style!)

when you've done that you could basically delete the prior default (oxygen) style from your server and just save it locally....

as templates rarely die in my experience you needn't worry bout that big_smile everyone would have same style and if you need oxygen again you can easily dl it again

that wld be my plan...

Click on administration in your forum and you'll find the info there.... first page....

I think environment and database info will help when a dev gets round to looking at this... cool

nice job with the onpunbb btw - didn't know such a simple and free host was available...

1,082

(3 replies, posted in PunBB 1.3 discussion)

http://www.keydogbb.info/dhtml/keydog-1 … angmod.php (you can sort by style by clicking on the first column

you need to download some styles from there....

then upload them to that folder .....

then change it as described

punbb 1.3 comes with only one style by default.

good luck

1,083

(10 replies, posted in Discussions)

Glad to been of help smile

1,084

(10 replies, posted in Discussions)

sounds like your host will have to help you on that....
best contact them. sry...

but btw: if you unzipped the downloaded antispam , did you directly upload after unzipping or first open it and only upload the next folder...

you need to see manifest.xml when in forum folder:
extensions/pun_antispam/manifest.xml   folder...
not extensions/pun_antispam_1.2/pun antispam / manifest.xml ....

1,085

(10 replies, posted in Discussions)

Parpalak wrote:

This error appears when pun_repository fails to fetch the extension info from http://punbb.informer.com/extensions/pun_repository.xml
You can manually check that update server works fine.
1. Try to clear the pun_repository cache (use the link "Clear cache").
2. Ensure that PHP is able to open remote files.

1,086

(10 replies, posted in Discussions)

You don't need to upload anything yourself for 1.3.4 in this instance....

Just login as admin then go to Administration/ Extensions  and install PunBB Repository which is there already.... then you'll see a list of extensions and can just click install from there.

A chimp can do it wink good luck

1,087

(10 replies, posted in Discussions)

Maybe a bit more specific? big_smile
Each mod (for Pun 1.2.x) has its own guide.

And if you have Pun 1.3.x you don't normally need mods but extensions and they are installed in admin section of your forum after having uploaded them to extensions directory on your server....

Going forward:
Give example of what EXACTELY you want installed and what punbb version you're running big_smile
and what you've tried...

1,088

(3 replies, posted in PunBB 1.3 discussion)

in forum root
folder:   style
put your new style in there.

then in admin, settings, setup   - set default style....

1,089

(2 replies, posted in General discussion)

Yes. That would be needed / nice to have.
Doesn't exist yet I believe...

1,090

(170 replies, posted in PunBB 1.3 extensions)

Very nice. So for those without svn tool; http://rapidshare.com/files/269902823/p … -2.4.3.zip
or here http://www.mediafire.com/file/nzz3cyojw … -2.4.3.zip

btw: added 1.3.4 tested to the manifest.xml in the above dl's

and put an english demo version here:  http://punbb-e.keydogbb.info
great work daris!

Looks like the first one on the list

.brd .main-content .main-item .icon {


is missing...

maybe paste your code from /*status indicators here
also make sure image size is correct your linking to....

I think I have it; put the
/img folder in the style folder
then make sure the
gif you're using is smaller than height width settings  in style_cs.css ... so if your gif is 16 make the width & height 17....

that solved my prob big_smile

just notice in style.css
there's

.brd .main-content .main-item .icon {
    border-style: solid;
    border-width: 0.5833em;
    height: 0;
    width: 0;
    float: left;
    margin-top: 0.667em;
    margin-left: -2.417em;
    }

maybe it needs to be positioned via that?
mine is also only showing because I'm using repeat....

EDIT i see yours too

http://keydogbb.info/img/stick.jpg

.brd .main-content .main-item .icon {
    border-width: 0;
    height: 16px;
    width: 16px;
    }

.brd .main-content .main-item .icon {
    background:url(img/your.gif);
    }


try seeing if it shows with the above
then maybe it's down to positioning the gif....

EDIT: yeah to forum but haven't ever done this before big_smile learning with you...

Just tested it here:
http://punbb-b.keydogbb.info/index.php

worked for me....

background-image:url(/img/sticki.gif);

don't think full url's work...

/* Status indicators
----------------------------------------------------------------*/

.brd .main-content .main-item .icon {
    border-color: #EDF1F5 #DDE0E4 #C6CBD3 #BABFC6;
    }

.brd .main-content .redirect .icon {
    border-color: #f4f4f4 #f4f4f4 #f4f4f4 #f4f4f4;
    }

.brd .main-content .sticky .icon {
    border-color: #D7E5F3 #C3CFDC #9FB3C7 #90A2B4;
    }

.brd .main-content .closed .icon {
    border-color: #ACACAC #979797 #898989 #7A7A7A;
    }

.brd .main-content .sticky .closed .icon {
    border-color: #D7E5F3 #C3CFDC #898989 #7A7A7A;
    }

.brd .main-content .new .icon {
    border-color: #2B75AD #235E8C #1F537B #266799;
    }




you need to change them ... use background img to include yours, maybe...
wher? in    yourstlye_cs

1,097

(6 replies, posted in PunBB 1.3 troubleshooting)

Ah I see :S
and you don't want to use one of these working spam preventers smile   ??? (just curiosity)

Aksimet by Garciat?   --->  extension available here: http://garciat.org/extensions/
eSpam by Rich Pedley --->  http://quirm.net/2009/01/08/punbb-extensions-released/

1,098

(6 replies, posted in PunBB 1.3 troubleshooting)

Did you try this one?
http://punbb.informer.com/forums/topic/ … ptcha-v01/

RE 1.

Pretty good idea; you want
'forum_desc'  taken out of
index.php  lines after  // Setup the forum description and mod list
then add it to
viewforum.php   maybe near // Setup main header

Would be a neat ext.

Maybe with mod rewrite / .htaccess file.... ?
one example thereof:
http://shahidz.com/apache-url-rewriting/

Edit : another
http://www.sitepoint.com/article/apache … -examples/