php forum
php mysql forum
php mysql smarty
 
Page 3 of 3 < 1 2 3
Topic Options
#228178 - 02/26/03 03:34 AM Re: [6.2] Private Moderation 1.1 [Re: Daine]
dimopoulos Offline
Kahuna

Registered: 08/18/02
Posts: 1271
Loc: Vienna, Austria

   Re: [6.2] Private Moderation 1.1 to Del.icio.us Add to del.icio.us
  Digg Re: [6.2] Private Moderation 1.1 Digg it
Yes Josh, the .DStore file comes from the zipper of Macintosh.
_________________________
Nikos

Top
#228179 - 02/28/03 04:18 AM Re: [6.2] Private Moderation 1.1 [Re: Hal_dup2]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
I added a member to private moderation and it stopped me from sending private messages also. Mind lookin at sendprivate.php. <br /><br />I removed the file and put the original back and it didn't stop me which is to be expected.<br /><br />Ok somehow I got myself in private moderation along with my other admin user name... now wonder it stopped me. I look at my Edit users feature and it doesn't allow me to unprivate mod myself.. grr.

Top
#228180 - 03/02/03 02:44 AM Re: [6.2] Private Moderation 1.1 [Re: Kelly]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
Ok got rid of my private mod settings on myself by copying shortcut on a moderated user and changing the number to mine

Top
#228181 - 03/28/03 11:59 PM Re: [6.2] Private Moderation 1.1 [Re: Daine]
Deejay_dup1 Offline
Journeyman

Registered: 08/25/02
Posts: 106
[]JoshPet said:<br />Hmmmm.....<br /><br />In the moderateuser and unmoderateuser.php files.... try adding this below the require main.inc.php line near the top:<br /><br />
Code:
<br />// -------------<br />// Get the input<br />   $Cat  = get_input("Cat","get");<br />   $User	= get_input("User","get");<br />
<br /><br />See if that solves it. <img src="/forum/images/graemlins/smile.gif" alt="" /> [/]<br /><br />Im getting an error on this line now!!! <img src="/forum/images/graemlins/frown.gif" alt="" /><br /><br />Fatal error: Call to undefined function: get_input() in /home/httpd/html/4x4/forum/admin/moderateuser.php on line 28<br /><br />Any idea what I should do?

Top
#228182 - 03/29/03 04:31 AM Re: [6.2] Private Moderation 1.1 [Re: darenu]
Dave_L_dup1 Offline
Addict

Registered: 04/23/02
Posts: 1929
Loc: Virginia, USA
[]Fatal error: Call to undefined function: get_input()[/]<br /><br />What's your UBB.threads version?
_________________________
UBB.threads beta tester / threadsdev.com moderator
Software consulting services including UBB.threads problem resolution / installs / upgrades / customization.

Top
#228183 - 03/31/03 11:09 PM Re: [6.2] Private Moderation 1.1 [Re: joeuser]
Deejay_dup1 Offline
Journeyman

Registered: 08/25/02
Posts: 106
I figured its a version thing, im running 6.1.1 so I took some of the stuff out, edited this and that, and got it going... A little different, but i got it going... <img src="/forum/images/graemlins/smile.gif" alt="" /> <br /><br />Works great though! THANKS!<br /><br />Deej<br />

Top
#228184 - 04/06/03 09:26 AM Re: [6.2] Private Moderation 1.1 [Re: darenu]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Yeah, <br /><br />The get_input function isn't used in versions before 6.2 so it's not needed. <img src="/forum/images/graemlins/wink.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#228185 - 04/19/03 04:53 PM Re: Private Moderation 1.0 [Re: Daine]
Lisa_P Offline
Enthusiast

Registered: 03/09/02
Posts: 329
Loc: Michigan, USA
[]As an alternative to approving user registrations.. you could set it up that New Users are in the Private Moderation for their first X posts...or until the Admin "approves" them for live posting[/]<br /><br />Have you done this? <img src="/forum/images/graemlins/smile.gif" alt="" /> I would like to do this - is it pretty 'change intensive', or not really that much to change?
_________________________
[:"red"]Lisa[/]

