101

(3 replies, posted in PunBB 1.3 extensions)

Would it not be easier to create a new group - psuedo moderator - and assign permissions via that?

alternatively I'd suggest echo'ing out the $mods_array via the mr_pre_permission_check hook to ensure you are adding the correct information. Then use that same hook at add to the mods_array

102

(82 replies, posted in PunBB 1.3 extensions)

sonofsinner wrote:

I need to hide the spoiler content, tell me how.. Thanks for the extensions, the ekarma worked fine.

The CSS file with the extension should be added to your stylesheets called for the relevant pages.

Information is disjointed and it isn't clear what 'posts' or '1895' for example actually relate to.

However it may be possible to style it like you want via CSS.

104

(82 replies, posted in PunBB 1.3 extensions)

esupergood wrote:

General point
Your karma extension creates 2 more lines of vertical space.

Any thoughts on that?

I won't be changing it - but it could be changed by CSS
the following is an example, but would need work before being implemented:

.post-author ul li{
width:45%;
float:left;
padding:2px;
}

and specific to the karma section you could use:

.post-author ul li.userkarma, .post-author ul li.modkarma{
width:45%;
float:left;
}
.post-author ul li.modkarma{
padding-left:4px;
}

Which puts it all the karma onto one line.

105

(82 replies, posted in PunBB 1.3 extensions)

ekarma 0.5 released - I'd messed up the install routine (with knock on effect when upgrading) and php5 complained. Now working properly.

106

(31 replies, posted in PunBB 1.3 extensions)

Feature request - a setting to only check guests and new members (upto x posts) against akismet.


Bug - your php checking is good, but I had a problem on my host where php 4 & 5 are available but 4 is active by default. I fixed it by changing it to 5 but it might be a problem for some.

107

(82 replies, posted in PunBB 1.3 extensions)

KeyDog wrote:

@Rich : ok chrs. so if I wanted users to be default subscribe the topics started by them I'd have to set that in core somewhere. not extension. thx.

Oh now I see what you want. An extension would be better and it should be possible to do - but it isn't one I intend to develop.

108

(82 replies, posted in PunBB 1.3 extensions)

eKarma 0.4 released - you can now adjust the karma for a user. (on the profile settings page)

109

(82 replies, posted in PunBB 1.3 extensions)

Ok now I see what you want I should be able to code that in without too much hassle.

110

(82 replies, posted in PunBB 1.3 extensions)

esupergood wrote:

Also I have installed the ePM extension but can't see where to access the features.
Any clues?

yep - there are none - none whatsoever smile

It utilises the existing 'Email' member form, changes the text associated with it and uses a new new template (included with the extension). The email sent out is 'From' the site admin address (which is used by all other email templates) and adds a reply to link to the body of the email that sends them to the email form on the site.

KeyDog wrote:

@Rich - ePM :  Can I set the default subscription settings to be "ticked" when a user registers?

see above - no configuration is necessary.

111

(82 replies, posted in PunBB 1.3 extensions)

esupergood wrote:

after installing ekarma and viewing viewtopic.php I get this error

An error was encountered

The error occurred on line 297 in /home/mark4321/public_html/forum/viewtopic.php

Database reported: Unknown column 'u.karmacustom' in 'field list' (Errno: 1054).

hmm, are you using mysql?

112

(82 replies, posted in PunBB 1.3 extensions)

eKarma 0.3 released - I'd set a flag the wrong way, admins and mods can adjust karma whenever, members have to wait the specified time. But please check that this solves the previous errors, thanks.

113

(82 replies, posted in PunBB 1.3 extensions)

I'll have a look at eKarma - I'll see if I can change the order of things to stop the multiple requests.

114

(82 replies, posted in PunBB 1.3 extensions)

BBCode Extended

Adds spoiler and strikethrough.


eKarma

Adds karma for users, including custom karma, based on code by Caleb Champlin


ePM Alternative

Creates an anonymous forum mailer - users get sent emails but reply via the forum.


eSmiley (updated)

Allows you to choose which smiley set to use. Smiley sets are not included.


eSpam

Restrictions for new users and guests. This also checks the bans list for guest posters. Based on anti-spam by El Bekko.


Forum Fixes and Images Beta

Correcting some minor forum code for css, and adding images. Includes CSS for a redesigned extensions page.


Gravatar

Adds a new profile section for users to link to their Gravatar.


Group Images

Adds images for user groups based on number of posts. Several images are included, but you can easily add more.

115

(82 replies, posted in PunBB 1.3 extensions)

eSmiley extension for PunBB

This extension allows you to change the smiley set on the fly. Just upload extra sets to the imgs/smilies/ directory - each contained within their own sub directory. After the extension is installed you’ll be able to choose which set to use.

If you are using the pun_bbcode extension then you’ll need to check the readme included with this extension to make a small alteration. A similar change may be needed if you are using other smiley pickers as well.

There is a far easier way of removing the breadcrumbs.

copy main.tpl from include/template to your style folder eg. style/Oxygen

and remove either of these 2 lines:
<!-- forum_crumbs_top -->
<!-- forum_crumbs_end -->

and voila no more breadcrumbs.

117

(11 replies, posted in PunBB 1.3 extensions)

trakman wrote:

great idea: http://research.microsoft.com/asirra/

how do those with poor vision get passed this?

118

(11 replies, posted in PunBB 1.3 extensions)

I like some of the features in BB Spam Fighter which along with akismet have virtually stopped spam appearing on one forum.

119

(18 replies, posted in PunBB 1.3 extensions)

add in a 'skip link' that is hidden from view unless brought into focus - just tab into the forum with your browser and see how Paul has done it - you should be able to replicate this elsewhere on the page.

120

(7 replies, posted in PunBB 1.3 extensions)

surely though the ajax/javascript framework will be an extension?

Lucas Malor wrote:

I think it could be also useful a "referring" fast link.

I disagree...

The sintax could be something like:

...because it is sometimes useful to intersperse your reply between questions, points raised etc.

122

(25 replies, posted in PunBB 1.3 troubleshooting)

AJAX should be considered an enhancement, not a requirement - therefore it is well suited for extensions.

123

(7 replies, posted in PunBB 1.3 troubleshooting)

Paul is correct - In was just saying that it is possible to have a choose all option. My coding was for a newsletter - the  check all had the text - subscribe to all. So it all depends on the wording, and application. Sounds like it wouldn't be suitable here though...

124

(7 replies, posted in PunBB 1.3 troubleshooting)

smile

I've just coded a form with a 'subscribe to all' checkbox - it works with or without javascript which is nice. the javascript just enhances the thing by 'checking' all the boxes.

125

(81 replies, posted in PunBB 1.3 troubleshooting)

I had to use sqlite once, and hated it. I am glad I no longer have to. So it doesn't affect me.

Could sqlite support be demoted to an extension? Best of both worlds perhaps.