Forum Activity for @michael

michael
@michael
01/27/18 02:05:31PM
7,832 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,832 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,832 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,832 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
michael
@michael
01/26/18 06:35:19PM
7,832 posts

Profile clone module


Suggestions

no real great ideas, but would look at the import module or the hosting transfer modules for structure hints, both of those would create profiles from data.
michael
@michael
01/26/18 06:23:10PM
7,832 posts

Jamroom Handling Huge Traffic flawlessly


Off Topic

good to know derrickhand300, very envious of your traffic figures.
michael
@michael
01/24/18 09:45:58PM
7,832 posts

Tag Display Page Question


Using Jamroom

not at the moment, will need to be added in.
michael
@michael
01/23/18 10:39:42AM
7,832 posts

core update failed


Installation and Configuration

Not enough info on what is wrong to help.

Try these:

Docs: "Somethings wrong what do I do?"
https://www.jamroom.net/the-jamroom-network/documentation/troubleshooting/114/somethings-wrong-what-do-i-do

Check you system is in order:
ACP -> MODULES -> CORE -> SYSTEM CORE -> TOOLS -> SYSTEM CHECK

If that all looks in order, contact your new hosting provider see if they have any other ideas.
michael
@michael
01/20/18 11:38:38PM
7,832 posts

DB and System Backup module now requires the AWS SDK module


Announcements

The full name of the module is "Amazon Web Services SDK" try searching for that in the marketplace.
  156