There's the botscout one which is similar
101 2010-07-17 14:12
Re: Extension to submit users/IPs to stopforumspam.com (5 replies, posted in Feature requests)
102 2010-06-13 12:08
Re: extern.php invalid code (5 replies, posted in PunBB 1.3 bug reports)
w3c validator says extern.php doesn't produce valid html transitional code.
Can that be fixed?
Spam aside. The file just parses a <li> list You can can include it in a php page by using
<ul><?php
include('/forum/extern.php');
?></ul>
103 2010-05-23 09:26
Re: [BUG] Hidden forum posts are being visible (5 replies, posted in PunBB 1.3 bug reports)
Can I? They can still go to forum.url/user-xxx.htm
Hi FlashT,
Not in my install. Are you sure you have all files uploaded?
104 2010-05-20 06:36
Re: [BUG] Hidden forum posts are being visible (5 replies, posted in PunBB 1.3 bug reports)
Hi FlashT
You can have the userlist hidden from guests
105 2010-05-18 07:04
Re: How to remove Admin (9 replies, posted in PunBB 1.3 troubleshooting)
Admins can not be removed.
106 2010-04-01 17:20
Re: Signature (4 replies, posted in PunBB 1.3 troubleshooting)
Signature shows up for active users who have more posts.
...
And who have spent more time on forums.
Is that a plugin?
107 2010-03-23 12:06
Re: Can't get extern.php to work (2 replies, posted in PunBB 1.3 troubleshooting)
did you try using the complete path?
ie
<?php
include('http://site.tld/forum/extern.php');
?>
108 2010-02-08 19:21
Re: quick posts and editing (4 replies, posted in General discussion)
Could you please post more details on what is not working for you?
Hi Slavoc,
everything is working but not as it used to.
I see no forms at the end of the pages, which forces me to click Reply or Quick quote every time.
also, the edit button for editing my own posts for typos has disappeared.
110 2010-01-29 12:57
Topic: quick posts and editing (4 replies, posted in General discussion)
what happened to quick posts option?
recently I have to load a new page every time i wish to post. Admittedly I'm not a frequent contributor but I am some times deterred from posting when the form is not staring me in my face.
Also what happened to editing own posts?
111 2010-01-22 06:39
Re: stopping spam bot registration outright? (13 replies, posted in PunBB 1.3 troubleshooting)
from the description it sounds like it's a post-registration means of approving posts.
I'm more curious in heading off spam bots when they register.
It also offers a registration approval system. Check out #p133368
112 2010-01-21 05:44
Re: stopping spam bot registration outright? (13 replies, posted in PunBB 1.3 troubleshooting)
Hi chovy,
pun_approval is your friend.
113 2010-01-20 15:13
Re: pun_approval (85 replies, posted in Supported extensions)
very nice extension. Only one request: Is there a way where the linked "Show unapproved posts" text will not show if there is nothing to approve?
114 2010-01-20 08:30
Re: pun_approval (85 replies, posted in Supported extensions)
Question: Does this plugin work with user groups? That is, can it be used so as to moderate the approval of posts by new members only?
115 2010-01-04 16:24
Re: How to make Dofollow links for my forum? (4 replies, posted in PunBB 1.3 discussion)
All links do follow.
there is a subforum extension. All extensions can be found here
116 2009-12-29 06:27
Re: [Extension released] Display real name (17 replies, posted in PunBB 1.3 extensions)
Your welcome.
Maby you could put the link somewhere on the wiki so other people can easily find it.
Thanks Daniël, Added it to the wiki. The download link is from the neme site as I can keep track of download numbers from there.
117 2009-12-27 17:59
Re: [Extension released] Display real name (17 replies, posted in PunBB 1.3 extensions)
Indeed it does. Thanks kierownik! very much appreciated. I corrected my code and the nomenclature on the first post should anyone wants to use it.
118 2009-12-27 07:18
Topic: [Extension released] Display real name (17 replies, posted in PunBB 1.3 extensions)
The extension below is my first attempt and it would definitely not happen without Slava and kierownik's code.
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE extension SYSTEM "ext-1.0.dtd">
<!--
/**
* Show real name extension in PunBB forum
* Special thanks to Slava and Daniël Rokven
* @author NeMe - http://www.neme.org
* @license GPL - http://www.gnu.org/copyleft/gpl.html
*/
-->
<extension engine="1.0">
<id>display_realname</id>
<title>Display real name</title>
<version>0.1.5</version>
<description>Displays real name under username in posts</description>
<author>NeMe - http://www.neme.org</author>
<minversion>1</minversion>
<maxtestedon>1.3.4</maxtestedon>
<hooks>
<hook id="vt_row_pre_post_actions_merge">
<![CDATA[
// display real name
if ($cur_post['poster_id'] > 1)
{
$forum_page['author_ident']['realname'] = '<li><span>Real name: '.forum_htmlencode($cur_post['realname']).'</span></li>';
}
]]>
</hook>
<hook id="vt_qr_get_posts">
<![CDATA[
// Add the select to the query
$query['SELECT'] .= ', u.realname';
]]>
</hook>
</hooks>
</extension>
119 2009-12-21 09:54
Re: Is there a way to display the real name instead of the username? (5 replies, posted in PunBB 1.3 extensions)
Hi Slavok... Thanks!!! is there a way of that becoming a plugin?
120 2009-12-20 11:42
Re: Show the real name in post (10 replies, posted in PunBB 1.3 extensions)
I'm interested in this too. More here.
121 2009-12-20 11:39
Re: Is there a way to display the real name instead of the username? (5 replies, posted in PunBB 1.3 extensions)
I'm interested in this too. (partly). User name is fine where it is but is there a way to display the real name under the user name in the posts?
ie
Slavok
real name: Slava
PunBB Developer
etc...
122 2009-12-12 15:55
Re: can't edit forums (5 replies, posted in PunBB 1.3 troubleshooting)
Hi Slavok,
That kind of did it. I disabled the main textpattern driven site's htaccess for a few minutes and forums.php loaded just fine:
This is what I have and is causing problems. If anyone can advise me as to what I should change it would be appreciated.
RewriteEngine On
SecFilterSelective "REQUEST_URI" "http://forum.neme.org/post.php" "allow,nolog"
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#Options -Indexes
#SecFilterEngine Off
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^neme\.org$
RewriteRule (.*) http://www.neme.org/$1 [R=301,L]
#RewriteBase /relative/web/path/
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*) index.php
RewriteCond %{HTTP:Authorization} !^$
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>
#php_value register_globals 0
123 2009-12-12 07:11
Re: can't edit forums (5 replies, posted in PunBB 1.3 troubleshooting)
can anyone help about this issue?
124 2009-12-10 12:46
Re: can't edit forums (5 replies, posted in PunBB 1.3 troubleshooting)
Does the page "forum.tld/s.php" exist? What can you see at this page?
Hi Slavok,
Thanks for replying... forum.tld/s.php does not exist as far as I know. I use messy urls for the forum. What I see when clicking /admin/forums.php is the front page of my install.
125 2009-12-10 09:19
Topic: can't edit forums (5 replies, posted in PunBB 1.3 troubleshooting)
This has been an ongoing problem since I upgraded to 1.3. I recently also upgraded to the latest release 1.3.4.
When clicking on Administration>Start>forums it takes me to forum.tld/s.php instead of forum.tld/forums.php.
I was ignoring this problem but now I want to make a new forum which will only be accessible/readible by a handful of members. I did that by using phpMyAdmin but I'm not sure as to where the "forum permissions" (found in Start>forums>Edit forum) are storred in the db so as to edit them there.
Any help would be appreciated.