76

(21 replies, posted in PunBB 1.4 additions)

I'm sorry but I've abandoned this extension. It's way too problematic and quite embroiled on license side. But you should check this out http://punbb.informer.com/forums/topic/ … hoang83vu/

77

(3 replies, posted in Discussions)

Could you please precise things a little bit?
You mean something like 'table' with eg 5 latest topics?

78

(3 replies, posted in PunBB 1.4 bug reports)

It's not a bug - it's a feature! tongue
( Sorry I couldn't resist )

79

(6 replies, posted in PunBB 1.4 troubleshooting)

Mea culpa,
you can fix it by adding

#brd-index

at the beginning so it would be

#brd-index .main-content .main-item .icon {
    width: 24px;
    height: 24px;
    float: left;
    margin-top: 12px;
    margin-left: -33px;
    border: 0px solid;
}
#brd-index #forum1 .icon {
    background: url(redicon.png) 0px 0px no-repeat;
}
#brd-index #forum2 .icon {
    background: url(greenicon.png) 0px 0px no-repeat;
}

http://punbb.informer.com/wiki/punbb13/ … elopment?s[]=hook#using_hooks

81

(14 replies, posted in PunBB 1.4 bug reports)

Try to reinstall pun_approval :-)

82

(6 replies, posted in PunBB 1.4 troubleshooting)

You should add this code at the end of your Oxygen.min.css file in style/Oxygen folder.

.main-content .main-item .icon {
    width: 24px;
    height: 24px;
    float: left;
    margin-top: 12px;
    margin-left: -33px;
    border: 0px solid;
}

Where width and height are your icon size.

Then add this

#forum1 .icon {
    background: url(icon1.png) 0px 0px no-repeat;
}

Where icon1.png is your icon and forum1 is your first forum ( forum2 is second etc. )

So here you would have this code at the end of your Oxygen.min.css.

.main-content .main-item .icon {
    width: 24px;
    height: 24px;
    float: left;
    margin-top: 12px;
    margin-left: -33px;
    border: 0px solid;
}
#forum1 .icon {
    background: url(redicon.png) 0px 0px no-repeat;
}
#forum2 .icon {
    background: url(greenicon.png) 0px 0px no-repeat;
}

However if you haven't got exactly 24x24px icons you would have to change margins in code above. And you will have to experiment.

It seems to doesn't work with friendly url.
Well it doesn't work after all :<. On localhost everything goes all right, but on my forum while I'm trying to click + or - it redirect me to post without changing anything.

I'm sorry @reigyx_x but I can hardly understand your English tongue.
Step by step.
First, make sure what is your theme exact name. You can check it in your profile.
http://i.minus.com/irYaIHptrI71f.png
Next go to fancy_spoiler/css in your extension folder, copy Oxygen folder and name copied folder exactly the same as your theme name.
http://i.minus.com/iJ057tho45l34.png
Go in to that folder and edit fancy_spoiler.min.css
http://i.minus.com/iiK3b0B6sr7WD.PNG
Before:
http://i.minus.com/ibTziQ8tL8ePT.PNG
After:
http://i.minus.com/ibpYZDV4q6YBMP.PNG

85

(10 replies, posted in PunBB 1.4 additions)

I thnik you can handle it yourself smile.
In kt_newpost_hl.js line

            $('#visit-new').addClass('kt_newpost_hl');

means adding to #visit-new .kt_newpost_hl class. So you can just change that to

            $('#brd-title a').addClass('kt_newpost_hl');

and it should add this class to header. Later just edit kt_newpost_hl.css to whatever You want. If you cant see effect try putting !important at the end of parameter in css. EG

.kt_newpost_hl{
    color: red !important;
}

86

(5 replies, posted in PunBB 1.4 additions)

Well it is. Just change maxtested version in manifest.xml

kyle921 wrote:

Looks like you either forgot to change the version number in the manifest.xml, or you forgot to upload the new version.

I'm terribly sorry. Everything should be fine now.

88

(5 replies, posted in PunBB 1.4 additions)

reCAPTCHA
http://punbb.informer.com/forums/topic/ … recaptcha/
works great on 1.4

Try now.

You're looking for spoiler.css in screenshoot above while ir has to be exactly fancy_spoiler.min.css. Any other won't load and instead it would add this specific default code to your header.

Version 0.9 is here.
Fixed multimoderation
http://i.minus.com/itg8QDL0Zi7ku.png
Crumbs are back
http://i.minus.com/dXYszT8uekjBn/Screenshot_2012-06-07-18-30-44.png
Announcement is back
http://i.minus.com/ibg5MOVqXm5y8v.png
Wider input field
http://i.minus.com/dRxDYgXFUewBX/Screenshot_2012-06-07-18-32-12.png
Plus few more fixes

Update

I've found some minor error.
admin_settings.php

'Quick jump'                    =>    'Menu \'Skodz do\'',

From what i see on your forum fancy_spoiler.min.css doesn't load at all. Please check if the path is correct.

fancy_spoiler/css/your_style_name/fancy_spoiler.min.css

95

(1 replies, posted in Discussions)

http://i.minus.com/iIXrAaFio4wKh.PNG
http://i.minus.com/ioNMlGBquqeTR.PNG

Right! Announcements are todo. Thanks for reminding me. But i have to confront it with my other extension somehow, that's why i have turned it now.
Anyway update should come very soon with multi-moderation and some other smaller things fixed.

Try to clear cache.

I see now. Strange, as far as i remember I've been testing it on some previous version ( perhaps ) and it was fine. Well I guess I cannot do anything about it.
I'm trying to do everything according to standards and it works just fine on Chrome beta, Firefox, Dolphin, Android 2.3 and 4 build browsers and iPhones.

Yeap, I didn't adapt pun_pm yet.

100

(1 replies, posted in PunBB 1.4 additions)

Midnight is quite dark
http://punbb.informer.com/forums/topic/ … emidnight/