1

(9 replies, posted in PunBB 1.2 discussion)

Hi. There is Feed Aggregator 1.0.3 by mannungo  smile

Sorry! It is a mod by  Mediator : Guests Read 1.0  smile

elbekko offered us Forum rank access 1.1 two years ago!  smile

Hi elbekko   
I want to not register logs of guests except those of bots.
Having installed mod "BotDetect v1.5 ", I thought replace (in inlcude/common.php) this code:

// Add user to log
$log_res = $db->query("SELECT id, time FROM ".$db->prefix."log WHERE name='".$pun_user['username']."'");
$log_row = $db->fetch_assoc($log_res);
if($log_row['id'])
    {
    $log_time = $log_row['time'] . ", " . time();
    $db->query("UPDATE ".$db->prefix."log SET `time` = '".$log_time."', `ip` = '".$_SERVER['REMOTE_ADDR']."' WHERE id=".$log_row['id']);
    }
else
    {
    $db->query("INSERT INTO ".$db->prefix."log (`ip`, `name`, `time`) VALUES ('".$_SERVER['REMOTE_ADDR']."', '".$pun_user['username']."', '".time()."')");
    }

By:

// Add user to log
$log_res = $db->query("SELECT id, time FROM ".$db->prefix."log WHERE name='".$pun_user['username']."'");
$log_row = $db->fetch_assoc($log_res);

include('botdetect.php');
$botStatus = isBotOnline();

if ($pun_user['g_id'] != PUN_GUEST || $botStatus != '')
{
if($log_row['id'])
    {
    $log_time = $log_row['time'] . ", " . time();
    $db->query("UPDATE ".$db->prefix."log SET `time` = '".$log_time."', `ip` = '".$_SERVER['REMOTE_ADDR']."' WHERE id=".$log_row['id']);
    }
else
    {
    $db->query("INSERT INTO ".$db->prefix."log (`ip`, `name`, `time`) VALUES ('".$_SERVER['REMOTE_ADDR']."', '".$pun_user['username']."', '".time()."')");
    }
}

The only valid result is that guests are no longer logged when any bot is online.
But it not good when a bot is online: At this point all guests are logged and the bots are not individually identified by name as in online.php.
I have tried without success how to arrive at a result.
Can you give me an idea?

Thanks a lot.


Regards

European Commission appears ready to declare IP addresses as personal data, which means they could be protected: EU Official: IP Is Personal

It's very easy to indicate the date of last visit to the member profile, and it does not require a lot of resources. I think it would be interesting to implement this feature by default in future versions of PunBB.

Hi hurry
Zou have this [Release] User Management Plugin.

Enjoy !

8

(2 replies, posted in Feature requests)

Hi yemgi
I can give you two ways:
- Mod Merge posts 1.0 presented by hcs : "This mod allows to merge your message with last message in a topic if it was yours" (Now version 103)
- Old mod Spit Topic 1.0.0 presented by chacmool : "Adds the ability to split a topic into two". I always have this archive is somebody is interrrested.

Regards

Hi foxmask   
I have always appreciated your contributions on PunBB as well as your work for Puntal. Even if I do not have the knowledge to help you, you have all my sympathy and my encouragement for your new project open for the future..

Amicalement.

Hello
You can have a look on Hide Links From Guests 1.0.

Regards

Hi yemgi
Nice Job! Hoping that this new release will be soon available.
Regards

12

(47 replies, posted in Programming)

I know. Personally with SMF I simply regulated permissions for access to the forums. smile

13

(47 replies, posted in Programming)

Hi quaker
You can have a look on the good SMF Mod PaypalDonations I used on my SMF boards. (mod)
Regards

minis wrote:

is it possible to move several posts at the same time?

fpouget wrote:

Yes and no ...
Yes because you can move all the posts from the topic in one move.
No because you can not select between the differents posts the ones you want to move and the ones not. In this case you need to do as much "move" as post you need to move.

Hope this will be helpfull !

Hi fpouget
Thanks for this great mod.
Just a suggestion for a future revision:
Instead of putting the command "| Move |" in each post, could not you use the native method of "Move topic" and put it in the menu in bottom on the left close to:

Delete multiple posts
Move topic
Close topic
Stick topic

What would perhaps then make it possible to be able to select several posts to be moved into only once.

Regards

This mod is a very nice idea. Thx a lot.

Hi fmimoso
Thanks for your mod. But the method which you gave to Ambry is not good : members can always see the repported posts when posting a reply at the topic or with the command .../post.php?tid=x&qid=y
Regards

Hi glucarelli
Have a look here:
http://www.punres.org/viewtopic.php?pid=11476#p11476
Regards

Thx soonotes smile

Mod Hide User 1.1 works fine but there but its usefulness is reduced to nonexistence with extern.php: Names of the hidden members are shown with extern.php?action=online_full big_smile
Regards

Download: http://www.punres.org/files.php?pid=354

21

(12 replies, posted in Feature requests)

guardian34 wrote:

Also, to risk stating the obvious, if signatures and avatars are disabled, then the "personality" section probably shouldn't appear in the menu.

This option can be used with this very interesting mod Seperate Sig and Avatar 1.0.1

22

(25 replies, posted in Feature requests)

Hi All
guardian34 made that for you! Have a look on Edit Grace Period 1.0
Regards.

23

(8 replies, posted in Feature requests)

Very nice idea. I made the same thing with userlist.php. smile
Regards

Everybody can reup please?
Thx

Attention! Important Security upgrade for french mod "users online today" (Membres en ligne aujourd'hui).
See: http://www.punbb.fr/mods/mod.php?id=5

Credits to vin100 (PunBB.fr) and glycero