176

(5 replies, posted in PunBB 1.3 troubleshooting)

you can use htaccess

Order Deny,Allow
Deny from 89.41.71.234
Allow from all
KeyDog wrote:

Say you have a website and want news from other sites appearing on the left and right, that can be useful to users....

simplepie should be able to do this for you.

Also remember to re-upload your users' avatars

esupergood wrote:

I would like this extension to work even if I have disabled user-editing of posts. I basically ONLY want my users to edit their typos in the first 60 seconds after their post and after that NEVER allowed to edit their posts.

+1

180

(2 replies, posted in General discussion)

Hi eoinie, You have to click on the "administration" link and all will be unfolded:)

Hi all... Coming back to this as the bug is still there... Anatoly, if you like I can give you temp admin privileges should you prefer to see the bug in action...

182

(4 replies, posted in PunBB 1.3 discussion)

How's yours differ from the standard one? If you just want to add some extra tags, there are some extentions you can use or modify.

Strofanto wrote:

I can't figure out how to include a file into a .tpl

In v1.2 it was <pun_include "file.php"> and file.php has to be in /include/user

What about v1.3?

Thanks

Hi Strofanto

the answer to your question can be found here

esupergood wrote:

Anything like this for 1.3?
A 1 minute edit period would be great to help users correct typos etc.


This would be very useful, especially if the period is editable by forum admins

Slavok wrote:
$pattern[] = '#\[hr\]#i'; $replace[] = '</p><hr/><p>';

Thanks Slavok,

changed it to

$pattern[] = '#\[hr /\]#i';
$replace[] = '</p><hr/><p>';

for compatibility with existing posts... Works just fine!!!

Hi Slavok,

the css is editable but is there a way similar to the extension above where the <hr /> tag can be parsed by BBCode. ie by having a custom [hr /] BBCode tag?

Would the above code work with self closing tags such as <hr /> ?

188

(1 replies, posted in PunBB 1.3 discussion)

Thanks Slavok,

Your code worked well for strike too

I also agree. I think that the "jump list", "extensions", "copyright" and "powered by" should be split so as to give more flexibility to the presentation.

190

(1 replies, posted in PunBB 1.3 discussion)

Can anyone advise me on how I can add

<strike></strike>

in bbcode?

191

(4 replies, posted in PunBB 1.3 extensions)

that did it. Thanks. The message implied that were extension updates. That is what I found confusing...

192

(4 replies, posted in PunBB 1.3 extensions)

Apologies if this is posted in the wrong forum.
Not so much of a problem but an annoyance nevertheless.

It's been 4 days now that the "New Alerts" message appears on our forum's #brd-navlinks bar. On clicking it, I get

Administrator Alerts

PunBB updates One or more hotfix extensions are available for install on the Extensions tab of the admin interface.

At the moment we have installed

  • BBCode buttons 1.2.1

  • Antispam System 1.2

and uploaded but not installed

  • Private Messaging 1.2.2

  • JS post quote 2.0

  • PunBB Repository 1.2.1

As far as I know, there are all the latest versions, so why is the alert showing and how can I make it disappear?

193

(3 replies, posted in PunBB 1.3 discussion)

the forum email is using forms so there is very little to no chance that 100+ emails will be sent simultaneously from a forum member without admin rights. They can though, click on each user who enabled that option and send them an email.

What would be good is if there was an easy admin side way to include in those emails an admin line asking the recipient to report any spam emails they may have received from the form.

bump

Anatoly wrote:

Any special actions just before?

No.
I just login
The in between redirect screen turns up which not only redirects me to the feed but also links to it too.

http://forum.site.org/extern.php?action … mp;login=1

Anatoly wrote:

OS? Browser versions?

it happened to me

OSX.5.5 and FF3.0.3

when I try to get to the forums admin pane from
NeMe forum  » Administration  » Start  »


the page is redirected to
http://forum.site.tld/s.php
and shows the forum's front/public page instead of the one requested which is supposed to reside on http://forum.site.tld/admin/forums.php

or check out http://punbb.informer.com/forums/topic/ … -12-to-13/

199

(1 replies, posted in PunBB 1.2 troubleshooting)

no worries... Found the answer elsewhere in this forum

200

(1 replies, posted in PunBB 1.2 troubleshooting)

In 1.2.x I used to have

<pun_include "inc.stats.php">

in the /include/template/main.tpl and the slimstat app in include/user and all was working just fine.

Now it seems that pun_include does not work.

Can somebody advise me on how I can include external scripts to the template?

Many thanks