Forum Activity for @douglas

douglas
@douglas
01/01/15 07:25:36AM
2,812 posts

Image Galleries - Suppress gallery name/length, order by


Ning To Jamroom

One way to fix that is to use a truncate on the title variable.

For example change this:

<a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item.gallery_title_url}/all" class="media_title">{$item.gallery_title}</a><br>

to this:

<a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item.gallery_title_url}/all" class="media_title" title="{$item.gallery_title}">{$item.gallery_title|truncate:25:"...":false}</a><br>

Hope this helps! :)
douglas
@douglas
12/31/14 11:28:19AM
2,812 posts

Changing default image sizes in Home Page Galleries, Profiles


Ning To Jamroom

thechocolatelife:
Brian -

I was able to make the changes in skins/jrNingJa/jrGallery_index.tpl without any problems.

However, I don't see any similar mechanism inside "skins/jrNingja/jrProfile_index.tpl"

I did find a Col3 I could change to Col2 (and Col1 also works) in "skins/jrNingja/jrProfile_item_list.tpl" but there is no pagebreak call in this template. Where is that located? With thousands of members, I am sure one is needed.

In looking at the Image Galleries section on the home page I also don't see a way to change the sizes. However, I did notice what I think is a typo in the code. I am not sure how important it is but ....

defaul="All"} at the end of the clip below should probably be default="All"}. The HTML parser is stripping stuff so what follows is not an exact copy of what's in index.tpl.

{* BEGIN Latest Images Section *}
{if isset($_conf.jrNingja_latest_images) && $_conf.jrNingja_latest_images == 'on'}

{jrCore_lang skin=$_conf.jrCore_active_skin id="20" default="Latest"} {jrCore_lang module="jrGallery" id="25" default="Gallery"} {jrCore_lang skin=$_conf.jrCore_active_skin id="21" default="Images"}   {jrCore_lang skin=$_conf.jrCore_active_skin id="30" defaul="All"}

The jrProfile_index.tpl uses the jrProfile_item_list.tpl by default, which is why you don't see a template parameter in the jrCore_list function in your jrProfile_index.tpl.

So you can change the page break in the jrProfile_index.tpl file, and the image size in the jrProfile_item_list.tpl for the Profile page.

I've also got the index.tpl typo fixed for the next release.

Hope this helps! :)
douglas
@douglas
12/31/14 08:35:47AM
2,812 posts

Changing default image sizes in Home Page Galleries, Profiles


Ning To Jamroom

thechocolatelife:
Another typo?

skins/jrNingja/jrProfile_item_list.tpl

should crop="protrait" be crop="portrait" ?

Yes, it should be portrait. I'll get that fixed up for the next release.

Thanks!
douglas
@douglas
12/29/14 04:08:17AM
2,812 posts

Suggestion for the Timeline on Main Page


Ning To Jamroom

There isn't a way to delete timeline entries from the front/index page of your site. You must be on your profiles index/timeline page to delete timeline entries.

Hope this helps! :)
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
12/29/14 03:44:21AM
2,812 posts

Jamroom.net redesign


Using Jamroom

I'm not seeing an issue with this, using FF 34.0.5, command click opens those links in a new tab for me.
douglas
@douglas
12/26/14 06:04:58AM
2,812 posts

List of videos from all three modules


Design and Skin Customization

Just at a guess I think it would be something like:

{jrSeamless_list modules="jrVideo,jrVimeo,jrYouTube" order_by="_created numerical_desc" pagebreak="5" page=$_post.p pager=true}

Hope this helps! :)
douglas
@douglas
12/24/14 11:45:34AM
2,812 posts

module search and order by ratings on multi-module seamless lists


Ning To Jamroom

I see what your saying, I've not tried using a search with the seamless module, I'll have to let Paul or Brian jump in on this one as I'm not sure if a search or rating is possible with this module.
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
12/24/14 09:29:40AM
2,812 posts

Happy Holidays to the JR Team!


Ning To Jamroom

Thanks @Strumelia, Merry Christmas and Happy New Year to you too. :)
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
12/24/14 09:26:42AM
2,812 posts

module search and order by ratings on multi-module seamless lists


Ning To Jamroom

The Seamless module does a mix listing of any module(s) you want to mix together, have you checked that out?

https://www.jamroom.net/the-jamroom-network/networkmarket/59/seamless
updated by @douglas: 12/29/14 09:23:54AM
  183