Top
#228186 - 04/24/03 11:38 AM Re: Private Moderation 1.0 [Re: JacquiL]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Sorry, I missed replying to this for a few days.<br /><br />If you are running my private moderation mod.... what I would first do is change the database so that new users are in Private Moderation by default. The easiest way to do this, is to alter the default in the database:<br /><br />ALTER TABLE w3t_Users<br />CHANGE U_PrivateModeration U_PrivateModeration CHAR(3) DEFAULT 'yes'<br /><br /><br />Then as you see new posters in moderation.... if they seem OK - click their username and remove them from private moderation.<br /><br />You might also want to alter the welcome PM so that it tells people that "all new users posts are moderated during a probation period. When the moderators deem fit, you will be removed from moderation and can post live." Something like that.<br /><br />Then of course if you needed to put someone back into private moderation, you could do so.<br /><br />Then if you needed something to display a list of who was in private moderation.... and had x number of posts and had been registered for at least x days, then you could review the list and turn people on if you wanted.<br /><br />OR.. you could alter addpost.php so that if their post count was = 10 or whatever, it updated U_PrivateModeration = 'no' thus turned them off at post 10. <br /><br />It could be expanded in quite a useful way. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#228187 - 11/08/03 11:06 AM Re: Private Moderation 1.0 [Re: Daine]
Rutto Offline
Member

Registered: 02/10/01
Posts: 182
Hi Josh, is this hack compatible with 6.4b1 ?

Top
#228188 - 11/08/03 11:12 AM Re: Private Moderation 1.0 [Re: ]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
It should be. I know I've used it on 6.3.x. So should be fine. Might need to alter the instructions a bit, but should be no problems. <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#228189 - 11/10/03 09:32 PM Re: Private Moderation 1.0 [Re: Daine]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
I got this running on 6.4 and working.

Top
#228190 - 12/13/03 01:26 AM Re: [6.2] Private Moderation 1.1 [Re: casper_dup1]
ZealotOnAStick_dup1 Offline
Member

Registered: 06/14/02
Posts: 166
Loc: Indiana
Will this work with 6.4? Or is there similar functionality for this built into 6.4?

Top
#228191 - 12/13/03 02:35 AM Re: [6.2] Private Moderation 1.1 [Re: astre]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
I used this mod with some beyond compare work and it works fine

Top
#228192 - 12/15/03 02:43 PM Re: [6.2] Private Moderation 1.1 [Re: astre]
Rutto Offline
Member

Registered: 02/10/01
Posts: 182
[]ZealotOnAStick said:<br />Will this work with 6.4? Or is there similar functionality for this built into 6.4? [/]<br /><br />I tried it with 6.4 b1 and works fine ! <img src="http://www.ubbdev.com/forum/images/graemlins/laugh.gif" alt="" />

Top
#228193 - 11/04/04 08:10 AM Re: [6.2] Private Moderation 1.1 [Re: ]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
Is anyone planning to update this for 6.5? I found it to be a very useful feature. I am taking a look at it, but the admin files have been redesigned for 6.5, which makes it more difficult to update.
_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#228194 - 11/16/04 06:16 AM Re: [6.2] Private Moderation 1.1 [Re: eslmix]
DLWebmaestro Offline
Member

Registered: 08/08/00
Posts: 1753
Loc: California, MD
Am I the only one that appreciates this fine modification of JoshPet's? I have looked into updating it, but it seems a bunch of stuff has been moved around into different files which I can't locate. Maybe someone out there is fluent in the 6.5 code enough to know where? <img src="http://www.ubbdev.com/forum/images/graemlins/grin.gif" alt="" />
_________________________
Webmaster
Drumlines.org

Drumlines.org UBBThreads

Top
#228195 - 02/06/05 04:15 AM Re: [6.2] Private Moderation 1.1 [Re: eslmix]
pootlecat Offline
Power User

Registered: 07/24/02
Posts: 83
Loc: Canada
I desperately need this mod for 6.5 lol - too many 13 year old kids on my board who think bumping posts is the way to go *sigh*.<br />Pleaaaaaaase can you update it Josh?
_________________________
Never heard of Neopets.com?
If so then you won't like my site ;P

Top
Page 3 of 3 < 1 2 3


Who's Online
0 Registered (), 22 Guests and 8 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Team UBBDev Rides Again!
by AllenAyres
Yesterday at 01:36 PM
Blogs, love em or hate em?
by AllenAyres
10/07/08 02:05 PM
What do you use to edit the files
by Ian_W
10/05/08 03:33 PM
BeyondCompare v3.00
by Ian_W
10/05/08 03:32 PM
Glossy Black Theme with Image Reflection
by Gizmo
10/05/08 02:17 PM
ShareThis
by Gizmo
09/28/08 05:06 AM
[7.3] Viewing MySQL logfiles made easier
by AllenAyres
09/27/08 09:57 PM
New Mods
[7.3] Viewing MySQL logfiles made easier
by blaaskaak
09/24/08 05:39 PM
[7.3.1] add search to showmembers page
by blaaskaak
09/07/08 04:50 AM
Newest Members
Kevs, pisa666, ghengis317, NitroX, Dogan
13346 Registered Users
Top Posters Last 30 Days
AllenAyres 11
blaaskaak 6
Chris Bale 4
Gizmo 4
FREAK1 4
Ian_W 4
tackaberry 4

 

 

 
fusionbb message board php hacks