Question: How can I set that it's only visible to admins or mods?


This is very useful to see which IPs are on registration page...
easier to ban etc

827

(6 replies, posted in PunBB 1.3 extensions)

shaheart wrote:

Is there already an extension for this ?

   

Alas, no

shaheart wrote:

is it possible to make one?

you'd need to talk to a developer - time consuming job

828

(1 replies, posted in Discussions)

Artelus wrote:

without any categories or forums

they do have forums - to the left

it's similiar to pun portal if you search here for that....

the "resolved" "not resolved" etc would be useful for a support site...
also the posts/voices instead of posts/views is interesting...

to answer your question:
yes with lots and lots of changes to style... does it exist like that here; no...

829

(10 replies, posted in PunBB 1.3 additions)

Thanks,




added to:

830

(7 replies, posted in PunBB 1.3 extensions)

btw: mods = v1.2 and prior   .... extensions = v1.3
if you post link of mod, maybe someone will find it easy to make it into an extension...

831

(7 replies, posted in PunBB 1.3 extensions)

KeyDog wrote:

best to contact one of those users or post a feature request...

as it doesn't exist, to my knowledge...

Nice work. Just tested and working nicely!

833

(7 replies, posted in PunBB 1.3 extensions)

shaheart wrote:

2) A MOD that lets you see who is viewing a topic (At the bottom - Members Currently Viewing This Topic: .....)

For admins there's an extension (not MODs for 1.3) that shows you what page a user is currently on by Kanekt

There's also an extension to show who's online on the forum in general by YonasH

If you need coding done of a mix of those two; best to contact  one of those users or post a feature request...

834

(1 replies, posted in PunBB 1.3 additions)

Not yet! If you can start, would be great...

835

(1 replies, posted in Feature requests)

Did you mean something based on this extension by garciat:
http://punbb.informer.com/forums/topic/ … istration/

Can you change peoples groups if you change back into english language version...? (maybe your installed extensions language files aren't compatible?)
Also as you have such a busy forum, don't you have test environment to turn on and off extensions to see which are causing problems?

837

(99 replies, posted in PunBB 1.3 additions)

Georgio wrote:

is there a punbb spanish community?

I've never heard of one existing, so that would be very good if you started one!

838

(5 replies, posted in PunBB 1.3 extensions)

Yeah was already clear to me....
what  I wonder is, will your average user find his ID...

and this forum has 5-digit IDs - your forum has 1-2 digit IDs....
I wonder if that isn't easier to hack etc....

839

(5 replies, posted in PunBB 1.3 extensions)

Works perfectly.

What I wonder though;
aren't those IDs a bit short
and how do your users know there ID?

I imagine it would  be good if they were sent the user id when registering - one that maybe has 6 digits... or is there no disadvantage to short user IDs?

840

(5 replies, posted in PunBB 1.3 extensions)

Hey
Is it correct that this will only prompt for user ID     IF someone is accessing from a mobile device...  just to clarify... because I see nothing "happening" after having installed it big_smile

841

(24 replies, posted in PunBB 1.3 extensions)

btw: I think this extension increases site trafic, I often have 1-3 facebook server IPs as guests....

842

(2 replies, posted in PunBB 1.3 extensions)

J. M. wrote:

could the Antispam System extension disable website links completely?

Agree this would be a good idea!

torbz wrote:

India seems to be a favourite source of such team-spamming

You could use Pun Approval extension in a first step, it's very effective in letting you decide who gets added to the database.

843

(22 replies, posted in PunBB 1.3 extensions)

I tested it just yesterday, it works, make sure you upload the share within the share folder... but it should have warned you if you didn't do that correctly by appearing as "missing manifest.xml"....

844

(4 replies, posted in Feature requests)

FYI this is what mine looks like....

# BEGIN PunBB

<IfModule mod_rewrite.c>
# MultiViews interfers with proper rewriting
Options -MultiViews

RewriteEngine On

# Uncomment and properly set the RewriteBase if the rewrite rules are not working properly
#RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . rewrite.php [L]
</IfModule>

# END PunBB
## USER IP BANNING
<Limit GET POST>
 order allow,deny
 deny from 218.6.15.36
 deny from 208.53
 deny from 93.174.93.222
 deny from 64.214 
 deny from 92.241 
 deny from 84.19
 deny from 66.90
 deny from 84.22
 deny from 87.118
 allow from all
</Limit>

845

(24 replies, posted in PunBB 1.3 extensions)

Thanks , that alone didn't do the trick, but this did... so thanks for the pointer...

.brd p.options {
    border-top: none;
    text-align: bottom;
    float: right;
  position: relative;
  left: 3px;
  top: -8px;
    }
    
    IFRAME
{
    /*+placement:shift 3px 3px;*/
    position: relative;
    left: 3px;
    top: 5px;
}

846

(24 replies, posted in PunBB 1.3 extensions)

Nice extension.
I'm still trying to find a way to get the button AND rss feed to look centered ...
either it's cut off at the bottom or the rss feed gets pushed down as the image height of fb like button is too large for that space....

847

(9 replies, posted in PunBB 1.3 additions)

Nice. Thanks...

848

(5 replies, posted in Feature requests)

See what you mean now... and nice solution . Thanks
Closed this one...

849

(5 replies, posted in Feature requests)

It's not actually in the title is it? It's below the title.... (only in this topic YOU added "page 1" big_smile )
Probably would look better without "pages 1" though ...
Will be interested how you solve it ... Good luck

850

(3 replies, posted in PunBB 1.3 extensions)

Works. Nice job!