Code: Select all
|| ($user->data['is_bot']
Sorry I thought that it hides the links from users that haven't joined the website at a specific date/time & guests, too.Philthy wrote:I'm not sure I understand. The mod is supposed to stop urls being posted, not being cached by google?
Sorry John, I'd been moving stuff about.John T. Folden wrote:I can't seem to download this, says permission denied.
Code: Select all
$no_link_for_you=false;
if ((!$user->data['session_admin']) && (($user->data['user_type']==USER_IGNORE) || ($user->data['user_id']==ANONYMOUS))){
$no_link_for_you=true;
}
My pleasure Vinny. Truth be known, you are the main contributor to this mod. I just thought it such a useful one, it needed developing. You seemed a bit busy with other stuffSkinny Vinny wrote:Philthy, change op subject to [RC].
I didn't realize you submitted this to the mod db. I submitted my connect hook and this mod came up in my contributions: thank you for the co auth credit. If anyone has any problems with this and needs help, let me know.
I'm looking into it, but having difficulties getting the list of nono's into the database.John T. Folden wrote: Btw, what about having the "array of no-nos" editable from the ACP?
Thanks John.John T. Folden wrote:Just wanted to post a follow up that this little heaven-sent mod has been 100% effective at preventing the spam I was trying to avoid.
I'm wondering now if I couldn't just do away with the captcha for guest posters all together.