Forum Activity for @michael

michael
@michael
01/30/18 05:08:22PM
7,827 posts

Ning no longer supports their Archiver tool for 2.0 networks


Ning To Jamroom

supported or working.

To me "supported" means they'd actively fix bugs if found. Not supported feels like it should mean "its staying in the state its in from now to eternity."

Or is it not working as in "you may want to leave, but you can't. lol". which is not as nice. :(
michael
@michael
01/29/18 06:46:20PM
7,827 posts

AudioPro - Share this Problem


Design and Skin Customization

The short URL's caused a problem with the ShareThis module and sharing items to Facebook. Facebook would read the short url and try to go there, then because it wasnt the same as the URL on the page, it would try again and get stuck in a loop.

This was the reason the short urls were removed.

Better to figure out what your goal is then build a module that fulfills the goal than to go back to old versions with known issues.
michael
@michael
01/29/18 12:13:55PM
7,827 posts

AudioPro - Share this Problem


Design and Skin Customization

In version 1.4.0 of the jrShareThis module's changelog there is this

......
Version 1.4.0:
......
 - Change: URL Shortening functionality moved to new URL Redirection module

So the items that you are seeing that have shortcodes in them were created before 1.4.0 and the ones without have been created after the update.

Use the "URL Redirection" module to redirect to where you want to go.

Marketplace: "URL Redirection"
https://www.jamroom.net/the-jamroom-network/networkmarket/414/url-redirection
michael
@michael
01/29/18 01:58:38AM
7,827 posts

Sign up form question


Design and Skin Customization

no. If you allow social signup and you have oneall on, then the options will be displayed.
michael
@michael
01/27/18 07:39:43PM
7,827 posts

Checkbox, checkbox spambot, and more powerful options for spam control?


Using Jamroom

one of the systems I've heard about for getting around the captcha is to outsource it to people looking for stuff. The spam bot shows the captcha to users looking for other things that dont require a captcha, then once they have filled in the captcha on behalf of the spam bot they are allowed to continue on their path while the spambot has passed the captcha.

The "are you human?" checkbox is added to the page after the page has been generated so it doesnt load for bots so they dont know to fill it out because its not there, so even thought it seams simple there is a lot going on behind the scenes.
michael
@michael
01/27/18 02:05:31PM
7,827 posts

Tag Display Page Question


Using Jamroom

There is an update in the marketplace now for jrTags 1.4.6

The option for pagination is in the GLOBAL CONFIG section in the ACP
michael
@michael
01/27/18 01:12:28PM
7,827 posts

Checkbox, checkbox spambot, and more powerful options for spam control?


Using Jamroom

If they are human and can check a checkbox, they can fill in a capture.
michael
@michael
01/26/18 08:24:56PM
7,827 posts

Custom Banning


Jamroom Developers

its got 2 parameters passed to the function, and wants a string back. so take $value, run it through your censor function and return the output string.
$value = "The cult of croft cost one cent to cast";

return $value;  // "the c$%t of c$%t c$%t one c$%t to c$%t "

censor.jpg censor.jpg - 181KB
michael
@michael
01/26/18 06:42:53PM
7,827 posts

Custom Banning


Jamroom Developers

looks close, but appears to be wanting to receive an array (screenshot).

Try
$_opt = array(
'title' => "NT Censor",
'function' => 'ntCensor_banned_words'
);
    jrCore_register_module_feature('jrBanned','banned_type', 'ntCensor', $_opt);

banned.jpg banned.jpg - 199KB
  155