have you tried doing it via .htaccess
there are good tutorials if you google it...
851 2010-07-03 08:47
Re: banning IP address ranges (4 replies, posted in Feature requests)
852 2010-07-03 08:45
Re: [Solved] No announcement for logged users (8 replies, posted in PunBB 1.3 troubleshooting)
Probably would be an attractive feature as it's a good incentive to register...
853 2010-07-03 08:41
Re: restricting sign-ups (1 replies, posted in Feature requests)
Why don't you try the "registration approval" extension?
Then just whois the IPs....
Works well if you don't have tons of registrations...
854 2010-07-03 08:35
Re: Email forms (4 replies, posted in PunBB 1.3 troubleshooting)
Yes I've noticed it would be practical sometimes to have the possibility to send it from "NAME, website"/"NAME" instead of just "website"...
855 2010-07-03 08:32
Re: (Page 1) Useless ? (5 replies, posted in Feature requests)
Doesn't really bother either does it...
856 2010-05-02 13:53
Re: how avatar inextenso lest user? (4 replies, posted in PunBB 1.2 modifications, plugins and integrations)
are you asking how to upload an avatar? in pun 1.2?
857 2010-04-23 10:05
Re: How to edit the language to extension Private Messaging? (4 replies, posted in PunBB 1.3 extensions)
as pun_pm is an extension and you can't find a translation pun_pm topic, you probably need to translate it yourself... isn't very long ....
858 2010-03-25 15:23
Re: pun_approval (85 replies, posted in Supported extensions)
Very nice. Thanks a lot.
No bugs found yet
859 2010-03-17 15:33
Re: My New Style Punbb1.3 (5 replies, posted in PunBB show off)
nice download speed of 600KB/s on the mixes.... nice work...
860 2010-03-11 16:07
Re: style for mobile users (25 replies, posted in Feature requests)
I'm also waiting for one with open source OS. Not keen on iPhone.
But it is cool, one friend trades shares from his iPhone while watching Champions League on his plasma... hehe
861 2010-03-11 10:01
Re: style for mobile users (25 replies, posted in Feature requests)
somewhere around 20% use mobile or a combination with PC
Thx. That's pretty high and makes me more inclined to believe that by 2012-2013 50% of traffic could be from mobile devices.
I definitely think this warrants a strategic effort by PunBB Devs to find a solution for HTC, Blackberry and the iPads and netbooks of the future...
862 2010-03-10 20:16
Re: Git (1 replies, posted in General discussion)
FluxBB development
Oo ehm
[moved topic to general discussion]
863 2010-03-10 16:25
Re: pun_approval (85 replies, posted in Supported extensions)
From time to time users try 2x or 3x to register when they can't get immediate access.
Is there a way to approve 1 of the 2 or 3 registrations without sending out the decline email for others?
I would also really appreciate if the admin was subscribed to these unapproved registrations, especially when it's not a busy forum and one only checks infrequently by loggin in...
Thanks for all the work.
864 2010-03-09 10:18
Re: [extension release] pun_invitation_only (16 replies, posted in PunBB 1.3 extensions)
A feature request for this extension:
I've noticed that when an invitation is sent, there doesn't seem to be a way to personalise the email.
1. It might be good if instead of just 'Hello!' the invited persons email address was in greeting.
2. It could be usefull to add a personal message to the email being sent, for example a short message saying why the forum is recommended.
865 2010-03-09 06:32
Re: [Request] User Legend (2 replies, posted in PunBB 1.3 extensions)
Do you have a link or image of exactely what you mean.
Sounds like you're asking for what is directly under your username in post here, just "Legend:" added.
If you want it at the bottom go to the oxygen.css and move 'usertitle'.
866 2010-03-07 21:16
Re: [Release] Extended BBCode version 2 (62 replies, posted in PunBB 1.3 extensions)
Excellent stuff.
Btw RE: the 'hide' and 'show' , and also word spoiler...
I needed it for another language forum so I changed it in manifest.xml
but in future one could probably add
<?php echo $lang_help['Show'] ?>
<?php echo $lang_help['Hide'] ?>
<?php echo $lang_help['Spoiler'] ?>
at the relevant place in manifest and add those three to lang/english.php
I think the extension shoud be added here, would unclutter posts if people posted the blocks of code in the spoiler for example...
PS: nice active forum you have over at ndsthemes.com running 1.3.4
867 2010-03-07 17:31
Re: [extension release] pun_move_posts (25 replies, posted in PunBB 1.3 extensions)
I'm running 1.216.
It's for 1.3xx. You need to upgrade if you want the extension system.
868 2010-03-07 13:55
Re: [extension release] pun_invitation_only (16 replies, posted in PunBB 1.3 extensions)
in the function show_invitation_form (functions.php of extension)
you have
$forum_page['main_head'] = 'Invite new user';
that isn't set in /lang/ file english
EDIT: so
$forum_page['main_head'] = $lang_inv_sys['Invite new user'];
is what it should be replaced with in functions.php
and
'Invite new user' => 'Invite new user';
added to lang/english.php
870 2010-03-07 11:27
Re: Wrong post counting (10 replies, posted in PunBB 1.3 discussion)
There could be a switch in the administration panel, though
Correct. I guess you could submit it as feature request in that case, should you need/want it... They're always welcome.
Edit: Moved this thread from troubleshooting to discussion.
871 2010-03-06 14:39
Re: Wrong post counting (10 replies, posted in PunBB 1.3 discussion)
Valid point that it's inaccurate counter of active posts, but very acurate and arguably useful info about someones past activity...
but in your hypothetical example I wonder how anyone would verify, let alone complain or ask about it?
872 2010-03-06 14:11
Re: Wrong post counting (10 replies, posted in PunBB 1.3 discussion)
Does it count all your posts you have added even though some of them have been deleted?
Exactely...
873 2010-03-06 13:03
Re: Wrong post counting (10 replies, posted in PunBB 1.3 discussion)
Why does it say 3 posts?
Your db can't have been empty.
The fresh install on a clean db is always ONE post.
874 2010-03-05 20:48
Re: [Release] Extended BBCode version 2 (62 replies, posted in PunBB 1.3 extensions)
Did you see this one:
http://punbb.informer.com/forums/topic/ … otag-v020/
will save you time like that you can code hide button
875 2010-03-05 20:28
Re: [Release] Extended BBCode version 2 (62 replies, posted in PunBB 1.3 extensions)
Just started to code for PunBB two days ago.
Good to have you on board.
If you want
It would be useful I'm sure having the hide aswell as the show...