Forum Activity for @douglas

douglas
@douglas
11/15/14 09:11:57AM
2,807 posts

my list of things ning migrators will mkiss


Ning To Jamroom

If your updating the core, it takes a little longer the the other modules to update. Let it go for a bit and see what happens. If after a while its still spinning, try refreshing the page.
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/14/14 05:39:26PM
2,807 posts

Featuring - can be better than Ning


Ning To Jamroom

The featured tabs are being loaded as Brian suggested, via AJAX, you can find the code for that in the Nova.js file.

I do not have the files for NingNova2, that was something Paul did for you I believe.

I just tested this on my test site and this is what I had to do...

I added this to the songs.tpl

find:
{jrCore_include template="header.tpl"}

and below it added this:
<script type="text/javascript">
    $(document).ready(function(){
        jrSkinInit();
    });
</script>

Then added this where I wanted the featured tabs to show:
<div class="menu_tab">
    <div id="default" class="p_choice fsong" onclick="jrLoad('#sf','{$jamroom_url}/index_songs');jrSetActive('#default');">{jrCore_lang  skin=$_conf.jrCore_active_skin id="21" default="featured"} {jrCore_lang  skin=$_conf.jrCore_active_skin id="13" default="songs"}</div>
    <div id="s_song" class="p_choice fvideo" onclick="jrLoad('#sf','{$jamroom_url}/index_videos');jrSetActive('#s_song');">{jrCore_lang  skin=$_conf.jrCore_active_skin id="21" default="featured"} {jrCore_lang  skin=$_conf.jrCore_active_skin id="14" default="videos"}</div>
    <div id="s_video" class="p_choice fartist" onclick="jrLoad('#sf','{$jamroom_url}/index_artists');jrSetActive('#s_video');">{jrCore_lang  skin=$_conf.jrCore_active_skin id="21" default="featured"} {jrCore_lang  skin=$_conf.jrCore_active_skin id="12" default="artists"}</div>
    <div class="clear"></div>
</div>
<div class="finner mb8">
    <div id="sf"></div>
</div>
<br>

Then opened my skins/jrNova/js/jrNova.js file and found this:
    jrLoad('#sm',core_system_url +'/index_artists');

and right below it added this:
    jrLoad('#sf',core_system_url +'/index_songs');

That is pretty much all there is, be sure to reset your cache if you aren't running in dev mode.

For your video page, you'll have to change the div ids

jrNova.js file
Quote:
jrLoad('#sf'.....

The id in the link for the tabs
Quote:

< a onclick="jrLoad('#sf... >


and the div id the tabs get loaded in.
Quote:
< div id="sf" >.....< /div >

and obviously rearrange the tabs, making sure the default tab is first:
jrSetActive('#default');

If this is too hard or difficult to follow, send me an email to douglas[at] jamroom[dot] net and we can discuss this as a project.

Hope this helps,
Douglas
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/14/14 11:16:19AM
2,807 posts

bug report


Ning To Jamroom

Have you modified the profile_header.tpl?

If you change to a default skin, do you see the same issue?
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/14/14 08:37:08AM
2,807 posts

bug report


Ning To Jamroom

Do you have a link we can checkout?

Thanks!
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/14/14 08:32:06AM
2,807 posts

Support Question: CRI ERROR


Installation and Configuration

Go to your ACP > Marketplace > Tools > Reload Modules And Skins and reload the Profile module, then run the integrity check tool and clear your caches and see if that fixes it.
douglas
@douglas
11/14/14 05:03:04AM
2,807 posts

Support Question: CRI ERROR


Installation and Configuration

This sounds like your folders do not have the correct permissions set... the web user can not write to the folder. You can use an FTP client to try and CHMOD the folders to 755 and make sure the files are CHMOD to 644.

If you can't change them via FTP, you'll want to contact your hosting provider and have them set it for you.

Hope this helps! :)
douglas
@douglas
11/13/14 01:29:00PM
2,807 posts

Installing the Proxima Bundle


Proxima

This might help you understand what Proxima is:

http://www.proximacore.com/page/5/proxima-private-backend-as-a-service
updated by @douglas: 12/29/14 09:23:55AM
douglas
@douglas
11/13/14 01:25:07PM
2,807 posts

Hide {if} Logged in?


Installation and Configuration

mark:
Figure it out! :)

{if jrUser_is_logged_in()== false}
hide images/form
{/if}

I don't think that is going to work, mainly because the syntax is not right, give this a try instead.

{if !jrUser_is_logged_in()}
hide images/form
{/if}

Hope this helps! :)
douglas
@douglas
11/13/14 09:06:48AM
2,807 posts

ning skin and photos etc


Ning To Jamroom

Quote:
aqnd that is simply to switch the left/right colums

hmm although...if i do that will that screw up the mobile view

You can't switch the left and right columns, that would mess with the mobile view and is not supported in the skin, however... in the skin settings, you can hide the blocks you don't want or need, change how many show and in some blocks you can control what entries show by adding the ID of the item.

Hope this helps! :)
updated by @douglas: 12/29/14 09:23:54AM
douglas
@douglas
11/13/14 08:12:13AM
2,807 posts

ning skin and photos etc


Ning To Jamroom

Quote:
the photos on the front page are not clickable u gotta click all then try to find the 1 u wahnt in a gallery

I've got this fixed for the next jrNingja release.

Thanks! :)
updated by @douglas: 12/29/14 09:23:54AM
  196