Forum Activity for @michael

michael
@michael
02/10/14 06:58:40PM
7,832 posts

line breaks in module item_list templates


Jamroom Developers

The reason your needing a br is because the css for h1 tags is set to display:inline;. (in core_html.css)

If no css is applied all hX tags are block level elements and so the br is un-necessary.

Currently the state of the bootstrap skin on github ( https://github.com/ussher/bootstrap )
Is to the point where its good enough to be used for front-end and profile-section skins but falls down at the back end because the classes that are used in the back end are different from those used with bootstrap.

I can see that using the jrInject ( http://www.jamroom.net/the-jamroom-network/documentation/modules/1629/jrinject ) module would be one way to make the admin area also bootstrap compatible.

The reason bootstrap is on github instead of in the marketplace is to make it a community project if there is interest in doing that.

I can see that forks would also be desirable. The one in my repo I want to keep all the css for all the sections separate so that hopefully in time that profile sectons could be swapped around to with other skins to form new combinations.

That is why the bootsrap skin in github has CSS files which are prefixed with the section: ie: #profile .something {
michael
@michael
02/09/14 09:13:23PM
7,832 posts

Running processes problem... Progress.php


Using Jamroom

That progress.php script runs when the server is "doing something". So its not the script that is too heavy, its the 'something' that it was doing.

Just out of interest was it on an "Unlimited" hosting account? (seams to be quite often hosting companies advertise "Unlimited" when it really is limited.)
michael
@michael
02/09/14 09:03:32PM
7,832 posts

Hashtag bug


Installation and Configuration

did you try running the integrity check and clearing the caches.

I'll look at this now, see if i can recreate it.

--edit--
I see the same as you on my system. We'll look into it.
updated by @michael: 02/09/14 09:09:47PM
michael
@michael
02/09/14 09:00:12PM
7,832 posts

Empty module features headings showing


Using Jamroom

There just are no comments or tags for that doc yet. Ill add some.

comments you should be able to read logged in or out.

I cant see how to make it like your first screenshot. logged in and out i see the buttons.
michael
@michael
02/09/14 08:52:31PM
7,832 posts

Music Charts not showing properly and counter not counting accordinaly


Design and Skin Customization

There are check in place to make sure that users cant scam the system by clicking many times on their own stuff to increase the rank.

If one user listens to a song 5 times it will only show as 1 play.
michael
@michael
02/09/14 08:36:34PM
7,832 posts

Potential bug Soundcloud import & jrElastic


Design and Skin Customization

The fix is in the marketplace now. Update.
michael
@michael
02/09/14 07:56:04PM
7,832 posts

Documents module missing form designer button?


Suggestions

You could do that with the Form Designer.

add a checkbox labeled "doc_draft" and then add that as a search string in your calls

{jrCore_list module="jrDocs" search1="doc_draft != on"}

--edit--
edited to remove the '' around on. not needed.
updated by @michael: 02/12/14 02:37:17PM
michael
@michael
02/09/14 06:42:54PM
7,832 posts

Pull in form fields into created tpl files


Design and Skin Customization

Here is a writeup on how to get stuff from the DB and avoid having to add a template file.

It uses {capture} to avoid having a file in the file system while using {jrCore_list}.

Probably wont be too surprising if you've taken a look through the .tpl files in the modules and stuff because its used quite often.

But now there is a write-up here in the docs too:

"HowTo: Use {capture} to avoid using another file for {jrCore_list} calls."
https://www.jamroom.net/the-jamroom-network/documentation/howto/1637/howto-use-capture-to-avoid-using-another-file-for-jrcore-list-calls
michael
@michael
02/09/14 05:46:55PM
7,832 posts

Marketplace updates- Sometimes have to install twice


Installation and Configuration

I've seen it once on a system behave where when I clicked "Update All Modules" and there were a lot of modules to update where it got stuck on one consistently.

The solution in this case was to update a few individually, one at a time, until the list got small, then "Update All Modules" worked fine for the remaining.

I chalked it up to limited resources on the server.
michael
@michael
02/07/14 12:33:05AM
7,832 posts

Form designer


Installation and Configuration

make sure you update BOTH versions of the Form Designer form.

There is a CREATE form and an UPDATE form.

You can switch between them using the drop down in the top right hand corner.
  732