Forum Activity for @douglas

douglas
@douglas
03/10/15 02:18:44PM
2,812 posts

JrproJam dark5


Design and Skin Customization

Can you let me know if you know how to create custom form fields for the create/modify blog section?

The reason I ask, in order to do this we'll either need to use a blog category and setup a couple of new radio fields for the type, ie. song or video.

OR

We can use a category like song_review and video_review and not have to worry about the custom form fields.

Not having to create custom form fields is a little easier to explain and accomplish.
douglas
@douglas
03/10/15 10:57:58AM
2,812 posts

Ad System


Suggestions

The skins settings have textareas to add your own ad code or you can use google ads, but there isn't an Ad module, yet!
douglas
@douglas
03/10/15 09:56:07AM
2,812 posts

JrproJam dark5


Design and Skin Customization

amwproductions:
www.r-m-n.com yes correctly we would use a blog for song and video how we can change it?what we write into the template

Your events list like my events list, but I can see where there would be some confusion so I'll get that fixed up for the next ProJam release.

Making the song and video reviews use a blog instead of the comments could take a while, let me see what can be done.
douglas
@douglas
03/10/15 07:19:05AM
2,812 posts

JrproJam dark5


Design and Skin Customization

amwproductions:
Wrong settings on index template if i see the events on scheudled and newest not list correctly

I'm not seeing an issue with this on my dev site, do you have a link we can check out?

amwproductions:how i can set on blogs in the index so that i can add more users, here only the admin or one user can post on index?

I'll get a fix in for this, right now, the ProJam skins are not setup for more than one blog ID.


amwproductions:And how we can set blogs for song or video reviews that list here on rewievs so can one or more users only set here to list reviews

Song and video reviews are comments left on the song or video detail page, if you want to use a blog for those reviews, you would have to modify the templates to change how those sections work. The current templates used for that are:

index.tpl, reviews.tpl and reviews_row.tpl

Hope this helps!
updated by @douglas: 11/02/15 04:32:13PM
douglas
@douglas
03/04/15 04:08:20AM
2,812 posts

Featured discussions


Ning To Jamroom

I looked at your template modifications and the only thing I can come up with is that your wafeatured_posts.tpl file is probably in your skin directory, try moving it to your modules/jrForum/templates directory and see if that works for you.
douglas
@douglas
03/04/15 01:43:17AM
2,812 posts

Featured discussions


Ning To Jamroom

I just tried this on my test site with the Ningja skin and it works for me.


        {* FEATURED FORUM TEST *}

        <div class="row">
            <div class="col12 last">
                <div class="item blog-archive-header" style="margin: 13px 10px 10px 10px;">
                    <h2>Featured Froum Thread</h2>
                </div>
                <div class="item center" style="margin: 10px;padding-bottom: 10px;">
                    {capture name="forum_template2" assign="forum2_row"}
                        {literal}
                            {if isset($_items)}
                                {foreach from=$_items item="item"}
                                    <div class="left p5">
                                        <h3><a href="{$jamroom_url}/{$furl}/{$item.forum_cat_url}/{$item._item_id}/{$item.forum_title_url}#last">{$item.forum_title|truncate:30}</a></h3><br>
                                        <small><span class="bold">Posted:</span>&nbsp;{$item.forum_updated|jrCore_date_format:"%A %B %e %Y, %l:%M %p"}</small><br>
                                        <small><span class="bold">By:</span>&nbsp;<a href="{$jamroom_url}/{$item.forum_updated_profile_url}">@{$item.forum_updated_user_name}</a></small><br>
                                        <small>{$item.forum_text|jrCore_format_string:$item.profile_quota_id:null:nl2br}</small>
                                    </div>
                                {/foreach}
                            {/if}
                        {/literal}
                    {/capture}
                    {jrCore_list module="jrForum" limit="1" template=$forum2_row search="_item_id = 1"}
                </div>
            </div>
        </div>

        {* END FEATURED FORUM TEST *}

The only thing I can add is to make sure the ID your putting in, is an actual forum thread ID.

Hope this helps!
douglas
@douglas
03/03/15 09:24:57AM
2,812 posts

Featured discussions


Ning To Jamroom

If 92532 is a single ID then you might try this:

{jrCore_list module="jrForum" search="_item_id = 92532" template="wafeatured_posts.tpl"}

If 92532 are multiple ID's, you'll want to separate the ID's with a comma:

{jrCore_list module="jrForum" search="_item_id IN 9,25,32" template="wafeatured_posts.tpl"}
douglas
@douglas
03/02/15 02:39:38PM
2,812 posts

Out-of-the-Box Setups


Suggestions

davej56:I have the latest Projam Light skin, but my top 10 list is not working right. See songpress.net.

I was finally able to replicate your issues on my dev site, the problem is you don't have the jrCharts module activated. I put a check into the latest ProJam templates to not show the charts if the module was not active. It is in the Marketplace now.

Hope this helps! :)
douglas
@douglas
03/02/15 08:15:05AM
2,812 posts

Little Seamles Module Bug


Using Jamroom

This has been fixed and is in the Marketplace, you can update via ACP > Marketplace > System Updates.
douglas
@douglas
03/02/15 08:11:59AM
2,812 posts

jrEvent


Off Topic

The icon is linked to the profile event calendar and can be changed to whatever image you want to use by uploading another one via the ACP > Profiles > Profile Events > Images tab.

Or you can do as Strumelia suggested and remove the code all together. ;)
  168