Forum Activity for @michael

michael
@michael
06/16/18 05:56:48AM
7,826 posts

After Marketplace update errors in console


Using Jamroom

weird. first thought was "newly added function so not there, run the integrity check" but its been there since pre 2016 so... weird.

Thanks. will open a tracker.
michael
@michael
06/15/18 01:00:03AM
7,826 posts

Followers sometimes get doubled listing in 'my followers' list


Using Jamroom

Looks like a bug related to search conditions and the privacy check.

Looking into it.
michael
@michael
06/13/18 07:11:30PM
7,826 posts

Followers sometimes get doubled listing in 'my followers' list


Using Jamroom

You have an IF/ELSE in your jrFollower item_index.tpl
https://fotmd.com/follow/template_modify/id=70

The
group_by="_profile_id" 
is only being applied to the profile owners version of the list. Add it to the other list too and you'll get the same results for each.
if_else.jpg if_else.jpg - 64KB
michael
@michael
06/13/18 07:03:24PM
7,826 posts

cannot access data or users after migration


Installation and Configuration

I would do what paul said. then when I got to the white screen check the error log at:
/data/logs/error_log
to see what it contained.

Then fix whatever error it was complaining about.
michael
@michael
06/13/18 07:01:05PM
7,826 posts

Conditional Form Fields


Jamroom Developers

You'll need to make your own custom module and have it register its own custom form field. Then you can use javascript to turn on/off the fields as they are needed.

Take a look at the jrTags/include.php file it registers a Form Field that uses javascript.

This goes in its _init() function to register,
    // form field
    jrCore_register_module_feature('jrCore', 'form_field', 'jrTags', 'tags');

Then you will find all the code making it go down the bottom of the file.

To see other instances of form fields registered do a codebase search for
_display($_field, $_att = null)
to see the _display function for each form field. all of the form fields will have that one, but sometimes have others like _validate() _assembly() and others to help get it into the right shape.
michael
@michael
06/13/18 06:50:52PM
7,826 posts

Header editing


Design and Skin Customization

which skin is it?
michael
@michael
06/12/18 08:48:05PM
7,826 posts

Help removing pager


Using Jamroom

index_forum.tpl is a skin template file, its not part of, or overriding a jrForum module template, so you should be fine.

Try it, see if it works, if it doesn't, revert. ( but it should work )
michael
@michael
06/12/18 08:45:36PM
7,826 posts

cannot access data or users after migration


Installation and Configuration

ukdenny:
I installed a new site buy downloading from jamroom
Then I changed the config file details to the previously installed database after importing the old sql.
Then I re-installed the modules from the market place from within the site.
Ran integrity
Than I uploaded the data files by ftp from the previously downloaded site.
Ran Integrity

That should be it. You've moved the files, and moved the database, there is nothing else.
michael
@michael
06/12/18 08:42:27PM
7,826 posts

What Happened to Sharethis module?


Using Jamroom

well done. I wasn't understanding. :)
michael
@michael
06/12/18 04:01:29AM
7,826 posts

System Status Issue


Installation and Configuration

The same steps you took to get ffmpeg working, you'll need to do for the other tools.

The issue is your server is not able to use/not letting you use the tools that came with the jrSystemTools module.
  125