Forum Activity for @michael

michael
@michael
06/17/18 07:09:34PM
7,819 posts

Profile Menu on Elastic2 Error


Design and Skin Customization

rebase
ACP -> MODULES -> DEVELOPER -> DEVELOPER TOOLS -> TOOLS -> REBASE MODULES

is for working with the GIT versioning control system, it won't change anything at all about your skin.

Probably you want the RELOAD function from
ACP -> MODULES -> CORE -> MARKETPLACE -> TOOLS -> RELOAD MODULES OR SKINS -> ELASTIC2 -> RELOAD
michael
@michael
06/17/18 04:13:04AM
7,819 posts

How do The Newest Artists/Members get added to the index page on Projam 5


Design and Skin Customization

in ProJam5 the "NEWEST ARTISTS" section of the home page is populated by an ajax call to the url (your-site.com)/index_new_artist

for which the template is /skins/jrProJamLight/index_new_artist.tpl
updated by @michael: 06/17/18 04:13:16AM
michael
@michael
06/17/18 04:06:43AM
7,819 posts

Profile Menu on Elastic2 Error


Design and Skin Customization

PatriaCo:....
Anyone know why the profile menu on E2 would stop working when not logged in?...
Does the profile menu on Elastic2 stop when not logged in? Seams fine from here.

Are you sure you're working with a default Elastic2 skin. Perhaps its the result of some customizations that have stopped it from showing. ?

--edit--
Your code looks custom. Revert back to the default version, then add one thing at a time checking each time you add something that what you expect is what has happened.

Then you will know what step has caused the issue.
profile_menu.jpg profile_menu.jpg - 318KB

updated by @michael: 06/17/18 04:08:22AM
michael
@michael
06/16/18 05:56:48AM
7,819 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,819 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,819 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,819 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,819 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,819 posts

Header editing


Design and Skin Customization

which skin is it?
michael
@michael
06/12/18 08:48:05PM
7,819 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 )
  124