Ubuntu.it Forum search user's posts in a 3d

By Alkatron Last update Apr 25, 2012 — Installed 347 times.

Script Summary: Simple filter a 3d showing only posts from a user in a phpBB 3d (ubuntu-it forum)



With this script you can show only the posts in a 3d of the users you select.

Change the include directive according to websitename (already set on ubuntu-it forum)

// @include http://TheSiteYouWantToFilter/viewtopic.php?*

Define users whose posts you want to read in the open 3d

NameUsers[0]= 'username 1';
NameUsers[1]= 'username 2';

P.S. This script must be enabled when needed and disabled after use