Forum Activity for @derrickhand300

derrickhand300
@derrickhand300
02/24/15 01:53:02AM
1,353 posts

Can I Add Image Size To Embed Code?


Using Jamroom

Thanks Michael-I was just hoping there was a way to change the image display size in the embed code that is using the standard template-Instead of having to make a new template
I am going to need to learn he smarty 'capture' feature and learn to edit the smarty code at some point
derrickhand300
@derrickhand300
02/24/15 01:45:29AM
1,353 posts

Need A Little Help With Video Title In A Template


Using Jamroom

I have created a template for a short list of latest videos
I am trying to get the video title to display across 1 or 2 lines ( I made this work once in the past but cannot remember how I did it)
Here is the code that contains the title
<div class="p5">
                       <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.video_title|jrCore_url_string}">{$item.video_title}</a>
                        {jrCore_lang module="jrVideo" id="31" default="album"}:<a href="{$jamroom_url}/{$item.profile_url}/{$murl}/albums/{$item.video_album_url}">{$item.video_album}</a>
                        {if isset({$item.video_category}) && strlen({$item.video_category}) > 0}
                            {jrCore_lang module="jrVideo" id="12" default="category"}:{$item.video_category}<br>
                        {/if}
                        {jrCore_module_function function="jrRating_form" type="star" module="jrVideo" index="1" item_id=$item._item_id current=$item.video_rating_1_average_count|default:0 votes=$item.video_rating_1_count|default:0}
                    </div>

Attached is a screenshot of what I have now- I would like the title to display as 1-2 lines instead of 1 or 2 words per line

I have tried
<span></span> and <div></div> and <p></p>

Capture.JPG.jpg Capture.JPG.jpg - 21KB

updated by @derrickhand300: 12/22/16 11:55:59AM
derrickhand300
@derrickhand300
02/23/15 11:05:47AM
1,353 posts

Now Safe To Delete The Ning Archive?


Ning To Jamroom

I saw in a recent update that it's now safe to delete the Ning Archives in

public_html\data\media\0\0\Ning_Archive

I have been backing up my site on the desktop for a few days now and it is about finished- as soon as its done I would like to delete this folder as it will free up almost 40GB on my server

Am I correct in understanding that it is safe to do this now?

Thanks!
updated by @derrickhand300: 04/18/15 02:55:13PM
derrickhand300
@derrickhand300
02/23/15 10:45:39AM
1,353 posts

Can I Add Image Size To Embed Code?


Using Jamroom

Thanks Paul- I'm going to have to study this a bit-I was hoping it would be something I could add to the embed code without having to get into the templates-creating a jrCore _list_call is going to be new territory for me
derrickhand300
@derrickhand300
02/23/15 10:19:08AM
1,353 posts

Can I Add Image Size To Embed Code?


Using Jamroom

The reason I am finally asking this question is that i have so many templates made for different image size layouts that I am getting lost on what goes to what...So I am hoping their is a way to add "image size" in the embed code of each without having to create a new template and do the template=item_list_small.tpl stuff
derrickhand300
@derrickhand300
02/23/15 10:02:51AM
1,353 posts

Can I Add Image Size To Embed Code?


Using Jamroom

Is it possible to add Image display size to this embed code?
{jrCore_list module="jrProfile" order_by="_item_id desc" search1="profile_active = 1" pagebreak="36" page=$_post.p pager=true}

I am looking for a way to add something like this
item_id=$item._user_id size="small"

updated by @derrickhand300: 12/22/16 11:55:59AM
derrickhand300
@derrickhand300
02/21/15 08:05:14AM
1,353 posts

Create Radio Station


Using Jamroom

I just figured out that if you use this
{jrCore_media_player type="jrAudio_button" module="jrAudio" field="audio_file" order_by="_created random" limit="50"}
You will get a play button for your list without a long bulky player list-pretty simple but a Eureka moment for me- now I am going to have an oilfield radio station! Just got to style the rest of the box :)
derrickhand300
@derrickhand300
02/20/15 03:00:15AM
1,353 posts

Question Regarding Seamless Module Function


Using Jamroom

Actually all I am trying to do is combine my jrVideo with jrYoutube videos into a single layout so when I make a tab that says "ALL VIDEOS" they land on a custom page I have made that's 5 columns wide and 4 rows down displaying thumbnails of the latest 20 videos ( combined from youtube and jrVideo)
It combines the 'lists" fine put the thumbnail is just a big " ? " and the link to the video does not work.

I keep forgetting when we says "lists" here I have to think of it in the jrLists way and not the way my mind thinks everyday

This is not really important right now to me though
  115