Forum Activity for @chorton581

chorton581
@chorton581
06/19/14 08:49:33PM
139 posts

new artists


Jamroom Help

{jrCore_list module="jrProfile" order_by="_created desc" search1="profile_active = 1" quota_id=$_conf.versionist1_artist_quota template=$new_artists_template require_image="profile_image" pagebreak="6" page=$_post.p}

updated by @chorton581: 06/19/14 08:51:13PM
chorton581
@chorton581
06/19/14 04:36:53PM
139 posts

new artists


Jamroom Help

caches cleared. the do require images and all have images
chorton581
@chorton581
06/19/14 05:20:46AM
139 posts

new artists


Jamroom Help

Name: Drumpellablack
Joined: Friday, June 13, 2014 06:37:34 PM

That is the last one that displays. There are at least 4 more that signed up since friday.
So yes it is still an issue
chorton581
@chorton581
06/18/14 10:13:13PM
139 posts

new artists


Jamroom Help

it seems like after i updated to 5.2 on friday that the new artist stopped showing up
http://www.versionist.net/artists/by_newest

There should be 3-4 more on here.
updated by @chorton581: 08/20/14 09:30:58AM
chorton581
@chorton581
06/15/14 11:11:38AM
139 posts

pagination issue


Jamroom Help

i figured it out
i added pager=true}
chorton581
@chorton581
06/15/14 10:49:51AM
139 posts

pagination issue


Jamroom Help

i do not see the next page at the bottom of the page that should say next or previous

happy fathers day as well
link to the image
http://www.versionist.net/screenshot.jpg
updated by @chorton581: 06/15/14 10:53:52AM
chorton581
@chorton581
06/15/14 08:03:57AM
139 posts

pagination issue


Jamroom Help

i have a test page here with the idea that people post a lot of songs and soundcloud songs to my site.
This is a blended page of both which works great except for the pagination issue at the bottom.
http://www.versionist.net/index1
main code for seamless is
{jrSeamless_list modules="jrAudio,jrSoundCloud" order_by="_created desc" template="seamless_row.tpl" pagebreak=$_conf.versionist1_default_pagebreak page=$_post.p}
 
it is page breaking correctly @27 items which is what i have set in the admin/site settings.
This is the code for seamless_row.tpl
 {foreach from=$_items item="item"}
    {if $item.seamless_list_rank % 3 == 0}
        
    {/if}
    
           
        {if is_file("`$jamroom_dir`/modules/`$item.seamless_module_name`/templates/item_list1.tpl")}
            {jrSeamless_parse_template template="item_list1.tpl" _vars=$item module=$item.seamless_module_name}
            {else}
            {jrCore_lang module="jrSeamless" id="2" default="Error: Template not found"}
        {/if}
 {if $item.seamless_list_rank % 3 == 0}
        
    {/if}
    {/foreach} 
the tem_list1.tpl has the following
in soundcloud it just has the code from the souncloud row
in audio it has the code from the music_row
updated by @chorton581: 07/10/14 09:40:13AM
chorton581
@chorton581
05/24/14 03:14:15PM
139 posts

jrSeamless


Jamroom Help

<table><tr>

that seems to work better
all is good now
thanks
chorton581
@chorton581
05/22/14 08:47:44PM
139 posts

jrSeamless


Jamroom Help

the code also is not working correctly
i get
audio item audio item
audio item
There is room on the table row but the 3rd one will go to the 3rd spot
http://www.versionist.net/index-new

i created an index_list1 and it is pointing to the right location but i can not seem to get them all on same line.
chorton581
@chorton581
05/22/14 06:29:20PM
139 posts

jrSeamless


Jamroom Help

ok so i got that all working ok
{jrSeamless_list modules="jrAudio,jrSoundCloud" 
order_by="_created desc" template="seamless_row.tpl" pagebreak="24" page=$_post.p pager=true}
Is there a way to show items 1-24 then have a break in page and maybe insert something else like featured artist?
then pick up seamless code again for items 24-48 and on and on?
so i would need to get rid of pagebreak="24" and put something in there like items=24 or something like that
updated by @chorton581: 05/22/14 06:31:03PM
  2