Forum Activity for @derrickhand300

derrickhand300
@derrickhand300
07/09/15 11:28:48AM
1,353 posts

HTML Tags Being Removed


Design and Skin Customization

I have added the following tags to Core>Quota Config
figure,figcaption,
but when added to the html editor they are stripped- how do I get them to stick?
updated by @derrickhand300: 08/29/15 10:26:44PM
derrickhand300
@derrickhand300
07/01/15 09:53:01AM
1,353 posts

How To Use Simple Custom Forms?


Using Jamroom

Follow up question...I have created 2 custom forms to test with
I have added additional fields to the forms that include "Upload File" button
Now when I go to the datastore to get the information to output the fields in the template code I am getting a message that the datastore is empty ( but I have 2 forms created)
Am I doing it wrong?
derrickhand300
@derrickhand300
07/01/15 09:18:07AM
1,353 posts

How To Use Simple Custom Forms?


Using Jamroom

I am using the new site builder in the Slate skin
I am trying to create a simple "CONTACT" form which I think I have created
How do I get the form and install it on a "contact" page?
I cannot find any docs here for the simple custom forms
Help Please
updated by @derrickhand300: 12/22/16 11:55:59AM
derrickhand300
@derrickhand300
06/30/15 11:58:22AM
1,353 posts

Slate Mobile Menu


Design and Skin Customization

Any plans on making a mobile menu for Slate skin?
updated by @derrickhand300: 08/04/15 01:32:31AM
derrickhand300
@derrickhand300
06/30/15 10:46:03AM
1,353 posts

Looking for Beta Testers


Archived

How is this coming?
derrickhand300
@derrickhand300
06/27/15 03:02:46AM
1,353 posts

Comments Module Settings


Design and Skin Customization

Found the solution using some guy in Ukraine :)
Changed the Facebook Comments Plug In code to this
    <div class="fb-comments" data-href="{$jamroom_url}/{$smarty.server.REQUEST_URI}" data-width="800" data-numposts="8" data-colorscheme="light"></div>

and now its working correctly as a template
Thought I would post the solution in case someone needs it in the future
Also more info here
http://stackoverflow.com/questions/13138751/how-i-get-current-url-using-smarty
derrickhand300
@derrickhand300
06/25/15 07:45:04AM
1,353 posts

Comments Module Settings


Design and Skin Customization

Looks like the FB comments will work if I add the code to each post and alter the URL of the code so it uses the actual complete page URL

I have been adding it as a template using
{jrCore_include template='facebook_comments.tpl"}

Got any ideas on making it work using the template code instead of adding it to each post?

I am thinking something like
{$Jamroom_URL}{something here}....
might work? :)
updated by @derrickhand300: 06/25/15 07:45:54AM
derrickhand300
@derrickhand300
06/24/15 08:24:06PM
1,353 posts

Comments Module Settings


Design and Skin Customization

Thanks again Michael- I have been reading the Docs and watching videos- searching Google etc...but have not found anything yet...
Will search in the morning but I keep thinking it has something to do with the whole "profile centric" thing and the videos displaying on my profile page instead of a video page...thanks will look more tomorrow
derrickhand300
@derrickhand300
06/24/15 08:21:58PM
1,353 posts

Does anyone have the code to do a grid layout of videos-images-etc?


Design and Skin Customization

Here is what I have put together but still getting a single column
Here is what I have put together- but still getting a single column layout

   <div class="container">
    {foreach $_items as $item}

        {if $item@first || ($item@iteration % 3) == 1}
            <div class="row">
        {/if}
        <div class="col4">
                                <div class="img-profile">
                            {if $item.seamless_module_name == "jrYouTube"}
                            <a href="{$jamroom_url}/{$item.profile_url}/youtube/{$item._item_id}/{$item.video_title_url}"> <img src="{$item.youtube_artwork_url}" class="rank_image"width=240 height=180 /></a>
                            {elseif $item.seamless_module_name == "jrVimeo"} <a href="{$jamroom_url}/{$item.profile_url}/vimeo/{$item._item_id}/{$item.video_title_url}"> <img src="{$item.vimeo_artwork_url}" class="rank_image"width=240 height=180 /></a>
                            <a href="{$jamroom_url}/{$item.profile_url}/video/{$item._item_id}/{$item.video_title_url}">{jrCore_module_function function="jrImage_display" module="jrVideo" type="video_image" _id=$item._item_id size="large" crop="auto" alt=$item.video_title title=
$item.video_title class="top_rank" width=240 height=180}</a>
                            {/if}
                        </div>
                        <div class="center mb10">
                            {if $item.seamless_module_name == "jrYouTube"}
                            <a href="{$jamroom_url}/{$item.profile_url}/youtube/{$item._item_id}/{$item.youtube_title}">{$item.youtube_title|truncate:24}</a>
                            <a href="{$jamroom_url}/{$item.profile_url}/{$_params.module_url}/{$item._item_id}/{$item.vimeo_title}">{$item.vimeo_title|truncate:24}</a>
                            {elseif $item.seamless_module_name == "jrVimeo"}
                            <a href="{$jamroom_url}/{$item.profile_url}/vimeo/{$item._item_id}/{$item.vimeo_title}">{$item.vimeo_title|truncate:24} {elseif $item.seamless_module_name == "jrVideo"}<a href="{$jamroom_url}/{$item.profile_url}/video/{$item._item_id}/{$item.video_title_url}">{$item.video_title|truncate:24}</a>
                                {/if}
                                <br>
                                {if $item.seamless_module_name == "jrYouTube"}
                                {jrCore_module_function function="jrRating_form" type="star" module="jrYouTube" index="1" item_id=$item._item_id current=$item.youtube_rating_1_average_count|default:0 votes=$item.youtube_rating_1_count|default:0}
                                {elseif $item.seamless_module_name == "jrVimeo"}
                                {jrCore_module_function function="jrRating_form" type="star" module="jrVimeo" index="1" item_id=$item._item_id current=$item.vimeo_rating_1_average_count|default:0 votes=$item.vimeo_rating_1_count|default:0}
                                {elseif $item.seamless_module_name == "jrVideo"}
                                {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}
                                {/if}
                        </div>
                    </div>
        </div>
        {if $item@last || ($item@iteration % 3) == 0}
            </div>
        {/if}

    {/foreach}
    </div>
 {jrSeamless_list modules="jrVideo,jrVimeo,jrYouTube" order_by="_created numerical_desc"  pagebreak=28 page=$_post.p pager=true template=$tpl}
  78