Forum Activity for @michael

michael
@michael
10/06/15 10:15:52PM
7,832 posts

non closiv divs on front page only when logged in - updated


Ning To Jamroom

you can add as many images as you need. ctrl+click or shift+click.

--edit--
can you see the "Attach File" button next to "Post Response" button here on these forums?
DP-406S-01.jpg DP-406S-01.jpg - 199KB

updated by @michael: 10/06/15 10:21:53PM
michael
@michael
10/06/15 10:12:35PM
7,832 posts

Error with OneAll module


Installation and Configuration

might try looking in the console to see what JSON is coming back that might provide a clue to what is wanting.
michael
@michael
10/06/15 07:48:28PM
7,832 posts

Error with OneAll module


Installation and Configuration

That particular error message has this note in the code:
Quote: // If we fall through to here it means out JSON response from one all was invalid

So might want to check your setup at oneall again.
michael
@michael
10/06/15 07:23:16PM
7,832 posts

account id vs email


Installation and Configuration

So does Jamroom, but your user account is always the same, You can have 10 profiles and create profile items as them when your using that profile, but for comments, you are always you. For buying stuff, you are always you.

So profile related stuff like blog posts, or audio files or images, things that are put on a profile, that will show the profile name, but things like comments show the user.

When you are an owner of a profile and you go to that profile you are automatically changed to that profile, so you wont need to change profiles "Post As" like you do on facebook.
michael
@michael
10/06/15 07:19:20PM
7,832 posts

Emergency: Site Down Showing Database Error


Installation and Configuration

Hard to say what the fix is, the problem is in the source code for the page, it shows:
<!--div id="help_reset_admin_ips" class="help"></div>
but that should be:
<div id="help_reset_admin_ips" class="help"></div>
or close the comment, its not closed.

Another problem probably related is that your using an older version of JR4 ( Jamroom 4.2.4 ) so that might have been fixed in a newer version, I don't know.

You can try this version, it might work. Failing that look in the
/config

directory for config.php and update your details directly there.
settings.php.zip - 4KB
michael
@michael
10/06/15 01:51:39AM
7,832 posts

jrCore_checktype_json


Jamroom Developers

This is added to jamroom-core-5.2.39
michael
@michael
10/06/15 12:47:13AM
7,832 posts

account id vs email


Installation and Configuration

DannyA:
Michael, What do you mean your email would be visible to everyone? I thought it's your profile name that is visible.
It was a response to the question:
DannyA:Is there a way to make a user's email the default user id and hide the userid field?
If you take away their userID and use their email instead then it shows where their username shows = public.

--edit--
My username is @michael regardless of whether I'm commenting on any of my profiles, I just happen to have my home profile named the same as my username.
updated by @michael: 10/06/15 12:48:54AM
michael
@michael
10/06/15 12:38:43AM
7,832 posts

non closiv divs on front page only when logged in - updated


Ning To Jamroom

Looks more like a float issue to me, that one that has a tiny amount of text in it then the next one is indented. Try putting more text in that one, if the issue fixes itself, then the issue is you need a clear:left somewhere on that box above the indented one.

or a fixed height or a min-height on the boxes.
michael
@michael
10/06/15 12:35:20AM
7,832 posts

Profile Options


Suggestions

@jimmy noted as an idea/feature request, thanks.

@perrie an admin user can always delete anything from anywhere.
michael
@michael
10/03/15 01:39:46AM
7,832 posts

comments to show with no comment form underneath


Design and Skin Customization

It would be better to do via ajax. The action list is already pretty heavy as there are a lot of items in the datastore if you have a lot of users, so to get the comment count for each item there and some comments for every item listed is more processing so more server intensive.

If on the other hand you just want do it when the user wants it (the click on a link) then it will be much lighter.

You could do that by altering the item_action.tpl file for the modules your interested in.

"altering a modules template"
https://www.jamroom.net/the-jamroom-network/documentation/development/1051/altering-a-modules-template
  480