Forum Activity for @michael

michael
@michael
06/01/15 10:46:40PM
7,832 posts

Activity Timline


Design and Skin Customization

If your not using the editor, how are you getting the images into the timeline?
updated by @michael: 11/02/15 10:31:37AM
michael
@michael
06/01/15 10:45:54PM
7,832 posts

questions about new image resizer


Design and Skin Customization

Jamroom site was down because our servers servers had a power-outage. It effected a ton of people.
http://status.linode.com/

out for about 15 hours.
michael
@michael
06/01/15 10:41:46PM
7,832 posts

Listing in ProJam Light


Design and Skin Customization

"{jrCore_list}"
http://www.jamroom.net/the-jamroom-network/documentation/development/89/jrcore-list

{jrCore_list module="jrAudio" order_by="audio_file_stream_count desc"}
michael
@michael
06/01/15 10:39:11PM
7,832 posts

cdn module


Suggestions

Thought the whole purpose of a CDN was to catch the possibility of the user having already having a cached version of it on their browser so it didn't need to be loaded again.

If you cache it then deliver it I would have thought that would defeat the purpose of the CDN.

If you wanted a local copy of whatever you could download it, store it locally and change the links to it.

A module to save the CDN to a local URL does not currently exist.
michael
@michael
06/01/15 10:33:07PM
7,832 posts

How do we resize the image slideshow in the new site builder?


Using Jamroom

steps to reproduce please.

are you adding them via the "uploaded images" or the "gallery images".

If its the Gallery images, then you can set how many you want per row, but cant alter the size of them.

Uploaded images will stretch to fit the width of the box that contains them.
michael
@michael
06/01/15 10:28:13PM
7,832 posts

Tree Note


Genosis

nowhere that I can see, cant find that function anywhere in the codebase. What does it do?
michael
@michael
06/01/15 10:25:40PM
7,832 posts

TinyMCE tables adds line breaks


Using Jamroom

When your outputting whatever it is that the table is being saved to, you could blacklist the nl2br function

{$blog_description|jrCore_format_string:$item.profile_quota_id:false:"nl2br"}
function smarty_modifier_jrCore_format_string($string, $quota_id = 0, $whitelist = null, $blacklist = null)

as I suspect its the structure of the table being kept rather than compressed thats causing the default nl2br to be active on the table.

check to see if your table looks like this:
<tr><br>
<td></td><br>
<td></td><br>
....
michael
@michael
06/01/15 10:19:56PM
7,832 posts

Forum topic view count


Ning To Jamroom

The way the profile count gets created is this line in the footer of the skin:
/skins/jrElastic/profile_footer.tpl
{* setup counter for page view *}
{jrCore_counter module="jrProfile" item_id=$_profile_id name="profile_view"}

That is the counting system counting a page view. You might try adding that to the forum topics to get a count of them.

{* setup counter for forum views *}
{jrCore_counter module="jrForum" item_id=$item._item_id id name="forum_view"}

Need to check out what the variable for the item_id is in the location you want to use it in.

I would expect to see forum_view_count come back as one of the variables for that item. Use it however you like.
michael
@michael
06/01/15 10:11:33PM
7,832 posts

Language issue [SOLVED]


Design and Skin Customization

Not sure, french? Probably spanish.
  534