Forum Activity for @michael

michael
@michael
06/09/15 01:21:15AM
7,832 posts

Modern Responsive design examples


Ning To Jamroom

gary.moncrieff:.... currently is you can override the default css on a widget and page basis. Sitebuilder doesnt yet allow you to do this ....

Could you outline that a bit more Gary, I'm not getting what your after. Which CSS class are you wanting to add/change?

My first thoughts jump to:
"altering a module's template"
https://www.jamroom.net/the-jamroom-network/documentation/development/1051/altering-a-modules-template

or
MODULE: "Template Injection"
https://www.jamroom.net/the-jamroom-network/networkmarket/8/template-injection

Not sure if they address the issue or not though.
michael
@michael
06/08/15 11:59:19PM
7,832 posts

Is there any way of changing how to add images into forum replies ?


Using Jamroom

Think I might have a way to get this done in one go. Just get the others OK on it before release.
michael
@michael
06/08/15 10:40:54PM
7,832 posts

Trying to change header


Design and Skin Customization

I always use .png's because there are less things to think about when I export them.
michael
@michael
06/08/15 10:35:39PM
7,832 posts

Is there any way of changing how to add images into forum replies ?


Using Jamroom

Yes there is, but its not a better process than what we have right now.

When you 'create' a new forum post, your doing it from a form page. (one of the pages that the Form Designer can add to). Because its on a form page, all of the power of jamroom is there waiting to be used.

But when you 'comment' or 'reply' to a form post your doing that from the display section of the system. (the part that is cached and customizable via the TEMPLATE editor).

When you go back and 'update' a forum post, then your in the form section again.

The upload facility is available in the form section because its ready and waiting to accept/change data.

If we were to change the forum post system to replying into the same section as the create is done (in the form section) then uploads would be able to happen when replying.

The down side of this would be that you dont have the full forum to read right above where you're doing the replying, so it feels weird.

So right now that's the limitation and the reason the forums work like they do. While im writing THIS reply this reply has not yet gone into the datastore, so has no id to attach the file to.
michael
@michael
06/08/15 10:28:59PM
7,832 posts

Editor Embedded Media and Editor Image Upload problems


Installation and Configuration

Champion! ;) Love it when the connections fire and you can get to the source of the issue.
michael
@michael
06/08/15 10:27:10PM
7,832 posts

Marketplace configuration


Using Jamroom

Im not understanding the question so its hard to think of what could be the cause of the issue.

If you could outline how to recreate the issue, that might help in understanding what the issue is.

Thanks. :)
michael
@michael
06/08/15 10:24:59PM
7,832 posts

solo artist player list single quotes


Design and Skin Customization

Thanks for finding that. Its an issue with the jrSolo module. Its been fixed up in version 1.0.3. Update from the marketplace now and it should be sorted.

--
The template in question is:
/modules/jrSolo/templates/jrSolo_audio_player.tpl

so using the technique outlined here:

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

To change the credit, copy
/modules/jrSolo/templates/jrSolo_audio_player.tpl

to:
/skins/YOUR SKIN/jrSolo_jrSolo_audio_player.tpl

Then change the
artist: "{$a.artist}",
to whatever you want it to be.
michael
@michael
06/08/15 09:15:23PM
7,832 posts

Upgraded but had to Revert


Using Jamroom

Skins should be unrelated. If it worked on the previous site builder the same things should be there after the upgrade.

What does "seriously screwed up" mean? Its hard to help fix a problem when the description of the problem is vague.

Could you describe what you want to achieve and what is not happening like you expect it to happen and we can deal with each issue one at a time until its working like you want it to work.
  529