Forum Activity for @derrickhand300

derrickhand300
@derrickhand300
02/25/15 04:13:09AM
1,353 posts

Create Radio Station


Using Jamroom

What is a good quality online radio software that we can BUY and upload/run from our JR server without monthly fees etc...
Thanks
derrickhand300
@derrickhand300
02/25/15 02:38:20AM
1,353 posts

Is There A Way To Empty The Activity Feed Cache?


Ning To Jamroom

Thanks Paul- thats never had an effect for me on the activity timeline stuff?
I will attach a screenshot of what I would like to delete to the above post
derrickhand300
@derrickhand300
02/24/15 10:15:25PM
1,353 posts

Is There A Way To Empty The Activity Feed Cache?


Ning To Jamroom

My Activity Feed (jrAction Module) has many pages from tests while working on the site-is there a way to delete these pages of activity on the site so it starts over fresh?
Thank you
Capture.JPG.jpg Capture.JPG.jpg - 26KB

updated by @derrickhand300: 04/11/15 02:56:38PM
derrickhand300
@derrickhand300
02/24/15 12:03:44PM
1,353 posts

Need A Little Help With Video Title In A Template


Using Jamroom

Thanks-I edited it above and in the template- but still have an error...Ok...I think I see where I went wrong :)
updated by @derrickhand300: 02/24/15 12:16:22PM
derrickhand300
@derrickhand300
02/24/15 11:36:17AM
1,353 posts

Need A Little Help With Video Title In A Template


Using Jamroom

Thanks Ultrajam!
I added this to bootstrap.css
.controls-enabler {
	position:relative;
	clear:both;
	overflow:visible;
}

Then here is what I have in my template
{jrCore_module_url module="jrVideo" assign="murl"}
  {if isset($_items)}
      {foreach from=$_items item="item"}     
    <li data-id="81">
  	<div class="item">
  	 <div class="controls-enabler">
  		<div class="block_config">				
  			<div class="row">
  				<div class="col-lg-1">
  			<a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.video_title|jrCore_url_string}">{jrCore_module_function function="jrImage_display" module="jrVideo" type="video_image" item_id=$item._item_id size="medium" crop="auto" class="iloutline img_scale" alt=$item.video_title width=true height=false}</a>
  					</div>
  				</div>
  				<div class="col-lg-8">
  					<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>
  					</div>
  				</div>
  				<div class="col-lg-3">
  					<div class="p5">
  						<span style="display:inline-block;vertical-align:middle;">
  							<ul class="star-rating">
  								 {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}
  							</ul>
  						</span>
  					</div>
  				</div>
  			</div>
  		</div>
  	</div>
  </li>
      {/foreach}
  {/if}

I have a syntax error right now I have to find- but is this looking close?
updated by @derrickhand300: 02/24/15 12:01:13PM
derrickhand300
@derrickhand300
02/24/15 09:45:13AM
1,353 posts

Now Safe To Delete The Ning Archive?


Ning To Jamroom

Thanks Paul- I was just able to remove 38.9 GB from my server! :)
derrickhand300
@derrickhand300
02/24/15 05:33:31AM
1,353 posts

Need A Little Help With Video Title In A Template


Using Jamroom

Thanks- I will try that first....I am using the template injection to chg the columns to this skin
derrickhand300
@derrickhand300
02/24/15 04:14:09AM
1,353 posts

Need A Little Help With Video Title In A Template


Using Jamroom

Hello Douglas
Its a custom skin in PC view...I have also tried adding and removing different H1,2,3,4 tags

Looking at the source code
 <div class="col-lg-5">
                    <div class="p5">
                         <a href="http://theamericandriller.com/drilling-ahead/video/286/salt-water-disposal-well-fire">Salt Water Disposal Well Fire</a>
                        album:<a href="http://theamericandriller.com/drilling-ahead/video/albums/accident">Accident</a>
                                                <span style="display:inline-block;vertical-align:middle;">

I suppose "span style" is going to be in the CSS..?..will work on this when i get back from taking boys to school :)

updated by @derrickhand300: 02/24/15 05:32:19AM
  114