kadona
Junior Member
Posts: 359
inherit
kadona76@gmail.com
197438
0
Aug 30, 2015 16:55:11 GMT -8
kadona
359
July 2013
donkath
|
Post by kadona on Nov 24, 2015 1:51:05 GMT -8
Wormpolis : Would you mind telling me what this means
'If you want to quarantine all posts in a board from the same user(s): select the members in array, leave post count blank'
I do not know what is meant by 'members in array'. There is no such word there at all. I have the post count at 5 for new members. But if there is a member with 100 posts that I want to quarantine, I cannot change the 5 already in place. Yet above, it says leave post count blank.
Do I use the second block for this, at the same time, leaving the first block with '5'?
|
|
delorean68
New Member
"Life Begins at the End of your Comfort Zone"
Posts: 36
inherit
208672
0
Mar 27, 2022 7:26:04 GMT -8
delorean68
"Life Begins at the End of your Comfort Zone"
36
April 2014
delorean68
|
Post by delorean68 on Nov 24, 2015 4:29:21 GMT -8
I am trying to do a forum Search to identify ALL previously quarantined posts that were not approved for posting. I cannot search by names/thread/board--I want to search only by "quarantined status not subsequently approved". Is that possible?
|
|
inherit
222314
0
Jan 4, 2016 14:30:12 GMT -8
zenart
14
June 2015
zenart
|
Post by zenart on Dec 25, 2015 19:16:19 GMT -8
|
|
inherit
222314
0
Jan 4, 2016 14:30:12 GMT -8
zenart
14
June 2015
zenart
|
Post by zenart on Dec 25, 2015 19:17:12 GMT -8
Also what percentage of traffic would have javascript disabled as a guesstimate?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Dec 25, 2015 19:31:49 GMT -8
Wormpolis : Would you mind telling me what this means 'If you want to quarantine all posts in a board from the same user(s): select the members in array, leave post count blank'
I do not know what is meant by ' members in array'. There is no such word there at all. I have the post count at 5 for new members. But if there is a member with 100 posts that I want to quarantine, I cannot change the 5 already in place. Yet above, it says leave post count blank. Do I use the second block for this, at the same time, leaving the first block with '5'? If you have a list of certain members you want to keep a watch on, then put their names in the members list. if you want to watch just that one member, then just put their name in the list. array is just another word for list. dont try to combine a bunch of rules in one block. if you have seperate rules, then use seperate blocks I am trying to do a forum Search to identify ALL previously quarantined posts that were not approved for posting. I cannot search by names/thread/board--I want to search only by "quarantined status not subsequently approved". Is that possible? quarantine data is stored in keys, and keys are not searchable by the system. the best you could do is look at "recent posts" link in info center and it would list them as you went through pages. if you have the companion it would even add them back into the notifications. I didnt write that, but it looks like it just hides content. keep in mind some bots dont need to SEE content to know its there. Also what percentage of traffic would have javascript disabled as a guesstimate? I have no way of giving an eductaed guess on that. legitimately blocking for security reasons would be a fair number of people. there will be some people who dont even know how to turn javascript on and they dont know its off. blind people might have it turned off because it interferes with their text readers. some bots turn it off as a way of bypassing security features. Google might have some real data if you search for it.
|
|
inherit
222314
0
Jan 4, 2016 14:30:12 GMT -8
zenart
14
June 2015
zenart
|
Post by zenart on Dec 25, 2015 22:33:14 GMT -8
So is it possible to write code to prevent guests with javascript off from posting? Like in the layout code maybe, an if statement that checks if guest and javascripton before showing the reply buttons? Pretty sure someone else noted that a mobile user got through in this thread, so I'm probably not the only user who thinks this feature would be good.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Dec 25, 2015 23:30:44 GMT -8
mobile users will always get through. the mobile app runs its OWN layout. It doesnt include ANYTHING you have added.
|
|
inherit
224902
0
Feb 15, 2017 12:50:39 GMT -8
Matt
2,940
September 2015
mattyboo1
|
Post by Matt on Dec 26, 2015 22:09:46 GMT -8
So is it possible to write code to prevent guests with javascript off from posting? Like in the layout code maybe, an if statement that checks if guest and javascripton before showing the reply buttons? Pretty sure someone else noted that a mobile user got through in this thread, so I'm probably not the only user who thinks this feature would be good. There is a plugin that prevents the forum from running if javascript is turned off ( though i don't know how that would work because plugins require javascript to run )
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Dec 27, 2015 4:06:49 GMT -8
exactly. that only works if the browser runs the desktop version. the mobile app doesnt run extra h/f files where content and plugins reside.
|
|
inherit
224902
0
Feb 15, 2017 12:50:39 GMT -8
Matt
2,940
September 2015
mattyboo1
|
Post by Matt on Jan 8, 2016 20:56:18 GMT -8
Hi, I was wondering, let's say if I set a quarantine rule to affect all members below a certain postcount, what if a user just spammed, lets take 5 as an example, say I set a quarantine rule of 5 posts, what if a user spammed to 25 posts before I could approve any of them, would their last 20 automatically show? if it could that's not good because a user could just spam to get past the limit.
|
|
Tins
New Member
Posts: 59
inherit
218212
0
Sept 22, 2017 15:14:34 GMT -8
Tins
59
January 2015
tins
|
Post by Tins on Jan 16, 2016 15:10:25 GMT -8
I don't have time to go through all these pages of info but I was just wondering if there's some sort of notification that I can get when someone posts a post that needs review. I am worried I'll miss someone's post and I don't want to do that Also in response to mattyboo1, I used an alternate account and posted twice after the 2 post limit I'd set and posts 3 and 4 showed up on the boards so the answer is yes they could spam to get past the limit.
|
|
inherit
230054
0
Mar 20, 2016 21:23:01 GMT -8
dage4321
1
March 2016
dage4321
|
Post by dage4321 on Mar 17, 2016 20:45:45 GMT -8
The quarantine doesn't work on this Facebook theme I got. I have to switch to an old one to accept users, any solutions?
|
|
inherit
234123
0
Feb 7, 2017 7:27:53 GMT -8
Wisconsin
6
July 2016
sano3870
|
Post by Wisconsin on Aug 1, 2016 10:29:02 GMT -8
An email notification when a new quarantined post comes in would be nice other than the "new post" emails that are received something that says there are post awaiting approval. The companion puts the notifications up by the menu but that doesn't help if you aren't logged in.
It would be a welcome addition to a plug-in that has already started working well for us.
|
|
inherit
220842
0
Apr 22, 2015 0:59:21 GMT -8
Jay-Jay
38
April 2015
jyjy
|
Post by Jay-Jay on Sept 11, 2016 11:55:04 GMT -8
Something that has always puzzled me is how come some regular members seem to be able to read the quarantined post, even thought when they reply to the member's post it doesn't say they were using a mobile phone. That really irks me.
|
|
inherit
240685
0
Jan 6, 2017 16:46:21 GMT -8
soneman
2
January 2017
soneman
|
Post by soneman on Jan 6, 2017 16:46:21 GMT -8
Hello..
I am evaluating Proboards for my software company. We will have about two dozen categories/boards and potentially 100s of members who will be posting questions and answers to the community.
We need to be able to review and approve/disapprove postings for everyone, as a default.
is this possible with Post Quaratine?
Thanks in advance,
Alec Sonenthal
|
|